/*
Theme Name: ctwbuild17
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ctwbuild17
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ctwbuild17 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


html,body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

#page,.site {
  width:100%;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Source Sans Pro', sans-serif;
		font-weight:400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	    background-color: #eee;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
		  font-family: FontAwesome;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
		  width:100%;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	    color: #253F5B;
    text-decoration: none;
}

a:visited {
	    color: #253F5B;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
	    color: #253F5B;
    text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
     list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    /* position: absolute; */
    /* top: 3.3rem; */
    /* left: 25rem; */
   margin-left: 14rem;
    margin-top: -2.6rem;
}
		.logo {
		position: relative;
	  width:201.5px;
	  height:55.5px;
		  }
		  
.navItem, .navItem a {
  display:inline-block;
  flex-grow: 1;
	      margin-right: 1rem;
  font-family: Oswald, sans-serif;
}

.navItem a {
  width:100%;
  padding-top:0px;
  padding-bottom:6px;
  color:#FFF;
  text-decoration:none;
  text-align:center;
  font-weight:400;
 font-size: 1.06em;
  text-transform: uppercase;
}

li.current-menu-item a {
  border-bottom:3px solid #FF9900;
}

li:nth-of-type(1) a:hover {
  border-bottom:3px solid #FF9900;
}

li:nth-of-type(2) a:hover {
  border-bottom:3px solid #FF9900;
}

li:nth-of-type(3) a:hover {
  border-bottom:3px solid #FF9900;
}

li:nth-of-type(4) a:hover {
  border-bottom:3px solid #FF9900;
}

li:nth-of-type(5) a:hover {
  border-bottom:3px solid #FF9900;
}

li:nth-of-type(6) a:hover {
  border-bottom:3px solid #FF9900;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
  display:none;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content{
 padding-left: 7rem;
    padding-right: 3rem;
    padding-top: 3em;
    width: 70%;
    float: left;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/**My Stuff**/
#social {
    float: right;
    margin-top: -5px;
    margin-left: 5%;
    font-size: 1.7em;
    color: #fff;
}

#social a {
color:#fff;  
}

#social a :hover {
color:#ff9900;  
}

#social a :visited {
color:#fff;  
}

.page-id-10 .hentry {
  margin:0;
	}


	
.topline {
	display:none;
  }

.page-id-10 .entry-content {
 width: 100% !important; 
  padding-left:0 !important;
      margin: 0 !important;
  padding-right:0 !important;
   padding-top:0 !important;
}

  .entry-content{
    width: 70%;
    float: left;
  padding-left:7rem;
      padding-right: 3em;
     padding-bottom: 1em;

}

  .entry-content2{
    width: 100%;
    float: left;
  padding-left:7rem;
      padding-right: 3em;
     padding-bottom: 1em;

}
	
	.entry-title2{
	  font-family: 'source sans pro', sans-serif;
    font-weight: 400;
    font-size: 1.9em;
    color: #222;
		}


  .entry-content-wrap{
    width: 70%;
    float: left;
}
	

.frontblock1{
	background:#e2e2e2;
	color:#222;
	padding-left:7rem;
	padding-right:7rem;
	padding-top:0;
	padding-bottom:5rem;
  }
  
  .fb1_head {
	background:#FFF;
	  color:#222;
	width: 18%;
    text-align: center;
    text-transform: uppercase;
  font-family:Oswald, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    padding-bottom: 9px;
  margin-bottom:2em;
}

.frontblock2{
	background:#197278;
	color:#FFF;
	padding-left:7rem;
	padding-right:7rem;
	padding-top:0;
	padding-bottom:3rem;
	    margin-top: 2.5rem;
  position: relative;
    height: 39em;
  }
  
  .fb2_head {
    background: #FFF;
    color: #222;
    width: 18%;
    text-align: center;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    padding-bottom: 9px;
    margin-bottom: 2em;
    float: right;
    padding-left: 9px;
    padding-right: 9px;
}

.campaigns {
	width:80rem;
  padding-top: 5.5em;
  position:relative;
  }
  .c-1 {
	  display:inline;
  padding-right:30px;
  position: absolute;
	    left: 0;
	}
	  .c-2 {
	 
	  display:inline;
   padding-right:50px;
   position: absolute;
      left: 26.7%;
	}
	    .c-3 {
	 
	  display:inline;
   position: absolute;
      right: 26.7%;
	}

 .c-4 {
	 right:0;
	  display:inline;
   position: absolute;
	}

  .c-cap{
    font-family: sans-serif;
    font-style: italic;
    position: absolute;
    bottom: 2em;
    left: 1em;
    font-size: 1.7em;
    text-transform: uppercase;
    width: 74%;
}



.news input[type="submit"] {
	font-family: 'Source Sans Pro', sans-serif;
	    padding-bottom: 9px;
  }

.btn-1 {
padding: 5px 15px;
    outline: none;
    background-color: #197278;
    color: #FFF;
    border: none;
    font-family: Oswald, sans-serif;
        width: 102px;
    text-align: center;
    float: right;
  }

.btn-1 a{
	color:#FFF;
  }

.btn-s {
    padding: 0;
    color: #FFF;
    border: 1px solid #FFF;
    font-family: Oswald, sans-serif;
    width: 105px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 71px;
    line-height: 37px;
  }

.btn-s a {
  color:#FFF;
	}
	
	.btn-s a:hover {
		color:#FF9900;
		border:none !important;
		  }
  
  .btn-2 {
	 padding: 5px 15px;
  outline: none;
  background-color: #fff;
  color: #FF9900;
  border: none;
	font-family: Oswald, sans-serif;
      width: 102px;
    text-align: center;
    float: left;
  margin-top: 0;

  }

.btn-2 a{
	color:#197278;
  }

.btn-3 {
padding: 2.8px 15px;
    outline: none;
    background-color: #253F5B;
    color: #FFF;
    border: none;
    font-family: Oswald, sans-serif;
        width: 80px;
    text-align: center;
    float: left;
      margin-top: .57em;
    margin-bottom: 1.5em;
  border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
  }
  
  .btn-3 a {
  text-decoration:none;
  color:#FFF;
	}

.btn-3:hover {
  background-color:#ff9000;
  }

.btn-w {
      width: 111px;
  border: 1px solid #222;
    color: #FFF;
    padding: 5px 10px;
    text-align: center;
	  font-size:0.8em;
	  float:left;
	  margin-top:30px;
	    font-family: Oswald, sans-serif;
	   margin-bottom:30px;
	}
	

		
		.btn-w p {
	  font-family: Oswald, sans-serif;

			}


section#text-3.widget.widget_text {
  line-height:12px;
	
  }
  
section#text-3.widget.widget_text p {
  margin-bottom: 0;
	
  }

section#text-3.widget.widget_text a {
  font-size: 0.9em; 
  color: #197278;
	
  }

#fp-container {
 width:100%;
  max-width:100%;
}

.int-t {
  margin-top:-10px;
	}

		.category #sidebar2{
  margin-top:7em;
  }

	.single #sidebar2{
  margin-top:7em;
  }

	.search-results #sidebar2{
  margin-top:7em;
  }
	.category .page-title{
	display:none;
		}
	
	.entry-title {
		   padding-left:7rem;
	  padding-right:7rem;
		}
		
		h1.entry-title {
	    text-transform: uppercase;
    font-family: 'Oswald';
    color: #253F5B;
    font-size: 2.1em;
  margin-bottom:0;
		}
	h2.entry-title {
    font-family: 'source sans pro', sans-serif;
    font-weight: 400;
    font-size: 1.9em;
    color: #222;
		}

.nav-links {
  display:none;
	}

#masthead {
 background: #011C37;
  padding-top: 15px;
      border-bottom: 3px solid #ff9900;
}

	  

			
			.category h2.entry-title {
			  color:#222;
				  }
.category .page-title {
  font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.9em;
    color: #FFF;
	  }

		.entry-header {
     padding-top: 16px;
    padding-bottom: 0;
    height: auto;
	}

		.page-id-10 .entry-header {
background:none;
  padding-top:0;
	}


#text-6 {
  margin-top:3rem;
  padding-bottom: .6rem;
}
	

.spacer {
	width:100px;
	  height:100px;
	background: #197278;
  }
  
.page-id-10 section#category-posts-3.widget.cat-post-widget{
 width:45%;
  float:left;
      margin-top: 3em;
}

.page-id-10 #category-posts-3-internal .cat-post-item{
  border:none;
  line-height: 21px;
    margin-bottom: 12px;
	}

.page-id-10 section#category-posts-3.widget.cat-post-widget ul {
    margin:0;
  padding:0;
	}

.page-id-10 section#category-posts-3.widget.cat-post-widget p {
    margin-bottom:0.5em;
  font-size:1rem;
  margin:0;
	}

.page-id-10 section#category-posts-3.widget.cat-post-widget a{
  color:#222;
	}

.page-id-10 .fb-page {
  display:none;
	}

.page-id-10 #text-3 {
 width:45%;
  float:right;
      margin-top: 3em;
}
.page-id-10 #secondary {
  padding-left:7rem;
  padding-right:7rem;

}

.page-id-10 .widget-title {
       text-transform: uppercase;
    border-right-color: #eee;
    border-right-width: 24rem;
    border-right-style: solid;
    height: 9px;
    line-height: 10px;
    color: #222;
    margin-bottom: 2.5rem;
    font-family: oswald, sans-serif;
    font-weight: 400;
}

.textwidget a {
  color:#222;
}

.textwidget a:hover {
  color:#FF9900;
}
 

#sidebar2 {
	width: 30%;
    padding-right: 7rem;
    padding-left: 0;
  float:right;
  padding-top: 1em;
  border-left: 1px solid #eee;
  margin-bottom: 4em;
  }

#sidebar2 ul{
margin:0;
}

#sidebar2 h2 {
 font-family:'Source Sans pro', sans-serif;
  font-size:1.25em;
  color:#253F5B;
}

#sidebar2 p {
  font-size:.9em;
}

#text-7 {
 padding-bottom: 0; 
}

#text-8 {
   border-top: solid 4px #eee;
  margin-top: 3em;
  font-family:'Merriweather', serif;
	}

#text-8 .btn-w {
  display:none;
}

#text-9 {
   border-top: solid 4px #eee;
  margin-top: 4em;
  font-family:'Merriweather', serif;
	}

.menu-footer-left-container{
    width: 14%;
    float: left;
    display: inline-block;
    margin-left: 6%;
    padding-right: 2%;
}
.menu-footer-center-container {
    width: 16%;
    display: inline-block;
    margin-left: 0%;
    float: left
}
.menu-footer-right-container{
      width: 10%;
    float: left;
    display: inline-block;
    margin-left: 3%;
 
}
.menu-footer-right-container ul {
  
	  list-style-type: none; list-style-image: none; 
      margin: 0 !important;
    padding: 0 !important;
	}
	
	.menu-footer-right-container li {
	  display:inline;
		}
	
	 .menu-footer-right-container ul li a {
		 color: #fff;
  text-decoration:none;
		}

.menu-footer-right-container li.current-menu-item a{
  border:none;
	}
		
		 .menu-footer-right-container ul li a:hover {
		color:rgba(255,255,255,0.7);
  border-bottom:none;
			  }

.news {
float: right;
    width: 23%;
    margin-left: 0;
    color: #fff;
    margin-top: -.8rem;
  }

  .news h2 {
	font-size:1.2em;
  }

  .news label {
	font-size:0.8em;
  color:#fff;
  }
	
	.bottom-menu {
    padding-top: 1rem;
    width: 100%;
    font-size: 1em;
	}

.bottom-menu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
.bottom-menu li {display:block;}
.bottom-menu ul li a {text-decoration:none; color: #fff;}
.bottom-menu ul li a:hover {color: rgba(255,255,255,0.7); border-bottom:none;}

.bottom-menu li.current-menu-item a {
	 border:none; 
	}

.ctw{
    font-size: .7em;
    padding-bottom: 3em;
    padding-top: 0.5rem;
    color: #fff;
  }

ul.sub-menu {
  padding-top:0;
	}
	

	
.site-info {
	  margin-top: 1rem;
  padding-left:7rem;
  padding-right:7rem;
	}

.h-container {
  width:100%;
max-width:100%;
  padding-left:7rem;
  padding-right:7rem;
  padding-top:1rem;
  padding-bottom:0;
      height: 6.5rem;
	}

.page-id-24 .h-container {
  padding-bottom: 1rem;
	}





.owl-theme .owl-controls .owl-buttons .owl-prev {
  left:0 !important;
      top: 43%;
	}
	
	.owl-theme .owl-controls .owl-buttons .owl-next {
  right:0 !important;   
  top: 43%;
		}

.force-pad {
	  padding:0% 6.3%;
	}

.wp-caption-text {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.1em;
    text-transform: uppercase;
}

.main-cap1{
      font-size: 51px;
    font-family: serif;
    text-transform: uppercase;
    font-style: italic;
    line-height: 0px;
	}
	
	.main-cap2{
    font-size:124px;
	  text-transform:uppercase;
      line-height: 44px;
  padding-bottom: 30px;
		}

	.main-cap3{
    font-size:75px;
	  text-transform:uppercase;
      line-height: 1.2em;
  text-shadow: 2px 2px 17px #222222;
  padding-left: 2rem;
    padding-right: 2rem;
		}
	
	.main-cap4{
    font-size:66px;
	  text-transform:uppercase;
      line-height: 75px;
  text-shadow: 2px 2px 17px #222222;
		}



#wprmenu_bar {
    height: 80px !important;
 border-bottom: 2px solid #ff9900;
  padding:0;
  position:absolute !important;
}

#wprmenu_bar .wprmenu_icon {
    margin-right: 2rem !important;
    margin-top: 1.8rem !important;
}


#wprmenu_bar .bar_logo {
   margin-top: 1.2rem;
    padding-left: 2rem;
    width: auto;
    height: 44px;
}

.bigtxt {
  font-size:1.5em;
  color:#222;
  }

#colophon {
background: #011C37;
    height: auto;
}

.m3 {
 width: 100%;
    margin-top: 23%;
  }

#bottom-c {
 width:100%;
  margin:0;
  padding:0;
  position:relative;
  margin-top: 2rem;
}

.f-logo {
  width: 15%;
    float: left;
	  margin-top: 17px;
	}

.f-logo svg{
  width:80%;
	}

	.fa-facebook-square{
	margin-right:7px;  
	}
	
	.addy {
		 font-size: .8em;
    color: #fff;
    line-height: 1px;
    margin-top: 1rem;
	  }

.addy a {
  color: #fff;
  }

.addy2 {
  line-height:0.5em;
	font-family: 'source Sans Pro', sans-serif;
  }

.foot-soc {
  color:#FFF;
      margin-top: 7rem;
	}
	
	.foot-soc i {
  	  font-size:2em;
		}

.leadership img {
  float:left;
	height:120px;
  }
  
  .affiliates img {
  float:left;
	height:120px;
  }
	
	 .affiliates {
		margin-top:2em;
		margin-bottom: 2em;
	  }
	  
	   .leadership {
		margin-top:2em;
	  margin-bottom: 2em;
	  }

.news input[type="text"], input[type="email"] {
  height:25px !important;
	}
	
	
		
	.clear-l{
	width:100%;
	clear:both;
		background:#FFF;
      height: 10px;
	  }
		.soc ul{
  list-style:none;
	margin: 0 0 1.5em 1.5em;
  }
  
  .soc li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#FF9900;
	}

h3 {
	font-family: 'source sans pro', sans-serif;
  font-size: 1.5em;
    font-weight: 600;
  margin-top:0;
	  }

.entry-title a{
	 text-decoration:none;
	}

						.entry-footer{
					  display:none;
							}
	
.entry-meta{
	 display:none;
			}

.page-title{
	 padding-left:7rem;
	  padding-right:7rem;
	}

#respond {
 display:none; 
}



/***********************
 * Essential Structure *
 ***********************/
.flexsearch--wrapper {
	height: auto;
	width: auto;
	max-width: 100%;
	overflow: hidden;
	background: transparent;
	margin: 0;
	position: static;
}
	
.flexsearch--form {
	overflow: hidden;
	position: relative;
}
	
.flexsearch--input-wrapper {
	padding: 0 66px 0 0; /* Right padding for submit button width */
	overflow: hidden;
}

input.flexsearch--input {
  width: 100%;
}

/***********************
 * Configurable Styles *
 ***********************/
.searchbar {
    width: 15%;
    margin-top: -1.2em;
    margin-left: 9rem;
}

.flexsearch {
}

.int-search input {
		background: #FFF !important;
		
	  }
	
	.int-search input[type=text]:focus{
  border-color: #ccc;
			color:#404040;
		  }
	
	.int-search input[type=submit] {
		     background: transparent !important; 
		}

input.flexsearch--input {
-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 28px;
    padding: 0 46px 0 10px;
    border-color: #eee;
    border-radius: 35px;
    border-style: solid;
    border-width: 4px;
    margin-top: 15px;
      background: #011C37;
    color: #FFF;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    -webkit-appearance: none;
}
	
input.flexsearch--submit {
position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 46px;
    height: 29px;
    padding: 0;
    border: none;
    margin-top: 20px;
    margin-right: 5px;
    background: transparent;
    color: #c9c9c9;
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: .2em;
}

input.flexsearch--input:focus {
  outline: none;
  border-color: #666;
  color: #FFF; 
}

.flexsearch--input:focus.flexsearch--submit {
 	color: #FFF; 
}

.flexsearch--submit:hover {
  color: #FFF;
  cursor: pointer;
}

::-webkit-input-placeholder {
	color: #888;  
}

input:-moz-placeholder {
  color: #888
}


.bottom-menu h2 {
	 font-size:1.2em;
	  font-weight:bold;
	  margin: 0 !important;
	  clear: none;
      padding-bottom: 17px;
	}

.s-soc{
    font-size: 2em;
    width: 50%;
    margin-left: .2em;
    float: left;
	}
	
	.s-soc a{
	  color: #253F5B;
		}

.s-soc a:hover{
  color: #ff9000;
	  }

ul#category-posts-2-internal.category-posts-internal{
	  margin:0 !important;
	  padding:0 !important;
	}


#category-posts-2{
    border-top: solid 4px #eee;
    margin-top: 3em;
    font-family: 'Merriweather', serif;
  
}

#category-posts-2-internal .cat-post-title{
 font-size:0.9em !important; 
  
}

   #category-posts-2 a{
  color: #222;
}

 #category-posts-2 a:hover{
  color: #ff9000;
  border:none;
}

 #category-posts-3 a:hover{
  color: #ff9000;
  border:none;
}

 #category-posts-2 h2 a {
  color:#253F5B;
}

#category-posts-3-internal .cat-post-title {
    font-size: 1em !important;
  line-height:1 !important;
}

.foot-soc a{
	 color:#fff; 
	}

.entry-title2{
	 padding:0; 
	}

.no-results.not-found {
	 float:left; 
	}
	
	.search-no-results #sidebar2{
	  display:none;
	}

.page-content404 {
	 padding-left:7rem;
	  padding-right:7rem;
	      padding-bottom: 10rem;
	}

/**RESPONSIVE-DESKTOP**/

@media screen 
  and (max-device-width: 1500px) 
  
   { 
  
  .metaslider .caption-wrap {
    bottom: 5em !important;
		}
		
		
}
	 
	  @media screen and (max-width: 1600px) and (min-width: 1550px) {
	
.searchbar {
       margin-left: 11.7rem;
}	
			
	  }
		
		  @media screen and (max-width: 1650px) and (min-width: 1600px) {
	
.searchbar {
       margin-left: 14.6rem;
}	
			
	  }
		  
		  	  @media screen and (max-width: 1700px) and (min-width: 1650px) {
	
.searchbar {
       margin-left: 17rem;
}		
	  }
			
			  	  @media screen and (max-width: 1750px) and (min-width: 1700px) {
	
.searchbar {
       margin-left: 19.7rem;
}		
	  }
			  
			    	  @media screen and (max-width: 1800px) and (min-width: 1750px) {
	
.searchbar {
       margin-left: 22.2rem;
}		
				  						    .metaslider .caption-wrap {
    bottom: 8em !important;
		}
	  }
				
							    	  @media screen and (max-width: 1850px) and (min-width: 1800px) {
	
.searchbar {
       margin-left: 24.6rem;
}		
											    .metaslider .caption-wrap {
    bottom: 8em !important;
		}
	  }
				  
				  			    	  @media screen and (max-width: 1900px) and (min-width: 1850px) {
	
.searchbar {
       margin-left: 27.2rem;
}	
					  						    .metaslider .caption-wrap {
    bottom: 8em !important;
		}
	  }
					
							  			    	  @media screen and (max-width: 1950px) and (min-width: 1900px) {
	
.searchbar {
       margin-left: 28.3rem;
}		
												    .metaslider .caption-wrap {
    bottom: 8em !important;
		}
	  }
					  
					  							  			    	  @media screen and (max-width: 2000px) and (min-width: 1950px) {
	
.searchbar {
       margin-left: 30.5rem;
}	
						  
						    .metaslider .caption-wrap {
    bottom: 8em !important;
		}
	  }
	  
	  


 @media screen 
  and (max-width: 1450px) and (min-width: 1397px)  {
  

			
			
			.page-id-10 .widget-title {
    border-right-width: 19rem;
				}
			.searchbar {
    margin-left: 4.3rem;
}	
			
}
					  
  @media screen 
  and (max-device-width: 1300px) 
  
   { 				
		.owl-theme .owl-controls .owl-buttons div {
    top: 40% !important;			
							}
							
							#social {
    margin-left: 3.5%;
}
	  .main-navigation {
    margin-left: 6.5em;
}
	  
	  	.searchbar{
			  margin-left:2rem;
			  }
							
.owl-theme .owl-controls .owl-buttons .owl-prev{
								 left:-7px !important;
								}
							.owl-theme .owl-controls .owl-buttons .owl-next{	  
								  right:-7px !important;
								}
					  }
					  
   @media screen 
  and (max-width: 1396px) and (min-width: 1261px)   { 
  
  .main-navigation {
    margin-left: 11.5em;
}
	#social {
    margin-left: 3.5%;
}
	  	.searchbar{
			  margin-left:1.5rem;
			  }

.page-id-10 .widget-title {
    border-right-width: 19rem;
}
	.m3 {
    margin-top: 29%;
	}

	  .owl-theme .owl-controls .owl-buttons div {
    top: 40%;
	  }
.metaslider .caption-wrap {
    bottom: 3em !important;
	  }
	  
	  .btn-s{
		margin-top: 50px;
		  }

.bottom-menu {
  font-size:1em;
	}


.news h2 {
font-size: 1.1em;
}


  }
	

 @media screen 
  and (max-width: 1260px) and (min-width: 1230px)   { 
  
  .owl-wrapper-outer {
    height: 22em;
	  }
	  
	  .frontblock2{
		height:34em;
		}
  .main-navigation {
    margin-left: 11em;
}
	#social {
    margin-left: 3.5%;
}
	  	.searchbar{
			  margin-left:2rem;
			  }
	.page-id-10 .widget-title {
    border-right-width: 18rem;
}
		  .owl-theme .owl-controls .owl-buttons div {
    top: 40%;
	  }
	.m3 {
    margin-top: 30%;
	}
	
	.metaslider .caption-wrap {
    bottom: 3em !important;
	  }
	
		#attachment_110{
	margin-left:10px;
		padding-right:10px;
										height: 240px;
										
					}
#attachment_111 {
			padding-right:10px;
			    margin-left: 7px;
										height: 240px;
			}
									  
#attachment_112 {
    margin-left: 5px;
	padding-right:10px;
										height: 240px;
										
			}
									  
	#attachment_113 {
    margin-left:5px;
		padding-right:10px;
										height: 240px;
										
			}
	#attachment_114 {
    margin-left: 5px;
		padding-right:10px;
										height: 240px;
										
			}
#attachment_115 {
    margin-left:5px;
		padding-right:10px;
										height: 240px;
										
			}
#attachment_116 {
    margin-left:5px;
		padding-right:10px;
										height: 240px;
										
			}

	.menu-footer-right-container {
    margin-left: 3%;
	}

.bottom-menu {
  font-size:.9em;
	}

.news h2 {
font-size: 1em;
}

	  .navItem, .navItem a {
    margin-right: .7rem;
		}
  
}
  




					  
	 @media screen 
  and (max-device-width: 1233px)  { 
	
	.main-navigation {
    margin-left: 10.5em;
}
	#social {
    margin-left:3.5%;
}
	  	.searchbar{
			  margin-left: 2rem;
			  }
		.main-cap4 {
    font-size: 50px !important;
								}
		
		  .btn-s{
		margin-top: 50px;
      margin-bottom: 40px;
		  }
		
								
	.metaslider .caption-wrap {
    bottom: 2em !important;
		}
									  
	#attachment_110{
	margin-left:10px;
		padding-right:10px;
										height: 240px;
										
					}
#attachment_111 {
			padding-right:10px;
			    margin-left: 7px;
										height: 240px;
			}
									  
#attachment_112 {
    margin-left: 5px;
	padding-right:10px;
										height: 240px;
										
			}
									  
	#attachment_113 {
    margin-left:5px;
		padding-right:10px;
										height: 240px;
										
			}
	#attachment_114 {
    margin-left: 5px;
		padding-right:10px;
										height: 240px;
										
			}
#attachment_115 {
    margin-left:5px;
		padding-right:10px;
										height: 240px;
										
			}
#attachment_116 {
    margin-left:5px;
		padding-right:10px;
										height: 240px;
										
			}
									  
		.owl-theme .owl-controls .owl-buttons div {
    top: 39% !important;
		 }
								  
								  
 .owl-theme .owl-controls .owl-pagination{
bottom:0px !important;									
}
				
							  
.owl-wrapper-outer {							  
			height: 347px;
								  }
						
							  .page-id-10 .widget-title {
    border-right-width: 16rem;
						
					  }
							  

							  
							  .frontblock2{
							height: 34em;
								  }

	  .navItem, .navItem a {
    margin-right: .7rem;
		}
								
			hr {
				  display:none;
						}
}
		



	 @media screen 
  and (max-width: 1230px) and (min-width: 1145px)  { 
  
  .fb2_head {
    width: 23%;
	}
	
	.bottom-menu {
  font-size:.9em;
	}


	
	.metaslider .caption-wrap {
    bottom: 1em !important;
		  }


  .btn-s{
		margin-top: 50px;
      margin-bottom: 40px;
		  }

	 

.page-id-10 .widget-title {
    border-right-width: 22rem;
}
	.m3 {
    margin-top: 24%;
	}

	  .owl-theme .owl-controls .owl-buttons div {
    top: 38% !important;
	  }



.owl-wrapper-outer {
    height: 22em;
}
	
	  
	  .frontblock2{
		height:34em;
		}
		  .navItem, .navItem a {
    margin-right: .7rem;
		}
			
			.main-navigation {
    margin-left: 10em;
}
			#social {
    margin-left: 3%;
}

.searchbar{
			  margin-left:1.5rem;
			  }



	#attachment_110{
	margin-left:10px;
		padding-right:10px;
										height: 240px;
										
					}
#attachment_111 {
			padding-right:10px;
			    margin-left: 7px;
										height: 240px;
			}
									  
#attachment_112 {
    margin-left: 5px;
	padding-right:10px;
										height: 240px;
										
			}
									  
	#attachment_113 {
    margin-left:5px;
		padding-right:10px;
										height: 240px;
										
			}
	#attachment_114 {
    margin-left: 5px;
		padding-right:10px;
										height: 240px;
										
			}
#attachment_115 {
    margin-left:5px;
		padding-right:10px;
										height: 240px;
										
			}
#attachment_116 {
    margin-left:5px;
		padding-right:10px;
										height: 240px;
										
			}


			.page-id-10 .widget-title {
    border-right-width: 14rem;
}
			.menu-footer-left-container {
  margin-left: 6%;
}

.news h2 {
    font-size: 1em;
}

.news label{
	font-size:0.9em;
  }

					.menu-footer-center-container {
      width: 18%;
}

.news{
  width:25%;
	margin-left:0;
  }
					
					.f-logo {
    width: 14%;
}
hr {
				  display:none;
						}
.ctw {
    padding-top: 3.5rem;
}
  
  .main-cap1 {
    font-size: 41px !important;
	  }
	    .main-cap2 {
        font-size: 101px !important;
    line-height: 18px !important;
	  }
 .main-cap3 {
    font-size: 60px !important;
	  }
  
}


	 @media screen 
  and (max-width: 1145px) and (min-width: 1079px)  { 
  
  .f-logo{
		width:17%;
	  }
	      .btn-s{
		margin-top: 50px;
      margin-bottom: 40px;
		  }
  
  .bottom-menu {
  font-size:.8em;
	}
.logo svg  {
  width:90%;
	    padding-top: 3px;
  }

  
  			.menu-footer-left-container {
				  width: 16%;
}
					.menu-footer-center-container {
			      width: 20%;
}

			.menu-footer-right-container {
			      margin-left:2%;
}

	.news h2 {
    font-size: .9em;
}

.m3 hr{
  display:none;
  }

	.metaslider .caption-wrap {
    bottom: 2em !important;
		}

			.main-navigation {
    margin-left: 9em;
}

.navItem, .navItem a{
  margin-right:0.5rem;
  }
			#social {
    margin-left: 2.5rem;
}

.searchbar{
			  margin-left:1.5rem;
			  }


.ctw {
    padding-top: 1.5rem;
		}
		.owl-wrapper-outer {
    height: 302px;
			}
			.page-id-10 .widget-title {
    border-right-width: 10rem;
}
			.frontblock2{
			  height: 31em;
			  }
.main-cap4 {
    font-size: 43px !important;
}

  .main-cap1 {
    font-size: 41px !important;
	  }
	    .main-cap2 {
        font-size: 101px !important;
    line-height: 18px !important;
	  }

.main-cap3{
  font-size:60px;
	}

.btn-s{
  margin-top: 44px;
  margin-bottom:44px;
	}


	  .owl-theme .owl-controls .owl-buttons div {
    top: 40% !important;
	  }

.owl-prev{
	 margin-left:-10px;
	}
	
	.owl-next{
	 margin-right:-10px;
	}

.fb2_head {
    width: 21%;
  }

.owl-wrapper-outer {
    height: 20em;
}

.news{
  width:22%;
  }


  
  .m3{
  margin-top:31%;
	}

}
  
  
  	 @media screen 
  and (max-width: 1079px) and (min-width: 995px)  { 
  .f-logo{
		width:17%;
	  }
	      .btn-s{
		margin-top: 50px;
      margin-bottom: 40px;
		  }
  
  			.menu-footer-left-container {
				  width: 16%;
  margin-left: 3%;
}
					.menu-footer-center-container {
			      width: 20%;
}

		.main-navigation {
    margin-left: 9em;
}

.navItem, .navItem a{
  margin-right:0.5rem;
  }

	.logo svg  {
  width:90%;
	    padding-top: 3px;
  }
	
		.news h2 {
    font-size: .9em;
}

.m3 hr{
  display:none;
  }

	.metaslider .caption-wrap {
    bottom: 1em !important;
		}


			#social {
   display:none;
}

.owl-prev{
  margin-left:-10px;
	}

	.owl-next{
  margin-right:-10px;
	}
.searchbar{
			  margin-left:2rem;
			  }


.ctw {
    padding-top: 0.5rem;
		}
		.owl-wrapper-outer {
    height: 302px;
			}
			.page-id-10 .widget-title {
    border-right-width: 10rem;
}
			.frontblock2{
			  height: 31em;
			  }
.main-cap4 {
    font-size: 43px !important;
}

.main-cap3 {
    font-size: 60px !important;
}

  .main-cap1 {
    font-size: 41px !important;
	  }
	    .main-cap2 {
        font-size: 101px !important;
    line-height: 18px !important;
	  }

.btn-s{
    margin-top: 21px;
    margin-bottom: 45px;
	}


	  .owl-theme .owl-controls .owl-buttons div {
    top: 38% !important;
	  }

.fb2_head {
    width: 21%;
  }

.owl-wrapper-outer {
    height: 20em;
}

.news{
  width:23%;
  }
  
  .m3{
  margin-top:36%;
	}	
	
.bottom-menu {
  font-size:.8em;
	}
  

	
  }
  
  
  

	 @media screen 
  and (max-width: 995px)  { 
  
 #social{
	display:none;
  }

  .metaslider{
      margin-top: 54px;
	}



	.h-container {
	  display:none;
		}
		html {
		  padding-top:0 !important;
		  }
#wprmenu_menu.top {
    top: 72px;
}
.frontblock1 {
  padding-left: 2rem;
	padding-right: 2rem;
	}
  .frontblock2 {
  padding-left: 2rem;
	padding-right: 2rem;
	}
	
	.page-id-10 #secondary{
    padding-left: 2rem;
	padding-right: 2rem;
		}
		
		.page-id-10 .widget-title{
	  border:none;
			}
			
			.site-info{
    padding-left: 2rem;
	padding-right: 2rem;
		}
				
				.page-id-10.entry-header {
    padding-top: 0px;
					}
 .entry-header {
    padding-top: 3em;
					}
					.entry-content{
					  padding-left:2rem;
						}
						
						#sidebar2 {
    padding-right: 2rem;
  margin-bottom: 0;
						}
			
			.entry-title {
    padding-left: 2rem;
    padding-right: 2rem;
      padding-top: 1rem;
}
		.page-title {
    padding-left: 2rem;
    padding-right: 2rem;
	  margin-top: 3em;
    margin-bottom: 0;
}
					
		
  
}


  	 @media screen 
  and (max-width: 994px) and (min-width: 800px)  { 
  
  .f-logo {
    width: 15%;
	  }
  .main-cap4 {
    font-size: 34px !important;
		line-height:51px !important;
}
  
  .logo svg  {
  width:80%;
	    padding-top: 3px;
  }
.navItem, .navItem a{
  margin-right:0.5rem;
  }
	  
	  .owl-prev{
  margin-left:-10px;
	}

	.owl-next{
  margin-right:-10px;
	}
  
  .main-cap3 {
	font-size:40px !important;
	  }

  .main-cap1 {
    font-size: .5em !important;
	  }
	  .main-cap2 {
    font-size: .7em !important;
    line-height: 8px !important;
}

	.metaslider .caption-wrap {
    bottom: .5em !important;
  line-height:2.6em !important;
		}

.btn-s {
margin-top: 19px;
margin-bottom: 41px;
font-size: 15px;
	}

.fb2_head {
  width:23%;
  }

.fb1_head {
  width:22%;
  }
  
    .owl-theme .owl-controls .owl-buttons div {
    top: 38% !important;
	  }

.owl-wrapper-outer {
    height: 20em;
}

.frontblock2 {
  height:32em;
  }
  
  .news{
  width:25%
	}
	
	.menu-footer-center-container {
    width: 22%;
    margin-left: 0%;
		}
.menu-footer-left-container {
    margin-left: 3%;
  width:15%;
}

.menu-footer-right-container {
  
  width:11%;
      margin-left: 2%;
	}
	
	.m3 {
    margin-top: 30%;
}

.m3 hr{
	display:none;
  }
	.news h2 {
    font-size: .9em;
}

.bottom-menu {
  font-size:.8em;
	}

		.main-navigation {
    margin-left: 9em;
}
  


.ctw {
      padding-top: 3.5rem;
  }
  
}

  	 @media only screen 
  and (max-device-width: 800px) and (min-device-width: 700px)  { 
  
   .f-logo {
    width: 21%;
	  }
  .main-cap4 {
    font-size: 32px !important;
		line-height:38px !important;
}
  .navItem, .navItem a{
  margin-right:0.5rem;
  }
  
  .logo svg  {
  width:80%;
	    padding-top: 3px;
  }
	  
	  .owl-prev{
  margin-left:-10px;
	}

	.owl-next{
  margin-right:-10px;
	}
  
  .main-cap3 {
	font-size:0.5em !important;
	  }

  .main-cap1 {
    font-size: .3em !important;
	  }
	    .main-cap2 {
        font-size: .8em !important;
    line-height: 10px !important;
	  }

	.metaslider .caption-wrap {
    bottom: 0 !important;
  line-height:3em !important;
		}

.btn-s {
  margin-top: 19px;
    margin-bottom: 50px;
      width: 10%;
    height: 5%;
    font-size: 0.2em;
	}

.fb2_head {
  width:27%;
  }

.fb1_head {
  width:27%;
  }
  
    .owl-theme .owl-controls .owl-buttons div {
    top: 51% !important;
	  }

.owl-wrapper-outer {
    height: 25em;
}

.frontblock2 {
  height:37em;
  }
  
  .news{
  display:none;
	}

.bottom-menu {
  font-size:.8em;
	}

		.main-navigation {
    margin-left: 9em;
}
  

	
	.menu-footer-center-container {
      width: 24%;
    margin-left: 1%;
		}
.menu-footer-left-container {
    margin-left: 8%;
      width: 17%;
}

.menu-footer-right-container {
      width: 13%;
    margin-left: 4%;
}
	
	.m3 {
    margin-top: 34%;
}

.m3 hr {
  display:none;
  }

.ctw {
    padding-top: 2.5rem;
}
  
  
}

	 @media screen 
  and (max-width: 700px) and (min-width: 600px)  { 
  
    
   
   .f-logo {
    width: 22%;
	  }
  .main-cap4 {
    font-size: 30px !important;
		line-height:38px !important;
}
  
#sidebar2{
	display:none;
  }
  
  .entry-content {
    padding-left: 2rem;
    width: 100%;
}
	
	.bigtxt {
    font-size: 1.2em;
	  }
	  
	  body{
		font-size: 0.9rem;
	  }
  
  .logo svg  {
  width:80%;
	    padding-top: 3px;
  }
.navItem, .navItem a{
  margin-right:0.5rem;
  }
		.main-navigation {
    margin-left: 9em;
}
	  
	  .owl-prev{
  margin-left:-10px;
	}

	.owl-next{
  margin-right:-10px;
	}
  
  .main-cap3 {
	font-size:0.7em !important;
	  }

  .main-cap1 {
    font-size: .35em !important;
	  }
	    .main-cap2 {
        font-size: 0.9em !important;
    line-height: 0 !important;
  padding-bottom: 19px;
	  }

	.metaslider .caption-wrap {
    bottom: 0 !important;
  line-height:3em !important;
		}

.btn-s {
  margin-top: 19px;
    margin-bottom: 20px;
      width: 12%;
    height: 15%;
    font-size: 0.19em;
  line-height:2.5em;
	}

.flex-control-paging {
	 display:none; 
	}

.fb2_head {
  width:33%;
  	font-size:1.2rem;
  }

.fb1_head {
  width:30%;
  	font-size:1.2rem;
  }
  
    .owl-theme .owl-controls .owl-buttons div {
    top: 51% !important;
	  }

.owl-wrapper-outer {
    height: 24em;
}

.frontblock2 {
  height:37em;
  }
  
  
  .news{
  display:none;
	}

.bottom-menu {
  font-size:.8em;
	}
  

	
	.menu-footer-center-container {
     width: 31%;
    margin-left: 2%;
		}
.menu-footer-left-container {
    margin-left: 2%;
      width: 20%;
}

.menu-footer-right-container {
    width: 17%;
    
    margin-left: 2%;
}
	
	.m3 {
    margin-top: 34%;
}

.m3 hr {
  display:none;
  }

.ctw {
    padding-top: 5rem;
}
  
}

	 @media screen 
  and (max-width: 600px) and (min-width: 500px)  { 
  
    body{
	font-size:0.9rem;
  }
  
  .fb1_head, .fb2_head{
	 font-size:1.2rem; 
	}
   
   .f-logo {
    width: 24%;
	  }
  .main-cap4 {
    font-size: 25px !important;
		line-height:38px !important;
}

  .logo svg  {
  width:80%;
	    padding-top: 3px;
  }
.navItem, .navItem a{
  margin-right:0.5rem;
  }
		.main-navigation {
    margin-left: 9em;
}
	  
	  .owl-prev{
  margin-left:-10px;
	}

	.owl-next{
  margin-right:-10px;
	}
  
  .main-cap3 {
	font-size:0.7em !important;
	  }

  .main-cap1 {
    font-size: .35em !important;
	  }
	    .main-cap2 {
        font-size: 0.9em !important;
    line-height: 0 !important;
  padding-bottom: 19px;
	  }

	.metaslider .caption-wrap {
    bottom: 0 !important;
  line-height:3em !important;
		}

.btn-s {
  margin-top: 19px;
    margin-bottom: 20px;
      width: 12%;
    height: 15%;
    font-size: 0.19em;
  line-height:2.5em;
	}

.flex-control-paging {
	 display:none; 
	}

.fb2_head {
  width:35%;
  }

.fb1_head {
  width:30%;
  }
  
    .owl-theme .owl-controls .owl-buttons div {
    top: 51% !important;
	  }

.owl-wrapper-outer {
    height: 20em;
}

.frontblock2 {
  height:33em;
  }
  
  
  .news{
  display:none;
	}

.bottom-menu {
  font-size:.7em;
	}

#sidebar2{
	display:none;
  }
  
  .entry-content {
    padding-left: 2rem;
    width: 100%;
}
  

	
	.menu-footer-center-container {
     width: 27%;
    margin-left: 0%;
		}
.menu-footer-left-container {
    margin-left: 4%;
      width: 21%;
}

.menu-footer-right-container {
    width: 19%;
    
    margin-left: 3%;
}
	
	.m3 {
    margin-top: 34%;
}

.m3 hr {
  display:none;
  }

.ctw {
    padding-top: 6rem;
}
  
}


	 @media screen 
  and (max-width: 500px) and (min-width: 295px)  {
  
    body{
	font-size:0.9rem;
  }
  
  .fb1_head, .fb2_head{
	 font-size:1.2rem; 
	}
   
   .f-logo {
    width: 55%;
	  }

.foot-soc {
    margin-top: 3rem;
}

  .main-cap4 {
    font-size: 25px !important;
		line-height:38px !important;
}

  .logo svg  {
  width:80%;
	    padding-top: 3px;
  }
.navItem, .navItem a{
  margin-right:0.5rem;
  }
		.main-navigation {
    margin-left: 9em;
}
	  
	  .owl-prev{
  margin-left:-10px;
	}

	.owl-next{
  margin-right:-10px;
	}
  
  .main-cap3 {
	font-size:0.7em !important;
	  }

  .main-cap1 {
    font-size: .35em !important;
	  }
	    .main-cap2 {
        font-size: 0.9em !important;
    line-height: 0 !important;
  padding-bottom: 19px;
	  }

	.metaslider .caption-wrap {
    bottom: 0 !important;
  line-height:3em !important;
		}

.btn-s {
  margin-top: 19px;
    margin-bottom: 20px;
      width: 12%;
    height: 15%;
    font-size: 0.19em;
  line-height:2.5em;
	}

.flex-control-paging {
	 display:none; 
	}

.fb2_head {
  width:35%;
  }

.fb1_head {
  width:30%;
  }
  
    .owl-theme .owl-controls .owl-buttons div {
    top: 51% !important;
	  }

.owl-wrapper-outer {
    height: 20em;
}

.frontblock2 {
  height:33em;
  }
  
  
  .news{
  display:none;
	}

.bottom-menu {
  font-size:.7em;
	}

#sidebar2{
	display:none;
  }
  
  .entry-content {
    padding-left: 2rem;
    width: 100%;
}
  

	
	.menu-footer-center-container {
     width: 27%;
    margin-left: 0%;
  display:none;
		}
.menu-footer-left-container {
    margin-left: 4%;
      width: 21%;
  display:none;
}

.menu-footer-right-container {
    width: 19%;
    display:none;
    margin-left: 3%;
}
	
	.m3 {
    margin-top: 34%;
}

.m3 hr {
  display:none;
  }

.ctw {
    padding-top: 7rem;
}
}



/**RESPONSIVE-DEVICES**/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation: portrait){
 #fp-container {
	width:100%;
	max-width:100%;
  }
		
		.img-circle {
    border-radius: 50%;
}
  
		.h-container {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0;
    height: 51px;
	  margin-bottom: .7rem;
}
	
	.site-info {
    padding-left: 4rem;
    padding-right: 4rem;
}

#wprmenu_bar .bar_logo {
    margin-top: 1.2rem;
    padding-left: 4rem !important;
}

#wprmenu_bar .wprmenu_icon {
    margin-right: 4rem !important;
}
	  
	  .logo {
	  width:160px;
		}

.main-cap3 {
      font-size: 53px !important;
    line-height: 1.1em;
	}

.main-cap1 {
    font-size: .5em !important;
}

.main-cap2 {
    font-size: 1.2em !important;
    line-height: 20px !important;
}
	
	.metaslider .caption-wrap {
    bottom: 0em !important;
	  line-height:4em;
}


.frontblock1 {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0;
    padding-bottom: 2.5rem;
  margin-bottom:20px;
}

.frontblock2 {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0;
	height: 32rem;
  margin-top:0;
}

  .fb1_head {
    width: 30%;
    font-size: 1.6rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
}

.fb2_head {
       width: 32%;
    font-size: 1.6rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
    float: left;
}

.spacer {
    display: none;
}


 
.main-navigation {
    margin-left: 9.5rem;
}
	  
	  .metaslider .slides img {
    width: 144% !important;
    padding-right: 9rem !important;
}
	  
	  .metaslider .flexslider {
    margin: 0 0 20px 0 !important;
}

.bigtxt {
  font-size:1.5em;
  }

#wprmenu_menu.left, #wprmenu_menu.right {
 top:80px; 
}
#wprmenu_bar {
    display: block!important;
}
.btn-1 {
   margin : 40px auto 0 auto;
  float:none;
  }

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -5px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    top: 50% !important;
}
	.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -5px !important;
}
	.owl-theme .owl-controls .owl-pagination {
    bottom: 140px;
		}

.btn-2 {
      margin : 50px auto 0 auto;
  float:none;
}
.owl-carousel .owl-wrapper-outer {
    height: 20rem;
}

#slider_106 .owl-item {
  padding:0;
	}

.page-id-10 #secondary {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 0.5rem;
}



.page-id-10 .widget-title {
    border:none;
}

.category #sidebar2 {
    margin-top: 0em;
}

.search-results #sidebar2 {
    margin-top: 0em;
}

.entry-content-wrap {
  width:100%;
	}

.entry-content {
	  padding-left:4rem;
	  padding-right:4rem;
  width: 100%;
	}



#wprmenu_menu.wprmenu_levels ul li {
      padding-left: 3.3rem;
      padding-right: 3.3rem;
}



.wpr_search {
    padding-left: 4rem !important;
	padding-right: 4rem !important;
}

.textwidget p {
    font-size: 1em;
  color: #777;
}

.wp-caption-text {
  font-size:1.3em;
  line-height: 1.1em;
	}

.force-pad {
	  padding:0% 3%;
	}

.slide-bg {
  background:#011C37;
	  width:100%;
	  z-index:0;
	}

.bar-c {
    width: 89%;

    height: 200px;
}

#wprmenu_menu.top {
    top: 80px;
}

html {
      padding-top: 0px !important;
}

.page-id-10 .entry-content, .entry-summary {
    padding-top: 42px;
}
	
	.entry-content, .entry-summary {
    padding-top:0;
  margin:0;
}

.entry-content2 {
	  padding-left:4rem;
	  padding-right:4rem;
	}
	
	.entry-title {
    padding-left: 4rem;
    padding-right: 4rem;
}
	.page-title {
    padding-left: 4rem;
    padding-right: 4rem;
  margin-top: 3em;
    margin-bottom: 0;
}
	
	h1.entry-title {
font-size: 1.9em;
    padding-top: .7em;
	}
	.entry-header {
 height: auto;
}
		
		.page-id-10 .entry-header {
		  display:none;
			}
		
	
	
			
	#sidebar2 {
 padding-right:4rem; 
  border:none;
    margin-bottom: 0;
  display:none;
}

#sidebar2 ul{
margin:0;
  padding:0;
}

.search-results #sidebar2 {
    margin-top: 0em;
}



    .wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
width: 20%;
}
  
   input[type=”text”]{
width: 20% !important;
}

.f-logo {
    width: 26%;
    margin-top: 17px;
}

.menu-footer-left-container {
width: 20%;
    margin-left: 7%;
}

.menu-footer-center-container {
    width: 25%;
  margin-left:3%;
}

.menu-footer-right-container {
   margin-left:5%;
	}

.news {
    float: left;
    width: 25%;
  margin-left:0;
}

hr {
  display:none;
}

.btn-s {
 margin-top: 36px;
    margin-bottom: 51px;
}

.bottom-menu {
  width:100%;
	}

.menu-footer-right-container ul {
  margin:0;
	}
.ctw {
    padding-top: 3.5rem;
}

  
}

/* iPads (landscape) ----------- */
@media only screen and (device-width : 768px) and (device-width : 1024px) and (orientation : landscape) {

  .main-cap1 {
	font-size: .7em !important;
	  }
	  .img-circle {
    border-radius: 50%;
}
	  
	    .main-cap2 {
	    font-size: 1.7em !important;
    line-height: 1.15em !important;
  padding-bottom:0;
	  }
  
.entry-header {
    padding-top: 0em;
    height: auto;
}
  
  h1.entry-title {

    padding-top: 12px;
  }

.h-container{
  margin-top:0;
	  height:38px;
	}
		#text-7{
 display:none; 
}
#text-8 {
    border-top: none;
    margin-top: -24px;
  }

.menu-footer-center-container {
    width: 17%;
    margin-left: 0;
}
.menu-footer-right-container {
    width: 10%;
    margin-left: 4%;
}
.menu-footer-left-container {
    width: 15%;
      margin-left: 4%;
}

.news {
    float: left;
    width: 25%;
    margin-left: 4%;
}

.page-id-10 .widget-title {
    border:none;
}

page-id-10 #text-2 {
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-bottom: 0;
}

.page-id-10 #text-3 {
    width: 45%;
    float: left;
    padding-top: 0.5rem;
    padding-top: 16px;
    margin-left: 5%;
}
			
  .main-cap1 {
    font-size: .7em !important;
		  line-height: 16px !important;
	  }
	  
	.metaslider .caption-wrap {
    bottom: 14% !important;
    line-height: 0.7em !important;
}
			
			.main-cap2 {
   font-size: 1.7em !important;
    line-height: 1.3em !important;
}

.main-cap3 {
    font-size: 1.3em !important;
}
.main-cap4 {
    font-size: .7em !important;
	  line-height: 1.2em !important;
}
	
	.btn-s {
    width: 12%;
    height: 10%;
    font-size: .3em;
    margin-top: 1.5em;
  margin-bottom:2.5em;
    line-height: 2.5em;
		  
		}
.m3 {
    margin-top: 28%;
}
.ctw {
    float: left;
  padding-top: 2em;
}



}

/* iPads (portrait) ----------- */
@media only screen and (device-width : 768px) and (device-width : 1024px) and (orientation : portrait) {

	  
	  html {
      padding-top: 0px !important;
}
  
  		#text-7{
 display:none; 
}
  
  .page-id-10 .widget-title {
    border: none;
	padding-top:2em;
}
  
#text-8 {
    border-top: none;
    margin-top: -24px;
  }
  
  .page-id-10 section#category-posts-3.widget.cat-post-widget{
  width:100%;
  float:none;
 
  margin-bottom:0;
}

.page-id-10 #text-3{
  width:100%;
  float:none;
    padding-top: 0.5rem;
  padding-bottom:2em;
  margin-top:0;
}
  
  			
  .main-cap1 {
    font-size: .5em !important;
		  line-height: 16px !important;
	  }
	  
	.metaslider .caption-wrap {
    bottom: 9% !important;
    line-height: 0.7em !important;
}
			
			.main-cap2 {
   font-size: 1.2em !important;
    line-height: 1em !important;
    padding-bottom:0;
}

.main-cap3 {
    font-size: 1em !important;
}
.main-cap4 {
    font-size: .55em !important;
	  line-height: 1.2em !important;
}
	
	.btn-s {
    width: 12%;
    height: 10%;
    font-size: .2em;
    margin-top: 2em;
    line-height: 2.5em;
		  
		}
.ctw {
    float: left;
  padding-top: 2em;
}
.m3 {
    margin-top: 37%;
}

.leadership span{
  padding-left:0 !important;
  }
.affiliates span{
  padding-left:0 !important;
  }

	  
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {

}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {

}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {

}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
 #fp-container {
	width:100%;
	max-width:100%;

  }
  .img-circle {
    border-radius: 50%;
}
    .wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
width: 100%;
}

.btn-w {
margin-bottom: 3.5rem;
	}
  
   input[type=”text”]{
width: 100% !important;
}
  
   .f-logo {
    width: 50%;
	  }

.f-logo img {
  width:50%;
}

	  
	  .foot-soc {
    margin-top: 2rem;
}
	  
	  .menu-footer-left-container {
    width: 100%;
    margin-top: 2rem;
  margin-left:0;
    display:block;
}
	  
	  .menu-footer-center-container {
    width: 100%;
    margin-left: 0;
  margin-top: 8%;
    display:block;
	  }
	  
	  .news {
    width: 100%;
    margin-left: 0;
   margin-top: 8%;
	  }

hr {
 display:none; 
}
.menu-footer-right-container {
    width: 100%;
    padding-bottom: 0;
   margin-left: 0;
  display:block;
}
.ctw {
    padding-bottom: 4em;
    width: 100%;
    margin-top: 12px;
    float: left;
}
  
		.h-container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    height: 37px;
}
  .site-info {
    padding-left: 2rem;
    padding-right: 2rem;
}
	  
	  .logo {
	  width:160px;
		}
			
  .main-cap1 {
    font-size: .23em !important;
		  line-height: 16px !important;
	  }
	  
	.metaslider .caption-wrap {
    bottom: 35% !important;
    line-height: 0.7em !important;
}
			
			.main-cap2 {
    font-size: .55em !important;
    text-transform: uppercase;
    line-height: 15px !important;
}
.main-cap3 {
    font-size: .5em !important;
}
.main-cap4 {
    font-size: .25em !important;
	  line-height: 1.2em !important;
}
	
	.btn-s {
    width: 20%;
    height: 10%;
    font-size: .2em;
    margin-top: 1em;
    line-height: 2.5em;
		  
		}

.frontblock1 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 2.5rem;
  margin-bottom:20px;
}

.frontblock2 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
	height: 35rem;
  margin-top:0;
      margin-bottom: 3em;
}

  .fb1_head {
    width: 50%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
  margin-top: -2px;
}

.fb2_head {
       width: 62%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
    float: left;
      margin-top: -1px;
}

.spacer {
    display: none;
}

.topline {
  display: none;
  }
  
  .h-container {
  display:none;
	  }
	  
	  .metaslider .slides img {
    width: 194% !important;
    padding-right: 9rem !important;
}
	  
	  .metaslider .flexslider {
    margin: 0 0 20px 0 !important;
}

.bigtxt {
  font-size:1.5em;
  }

#wprmenu_menu.left, #wprmenu_menu.right {
 top:80px; 
}
.btn-1 {
   margin : 40px auto 0 auto;
  float:none;
  }

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -23px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    top: 50% !important;
}
	.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -23px !important;
}
	.owl-theme .owl-controls .owl-pagination {
    bottom: 140px;
      display: none;
		}

.btn-2 {
      margin : 50px auto 0 auto;
  float:none;
}
.owl-carousel .owl-wrapper-outer {
    height: 23.5rem;
}

#slider_106 .owl-item {
  padding:0;
	}

.page-id-10 #secondary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
}

.page-id-10 section#category-posts-3.widget.cat-post-widget{
  width:100%;
  float:none;
     
  margin-bottom:0;
  margin-top:1em;
}

.page-id-10 #text-3{
  width:100%;
  float:none;
    padding-top: 0.5rem;
      padding-top: 16px;
  margin-top: 0;
}

.page-id-10 .widget-title {
    border:none;
}


.bottom-menu {
  width:100%;
	  margin-left:0;
    font-size: 1em;
	}



#wprmenu_menu.wprmenu_levels ul li {
      padding-left: 1.1rem;
      padding-right: 1.1rem;
}



.wpr_search {
    padding-left: 1.9rem !important;
	padding-right: 1.9rem !important;
}

.textwidget p {
    font-size: 1em;
  color: #777;
}

.wp-caption-text {
  font-size:1.3em;
  line-height: 1.1em;
	}

.force-pad {
	  padding:0% 0%;
	}

.slide-bg {
  background:#011C37;
	  width:100%;
	  z-index:0;
	}

.bar-c {
    width: 78%;
  
    height: 200px;
}

#wprmenu_menu.top {
    top: 80px;
}

html {
      padding-top: 0px !important;
}

.page-id-10 .entry-content, .entry-summary {
    padding-top: 42px;
  width:100% !important;
  padding-right:0;
}
	
	.entry-content, .entry-summary {
    padding-top:0;
  width:100% !important;
   margin:0;
}

.entry-content2 {
	  padding-left:2rem;
	  padding-right:2rem;
	}

#text-7{
  display:none;
	}
	
	.entry-title {
    padding-left: 2rem;
    padding-right: 2rem;
}
	.page-title {
    padding-left: 2rem;
    padding-right: 2rem;
  margin-top: 3em;
    margin-bottom: 0;
}
	
	h1.entry-title {
	font-size: 1.9em;
    padding-top: .7em;
	}
	.entry-header {
    height: auto;
}
		
		.page-id-10 .entry-header {
		  display:none;
			}
		
	
			
			.entry-content {
	  padding-left:2rem;
	  padding-right:2rem;
   margin:0;
	}

.entry-content2 {
	  padding-left:2rem;
	  padding-right:2rem;
	}
.category #sidebar2 {
    margin-top: 0em;
}

.search-results #sidebar2 {
    margin-top: 0em;
}

.entry-content-wrap {
  width:100%;
	}


		#sidebar2 {
    width: 100%;
    position: static;
    padding-left: 0;
    float: left;
      padding-right: 2rem;
  padding-bottom: 2em;
   border:none;
    margin-bottom: 0;
  display:block;

}

#sidebar2 ul {
   margin:0; 
}

#text-8 {
 border-top: solid 1px #eee;
margin-top: 0;
    padding-top: 1em;
}
#text-9 {
    border-top: solid 1px #eee;
     margin-top: 0;
    padding-top: 1em;
}

li.current-menu-item a{
 border:none; 
}

ul, ol {
    margin: 0 0 .5em .5em;
}

.leadership, .affiliates {
	  text-align:center;
  }

.leadership span{
      width: 100% !important;
    padding-left: 0 !important;
  text-align:center;
  }
  
  .affiliates span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }

 .affiliates img {
float: none;
    margin: 0 auto;
    display: block;
  }
   .leadership img {
float: none;
    margin: 0 auto;
    display: block;
  }
  
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
 #fp-container {
	width:100%;
	max-width:100%;

  }
  .img-circle {
    border-radius: 50%;
}
    .wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
width: 100%;
}


.bottom-menu h2{
	 padding-bottom:10px; 
	}
  
   input[type=”text”]{
width: 100% !important;
}
  
   .f-logo {
 width: 50%;
	  }

.f-logo img {
  width:50%;
}

	  
	  .foot-soc {
    margin-top: 2rem;
}
	  
	  .menu-footer-left-container {
    width: 100%;
    margin-top: 2rem;
    margin-left:0;
    display:block;
}
	  
	  .menu-footer-center-container {
    width: 100%;
    margin-left: 0;
  margin-top: 8%;
    display:block;
	  }
	  
	  .news {
    width: 100%;
    margin-left: 0;
   margin-top: 8%;
	  }

hr {
 display:none; 
}
.menu-footer-right-container {
    width: 100%;
    padding-bottom: 0;
   margin-left: 0;
    display:block;
}
.ctw {
    padding-bottom: 4em;
    width: 100%;
    margin-top: 12px;
    float: left;
}
  
  
		.h-container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    height: 37px;
}
.site-info {
    padding-left: 2rem;
    padding-right: 2rem;
}
	  
	  .logo {
	  width:160px;
		}
			
  .main-cap1 {
    font-size: .23em !important;
		  line-height: 16px !important;
	  }
	  
	.metaslider .caption-wrap {
    bottom: 35% !important;
    line-height: 0.7em !important;
}
			
			.main-cap2 {
    font-size: .55em !important;
    text-transform: uppercase;
    line-height: 15px !important;
}

.main-cap3 {
    font-size: .5em !important;
}
.main-cap4 {
    font-size: .25em !important;
	  line-height: 1.2em !important;
}
	
	.btn-s {
    width: 20%;
    height: 10%;
    font-size: .2em;
    margin-top: 1em;
    line-height: 2.5em;
		  
		}

.frontblock1 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 2.5rem;
  margin-bottom:20px;
}

.frontblock2 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
	height: 35rem;
  margin-top:0;
      margin-bottom: 3em;
}

  .fb1_head {
    width: 50%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
  margin-top: -2px;
}

.fb2_head {
       width: 62%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
    float: left;
      margin-top: -1px;
}

.spacer {
    display: none;
}

.topline {
  display: none;
  }
  
  .h-container {
  display:none;
	  }
	  
	  .metaslider .slides img {
    width: 194% !important;
    padding-right: 9rem !important;
}
	  
	  .metaslider .flexslider {
    margin: 0 0 20px 0 !important;
}

.bigtxt {
  font-size:1.5em;
  }

#wprmenu_menu.left, #wprmenu_menu.right {
 top:80px; 
}
.btn-1 {
   margin : 40px auto 0 auto;
  float:none;
  }

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -23px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    top: 50% !important;
}
	.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -23px !important;
}
	.owl-theme .owl-controls .owl-pagination {
    bottom: 140px;
      display: none;
		}

.btn-2 {
      margin : 50px auto 0 auto;
  float:none;
}
.owl-carousel .owl-wrapper-outer {
    height: 23.5rem;
}

#slider_106 .owl-item {
  padding:0;
	}

.page-id-10 #secondary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
}

.page-id-10 section#category-posts-3.widget.cat-post-widget{
  width:100%;
  float:none;
   
  margin-bottom:0;
  margin-top:1em;
}

.page-id-10 #text-3{
  width:100%;
  float:none;
    padding-top: 0.5rem;
      padding-top: 16px;
  margin-top: 0;
}

.page-id-10 .widget-title {
    border:none;
}

.bottom-menu {
  width:100%;
	  margin-left:0;
  font-size: 1em;
	}



#wprmenu_menu.wprmenu_levels ul li {
      padding-left: 1.1rem;
      padding-right: 1.1rem;
}




.wpr_search {
    padding-left: 1.9rem !important;
	padding-right: 1.9rem !important;
}

.textwidget p {
    font-size: 1em;
  color: #777;
}

.wp-caption-text {
  font-size:1.3em;
  line-height: 1.1em;
	}

.force-pad {
	  padding:0% 0%;
	}

.slide-bg {
  background:#011C37;
	  width:100%;
	  z-index:0;
	}

.bar-c {
       width: 78%;
 
    height: 200px;
}

#wprmenu_menu.top {
    top: 80px;
}

html {
      padding-top: 0px !important;
}

.page-id-10 .entry-content, .entry-summary {
    padding-top: 42px;
  width:100% !important;
   padding-right:0;
}
	
	.entry-content, .entry-summary {
    padding-top:0;
  width:100% !important;
   margin:0;
}

.entry-content2 {
	  padding-left:2rem;
	  padding-right:2rem;
	}

#text-7{
  display:none;
	}
	
	.entry-title {
    padding-left: 2rem;
    padding-right: 2rem;
}
	.page-title {
    padding-left: 2rem;
    padding-right: 2rem;
  margin-top: 3em;
    margin-bottom: 0;
}
	
	h1.entry-title {
	font-size: 1.9em;
    padding-top: .7em;
	}
	.entry-header {
  
    height: auto;
}
		
		.page-id-10 .entry-header {
		  display:none;
			}
		

			
	.entry-content {
	  padding-left:2rem;
	  padding-right:2rem;
   margin:0;
	}

.category #sidebar2 {
    margin-top: 0em;
}

.search-results #sidebar2 {
    margin-top: 0em;
}

.entry-content-wrap {
  width:100%;
	}

		#sidebar2 {
    width: 100%;
    position: static;
    padding-left: 0;
    float: left;
      padding-right: 2rem;
  padding-bottom: 2em;
 border:none;
    margin-bottom: 0;
display:block;
}

#sidebar2 ul {
   margin:0; 
}

#text-8 {
 border-top: solid 1px #eee;
margin-top: 0;
    padding-top: 1em;
}
#text-9 {
    border-top: solid 1px #eee;
       margin-top: 0;
    padding-top: 1em;
}

li.current-menu-item a{
 border:none; 
}

ul, ol {
    margin: 0 0 .5em .5em;
}
.leadership span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
  
  .affiliates span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
 .affiliates img {
float: none;
    margin: 0 auto;
    display: block;
  }
   .leadership img {
float: none;
    margin: 0 auto;
    display: block;
  }
.leadership, .affiliates {
	  text-align:center;
  }
  
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){

  #fp-container {
	width:100%;
	max-width:100%;

  }
  .img-circle {
    border-radius: 50%;
}

.bottom-menu h2{
	 padding-bottom:10px; 
	}

.btn-w {
margin-bottom: 3.5rem;
	}
  .site-info {
    padding-left: 2rem;
    padding-right: 2rem;
}
  .wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
width: 100%;
}
  
   input[type=”text”]{
width: 100% !important;
}
  
    .f-logo {
  width: 50%;
	  }

.f-logo img {
  width:50%;
}

	  
	  .foot-soc {
    margin-top: 2rem;
}
	  
	  .menu-footer-left-container {
    width: 100%;
    margin-left:0;
    display:block;
}
	  
	  .menu-footer-center-container {
    width: 100%;
    margin-left: 0;
  margin-top: 8%;
    display:block;
	  }
	  
	  .news {
    width: 100%;
    margin-left: 0;
   margin-top: 8%;
	  }

hr {
 display:none; 
}
.menu-footer-right-container {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  display:block;
}
.ctw {
    padding-bottom: 4em;
    width: 100%;
    margin-top: 12px;
    float: left;
}
  
  
		.h-container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    height: 37px;
}
	  
	  .logo {
	  width:160px;
		}
			
  .main-cap1 {
    font-size: .37em !important;
		  line-height: 16px !important;
	  }
	  
	.metaslider .caption-wrap {
    bottom: 6.5em !important;
    line-height: 0.7em !important;
}
			
			.main-cap2 {
    font-size: .9em !important;
    text-transform: uppercase;
    line-height: 1em !important;
}

.main-cap3 {
    font-size: .5em !important;
}
.main-cap4 {
    font-size: .25em !important;
	  line-height: 1.2em !important;
}
	
	.btn-s {
    width: 20%;
    height: 10%;
    font-size: .2em;
    margin-top: 1em;
    line-height: 2.5em;
		  
		}

.frontblock1 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 2.5rem;
  margin-bottom:20px;
}

.frontblock2 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
	height: 35rem;
  margin-top:0;
      margin-bottom: 3em;
}

  .fb1_head {
    width: 50%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
  margin-top: -2px;
}

.fb2_head {
       width: 62%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
    float: left;
      margin-top: -1px;
}

.spacer {
    display: none;
}

.topline {
  display: none;
  }
  
  .h-container {
  display:none;
	  }
	  
	  .metaslider .slides img {
    width: 194% !important;
    padding-right: 9rem !important;
}
	  
	  .metaslider .flexslider {
    margin: 0 0 20px 0 !important;
}

.bigtxt {
  font-size:1.5em;
  }

#wprmenu_menu.left, #wprmenu_menu.right {
 top:80px; 
}
.btn-1 {
   margin : 40px auto 0 auto;
  float:none;
  }

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -23px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    top: 50% !important;
}
	.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -23px !important;
}
	.owl-theme .owl-controls .owl-pagination {
    bottom: 140px;
      display: none;
		}

.btn-2 {
      margin : 50px auto 0 auto;
  float:none;
}
.owl-carousel .owl-wrapper-outer {
    height: 23.5rem;
}

#slider_106 .owl-item {
  padding:0;
	}

.page-id-10 #secondary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
}

.page-id-10 section#category-posts-3.widget.cat-post-widget{
  width:100%;
  float:none;
  
  margin-bottom:0;
  margin-top:1em;
}

.page-id-10 #text-3{
  width:100%;
  float:none;
    padding-top: 0.5rem;
      padding-top: 16px;
 margin-top: 0;
}

.page-id-10 .widget-title {
    border:none;
}

.bottom-menu {
  width:100%;
	  margin-left:0;
  font-size: 1em;
	}



#wprmenu_menu.wprmenu_levels ul li {

      padding-left: 1.1rem;
      padding-right: 1.1rem;
}



.wpr_search {
    padding-left: 1.9rem !important;
	padding-right: 1.9rem !important;
}

.textwidget p {
    font-size: 1em;
  color: #777;
}

.wp-caption-text {
  font-size:1.3em;
  line-height: 1.1em;
	}

.force-pad {
	  padding:0% 3%;
	}

.slide-bg {
  background:#011C37;
	  width:100%;
	  z-index:0;
	}

.bar-c {
     width: 84.5%;

    height: 200px;
}

#wprmenu_menu.top {
    top: 80px;
}

html {
      padding-top: 0px !important;
}

.page-id-10 .entry-content, .entry-summary {
    padding-top: 42px;
  width:100% !important;
   padding-right:0;
}
	
	.entry-content, .entry-summary {
    padding-top:0;
  width:100% !important;
   margin:0;
}

#text-7{
  display:none;
	}
	
	.entry-title {
    padding-left: 2rem;
    padding-right: 2rem;
}
	.page-title {
    padding-left: 2rem;
    padding-right: 2rem;
  margin-top: 3em;
    margin-bottom: 0;
}
	
	h1.entry-title {
	font-size: 1.9em;
    padding-top: .7em;
	}
	.entry-header {
    height: auto;
}
		
		.page-id-10 .entry-header {
		  display:none;
			}
		
		
			
	.entry-content {
	  padding-left:2rem;
	  padding-right:2rem;
   margin:0;
	} 
.entry-content2 {
	  padding-left:2rem;
	  padding-right:2rem;
	}

.category #sidebar2 {
    margin-top: 0em;
}
.search-results #sidebar2 {
    margin-top: 0em;
}

.entry-content-wrap {
  width:100%;
	}


		#sidebar2 {
    width: 100%;
    position: static;
    padding-left: 0;
    float: left;
      padding-right: 2rem;
  padding-bottom: 2em;
   border:none;
  margin-bottom: 0;
display:block;
}

#sidebar2 ul {
   margin:0; 
}

#text-8 {
   border-top: solid 1px #eee;
margin-top: 0;
    padding-top: 1em;
}
#text-9 {
    border-top: solid 1px #eee;
       margin-top: 0;
    padding-top: 1em;
}

li.current-menu-item a{
 border:none; 
}

ul, ol {
    margin: 0 0 .5em .5em;
}
.leadership, .affiliates {
	  text-align:center;
  }
.leadership span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
  
  .affiliates span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
 .affiliates img {
float: none;
    margin: 0 auto;
    display: block;
  }
   .leadership img {
float: none;
    margin: 0 auto;
    display: block;
  }
  
  
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
  #fp-container {
	width:100%;
	max-width:100%;

  }
  
  .flex-control-nav {
	bottom:0 !important;
	  }
  
  .bottom-menu h2{
	 padding-bottom:10px; 
	}
  .img-circle {
    border-radius: 50%;
}
  .site-info {
    padding-left: 2rem;
    padding-right: 2rem;
}
  .wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
width: 100%;
}
  
   input[type=”text”]{
width: 100% !important;
}
  
  .f-logo {
 width: 60%;
	  }

.f-logo img {
  width:50%;
}

	  
	  .foot-soc {
    margin-top: 2rem;
}
	  
	  .menu-footer-left-container {
    width: 100%;
    margin-top: 2rem;
    margin-left:0;
    display:block;
}
	  
	  .menu-footer-center-container {
    width: 100%;
    margin-left: 0;
  margin-top: 8%;
    display:block;
	  }
	  
	  .news {
    width: 100%;
    margin-left: 0;
   margin-top: 8%;
  display: block !important;
	  }

hr {
 display:none; 
}
.menu-footer-right-container {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  display:block;
}
.ctw {
    padding-bottom: 4em;
    width: 100%;
    margin-top: 12px;
    float: left;
}
  
		.h-container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    height: 37px;
}
	  
	  .logo {
	  width:160px;
		}
			
  .main-cap1 {
    font-size: .2em !important;
		  line-height: 16px !important;
	  }
	  
	.metaslider .caption-wrap {
    bottom: 25% !important;
    line-height: 0.7em !important;
}
			
			.main-cap2 {
    font-size: .5em !important;
    text-transform: uppercase;
    line-height: 15px !important;
    padding-bottom:10px;
}

.main-cap3 {
    font-size: .4em !important;
}
.main-cap4 {
    font-size: .22em !important;
	  line-height: 1.2em !important;
}
	
	.btn-s {
    width: 18%;
    height: 10%;
    font-size: .15em;
    margin-top: 1.5em;
    line-height: 2em;
		  
		}

.frontblock1 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 2.5rem;
  margin-bottom:20px;
}

.frontblock2 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
	height: 35rem;
  margin-top:0;
      margin-bottom: 3em;
}

  .fb1_head {
    width: 50%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
  margin-top: -2px;
}

.fb2_head {
       width: 62%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
    float: left;
      margin-top: -1px;
}

.spacer {
    display: none;
}

.topline {
  display: none;
  }
  
  .h-container {
  display:none;
	  }
	  
	  .metaslider .slides img {
    width: 194% !important;
    padding-right: 9rem !important;
}
	  
	  .metaslider .flexslider {
    margin: 0 0 20px 0 !important;
}

.bigtxt {
  font-size:1.5em;
  }

#wprmenu_menu.left, #wprmenu_menu.right {
 top:80px; 
}
.btn-1 {
   margin : 40px auto 0 auto;
  float:none;
  }

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -23px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    top: 50% !important;
}
	.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -23px !important;
}
	.owl-theme .owl-controls .owl-pagination {
    bottom: 140px;
      display: none;
		}

.btn-2 {
      margin : 50px auto 0 auto;
  float:none;
}
.owl-carousel .owl-wrapper-outer {
    height: 23.5rem;
}

#slider_106 .owl-item {
  padding:0;
	}

.page-id-10 #secondary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
}

.page-id-10 section#category-posts-3.widget.cat-post-widget{
  width:100%;
  float:none;
   
  margin-bottom:0;
  margin-top:1em;
}

#text-3{
  width:100%;
  float:none;
    padding-top: 0.5rem;
    padding-top: 16px;
  margin-top:1em;
}

.page-id-10 .widget-title {
    border:none;
}

.bottom-menu {
  width:100%;
	  margin-left:0;
  font-size: 1em;
	}


#wprmenu_menu.wprmenu_levels ul li {

      padding-left: 1.1rem;
      padding-right: 1.1rem;
}



.wpr_search {
    padding-left: 1.9rem !important;
	padding-right: 1.9rem !important;
}

.textwidget p {
    font-size: 1em;
  color: #777;
}

.wp-caption-text {
  font-size:1.3em;
  line-height: 1.1em;
	}

.force-pad {
	  padding:0% 0%;
	}

.slide-bg {
  background:#011C37;
	  width:100%;
	  z-index:0;
	}

.bar-c {
      width: 74%;
 
    height: 200px;
}

#wprmenu_menu.top {
    top: 80px;
}

html {
      padding-top: 0px !important;
}

.page-id-10 .entry-content, .entry-summary {
    padding-top: 42px;
  width:100% !important;
   padding-right:0;
}
	
	.entry-content, .entry-summary {
    padding-top:0;
  width:100% !important;
   margin:0;
}

#text-7{
  display:none;
	}
	
	.entry-title {
    padding-left: 2rem;
    padding-right: 2rem;
}
	.page-title {
    padding-left: 2rem;
    padding-right: 2rem;
  margin-top: 3em;
    margin-bottom: 0;
}
	
	h1.entry-title {
font-size: 1.9em;
    padding-top: .7em;
	}
	.entry-header {
  height: auto;
}
		
		.page-id-10 .entry-header {
		  display:none;
			}
		
	
			
	.entry-content {
	  padding-left:2rem;
	  padding-right:2rem;
   margin:0;
	}
.entry-content2 {
	  padding-left:2rem;
	  padding-right:2rem;
	}
.category #sidebar2 {
    margin-top: 0em;
}
.search-results #sidebar2 {
    margin-top: 0em;
}

.entry-content-wrap {
  width:100%;
	}

		#sidebar2 {
    width: 100%;
    position: static;
    padding-left: 0;
    float: left;
      padding-right: 2rem;
  padding-bottom: 2em;
   border:none;
  margin-bottom: 0;
display:block;
}

#sidebar2 ul {
   margin:0; 
}

#text-8 {
 border-top: solid 1px #eee;
margin-top: 0;
    padding-top: 1em;
}
#text-9 {
    border-top: solid 1px #eee;
    margin-top: 0;
    padding-top: 1em;
}

li.current-menu-item a{
 border:none; 
}

ul, ol {
    margin: 0 0 .5em .5em;
}
.leadership span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
  
  .affiliates span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
 .affiliates img {
float: none;
    margin: 0 auto;
    display: block;
  }
   .leadership img {
float: none;
    margin: 0 auto;
    display: block;
  }
.leadership, .affiliates {
	  text-align:center;
  }
  
		
  
		}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
 #fp-container {
	width:100%;
	max-width:100%;

  }
  
  .bottom-menu h2{
	 padding-bottom:10px; 
	}
  .img-circle {
    border-radius: 50%;
}

.btn-w {
margin-bottom: 3.5rem;
	}
  
   .wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
width: 100%;
}
  
   input[type=”text”]{
width: 100% !important;
}
  
  .f-logo {
width: 40%;
	  }

.f-logo img {
  width:50%;
}

	  
	  .foot-soc {
    margin-top: 2rem;
}
	  
	  .menu-footer-left-container {
    width: 100%;
    margin-top: 2rem;
    margin-left:0;
    display:block;
}
	  
	  .menu-footer-center-container {
    width: 100%;
    margin-left: 0;
  margin-top: 4%;
    display:block;
	  }
	  
	  .news {
    width: 100%;
    margin-left: 0;
   margin-top: 4%;
  display: block !important;
	  }

hr {
 display:none; 
}
.menu-footer-right-container {
    width: 100%;
     margin-left: 0;
    padding-bottom: 0;
    display:block;
}
.ctw {
    padding-bottom: 2em;
    width: 100%;
    margin-top: 12px;
    float: left;
}
  
  
		.h-container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    height: 37px;
}
	  .site-info {
    padding-left: 2rem;
    padding-right: 2rem;
}
	  .logo {
	  width:160px;
		}
			
  .main-cap1 {
    font-size: .4em !important;
		  line-height: 30px !important;
	  }

.metaslider{
	margin-top:0;
  }
	  
	.metaslider .caption-wrap {
    bottom: 3% !important;
    line-height: 0.7em !important;
}
			
			.main-cap2 {
    font-size: 1em !important;
    text-transform: uppercase;
    line-height: 35px !important;
}

.main-cap3 {
    font-size: .75em !important;
   line-height: 1.2em !important;
}
.main-cap4 {
    font-size: .55em !important;
	  line-height: 1.5em !important;
}
	
	.btn-s {
    width: 12%;
    height: 15%;
    font-size: .2em;
    margin-top: 1.3em;
    line-height: 2.9em;
		  
		}

.frontblock1 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 2.5rem;
  margin-bottom:20px;
}

.frontblock2 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
	height: 34rem;
  margin-top:0;
      margin-bottom: 3em;
}

  .fb1_head {
    width: 50%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
  margin-top: -2px;
}

.fb2_head {
       width: 62%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
    float: left;
      margin-top: -1px;
}

.spacer {
    display: none;
}

.topline {
  display: none;
  }
  
  .h-container {
  display:none;
	  }
	  
	  .metaslider .slides img {
    width: 150% !important;
    padding-right: 9rem !important;
}
	  
	  .metaslider .flexslider {
    margin: 0 0 20px 0 !important;
}

.bigtxt {
  font-size:1.5em;
  }

#wprmenu_menu.left, #wprmenu_menu.right {
 top:80px; 
}
.btn-1 {
   margin : 40px auto 0 auto;
  float:none;
  }

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    top: 50% !important;
}
	.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px !important;
}
	.owl-theme .owl-controls .owl-pagination {
    bottom: 100px;
      display: none;
		}

.btn-2 {
      margin : 50px auto 0 auto;
  float:none;
}
.owl-carousel .owl-wrapper-outer {
    height: 25rem;
}

#slider_106 .owl-item {
  padding:0;
	}

.page-id-10 #secondary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
}

.page-id-10 section#category-posts-3.widget.cat-post-widget{
  width:100%;
  float:none;
   
  margin-bottom:0;
  margin-top:1em;
}

.page-id-10 #text-3{
  width:100%;
  float:none;
    padding-top: 0.5rem;
      padding-top: 16px;
 margin-top: 0;
}

.page-id-10 .widget-title {
    border:none;
}

.bottom-menu {
  width:100%;
	  margin-left:0;
  font-size: 1em;
	}



#wprmenu_menu.wprmenu_levels ul li {
    
      padding-left: 1.1rem;
      padding-right: 1.1rem;
}



.wpr_search {
    padding-left: 1.9rem !important;
	padding-right: 1.9rem !important;
}

.textwidget p {
    font-size: 1em;
  color: #777;
}

.wp-caption-text {
  font-size:1.3em;
  line-height: 1.1em;
	}

.force-pad {
	  padding:0% 3%;
	}

.slide-bg {
  background:#011C37;
	  width:100%;
	  z-index:0;
	}

.bar-c {
     width: 78%;
   
    height: 200px;
}

#wprmenu_menu.top {
    top: 80px;
}

html {
      padding-top: 0px !important;
}

.page-id-10 .entry-content, .entry-summary {
    padding-top: 42px;
  width:100% !important;
   padding-right:0;
}
	
	.entry-content, .entry-summary {
    padding-top:0;
  width:100% !important;
   margin:0;
}

#text-7{
  display:none;
	}
	
	.entry-title {
    padding-left: 2rem;
    padding-right: 2rem;
}
	.page-title {
    padding-left: 2rem;
    padding-right: 2rem;
  margin-top: 3em;
    margin-bottom: 0;
}
	
	h1.entry-title {
	font-size: 1.9em;
    padding-top: .7em;
	}
	.entry-header {
height: auto;
}
		
		.page-id-10 .entry-header {
		  display:none;
			}

	
			
	.entry-content {
	  padding-left:2rem;
	  padding-right:2rem;
   margin:0;
	}
.entry-content2 {
	  padding-left:2rem;
	  padding-right:2rem;
	}
.category #sidebar2 {
    margin-top: 0em;
}
.search-results #sidebar2 {
    margin-top: 0em;
}

.entry-content-wrap {
  width:100%;
	}

		#sidebar2 {
    width: 100%;
    position: static;
    padding-left: 0;
    float: left;
      padding-right: 2rem;
padding-bottom: 2em;
   border:none;
  margin-bottom: 0;
  display:block;
}

#sidebar2 ul {
   margin:0; 
}

#text-8 {
 border-top: solid 1px #eee;
margin-top: 0;
    padding-top: 1em;
}
#text-9 {
    border-top: solid 1px #eee;
    margin-top: 0;
    padding-top: 1em;
}

li.current-menu-item a{
 border:none; 
}

ul, ol {
    margin: 0 0 .5em .5em;
}
.leadership span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
  
  .affiliates span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
 .affiliates img {
float: none;
    margin: 0 auto;
    display: block;
  }
   .leadership img {
float: none;
    margin: 0 auto;
    display: block;
  }
  .leadership, .affiliates {
	  text-align:center;
  }
  
}

@media only screen and (device-width: 375px) and (device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
 #fp-container {
	width:100%;
	max-width:100%;

  }
  .img-circle {
    border-radius: 50%;
}

.bottom-menu h2{
	 padding-bottom:10px; 
	}

.btn-w {
margin-bottom: 3.5rem;
	}
  
   .wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
width: 100%;
}
  
   input[type=”text”]{
width: 100% !important;
}
  
   .f-logo {
   width: 50%;
	  }

.f-logo img {
  width:50%;
}

	  
	  .foot-soc {
    margin-top: 2rem;
}
	  
	  .menu-footer-left-container {
    width: 100%;
    margin-top: 2rem;
    margin-left:0;
    display:block;
}
	  
	  .menu-footer-center-container {
    width: 100%;
    margin-left: 0;
  margin-top: 8%;
    display:block;
	  }
	  
	  .news {
    width: 100%;
    margin-left: 0;
   margin-top: 8%;
  display: block !important;
	  }

hr {
 display:none; 
}
.menu-footer-right-container {
    width: 100%;
   margin-left: 0;
    padding-bottom: 0;
    display:block;
}
.ctw {
 padding-top: 0.5rem;
    padding-bottom: 2rem;
    width: 100%;
    margin-top: 12px;
    float: left;
    text-align: center;
}
  
		.h-container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    height: 37px;
}
.site-info {
    padding-left: 2rem;
    padding-right: 2rem;
}
	  
	  .logo {
	  width:160px;
		}
			
  .main-cap1 {
 
    font-size: .261em !important;
		  line-height: 16px !important;
	  }
	  
	.metaslider .caption-wrap {
    bottom: 10px!important;
    line-height: 1em !important;
}
			
			.main-cap2 {
    font-size: .65em !important;
    text-transform: uppercase;
    line-height: 15px !important;
  padding-bottom:10px;
}

.main-cap3 {
    font-size: .37em !important;
  line-height: 24px !important;
}
.main-cap4 {
    font-size: .32em !important;
	  line-height: 1.2em !important;
}
	
	.btn-s {
      width: 21%;
    height: 9.5%;
    font-size: .19em;
    margin-top: 2.2em;
    line-height: 2.1em;
    margin-bottom: 1.4em;
    padding-bottom: 2px;
		}

.flex-control-nav {
	 display:none; 
	}

.frontblock1 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 2.5rem;
  margin-bottom:20px;
}

.frontblock2 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
	height: 37rem;
  margin-top:0;
      margin-bottom: 3em;
}

#attachment_110, #attachment_111, #attachment_112, #attachment_113, #attachment_114, #attachment_115 {
 margin:0;
  padding:0;
  width:310px !important;
}

  .fb1_head {
    width: 50%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
  margin-top: -2px;
}

.fb2_head {
       width: 62%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
    float: left;
      margin-top: -1px;
}

.spacer {
    display: none;
}

.topline {
  display: none;
  }
  
  .h-container {
  display:none;
	  }
	  
	  .metaslider .slides img {
    width: 194% !important;
    padding-right: 9rem !important;
}
	  
	  .metaslider .flexslider {
    margin: 0 0 20px 0 !important;
}

.bigtxt {
  font-size:1.5em;
  }

#wprmenu_menu.left, #wprmenu_menu.right {
 top:80px; 
}
.btn-1 {
   margin : 40px auto 0 auto;
  float:none;
  }

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -20px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    top: 50% !important;
}
	.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -20px !important;
}
	.owl-theme .owl-controls .owl-pagination {
       display: none;
		}

.btn-2 {
      margin : 30px auto 0 auto;
  float:none;
}
.owl-carousel .owl-wrapper-outer {
    height: 25.5rem;
}

#slider_106 .owl-item {
  padding:0;
	}

.page-id-10 #secondary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
}

.page-id-10 section#category-posts-3.widget.cat-post-widget{
  width:100%;
  float:none;
  margin-bottom:0;
  margin-top:1em;
}

.page-id-10 #text-3{
  width:100%;
  float:none;
    padding-top: 0.5rem;
      padding-top: 16px;
  padding-bottom:1px;
 margin-top: 0;
}

.page-id-10 .widget-title {
    border:none;
}

.bottom-menu {
  width:100%;
	  margin-left:0;
  font-size: 1em;
	}



#wprmenu_menu.wprmenu_levels ul li {
   
      padding-left: 1.1rem;
      padding-right: 1.1rem;
}



.wpr_search {
    padding-left: 1.9rem !important;
	padding-right: 1.9rem !important;
}

.textwidget p {
    font-size: 1em;
  color: #777;
}

.wp-caption-text {
  font-size:1.3em;
  line-height: 1.1em;
	}

.force-pad {
	  padding:0% 0%;
	}

.slide-bg {
  background:#011C37;
	  width:100%;
	  z-index:0;
	}

.bar-c {
     width: 78%;

    height: 200px;
}

#wprmenu_menu.top {
    top: 80px;
}

html {
      padding-top: 0px !important;
}

.page-id-10 .entry-content, .entry-summary {
    padding-top: 42px;
  width:100% !important;
   padding-right:0;
}
	
	.entry-content, .entry-summary {
    padding-top:0;
  width:100% !important;
   margin:0;
}

#text-7{
  display:none;
	}
	
	.entry-title {
    padding-left: 2rem;
    padding-right: 2rem;
}
	.page-title {
    padding-left: 2rem;
    padding-right: 2rem;
  margin-top: 3em;
    margin-bottom: 0;
}
	
	h1.entry-title {
	font-size: 1.9em;
    padding-top: .7em;
	}
	.entry-header {
   height: auto;
}
		
		.page-id-10 .entry-header {
		  display:none;
			}
		

			
.entry-content {
	  padding-left:2rem;
	  padding-right:2rem;
   margin:0;
	}
.entry-content2 {
	  padding-left:2rem;
	  padding-right:2rem;
	}
.category #sidebar2 {
    margin-top: 0em;
}
.search-results #sidebar2 {
    margin-top: 0em;
}

.entry-content-wrap {
  width:100%;
	}

		#sidebar2 {
    width: 100%;
    position: static;
    padding-left: 0;
    float: left;
      padding-right: 2rem;
padding-bottom: 2em;
   border:none;
    margin-bottom: 0;
  display:block;
}

#sidebar2 ul {
   margin:0; 
}

#text-8 {
 border-top: solid 1px #eee;
margin-top: 0;
    padding-top: 1em;
}
#text-9 {
    border-top: solid 1px #eee;
      margin-top:0;
    padding-top: 1em;
}

li.current-menu-item a{
 border:none; 
}

ul, ol {
    margin: 0 0 .5em .5em;
}
.leadership span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
  
  .affiliates span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
 .affiliates img {
float: none;
    margin: 0 auto;
    display: block;
  }
   .leadership img {
float: none;
    margin: 0 auto;
    display: block;
  }
  .leadership, .affiliates {
	  text-align:center;
  }
  
}

/* iPhone 6+ ----------- */
@media only screen and (device-width: 414px) and (device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
 #fp-container {
	width:100%;
	max-width:100%;
	
  }
  
  .btn-w {
margin-bottom: 3.5rem;
	}
  .img-circle {
    border-radius: 50%;
}
  .site-info {
    padding-left: 2rem;
    padding-right: 2rem;
}

.bottom-menu h2{
	 padding-bottom:10px; 
	}

  .wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
width: 100%;
}
  
   input[type=”text”]{
width: 100% !important;
}
  
    .f-logo {
   width: 35%;
	  }

.f-logo img {
  width:35%;
}

	  
	  .foot-soc {
    margin-top: 2rem;
}
	  
	  .menu-footer-left-container {
    width: 100%;
    margin-top: 2rem;
    margin-left:0;
    display:block;
}
	  
	  .menu-footer-center-container {
    width: 100%;
    margin-left: 0;
  margin-top: 8%;
    display:block;
	  }
	  
	  .news {
    width: 100%;
    margin-left: 0;
   margin-top: 8%;
  display: block !important;
	  }

hr {
 display:none; 
}
.menu-footer-right-container {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    display:block;
    
}
.ctw {
    padding-bottom: 4em;
    width: 100%;
    margin-top: 12px;
    float: left;
}
  
  
		.h-container {
  display:none;
}
	.page-id-24 .h-container{
  display:none;
		}
		.main-navigation {
		  display:none;
			}
	  
	 .logo svg{
	display:none;
		}
			
 .main-cap1 {
    font-size: .43em !important;
    line-height: 16px !important;
}

.metaslider {
    margin-top: 0;
  }
	  
	.metaslider .caption-wrap {
    bottom: 20% !important;
    line-height: 0.7em !important;
}
			.main-cap2 {
    font-size: 1.05em !important;
    text-transform: uppercase;
    line-height: 1em !important;
}

.main-cap3 {
    font-size: 1em !important;
}
.main-cap4 {
    font-size: .55em !important;
	  line-height: 1.2em !important;
}
	
	.btn-s {
    width: 20%;
    height: 10%;
    font-size: .2em;
    margin-top: 1em;
    line-height: 2.5em;
		  
		}

.frontblock1 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 2.5rem;
  margin-bottom:20px;
}

.frontblock2 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
	height: 36rem;
  margin-top:0;
      margin-bottom: 3em;
}

  .fb1_head {
    width: 32%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
  margin-top: -2px;
}

.fb2_head {
       width: 37%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
    float: left;
      margin-top: -1px;
}

.spacer {
    display: none;
}

.topline {
  display: none;
  }
  
  .h-container {
  padding-bottom:0;
	  }
	
	.page-id-24 .h-container {
    padding-bottom: 0;
    padding-top: 0;
}
	  
	  .metaslider .slides img {
    width: 194% !important;
    padding-right: 9rem !important;
}
	  
	  .metaslider .flexslider {
    margin: 0 0 20px 0 !important;
}

.bigtxt {
  font-size:1.5em;
  }

#wprmenu_menu.left, #wprmenu_menu.right {
 top:80px; 
}
.btn-1 {
   margin : 40px auto 0 auto;
  float:none;
  }

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -23px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    top: 50% !important;
}
	.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -23px !important;
}
	.owl-theme .owl-controls .owl-pagination {
    bottom: 140px;
      display: none;
		}

.btn-2 {
      margin : 50px auto 0 auto;
  float:none;
}
.owl-carousel .owl-wrapper-outer {
    height: 25.5rem;
}

#slider_106 .owl-item {
  padding:0;
	}

 .page-id-10 #secondary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
}

.page-id-10 section#category-posts-3.widget.cat-post-widget{
  width:100%;
  float:none;
  margin-bottom:0;
  margin-top:1em;
}

.page-id-10 #text-3{
  width:100%;
  float:none;
    padding-top: 0.5rem;
      padding-top: 16px;
 margin-top: 0;
}

.page-id-10 .widget-title {
    border:none;
}

.bottom-menu {
  width:100%;
	  margin-left:0;
  font-size: 1em;
	}



#wprmenu_menu.wprmenu_levels ul li {
   
      padding-left: 1.1rem;
      padding-right: 1.1rem;
}



.wpr_search {
    padding-left: 1.9rem !important;
	padding-right: 1.9rem !important;
}

.textwidget p {
    font-size: 1em;
  color: #777;
}

.wp-caption-text {
  font-size:1.3em;
  line-height: 1.1em;
	}

.force-pad {
	  padding:0% 3%;
	}


.bar-c {
      width: 87%;
 
    height: 200px;
}

#wprmenu_menu.top {
    top: 80px;
}

html {
      padding-top: 0px !important;
}

.page-id-10 .entry-content, .entry-summary {
    padding-top: 42px;
  width:100% !important;
   padding-right:0;
}
	
	.entry-content, .entry-summary {
    padding-top:0;
  width:100% !important;
   margin:0;
}

#text-7{
  display:none;
	}
	
	.entry-title {
    padding-left: 2rem;
    padding-right: 2rem;
}
	.page-title {
    padding-left: 2rem;
    padding-right: 2rem;
  margin-top: 3em;
    margin-bottom: 0;
}
	
	h1.entry-title {
font-size: 1.9em;
    padding-top: .7em;
	}
	.entry-header {
 height: auto;
}
		
		.page-id-10 .entry-header {
		  display:none;
			}
		
	
			
.entry-content {
	  padding-left:2rem;
	  padding-right:2rem;
   margin:0;
	}
.entry-content2 {
	  padding-left:2rem;
	  padding-right:2rem;
	}
.category #sidebar2 {
    margin-top: 0em;
}
.search-results #sidebar2 {
    margin-top: 0em;
}

.entry-content-wrap {
  width:100%;
	}

		#sidebar2 {
    width: 100%;
    position: static;
    padding-left: 0;
    float: left;
      padding-right: 2rem;
  padding-bottom: 2em;
   border:none;
    margin-bottom: 0;
display:block;
}

#sidebar2 ul {
   margin:0; 
}

#text-8 {
 border-top: solid 1px #eee;
margin-top: 0;
    padding-top: 1em;
}
#text-9 {
    border-top: solid 1px #eee;
    margin-top: 0;
    padding-top: 1em;
}

li.current-menu-item a{
 border:none; 
}

ul, ol {
    margin: 0 0 .5em .5em;
}
.leadership span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
  
  .affiliates span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
 .affiliates img {
float: none;
    margin: 0 auto;
    display: block;
  }
   .leadership img {
float: none;
    margin: 0 auto;
    display: block;
  }
  .leadership, .affiliates {
	  text-align:center;
  }
  
}

@media only screen and (device-width: 414px) and (device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
 #fp-container {
	width:100%;
	max-width:100%;

  }
  .img-circle {
    border-radius: 50%;
}
  .site-info {
    padding-left: 2rem;
    padding-right: 2rem;
}
  .wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea
{
width: 100%;
}
  
   input[type=”text”]{
width: 100% !important;
}
  
   .f-logo {
    width: 50%;
	  }

.f-logo img {
  width:50%;
}

.bottom-menu h2{
	 padding-bottom:10px; 
	}

	  
	  .foot-soc {
    margin-top: 2rem;
}
	  
	  .menu-footer-left-container {
    width: 100%;
    margin-top: 2rem;
    margin-left:0;
    display:block;
}
	  
	  .menu-footer-center-container {
    width: 100%;
    margin-left: 0;
  margin-top: 8%;
    display:block;
	  }
	  
	  .news {
    width: 100%;
    margin-left: 0;
   margin-top: 8%;
  display: block !important;
	  }

hr {
 display:none; 
}
.menu-footer-right-container {
    width: 100%;
     margin-left: 0;
    padding-bottom: 0;
    display:block;
  
}
.ctw {
    padding-bottom: 4em;
    width: 100%;
    margin-top: 12px;
    float: left;
}
  
  
		.h-container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0 !important;
    height: 37px;
}
	  
	  .logo {
	  display:none;
		}
			
  .main-cap1 {
    font-size: .23em !important;
		  line-height: 16px !important;
	  }
	  
	.metaslider .caption-wrap {
    bottom: 35% !important;
    line-height: 0.7em !important;
}
			
			.main-cap2 {
    font-size: .55em !important;
    text-transform: uppercase;
    line-height: 15px !important;
}

.main-cap3 {
    font-size: .5em !important;
}
.main-cap4 {
    font-size: .25em !important;
	  line-height: 1.2em !important;
}
	
	.btn-s {
    width: 20%;
    height: 10%;
    font-size: .2em;
    margin-top: 1em;
    line-height: 2.5em;
		  
		}

.frontblock1 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    padding-bottom: 2.5rem;
  margin-bottom:20px;
}

.frontblock2 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
	height: 35rem;
  margin-top:0;
      margin-bottom: 3em;
}

  .fb1_head {
    width: 50%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
  margin-top: -2px;
}

.fb2_head {
       width: 62%;
    font-size: 1.2rem;
    padding-bottom: 9px;
    margin-bottom: 1em;
    float: left;
      margin-top: -1px;
}

.spacer {
    display: none;
}

.topline {
  display: none;
  }
  

	  
	  .metaslider .slides img {
    width: 194% !important;
    padding-right: 9rem !important;
}
	  
	  .metaslider .flexslider {
    margin: 0 0 20px 0 !important;
}

.bigtxt {
  font-size:1.5em;
  }

#wprmenu_menu.left, #wprmenu_menu.right {
 top:80px; 
}
.btn-1 {
   margin : 40px auto 0 auto;
  float:none;
  }

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -23px !important;
}

.owl-theme .owl-controls .owl-buttons div {
    top: 50% !important;
}
	.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -23px !important;
}
	.owl-theme .owl-controls .owl-pagination {
    bottom: 140px;
      display: none;
		}

.btn-2 {
      margin : 50px auto 0 auto;
  float:none;
}
.owl-carousel .owl-wrapper-outer {
    height: 23.5rem;
}

#slider_106 .owl-item {
  padding:0;
	}

 .page-id-10 #secondary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
}

.page-id-10 section#category-posts-3.widget.cat-post-widget{
  width:100%;
  float:none;
  margin-bottom:0;
  margin-top:1em;
}

.page-id-10 #text-3{
  width:100%;
  float:none;
    padding-top: 0.5rem;
      padding-top: 16px;
 margin-top: 0;
}

.page-id-10 .widget-title {
    border:none;
}

.bottom-menu {
  width:100%;
	  margin-left:0;
  font-size: 1em;
	}



#wprmenu_menu.wprmenu_levels ul li {
  
      padding-left: 1.1rem;
      padding-right: 1.1rem;
}



.wpr_search {
    padding-left: 1.9rem !important;
	padding-right: 1.9rem !important;
}

.textwidget p {
    font-size: 1em;
  color: #777;
}

.wp-caption-text {
  font-size:1.3em;
  line-height: 1.1em;
	}

.force-pad {
	  padding:0% 0%;
	}

.slide-bg {
  background:#011C37;
	  width:100%;
	  z-index:0;
	}

.bar-c {
      width: 78%;
 
    height: 200px;
}

#wprmenu_menu.top {
    top: 80px;
}

html {
      padding-top: 0px !important;
}

.page-id-10 .entry-content, .entry-summary {
    padding-top: 42px;
  width:100% !important;
   padding-right:0;
}
	
	.entry-content, .entry-summary {
    padding-top:0;
  width:100% !important;
   margin:0;
}

#text-7{
  display:none;
	}
	
	.entry-title {
    padding-left: 2rem;
    padding-right: 2rem;
}
	.page-title {
    padding-left: 2rem;
    padding-right: 2rem;
  margin-top: 3em;
    margin-bottom: 0;
}
	
	h1.entry-title {
	font-size: 1.9em;
    padding-top: .7em;
	}
	.entry-header {
 height: auto;
}
		
		.page-id-10 .entry-header {
		  display:none;
			}
		

			
.entry-content {
	  padding-left:2rem;
	  padding-right:2rem;
   margin:0;
	}
.entry-content2 {
	  padding-left:2rem;
	  padding-right:2rem;
	}
.category #sidebar2 {
    margin-top: 0em;
}
.search-results #sidebar2 {
    margin-top: 0em;
}

.entry-content-wrap {
  width:100%;
	}

		#sidebar2 {
    width: 100%;
    position: static;
    padding-left: 0;
    float: left;
      padding-right: 2rem;
padding-bottom: 2em;
   border:none;
    margin-bottom: 0;
display:block;
}

#sidebar2 ul {
   margin:0; 
}

#text-8 {
 border-top: solid 1px #eee;
margin-top: 0;
    padding-top: 1em;
}
#text-9 {
    border-top: solid 1px #eee;
       margin-top: 0;
    padding-top: 1em;
}

li.current-menu-item a{
 border:none; 
}

ul, ol {
    margin: 0 0 .5em .5em;
}
.leadership span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
  
  .affiliates span{
      width: 100% !important;
    padding-left: 0 !important;
   text-align:center;
  }
   .affiliates img {
float: none;
    margin: 0 auto;
    display: block;
  }
   .leadership img {
float: none;
    margin: 0 auto;
    display: block;
  }
.leadership, .affiliates {
	  text-align:center;
  }
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2)
	{

}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2)
	{

}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3)
	
	{
  

}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}
/* iphone x */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 

.metaslider .caption-wrap {
    bottom: 0% !important;
}
.main-cap3 {
    font-size: .39em !important;
}
.owl-carousel .owl-wrapper-outer {
    height: 26rem;
}
.wp-caption-text {
    font-size: 1.6em;
    line-height: 1em;
}
.btn-2 {
    margin: 0px auto 0 auto;
    float: none;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -17px !important;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -17px !important;
}
}