/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
/* #Site Styles
================================================== */

html,
body {
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.aligncenter {
    text-align: center;
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
img.aligncenter {
    float: none;
    display: block;
    margin: 0 auto 15px;
}
img.alignleft {
    float: left;
    margin-right: 15px;
}
img.alignright {
    float: right;
    margin-left: 15px;
}
.middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
}
.inline {
    display: inline;
}
.alpha {
    padding-left: 0 !important;
}
.omega {
    padding-right: 0 !important;
}
.no-pad {
    padding: 0 !important;
}
.upper {
    text-transform: uppercase;
}
.bold {
    font-weight: 900;
}
.semi {
    font-weight: 700;
}
.reg {
    font-weight: 400;
}
.thin {
    font-weight: 300;
}
.font16 {
    font-size: 16px;
}
.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}
.font24 {
    font-size: 24px;
    line-height: 30px;
}
.font28 {
    font-size: 28px;
    line-height: 32px;
}
.font32 {
    font-size: 32px;
    line-height: 36px;
}
.font40 {
    font-size: 40px;
    line-height: 42px;
}
.font50 {
    font-size: 50px;
    line-height: 54px;
}
.title {
    text-align: center;
    background: url("../images/title-dots.png") center bottom no-repeat;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.title h1 {
    font-size: 46px;
    font-weight: 900;
    line-height: 46px;
    color: #171717;
    margin-bottom: 10px;
}
.title p {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #4d8db3;
}
.white-box {
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    color: #32383c;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 32px;
}
/* #Page Styles
================================================== */

.utl {
    position: absolute;
    width: 100%;
    border-top: 5px solid #4d8db3;
    z-index: 1003;
}
.utl .social-media {
    float: right;
    margin-top: 5px;
}
.utl .social-media li {
    display: inline;
    margin: 0 5px;
}
.utl .member-login {
    float: right;
    display: inline-block;
    background: #4d8db3;
    border-radius: 0 0 5px 5px;
    margin: 0 10px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.header {
    position: relative;
    width: 100%;
    top: 0;
    min-height: 130px;
    z-index: 1002;
}
.home .header {
    position: absolute;
    background: url("../images/bg-shadow.png") top center repeat-x;
    min-height: 170px;
}
.header .logo {
    float: left;
    margin-top: 25px;
}
.home .header .logo {
    width: 340px;
    height: auto;
}
.header ul.main-nav {
    float: right;
    margin: 75px 0 0;
}
.header ul.main-nav li {
    display: inline-block;
    position: relative;
}
.header ul.main-nav li a {
    color: #2f2d2d;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 5px 11px;
}
.header ul.main-nav ul {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    width: 150px;
    background: #fff;
    padding: 15px;
    margin: 0;
    border-bottom: 3px solid #4d8db3;
}
.header ul.main-nav ul li {
    display: block;
    margin: 0 0 5px;
}
.header ul.main-nav ul a {
    font-size: 15px;
    padding: 0;
}
.header ul.main-nav ul a:hover {
    color: #4d8db3;
}
.header ul.main-nav li:hover ul {
    display: block;
}
.home .header ul.main-nav li a {
    color: #fff;
    font-size: 17px;
}
.home .header ul.main-nav ul {
    background: rgba(0, 0, 0, .7);
    border-bottom: 0;
}
.home .header ul.main-nav ul a:hover {
    color: #4d8db3;
}
.home .header ul.main-nav li:hover a {
    background: rgba(0, 0, 0, .7);
}
.home .header ul.main-nav li:hover ul a {
    background: none;
}
#tinynav1,
#tinynav2 {
    display: none;
}
.slideshow {
    position: relative;
}
.slideshow .slideshow-content {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    z-index: 1002;
}
.slideshow-content h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
}
.slideshow-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
.slideshow-content form {
    margin: 0;
}
.slideshow-content input[type="email"] {
    background: rgba(255, 255, 255, .6);
    border-radius: 15px 0 0 15px;
    border: 1px solid rgba(255, 255, 255, .8);
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Lato";
    margin: 0;
    float: left;
    width: 80%;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
}
::-moz-placeholder {
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}
.slideshow-content input[type="submit"] {
    background: #4d8db3;
    border-radius: 0 15px 15px 0;
    border: 1px solid #4d8db3;
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Lato";
    color: #fff;
    margin: 0;
    float: left;
    width: 20%;
    box-sizing: border-box;
}
.slideshow-content a.btn {
    background: rgba(255, 255, 255, .6);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .8);
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Lato";
    margin: 0 auto;
    width: 80%;
    max-width: 420px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
}
.slideshow .cycle-slideshow img {
    width: 100%;
    height: auto;
}
.page-title {
    background: url("../images/bg-title.jpg") top center no-repeat;
    background-size: cover;
    padding: 25px 0;
}
.page-title h1 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 900;
    line-height: 50px;
}
.page-title p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}
.cta {} .cta .element {
    width: 33%;
    float: left;
    text-align: center;
    color: #555;
    font-size: 16px;
    font-weight: 300;
    box-sizing: border-box;
    padding: 0 45px;
}
.cta .element h2 {
    color: #4d8db3;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    background: url("../images/title-line.png") bottom center no-repeat;
    padding-bottom: 10px;
    margin: 10px 0;
    line-height: 16px;
}
.sidebar .cta .element {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
    overflow: hidden;
}
.sidebar .cta .element h2 {
    background-position: bottom center;
}
.sidebar .cta .element p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.sidebar .cta .element img {
    float: left;
    margin-right: 10px;
    width: 85px;
}
.content {
    padding: 50px 0;
}
.content p {
    font-size: 16px;
    line-height: 24px;
}
.content.alt {
    background: #f7f7f7;
}
.side-nav {
    background: #f7f7f7;
    padding: 15px 0;
    margin-bottom: 30px;
}
.side-nav h2 {
    background: #4d8db3;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 10px;
}
.side-nav ul {
    margin: 0 15px;
}
.side-nav ul li {
    background: url("../images/bullet.png") left 8px no-repeat;
    padding-left: 25px;
    margin: 0 0 5px;
}
.side-nav ul li a {
    color: #171717;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
.latest-news {
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
    color: #555;
}
.latest-news a {
    color: #671c2e;
    text-decoration: none;
    font-weight: 700;
}
.connect {
    border-top: 3px solid #4d8db3;
    padding: 25px 0;
}
.connect .social-media {} .connect .social-media li {
    float: left;
    width: 33%;
}
.connect .social-media h2 {
    color: #4d8db3;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin: 20px 0 5px;
}
.connect .social-media img {
    float: left;
    margin-right: 10px;
}
.mission {
    background: url("../images/bg-mission.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.mission .title h1 {
    color: #fff;
}
.mission .title p {
    color: #fff;
}
.footer {
    background: #303030;
    text-align: center;
    color: #8a8a8a;
    padding: 25px 0;
    font-weight: 400;
}
.footer a {
    color: #8a8a8a;
    text-decoration: none;
}
.footer ul.main-nav {
    margin-bottom: 25px;
}
.footer ul.main-nav li {
    display: inline;
    margin: 0 15px;
}
.footer ul.main-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}
.footer ul.main-nav ul {
    display: none;
}
.bio {
    padding: 25px 0;
    display: none;
}
.btn {
    font-weight: 700;
    color: #671c2e !important;
    text-decoration: none;
}
/* #Thickbox Popups
================================================== */

#TB_window {
    margin-top: 0 !important;
    margin-left: 0 !important;
    top: 15% !important;
    right: 10% !important;
    bottom: 15% !important;
    left: 10% !important;
    width: 80% !important;
    height: 70% !important;
}
#TB_window #TB_ajaxContent {
    width: 94% !important;
    height: 92.0% !important;
    padding: 1% 3% 0 !important;
}
/* News Briefs
================================================== */

.news-brief-wrap {
    background: #eee none repeat scroll 0 0;
    margin: 0 15% 20px;
    padding: 6px 3% 6px 1%;
	max-width: 100%;
}
.news-brief-thumbnail {
    float: left;
    width: 15%;
    height: 66px;
}
.news-brief-thumbnail:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.news-brief-thumbnail img {
    height: auto;
    width: 46px;
    vertical-align: middle;
}
.news-brief-title {
    float: left;
    margin-top: 21px;
    width: 70%;
}
.news-brief-link {
    float: left;
    margin-top: 18px;
    text-align: center;
    width: 15%;
}
.news-brief-link a {
    margin-bottom: 0;
}
/* Contact Form 7
================================================== */

.wpcf7 {
    margin-top: 26px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
}
.wpcf7 p {
    margin: 0;
}
.wpcf7-submit {
    margin-top: 20px;
}
/* #Media Queries
================================================== */
/* Smaller than standard 999 (devices and browsers) */

@media only screen and (max-width: 999px) {
	.news-brief-wrap {
		margin: 0 0 20px;
	}
}
/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.header .logo {
		margin-bottom: 10px;
	}
	.header ul.main-nav {
		clear: both;
		float: none;
		margin: 0;
	}
}
/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
	.header {
		min-height: 50px;
	}
	.home .header {
		min-height: 140px;
	}
	.header ul.main-nav {
		display: none;
	}
	#tinynav1 {
		display: block;
		float: right;
		margin: 30px 0 0;
		background: url("../images/hamburger.png") top center no-repeat;
		background-size: contain;
		width: 45px;
		height: 45px;
		border: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: -9999px;
		text-overflow: '';
		position: relative;
		z-index: 1001;
	}
	.home #tinynav1 {
		background-image: url("../images/hamburger-h.png");
	}
	.header .logo {
		width: 200px;
		height: auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.news-brief-title {
	  float: left;
	  margin-top: 0;
	  width: 85%;
	text-align:center;
	}
	.news-brief-link {
	  float: left;
	  margin-top: 8px;
	  text-align: center;
	  width: 85%;
	}
	.utl form {
		display: none;
	}
	.utl .social-media {
		display: none;
	}
	.utl .member-login {
		padding: 2px 5px;
		margin: 0;
		margin-right: -10px;
		font-size: 14px;
	}
	.page-title {
		padding: 10px 0;
	}
	.page-title h1 {
		margin-bottom: 0;
	}
	.cta .element {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
	.slideshow .slideshow-content {
		display: none;
	}
	.connect .social-media li {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.connect .social-media img {
		float: none;
		margin-right: 0px;
	}
	.connect .social-media h2 {
		margin-top: 5px;
	}
	.footer ul.main-nav li {
		display: block;
		margin: 0 0 5px;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
	#TB_window {
		top: 5% !important;
		right: 3% !important;
		bottom: 5% !important;
		left: 3% !important;
		width: 94% !important;
		height: 90% !important;
	}
	#TB_window #TB_ajaxContent {
		height: 94.5% !important;
	}

.news-brief-thumbnail::before {
  display: inline;
}






}