@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Clio';
  src: url(../fnt/ClioRegular.ttf) format('truetype');
}
@font-face {
  font-family: 'Clio Italic';
  src: url(../fnt/ClioRegularItalic-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Clio Bold';
  src: url(../fnt/ClioBold-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Clio Bold Italic';
  src: url(../fnt/ClioBoldItalic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadPro Regular';
  src: url(../fnt/MyriadPro-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadPro Bold';
  src: url(../fnt/MyriadPro-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadPro Italic';
  src: url(../fnt/MyriadPro-It.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadPro Bold Italic';
  src: url(../fnt/MyriadPro-BoldIt.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadPro Light';
  src: url(../fnt/MyriadPro-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadPro Light Italic';
  src: url(../fnt/MyriadPro-LightIt.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadPro Condensed';
  src: url(../fnt/MyriadPro-Cond.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadPro Condensed Bold';
  src: url(../fnt/MyriadPro-BoldCond.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadPro Condensed Italic';
  src: url(../fnt/MyriadPro-CondIt.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadPro Condensed Bold Italic';
  src: url(../fnt/MyriadPro-BoldCondIt.ttf) format('truetype');
}
*:focus {
    outline: none;
}
#seals {
	background: url(../im/top_banner_seals.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
    background-repeat: no-repeat;
}
#logo,
#logo img {
	height: 200px;
}
.clio-bold {
	font-family: 'Clio Bold';
}
.clio-italic {
	  font-family: 'Clio Italic';
}
.clio-bold-italic {
	font-family: 'Clio Bold Italic';
}
.white {
	color: #fff!important;
}
.dropdown-menu li.current {
	padding: 3px 20px;
	color: #000000;
	background-color: #63b8ff;
}
.top-links .current {
	padding: 0 20px;
	color: #63b8ff;
	text-transform: uppercase;
}
.top-links .current:hover {
	background-color: #fff;
	cursor: none;
}
.bottom-margin-15px {
	margin-bottom: 15px;
}
#slogan {
	padding-top: 120px;
	margin-left: 400px;
	font-size: 200%;
}
#donate-category .panel-body {
	min-height: 245px;
}
#donate-category2 .panel-body {
	min-height: 100px;
}
@media (max-width: 1024px) {
	
#logo img {
	width: 266px;
	height: 160px;
}
#logo {
	height: 180px;
}
#seals {
	height: 180px;
}
#slogan {
	padding-top: 100px;
}
}

@media (max-width: 768px) {
	
#seals {
	background: none;
	height: 110px;
}	
#logo img {
	width: 166px;
	height: 100px;
}
.navbar-form .form-control {
	width: 150px;
}
#slider {
	margin-top: -3px;
}
#home-1 {
	padding-bottom: 25px;
}
#home-2 {
	padding-bottom: 25px;
}
#section-contact {
	margin-top:10px!important;
}
#logo-large {
	display: none;
}
#contact-us {
	float: none;
	width: 95%;
}
#donate-category .panel-body {
	min-height: 400px;
}
#donate-category2 .panel-body {
	min-height: 150px;
}
#top-bar .container {
	padding-left: 0;
	padding-right: 0;
}
#page-title {
	margin-top: 20px!important;
}
#gallery {
	padding-top: 20px;
}
#portfolio-navigation a {
	margin-left: 5px;
}
}
@media (max-width: 414px) {
#donate-category .panel-body {
	min-height: initial;
}
#donate-category2 .panel-body {
	min-height: initial;
}	
	
}


/*
#header,
#header-wrap,
#logo,
#logo img,
#primary-menu:not(.style-2),
#primary-menu:not(.style-2) > ul,
#primary-menu,
#primary-menu ul,
#primary-menu ul li a { height: 100px; }

#primary-menu ul li a { line-height: 100px; }

#primary-menu ul li i { line-height: 99px; }

#primary-menu ul ul,
#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu .mega-menu-content { top: 100px; }

#primary-menu.sub-title ul li a { padding: 27px 20px 32px; }

#top-search,
#top-cart { margin: 40px 0 40px 15px; }

@media (max-width: 991px) {
	#primary-menu-trigger { top: 25px; }
	#top-search a { margin-top: 40px; }
	#top-search form { height: 100px !important; }
}
.transparent-bg-black {
	background:#7f7f7f;
	background:rgba(0,0,0,0.5);
	color: #fff!important;
	padding: 10px 20px 20px 20px;
	border-radius: .5em;
}
em.nj {
	font-family: 'New June Italic';
}
.white {
	color: #fff!important;
}
li.current a {
	color: #63b8ff!important;
}
.left {
	text-align: left;
}
.blue-bold {
	color: #63b8ff!important;
	font-weight: bold!important;
}
.blue {
	color: #63b8ff!important;
}
.black {
	color: #000!important;
}
.black-bold {
	color: #000!important;
	font-family: 'New June Bold';
}
.black-bold em {
	color: #000!important;
	font-family: 'New June Bold Italic';
}
*/
/* company */
/*
#section-company {
	  padding: 150px 0 180px 0;
}
#company .toggle {
	  margin-top: 30px;
}
p.toggle-head {
	font-size: 1.4em;
	color: #63b8ff;
	font-weight: bold;
	margin-bottom: 15px;
}
p.toggle-head br {
	display: none;
}
p.toggle-subhead {
	font-size: 1.2em;
	color: #63b8ff;
	font-weight: bold;
	margin-bottom: 15px;
}
p.toggle-subhead-2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
}
*/
/* software */
/*
#section-software {
	padding-top:100px;
	padding-bottom: 150px;
}
#section-software .transparent-bg-black {
	margin-bottom: 100px;
}
p.tab-head {
	font-size: 1.4em;
	color: #63b8ff;
	font-weight: bold;
	margin-bottom: 15px;
}
p.tab-subhead {
	font-size: 1.2em;
	color: #63b8ff;
	font-weight: bold;
	margin-bottom: 15px;
}
p.tab-subhead-2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
}
p.tab-text {
	text-align: left;
	margin-bottom: 10px;
}
#tabs-3-img-1 {
	max-width: 30%!important;
	margin: 10px 10px 10px 0;
	Float: left;
}
#tabs-3-img-2 {
	max-width: 30%!important;
	margin: 10px 0 10px 10px;
	Float: right;
}
#tabs-3 .line {
	margin: 20px auto;
	max-width: 75%
}
#tabs-3 .portfolio-item {
	width: 20%!important;
	padding: 0 12px 0 0;
}
#tabs-3 .portfolio-desc h3 {
	color: #fff!important;
	font-size: 1em;
}
#tabs-3  .portfolio-overlay a {
	margin: -28px 0 0 -20px;
}
*/
/* hardware */


/* services */
/*
#section-services {
	 padding-top:100px;
	 padding-bottom: 150px;
}
p.service-head {
	font-size: 1.4em;
	color: #63b8ff;
	font-weight: bold;
}
*/
/* contact */
/*
.btn-blue {
	color: #ffffff;
	background-color: #63b8ff;
	border-color: #63b8ff;
	padding: 10px 15px;
}
.btn-blue:focus,
.btn-blue.focus {
	color: #ffffff!important;
	background-color: #1795ff;
	border-color: #761c19;
}
.btn-blue:hover {
	color: #ffffff!important;
	background-color: #1795ff;
	border-color: #1795ff;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
	color: #ffffff;
	background-color: #1795ff;
	border-color: #1795ff;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
	color: #ffffff;
	background-color: #1795ff;
	border-color: #1795ff;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
	background-image: none;
}
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
	background-color: #63b8ff;
	border-color: #63b8ff;
}
.btn-blue .badge {
	color: #63b8ff;
	background-color: #ffffff;
}
*/
/* footer */
/*
#footer-info {
	padding: 30px 0;
}
img.footer-logo {
	margin-bottom: 10px;
}
#footer-logo-1 {
	margin: 0 40px 0 0!important;
}
#cookie-identification {
	z-index: 200!important;
}
*/
/* legal notices */
/*
#legal {
	padding-top: 50px;
}
#copyrights a.current {
	color: #63b8ff;
}
.content-wrap {
	padding: 0 0 80px 0!important;
}
summary:hover {
	color: #63b8ff;
}
summary:active {
	color: #F00;
}
.heading-block:after {
	width: 150px;
	border-top: 2px solid #444;
}
#legal p {
	margin-bottom: 5px!important;
}
#legal ul {
	padding-left: 55px!important;
	margin-bottom: 10px!important;
}
#legal ol {
	padding-left: 55px!important;
	margin-bottom: 10px!important;
}
#legal ol ul {
	padding-left: 25px!important;
	margin-bottom: 5px!important;
}
#legal ul ul {
	padding-left: 25px!important;
	margin-bottom: 5px!important;
}
.letter {
	list-style-type: lower-alpha;
}
details {
	margin-bottom: 15px!important;
}

@media (min-width: 750px) and (max-width: 980px) {
	
.heading-block h1 + span {
	font-size: 18px!important;
}

}

@media (min-width: 414px) and (max-width: 780px) {
	
.emphasis-title h1 {
	font-size:44px;
}

}
@media (min-width: 250px) and (max-width: 780px) {

#header {
	display:none;
}
#section-software .col_two_fifth.col_last {
	display: none;
}

}
@media (max-width: 417px) {
	
ul.tab-nav:not(.tab-nav-lg) li {
	float: none;
	margin: 0 0 10px 0;
}
ul.tab-nav:not(.tab-nav-lg) li:first-child {
	margin-left: 0;
}
article.portfolio-item {
	display: none;
}
#slider img {
	max-width: 75%!important;
}

}