/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.flewid-footer-logo {
    text-align: center;
    top: -0.7em;
    position: relative;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.error404 .small-12.columns {
 margin-top: 130px;
}

.error404 .small-12.columns h2 {
  color: #0a0a0a !important;
  font-size: 60px !important;
}

/* GLOBAL STYLES
****************************************************/

html {
    margin: 0 !important;
}

body {
  font-family: sans-serif;
  font-size:16px;
  margin: 0;

}
.clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6 {
    color:#fff;
	font-weight:bold;
   font-family: 'proxima-nova', sans-serif;
}
h1 { font-size:30px; margin-bottom: 0;}
h2 { font-size:24px; }
h3 { font-size:20px; }
h4 { font-size:18px; }
h5 { font-size:16px; }
h6 { font-size:14px; }

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

p, li {
    font-weight: lighter;
    font-size: 16px;
    /*font-family: 'Lora', serif;*/
	 font-family:'proxima-nova', sans-serif;
}

p {
    line-height: 2;
    padding:0.625rem 0;
}

a {
    color:#fff;
    font-size: 14px;
}
    a:hover {
        color:#fff;
        /*opacity:.6;*/
        text-decoration:none;
    }

ul {
	margin-top: 1rem;
    margin-left: 2.5rem;
}
ul li{

}


.highlighter:after {
    content:"";
    display: block;
    height: 4px;
    width: 140px;
    background: red;
    margin-top: 4px;
    margin-bottom: 15px;
}

.highlighter-2:after {
    content:"";
    display: block;
    height: 2px;
    width: 80px;
    background: red;
    margin-top: 3px;
}

.highlighter.center:after {
    margin: 0 auto;
    margin-bottom: 15px;
}

/* FONT STYLES
****************************************************/


/* BUTTONS STYLES

/* Page STYLES
****************************************************/
article.page h1,
article.page h2,
article.page h3,
article.page h4 {
    font-weight:normal;
}
html, body{
    background:  #fff; ;
   font-family: 'proxima-nova', sans-serif;
}
.button {
    background-color:#888;
}
.button:hover {
    background-color:#888;
    opacity:.8;
}
/* Navigation STYLES
****************************************************/

/*.current_page_item {
 background:#714C8E ;
}*/

@charset "UTF-8";

.accordion-navigation > a:after {

  content: "-";

  padding-left: 5px;

  float: right;

  font-size: 20px;
  color: #fff; }

.accordion-navigation.active a:after {

  content: "+"; }

.row {
    max-width: 65.5rem;
    position: relative;
}

/* HEADER STYLES
****************************************************/

header {
    height: 70px;
  	background:#BFCCDE;
    border-bottom: 5px solid #386199;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
}

nav img {
    margin-top: 10px;
}

nav ul {
    float: right;
    margin: 0;
    height: 70px;
    display: block;
    line-height: 4 !important;
}

nav ul li {
    float: left;
    list-style-type: none;
    /*color: white;*/
    padding: 0 10px;
    height: 70px;
    position: relative;
    -webkit-transition:all linear .3s;
    -moz-transition:all linear .3s;
    -o-transition:all linear .3s;
    transition:all linear .3s;
	color:#344050;
}

nav ul li ul {
    background: #313469;
    min-width: 300px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    height: auto !important;
}

nav ul li:hover ul {
    display: inline-block;
}

nav ul li ul li {
	height: auto;
    width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 1;
	text-align:left;
	border-top: 2px dotted #fff;

}

nav ul li ul li a {
    /*border-bottom: #191c49 solid 1px;*/
    width: 100%;
    background: #714C8E;;
    min-height: 45px !important;
    line-height: 45px !important;
    height: auto;
    padding: 0 12px !important;
	color:#e2cbf3 !important;
	font-size: 16px !important;
	font-family:'proxima-nova', sans-serif !important;
	font-weight:bold !important;
}

nav ul li ul li:hover {
    /*background:#313469;*/
	background:#583871;
}

nav ul li ul li a:hover {
    background:#714C8E;
	color:white !important;
}
nav ul li:hover 
{
	background:#583871;
}

nav ul li a {
    /*font-size: 16px;*/
    display: inline-block !important;
    height: 24px;
    font-family: 'proxima-nova', sans-serif;
    padding: 0 3px !important;
    line-height: inherit !important;
	font-size: 18px !important;
	text-transform:uppercase;
	color:#344050 !important;
	font-weight:bold !important;
}
nav ul li:hover > a  {
    
	color:white !important;
}

.menu .about 
{
    background-image: url("https://trustedlearning.org/wp-content/uploads/2018/02/down.png");
    background-repeat: no-repeat;
    background-position: right 30px;
    padding: 0px 7px 0px 7px;
	margin-right: 8px;
}

nav ul li ul li:first-child{
	border-top:none ;
}
.menu .press_blog
{
    background-image: url("https://trustedlearning.org/wp-content/uploads/2018/02/down.png");
    background-repeat: no-repeat;
    background-position: right 31px;
    padding: 0px 7px 0px 7px;
	margin:	0px 12px 0px 0px;
}

#nav-search {
    width: 160px;
    margin: 14px -198px 0 10px;
    border-radius: 30px;
    float: right;
    display: none;
    height: 39px !important;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

#offCanvasRight {
    height: 100%;
    background: #191c49;
}

#offCanvasRight ul {
    margin: 0;
}

#offCanvasRight ul li {
    list-style-type: none;
    font-size: 13px;
    display: inline-block !important;
    width: 100%;
    -webkit-transition: .28s linear;
    -moz-transition: .28s linear;
    -o-transition: .28s linear;
    transition: .28s linear;
}

#offCanvasRight ul li ul {
    display: none;
}

#offCanvasRight ul li ul li {
    padding-left: 15px;
}

#offCanvasRight ul li ul li a {
    font-size: 13px;
    font-family: 'proxima-nova', sans-serif;
}

#offCanvasRight ul li:hover ul {
    display:inline-block;
    width: 100%;
    margin: 0;
}

#offCanvasRight ul li:hover {
    background: #313469 !important;
}

#offCanvasRight ul li:hover ul {
    background: #313469 !important;
}

#offCanvasRight ul li a {
    font-size: 15px;
    width: 100%;
    display: inline-block;
    padding: 7px 0 7px 16px;
}

.offcanvas-button {
    display: none;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
    margin-top: 20px;
}

.offcanvas-button:hover {
    background: transparent;
}

.offcanvas-button:hover img {
    -ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
}

.offcanvas-button img {
    width: 32px;
    margin: 0 0 0 12px;
    -webkit-transition: .28s linear;
    -moz-transition: .28s linear;
    -o-transition: .28s linear;
    transition: .28s linear;
}

#menu-close {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 10px 0;
}

.menu p, .menu li, .menu a {
	color: #fff;
}

#menu-close span {
    float: right;
    font-size: 30px;
    color: #fff;
}

#nav-search:focus {
    border: #f06023 solid 1px;
}

.active-search {
    display: inline-block !important;
    -moz-transition: linear .9s;
    left: 0 !important;
}

#search-button {
    float: right;
    margin: 24px 0 0 8px;
}

#search-button img {
    margin-top: 0px;
}

/* HOMEPAGE STYLES
****************************************************/
.cta-skew .row.ctm-row {
    /*margin-top: 7em;*/
	margin-top: 0em;
}

.cta-skew .ctm-row .medium-4.columns {
    padding: 25px 19px;
    width: 29.5%;
    min-height: 435px;
    margin-right: 40px;
    box-shadow: 0 6px 12px rgba(188, 188, 188, 0.3);
}


.hero {
    width: 100%;
    height: 980px;
    /*background: url(../img/cosnhero.jpeg);
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: cover;
    margin-top: -6px;*/
    position: relative;
    /*margin-top: -200px;*/
    top: 0;
    color: #fff;
}

.hero p {
    font-size: 15px;
}

#hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*display: none;*/
}

#hero-slider div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: cover;
  margin-top: -6px;
}

.hero .row {
  position: relative;
  z-index: 1;
}
.hero-slider-text h1, .hero-slider-text h3
{
	text-shadow:2px 2px 3px #000;	
}

.hero-slider-text span
{
text-shadow:0 0 3px #000, 0 0 3px #000;
}


.parallax {
  perspective: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: 0s linear;
  -moz-transition: 0s linear;
  -ms-transition: 0s linear;
  -o-transition: 0s linear;
  -webkit-transition-property: background-position;
  -moz-transition-property: background-position;
  -ms-transition-property: background-position;
  -o-transition-property: background-position;
}

.centered-text {
    position: absolute;
    top: 250px;
    text-align: center;
    left: 0;
    right: 0;
}

.cta-skew {
    background: #fff;
    position: relative;
    /*padding-top: 5px;*/
	padding-bottom:70px;
    margin-top: -220px;
}

.cta-skew .columns {
    text-align: center;
    padding: 0 50px;
}

.cta-skew .columns img {
    margin-bottom:20px;
}

.cta-skew:before {
    /*border-top: #d2602d 8px solid;*/
	border-top: #784C9A 8px solid;
    content: '';
    position: absolute;
    left: 0;
    top: -65px;
    width: 100%;
    height: 240px;
    background: #fff;
    padding: 2px;
    outline: 3px solid transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d!important;
   /*-webkit-transform: skewY(-4.5deg);
   -moz-transform: skewY(-4.5deg);
   -ms-transform: skewY(-4.5deg);
    -o-transform: skewY(-4.5deg);
    transform: skewY(-3.5deg);*/
}


.orange-button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db612a+0,f26323+25,f66321+50,f66321+75,ee6224+100 */
  /*  background: rgb(219,97,42); /-* Old browsers *-/
    background: -moz-linear-gradient(left,  rgba(219,97,42,1) 0%, rgba(242,99,35,1) 25%, rgba(246,99,33,1) 50%, rgba(246,99,33,1) 75%, rgba(238,98,36,1) 100%); /-* FF3.6-15 *-/
    background: -webkit-linear-gradient(left,  rgba(219,97,42,1) 0%,rgba(242,99,35,1) 25%,rgba(246,99,33,1) 50%,rgba(246,99,33,1) 75%,rgba(238,98,36,1) 100%); - Chrome10-25,Safari5.1-6 *-/
    background: linear-gradient(to right,  rgba(219,97,42,1) 0%,rgba(242,99,35,1) 25%,rgba(246,99,33,1) 50%,rgba(246,99,33,1) 75%,rgba(238,98,36,1) 100%); /-* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *-/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db612a', endColorstr='#ee6224',GradientType=1 ); /-* IE6-9 */
	background:#307CD9;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 15px;
    color: #fff !important;
    font-family: 'proxima-nova', sans-serif;
	font-size:16px;
}

/*.orange-button:hover {
    background: #c44c16;
}*/

.cta-skew h4, .cta-skew p {
    color: #000;
}
.cta-skew p {
   	text-align:center;
    font-size: 16px;
}

.overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131643+0,232656+50,313469+100&0.8+0,0.8+100 */
    background: -moz-linear-gradient(left,  rgba(19,22,67,0.8) 0%, rgba(35,38,86,0.8) 50%, rgba(49,52,105,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(19,22,67,0.8) 0%,rgba(35,38,86,0.8) 50%,rgba(49,52,105,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(19,22,67,0.8) 0%,rgba(35,38,86,0.8) 50%,rgba(49,52,105,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc131643', endColorstr='#cc313469',GradientType=1 ); /* IE6-9 */


    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.resources {
    margin: 0 0 70px 0;
}

.resources .column {
    padding: 10px;
}

.resources .column > div {
    margin: 0 auto;
    border-radius: 12px;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: .28s linear;
    -moz-transition: .28s linear;
    -o-transition: .28s linear;
    transition: .28s linear;
}

.resources .column > div:hover {
    opacity: .6;
    border-radius: 12px;
}


.resources .column > div img:first-of-type {
    width: 100%;
    margin: 0px;
    height: 100%;
    -webkit-transition: .28s linear;
    -moz-transition: .28s linear;
    -o-transition: .28s linear;
    transition: .28s linear;
}

.resources .column > div:hover img:first-of-type {
    width: 350px;
    height: 350px;
    max-width: 400px;
}

/*.resources .column > div a {
    display: inline-block;
}*/

.resources .column > div img:last-of-type {
    position: absolute;
    right: 0px;
    -webkit-transition: .28s linear;
    -moz-transition: .28s linear;
    -o-transition: .28s linear;
    transition: .28s linear;
}

.resources .column > div:hover img:last-of-type {
    margin: 30px 30px 0 0;
}

.resources .column > div:hover h3 {
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    padding: 0 0 10px 10px;
}

.resources .column:hover {
    background-size: 120% !important;
}

.resources .column div:nth-of-type(1) {
    background: -moz-linear-gradient(left,  rgba(19,22,67,0.9) 0%, rgba(35,38,86,0.9) 50%, rgba(49,52,105,0.9) 100%), url(../img/box-bg1.png); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(19,22,67,0.9) 0%,rgba(35,38,86,0.9) 50%,rgba(49,52,105,0.9) 100%), url(../img/box-bg1.png); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(19,22,67,0.9) 0%,rgba(35,38,86,0.9) 50%,rgba(49,52,105,0.9) 100%), url(../img/box-bg1.png); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc131643', endColorstr='#cc313469',GradientType=1 ); /* IE6-9 */
}
.resources .column div:nth-of-type(2) {
    background: -moz-linear-gradient(left,  rgba(19,22,67,0.9) 0%, rgba(35,38,86,0.9) 50%, rgba(49,52,105,0.9) 100%), url(../img/box-bg2.png); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(19,22,67,0.9) 0%,rgba(35,38,86,0.9) 50%,rgba(49,52,105,0.9) 100%), url(../img/box-bg2.png); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(19,22,67,0.9) 0%,rgba(35,38,86,0.9) 50%,rgba(49,52,105,0.9) 100%), url(../img/box-bg2.png); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc131643', endColorstr='#cc313469',GradientType=1 ); /* IE6-9 */
}

.resources .column div:nth-of-type(3) {
    background: -moz-linear-gradient(left,  rgba(19,22,67,0.9) 0%, rgba(35,38,86,0.9) 50%, rgba(49,52,105,0.9) 100%), url(../img/box-bg3.png); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(19,22,67,0.9) 0%,rgba(35,38,86,0.9) 50%,rgba(49,52,105,0.9) 100%), url(../img/box-bg3.png); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(19,22,67,0.9) 0%,rgba(35,38,86,0.9) 50%,rgba(49,52,105,0.9) 100%), url(../img/box-bg3.png); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc131643', endColorstr='#cc313469',GradientType=1 ); /* IE6-9 */
}

.resources img {
    float: right;
    margin: 20px 20px 0 0;
}

.resources h3 {
    clear: both;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 155px 0 0 30px;
    width: 180px;
    display: inline-block;
    position: absolute;
    -webkit-transition: .28s linear;
    -moz-transition: .28s linear;
    -o-transition: .28s linear;
    transition: .28s linear;
}

.resources .column > div:hover h3 {
    margin: 155px 0 0 40px;
}

.quotes {
    min-height: 580px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#595b7c+0,585a7b+25,454872+50,33366a+75,313469+100 */
    background: rgb(89,91,124); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(89,91,124,.9) 0%, rgba(88,90,123,.9) 25%, rgba(69,72,114,.9) 50%, rgba(51,54,106,.9) 75%, rgba(49,52,105,.9) 100%), url(../img/quote-bg.png); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(89,91,124,.9) 0%,rgba(88,90,123,.9) 25%,rgba(69,72,114,.9) 50%,rgba(51,54,106,.9) 75%,rgba(49,52,105,.9) 100%), url(../img/quote-bg.png); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(89,91,124,.9) 0%,rgba(88,90,123,.9) 25%,rgba(69,72,114,.9) 50%,rgba(51,54,106,.9) 75%,rgba(49,52,105,.9) 100%), url(../img/quote-bg.png); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595b7c', endColorstr='#313469',GradientType=1 ); /* IE6-9 */
    background-repeat: no-repeat;
    border-top: 6px solid #9a9bb5;
    border-bottom: 3px solid #9a9bb5;
    width: 100%;
    background-size: contain;
}

.quotes p:first-child {
    font-size: 18px;
    float: right;
    text-align: left;
    position: relative;
    margin: 150px 0 0 0;
    max-width: 843.5px !important;
}

.quotes-container {
	color: #fff;
}

.quotes-container p:first-child:before {
    content: '“';
    font-size: 250px;
    margin-top: 122px;
    margin-left: -125px;
    width: 10px;
    float: left;
    line-height: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.quotes p:last-child {
    float:left;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    font-family: 'proxima-nova', sans-serif;
	margin-left:175px;
}
.recipient .row .columns {
    width: 50%;
  
}
.recipient{
	
	margin-bottom:40px;
}

/**** Footer Section Style
 ****************************************************/
.footer-section {
    padding: 45px 0 60px 0;
    /*background: #2d2c2c;*/
	background:#ECF0F5;
	border-top:5px solid #386199;
}

.footer-section .footer-text p
{
	font-size:16px !important;
	color:#636466;
	text-align:left;
	font-family:'proxima-nova', sans-serif;
	line-height: 1.66em;
}

.footer-section .footer-menu 
{
	text-align:left !important;
	margin-left:80px;
}
.footer-section .footer-menu .footer-sub-menu 
{
	margin-top:0rem !important;
}
.footer-section .footer-menu li
{
	display:block;
	/*height:38px;*/
}
.footer-section .footer-menu .footer-sub-menu li
{
	list-style-type:none;
	display:list-item !important;
	height:28px;
	margin-left:20px;
}
.footer-section .footer-menu  li a 
{
	color:#386199;
	font-size:18px !important;
	font-family:'proxima-nova', sans-serif;
	
}

.footer-section .footer-menu .footer-sub-menu li a
{
	color:#386199;
	font-size:14px !important;
	font-family:'proxima-nova', sans-serif;
}
.footer-section .footer-img
{
	/*height:100px; 
	width:400px;*/
	margin-top: 15px;
}
.footer-section .footer-img p
{
	font-size:16px !important;
	color:#636466;
	text-align:left;
	margin-top: 10px;
	font-family:'proxima-nova', sans-serif;
	line-height: 1.66em;
}


.white-button {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 30px;
    background: white;
    color: #3f4273;
}

.white-button:hover {
    color: #3f4273;
    background:#ccc;
}

.slick-slider {
    list-style-type: none;
}

.slick-dots {
    margin-left: 0;
    padding-bottom: 10px;
}

.slick-dots li button::before {
    font-size: 13px !important;
    opacity: 1;
    color: #fff !important;
}

.slick-dots li {
    width: 6px !important;
}

/* CONTACT PAGE STYLES
****************************************************/

.sub-header {
    height: 180px;
    width: 100%;
    background: linear-gradient(  rgba(47.1, 29.8, 60.4, .8),rgba(47.1, 29.8, 60.4, .8)  ), url(../img/subpage-bg.jpg);
	background: --webkit-linear-gradient(left,  #784c928f 0%,#784c928f 25%,#784c928f 50%,#784c928f 100%),url(../img/subpage-bg.jpg); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #784c928f 0%,#784c928f 25%,#784c928f 50%,#784c928f 75%,#784c928f 100%),url(../img/subpage-bg.jpg); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-attachment: fixed;
    border-bottom: solid 10px #784C9A;
    margin-top: 65px;
    text-align: center;
	font-family:'proxima-nova', sans-serif; 
}

.sub-header h1 {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 4;
    position: relative;
    display: inline-block;
    padding: 0 50px;
	 font-family:'proxima-nova', sans-serif; 
}

.sub-header h1::before, .sub-header h1::after {
    background: #fff;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    top: 48%;
    width: 230px;
}

.sub-header h1::after {
    left: 100%;
}

.sub-header h1::before {
    right: 100%;
}

.subpage-container {
    padding: 20px 0;
}

.subpage-container h1,
.subpage-container h2,
.subpage-container h3,
.subpage-container h4,
.subpage-container h5,
.subpage-container h6,
.subpage-container p {
    color: #000;
}

.subpage-container p {
    /*font-family: 'Lora', sans-serif;*/
	font-family: 'proxima-nova', sans-serif; 
    font-size: 16px;
	
}

.subpage-container a, section.subpage-container a:active, section.subpage-container a:visited {
    /*color: #d2602d;*/
	color:#386199;
    font-size: inherit;
}

.subpage-container a:hover {
    color: #272727;
}

input[type="text"] {
    height: 58px;
    border-radius: 10px;
}

input[type="email"]
{
	 border-radius: 7px;
}

input[type="submit"] {
    box-shadow: none;
    float: right;
    width: 118px;
    height: 40px;
    padding: 8px 20px;
    border: none;
    color: white;
    font-weight: bold !important;
    text-transform: uppercase;
    border-radius: 7px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131642+0,1f2251+50,313469+100 *-/
    background: rgb(19,22,66); /-* Old browsers *-/
    background: -moz-linear-gradient(left,  rgba(19,22,66,1) 0%, rgba(31,34,81,1) 50%, rgba(49,52,105,1) 100%); /* FF3.6-15 *-/
    background: -webkit-linear-gradient(left,  rgba(19,22,66,1) 0%,rgba(31,34,81,1) 50%,rgba(49,52,105,1) 100%); /* Chrome10-25,Safari5.1-6 *-/
    background: linear-gradient(to right,  rgba(19,22,66,1) 0%,rgba(31,34,81,1) 50%,rgba(49,52,105,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *-/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131642', endColorstr='#313469',GradientType=1 ); /* IE6-9 */
	background:#1585cf;
}

/*input[type="submit"]:hover {
    background: #131642;
}*/

textarea {
    border-radius: 10px;
}

.contact p {
    padding: 0;
    margin: 8px 0;
    font-size: 14px;
}

.contact h1:last-of-type {
    margin-top: 18px;
}

input[type="text"], textarea {
    /*font-family: 'Lora', sans-serif;*/
	font-family: 'proxima-nova', sans-serif; 
	
}

.wpcf7-response-output {
    display: inline-block;
}


/*BLOG STYLES
 ***************************************************/
.article-title, .article-date, .article-month
{
	margin-top:80px;
	color:#1C314D;
}
 .article-day
{
	/*argin-top:15px;*/
	color:#1C314D;
}
.article-description p
{	
	text-align:left !important;
	padding:3px 0;
	line-height:2;
}
.article-description a
{
	font-size:14px;
}
.blog .blog_title h2
{
	text-align:left !important;
	font-size:20px !important;
	font-weight:bold;
	color:#784C9A;
	margin-top: 50px;
}
.blog .blog_disc p
{
	text-align:left !important;
	font-size:15px !important;
}
.blog a
{
	text-align:center;
	color:#386199 !important;
	font-weight:bold;
	margin-bottom:10px;
	font-size:16px !important;
}
.bdp_blog_template a.bd-more-tag
{
	color:#fff !important;
}
.bdp_blog_template a.bd-more-tag:hover
{
	color:#2e93ea !important;
}

/*TLE in the news*/
.news .blog_title h2 a
{
	text-align:left !important;
	font-size:20px !important;
	font-weight:bold;
	color:#386199;
	margin-top: 50px;	
}
.news .blog_title ul
{
	margin-top: 20px;
	margin-bottom:20px;
}
/*.news .blog_disc p
{
	text-align:left !important;
	font-size:15px !important;
}*/
.news .button:hover
{
	color:#2e93ea !important;
	background:#fff !important;
}
.news-blog
{
	margin-top:35px;
	margin-bottom:35px !important;
}
.news .button
{
background:#307CD9;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 20px;
	margin-top:10px;
    color: #fff !important;
    font-family: 'proxima-nova', sans-serif;
	font-size:16px;
	font-weight:bold;
}
/* SUPPORTERS STYLES
****************************************************/

.supporter-logos h1, .supporter-logos h2, .supporter-logos h3, .supporter-logos h4, .supporter-logos h5 {
	color: #000;
	text-align: center;
	margin-bottom: 1.5rem;
	margin-top: 2rem;
}

.supporter-logos h2:first-child {
	margin-top: 0rem;
}

.supporter-logos {
	margin-bottom: 3rem;
	
}

.row .columns .additional-partners 
{
	max-width:100%;
}
.supporter-logo img {
	height:auto;
	max-width:100%;
	display: block;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 10%;
}
/*.additional-partners .supporter-logo{
    width: 18%;
}*/
/* PARTNERS PAGE STYLES
****************************************************/

.partners, .participants, .about, .supporters {
    text-align: center;
}

.partners .column {
    padding: 0 .46875em;
    padding-bottom: 1em;
}

.partners .column img {
    width: 100%;
}

.partners .row:first-child,
.participants .row:first-child,
.framework .row:first-child,
.resources-page .row:first-child {
    padding-bottom: 60px;
}

.supporter-logo {
    float: none !important;
    text-align: center !important;
    display: inline-block;
    margin: 0 auto !important;
}

.supporter-logos .row.large-up-4 {
    text-align: center;
	
}

.additional-partners .row 
{
	max-width:100%;
}
.additional-partners1 .row 
{
	max-width:100%;
}
.additional-partners .large-up-4 .supporter-logo, .additional-partners1 .large-up-4 .supporter-logo {
      
	 width:19%;
   }
/*.supporter-logo-large {
    height: 900px !important;
    width: 900px !important;
}*/

/* FRAMEWORK STYLES
****************************************************/

.framework h1, .framework h2, .framework h3, .framework .framework-items {
	text-align: center;
}

.framework .column {
    padding: 0 2.5em;
    margin-bottom: 50px;
}

.framework .column img {
    margin-bottom: 20px;
}

.subpage-container.framework
{
	padding:0px !important;
}

.seal
{
	text-align:center;
}
.seal :first-of-type div:first-of-type {
    padding-right: 2.5em;
}

.seal :first-of-type {
    margin-bottom: 35px;
}

.seal :first-of-type ~ .row {
    margin-bottom: 35px;
}

.seal :first-of-type ~ .row:last-of-type {
    margin-bottom: 0px;
}

#individual-resource img {
    width: 128px;
    border-radius: 6px;
}

.seal h1
{
	margin-top:30px;
}
/* Force centering of last two framework items, for now. It's hacktastic! - JLP */
.framework-items:nth-of-type(4) {
    margin-left: 18%;
}

.created-framework {
    min-height: 250px;
    background:  url(../img/created-framework-bg.png), linear-gradient( rgba(49,52,105, 1),rgba(49,52,105, 1) );
    background-repeat: no-repeat;
    background-position: 0% 0px;
}

.created-framework .row div {
    background: rgba(49, 52, 105, .9) none repeat scroll 0% 0%;
    min-height: 654px;
    padding-top: 135px;
}

.circle-number {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 80%;
    /*border: 1px solid #d36230;*/
	border: 1px solid #784C9A;
    margin: 0 auto;

}

.circle-number p {
    line-height: 100px;
    font-size: 30px;
    /*color: #d36230;*/
	color:#784C9A;
    padding: 0;
}

.participants h1
{
	margin-top:30px;
}
/* PARTICIPANTS PAGE STYLES
****************************************************/


.participants li {
   	font-family: 'proxima-nova', sans-serif;
    font-size: 14px;
    list-style-type: none;
    text-align: left;
    margin-bottom: 9px;
}

.participants-hero {
    min-height: 568px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#595b7c+0,585a7b+25,454872+50,33366a+75,313469+100 */
    background: rgb(89,91,124); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(89,91,124,.9) 0%, rgba(88,90,123,.9) 25%, rgba(69,72,114,.9) 50%, rgba(51,54,106,.9) 75%, rgba(49,52,105,.9) 100%), url(../img/participants-background.png); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(89,91,124,.9) 0%,rgba(88,90,123,.9) 25%,rgba(69,72,114,.9) 50%,rgba(51,54,106,.9) 75%,rgba(49,52,105,.9) 100%), url(../img/participants-background.png); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(89,91,124,.9) 0%,rgba(88,90,123,.9) 25%,rgba(69,72,114,.9) 50%,rgba(51,54,106,.9) 75%,rgba(49,52,105,.9) 100%), url(../img/participants-background.png); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595b7c', endColorstr='#313469',GradientType=1 ); /* IE6-9 */
    background-repeat: no-repeat;
    width: 100%;
}

.participants-hero .row .columns:first-child {
    font-family: "proxima-nova";
    font-size: 315px;
    color: white;
    font-weight: bold;
}

.participants-hero .row .columns:last-child {
    font-size: 60px;
    color: white;
    padding: 159px 0px 0px 70px;
}

p.participant_list {
    font-size: 18px;
    padding: 0 14px;
	margin-bottom:5px;
}

section.participants-hero {
    display: none;
}

/* THE SEAL PAGE STYLES
****************************************************/

.the-seal .row:first-of-type div:first-of-type {
    padding-right: 2.5em;
}

.the-seal .row:first-of-type {
    margin-bottom: 100px;
}

.the-seal .row:first-of-type ~ .row {
    margin-bottom: 35px;
}

.the-seal .row:first-of-type ~ .row:last-of-type {
    margin-bottom: 0px;
}

#individual-resource img {
    width: 128px;
    border-radius: 6px;
}

.resource-download {
    color: white !important;
    background: #c55c2c;
    padding: 12px 31px;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

/* ABOUT PAGE STYLES
****************************************************/

.data-privacy {
    background: url(../img/video-background.png);
    min-height: 584px;
    background-size: cover;
    padding-top: 150px;
}

.data-privacy .row div:last-of-type img {
    float: right;
}

.faq {
    padding-bottom: 100px;
}


.faq h1 {
    font-size: 2.6rem;
    color: black;
    text-align: center;
    padding-bottom: 20px;
}

.faq p a {
    color: #386199;
    font-weight: bold;
	font-size:14px;
}

.faq p a:hover {
    color: black;
    font-weight: bold;
}

.accordion-title {
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.data-privacy .row div:last-of-type {
    padding: 80px 0px;
}

.data-privacy .row div:first-of-type p {
    font-size: 14px !important;
}


.accordion-title::before {
    display: none;
}

.accordion {
    border: none;
}

.accordion-content {
    /*font-family: 'Lora', sans-serif;*/
	font-family:'proxima-nova', sans-serif;
}

.accordion-content p {
    color: #000;
    font-size: 16px;
    /*font-family: 'Lora', sans-serif;*/
	font-family:'proxima-nova', sans-serif; 
}

.reveal {
    width: 100%;
    max-width: 75rem;
    text-align: center;
}

.reveal video {
    width: 80%;
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #f9f9f9 !important;
    color: #000 !important;
}

/************************* TLE Seal Recipients  ****************************/
/*.subpage-container a
{
	color: #386199;
	font-weight:bold;
	font-family:'proxima-nova', sans-serif;
}*/
.recipient li a
{
	font-size:16px;
	color: #386199;
	font-weight:bold;
	font-family:'proxima-nova', sans-serif;
}
.recipient h1
{
	text-align: center;
	color:#000;
}

/* RESOURCES PAGE STYLES
****************************************************/

.resources-page .resource-download {
    margin-top: 0;
}

.resources-page .single > div > div {
    text-align: center;
}

.resources-page .single > div {
    margin-bottom: 45px;
}

.resources-page .single > div > div:first-child {
    position: relative;
}

.resources-page .single > div > div:first-child h2 {
	margin: auto 0;
	vertical-align: middle;
	display: table-cell;
}

.resource-thumbnail-container {
	height: 164px;
	width: 93%;
	border-radius: 6px;
    margin: auto;
	position: relative;
	display: table;
	overflow: hidden;
	padding: 1em;
    background: #131642; /* Old browsers */
    background: -moz-linear-gradient(left,  #131642 0%, #131642 25%, #313469 50%, #313469 75%, #313469 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #131642 0%,#131642 25%,#313469 50%,#313469 75%,#313469 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #131642 0%,#131642 25%,#313469 50%,#313469 75%,#313469 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131642', endColorstr='#313469',GradientType=1 ); /* IE6-9 */
	/*background-image: url('http://www.snapshotdev.com/cosn/wp-content/themes/cosn/img/new-box-bg2.png');
	background-size: cover;*/
}

.resource-thumbnail-container h2 {
	color: #fff;
}

.resource-description-preview {
    overflow: hidden;
    height: 6em;
}

.resource-description-preview p {
    line-height: 1.5em;
}
	.resource-description-preview p:first-child {
		display: none;
	}

.categories {
    text-align: center;
    margin-bottom: 6px;
}

.category-buttons {
    color: white !important;
    background: #c55c2c;
    padding: 12px 31px;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
    margin: 30px 15px 30px 0;
}

.resource-download:hover,
.category-buttons:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db612a+0,f26323+25,f66321+50,f66321+75,ee6224+100 */
    background: rgb(219,97,42); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(219,97,42,1) 0%, rgba(242,99,35,1) 25%, rgba(246,99,33,1) 50%, rgba(246,99,33,1) 75%, rgba(238,98,36,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(219,97,42,1) 0%,rgba(242,99,35,1) 25%,rgba(246,99,33,1) 50%,rgba(246,99,33,1) 75%,rgba(238,98,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(219,97,42,1) 0%,rgba(242,99,35,1) 25%,rgba(246,99,33,1) 50%,rgba(246,99,33,1) 75%,rgba(238,98,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db612a', endColorstr='#ee6224',GradientType=1 ); /* IE6-9 */
}

.resources-page .row:first-child { /** Disable this style if additional content is added above the category row **/
    padding-bottom: 0px;
}

/* NEWS PAGE STYLES
****************************************************/

.post-categories {
	list-style: none;
	margin-left: 0;
}

.post-categories li {
	display: inline;
}

.post-categories li a {
	background: rgba(24,28,70,1);
	padding: 2px 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
}

.post-categories li a:hover, .post-categories li a:focus {
	color: #fff;
	background: #d2602d;
}

.posts article {
	margin-bottom: 2em;
}

.posts .read-more {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
}

.posts .read-more:after {
    content: ' >';
}

/* SEARCH PAGE STYLES
****************************************************/

.search-content {
    background: white;
    padding: 45px 0 150px 0;
    text-align: center;
}

.search-content p , .search-content h1  {
    color: #000;
}

/* FOOTER STYLES
****************************************************/

footer {
    background: #252525;
    padding: 9px 0;
}

footer div p {
    margin: 0;
    color: #c3c3c3;
}

footer .columns:last-child p {
    float: right;
    clear: both;
}

footer .columns.ssi-credit p {
    text-align: center;
    margin: 0 auto;
    float: none;
}


.ssi-credit a {
    font-size: inherit;
}

/* RESPONSIVE STYLES
****************************************************/
.top-bar {
    background:#100;
}

.top-bar.expanded .title-area {
    background:#100;
}

.top-bar.expanded .toggle-topbar a span {
    color:#fff;
}

.top-bar.expanded .toggle-topbar a {
    color:#fff;
}

.top-bar.expanded .toggle-topbar a span {

}

@media only screen and (min-width: 40em) {
    .medium-up-3 .supporter-logo {
        width: 33%;
    }
}

@media only screen and (min-width: 64em) {
 .large-up-4 .supporter-logo {
       width:24%;
    }
}

@media only screen and (min-width: 1600px) {
    .created-framework {
        background-position: 0% 0px;
    }
}

@media only screen and (max-width: 1260px) {
   /* .created-framework {
        background-position: -160% 0px;
    }*/
}
@media only screen and (max-width: 1060px) {
    /*.created-framework {
        background: linear-gradient( rgba(49,52,105, 1),rgba(49,52,105, 1) );
    }*/
}
@media only screen and (max-width: 1024px) {

    .framework-items:nth-of-type(4) {
        margin-left: 0 !important;
    }

}
@media only screen and (max-width:1016px) and (min-width:960px)
{
	nav ul li ul {
    background: #313469;
    min-width: 300px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    height: auto !important;
}
	nav ul li ul li {
    height: auto;
    width: 100%;
    padding: 0px !important;
    margin: 0px;
    line-height: 1;
    text-align: left;
    border-top: 2px dotted #fff;
}
nav ul {
    float: right;
    margin: 0;
    height: 70px;
    display: block;
    line-height: 4 !important;
}
nav ul li a {
    height: 24px;
    padding: 0 3px !important;
}

.menu .about 
{
    background-image: url("https://trustedlearning.org/wp-content/uploads/2018/02/down.png");
    background-repeat: no-repeat;
    background-position: right 30px !important;
    padding: 0px 7px 0px 7px !important;
	
}
nav ul li {
    padding: 0 5px !important;
}

.menu .press_blog
{
    background-image: url("https://trustedlearning.org/wp-content/uploads/2018/02/down.png");
    background-repeat: no-repeat;
    background-position: right 30px!important;
    padding: 0px 7px 0px 7px !important; 
	margin:0px 8px 0px 11px!important;
}

}
@media only screen and (max-width: 959px) {
    nav ul, nav form, #search-button {
        display: none !important;
    }

    .offcanvas-button {
        display: inline-block !important;
        float: right !important;
    }
}

@media only screen and (max-width: 877px) {
    .sub-header h1::before, .sub-header h1::after {
        display: none;
    }

    .data-privacy .row div:last-of-type img {
        float: none;
    }

    .data-privacy .row div:last-of-type {
        text-align: center;
    }

    .participants-hero {
        padding: 0 20px;
        text-align: center;
    }

    .sub-header h1 {
        text-transform: uppercase;
        font-size: 35px;
        line-height: 5;
        position: relative;
        display: inline-block;
        padding: 0 50px;
    }

    nav img {
        width: 120px;
    }

    .centered-text {
        top: 125px;
    }

    footer {
        text-align: center !important;
    }

    .cta-skew .columns {
        text-align: center;
        padding: 0 50px;
        margin-bottom: 30px;
		
    }

    .participants-hero .row .columns:last-child {
        padding: 0px 0px 30px 0px;
    }

    .the-seal .row:first-of-type > div {
        text-align: center;
    }

    #individual-resource > div {
        text-align: center;
    }

    #individual-resource .resource-download {
        margin: 0 0 20px 0;
    }

    .participants > div > div,
     .participants > div > div li {
        text-align: center;
    }

    .category-buttons {
        display: inline-block;
        width: 95%;
        margin: 10px 2.5%;

    }

}

/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */

@media screen and (max-width: 1042px) and (min-width: 1025px){

	.cta-skew .ctm-row .medium-4.columns {
		margin-right: 35px;
	}
}

@media only screen and (min-width:901px) and (max-width:1024px)
{
	/* HOMEPAGE STYLES
****************************************************/
	.cta-skew .ctm-row .medium-4.columns {
    padding: 25px 19px;
    width: 29.5%;
    min-height: 435px;
    margin-right: 25px;
    box-shadow: 0 6px 12px rgba(188, 188, 188, 0.3);
	}
	.cta-skew .ctm-row .cmn-1
	{
		padding: 25px 19px;
		width: 29.5% !important;
		min-height: 435px;
		margin-left: 19px !important;
	}
	 .cta-skew .ctm-row .cmn-2
	{		
		padding: 25px 19px;
		width: 29.5% !important;
		min-height: 435px;
		margin-left: 9px !important;
		
	}
	.cta-skew .ctm-row .cmn-3
	{
		padding: 25px 19px;
		width: 29.5% !important;
		min-height: 435px;
		margin-right: 18px !important;
	}
	 .quotes p:first-child {
    font-size: 18px;
    float: right;
    text-align: left;
    position: relative;
    margin: 38px 0 0 115px;
    max-width: 843.5px !important;
}
.quotes p:last-child {
    float:left;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    font-family: 'proxima-nova', sans-serif;
	margin-left: 110px;
}
	/* SUPPORTERSPAGE STYLES
****************************************************/
	.supporter-logo {
    float: left !important;
    text-align: left !important;
    display: inline-block;
    margin: 0 auto !important;
}
.additional-partners .large-up-4 .supporter-logo, .additional-partners1 .large-up-4 .supporter-logo {
      
	 width:50%;
 }
	
	/* BLOGPAGE STYLES
****************************************************/
	.bd-post-content
	{
		font-size:16px;
	}
	.bdp_blog_template .bd-blog-header
	{
		overflow: hidden;
		margin: 15px 15px;
	}
	.bdp_blog_template .bd-blog-header .bd-metadatabox
	{
		margin:5px 2px 0;
	}
	.bdp_blog_template .bd-blog-header h2 a
	{
		font-size:24px;
	}
	.bd-post-content 
	{
    	color: #999999;
	    font-size: 16px;
		margin-left: 16px;
		margin-right: 14px;
	}
	.bdp_blog_template .social-component
	{
		margin-left:16px;
	}
	.bdp_blog_template a.bd-more-tag
	{
		margin-right:14px;
	}
	.subpage-container p
	{
		margin-left:20px;
		margin-right:15px;
	}
}
@media only screen and (min-width: 840px) and (max-width:900px) {
	/* FOOTER STYLES
****************************************************/
	.footer-section .footer-menu
	{
		    text-align: left !important;
    		margin-left: 50px;
	}
	
	/* HOMEPAGE STYLES
****************************************************/
	.cta-skew .ctm-row .medium-4.columns {
		padding: 25px 19px;
		width: 29.5%;
		min-height: 435px;
		margin-right: 19px;
		box-shadow: 0 6px 12px rgba(188, 188, 188, 0.3);
	}
	.cta-skew .ctm-row .cmn-1
	{
		padding: 25px 19px;
		width: 29.5% !important;
		min-height: 435px;
		margin-left: 19px !important;
	}
	 .cta-skew .ctm-row .cmn-2
	{		
		padding: 25px 19px;
		width: 29.5% !important;
		min-height: 435px;
		margin-left: 9px !important;
		
	}
	.cta-skew .ctm-row .cmn-3
	{
		padding: 25px 19px;
		width: 29.5% !important;
		min-height: 435px;
		margin-right: 18px !important;
	}
	 .quotes p:first-child {
		font-size: 18px;
		float: right;
		text-align: left;
		position: relative;
		margin: 38px 0 0 115px;
		max-width: 843.5px !important;
	}
	.quotes p:last-child {
		float:left;
		text-align: left;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		line-height: 2;
		font-family: 'proxima-nova', sans-serif;
		margin-left: 110px;
	}
	/* SUPPORTERSPAGE STYLES
****************************************************/
	.supporter-logo {
    float: left !important;
    text-align: left !important;
    display: inline-block;
    margin: 0 auto !important;
	}
	
	.additional-partners .large-up-4 .supporter-logo, .additional-partners1 .large-up-4 .supporter-logo {
      
	 width:50%;
   }
	/* BLOGPAGE STYLES
****************************************************/
	.bd-post-content
	{
		font-size:16px;
	}
	.bdp_blog_template .bd-blog-header
	{
		overflow: hidden;
		margin: 15px 15px;
	}
	.bdp_blog_template .bd-blog-header .bd-metadatabox
	{
		margin:5px 2px 0;
	}
	.bdp_blog_template .bd-blog-header h2 a
	{
		font-size:24px;
	}
	.bd-post-content 
	{
    	color: #999999;
	    font-size: 16px;
		margin-left: 16px;
		margin-right: 14px;
	}
	.bdp_blog_template .social-component
	{
		margin-left:16px;
	}
	.bdp_blog_template a.bd-more-tag
	{
		margin-right:14px;
	}
	.subpage-container p
	{
		margin-left:20px;
		margin-right:15px;
	}
}

@media only screen and (min-width: 768px) and (max-width:839px) {

	/* FOOTER STYLES
****************************************************/
	.footer-section .footer-menu
	{
		    text-align: left !important;
    		margin-left: 50px;
	}
	
	/* HOMEPAGE STYLES
****************************************************/
	.cta-skew .ctm-row .medium-4.columns {
		padding: 25px 19px;
		width: 29.5%;
		min-height: 435px;
		margin-right: 19px;
		box-shadow: 0 6px 12px rgba(188, 188, 188, 0.3);
	}
	.cta-skew .ctm-row .cmn-1
	{
		padding: 25px 19px;
		width: 29.5% !important;
		min-height: 435px;
		margin-left: 19px !important;
	}
	 .cta-skew .ctm-row .cmn-2
	{		
		padding: 25px 19px;
		width: 29.5% !important;
		min-height: 435px;
		margin-left: 9px !important;
		
	}
	.cta-skew .ctm-row .cmn-3
	{
		padding: 25px 19px;
		width: 29.5% !important;
		min-height: 435px;
		margin-right: 18px !important;
	}
	 .quotes p:first-child {
		font-size: 18px;
		float: right;
		text-align: left;
		position: relative;
		margin: 38px 0 0 115px;
		max-width: 843.5px !important;
	}
	.quotes p:last-child {
		float:left;
		text-align: left;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		line-height: 2;
		font-family: 'proxima-nova', sans-serif;
		margin-left: 110px;
	}
	/* SUPPORTERSPAGE STYLES
****************************************************/
	.supporter-logo {
    float: left !important;
    text-align: left !important;
    display: inline-block;
    margin: 0 auto !important;
	}
	.additional-partners .large-up-4 .supporter-logo, .additional-partners1 .large-up-4 .supporter-logo {
      
	 width:50%;
   }
	
	/* BLOGPAGE STYLES
****************************************************/
	.bd-post-content
	{
		font-size:16px;
	}
	.bdp_blog_template .bd-blog-header
	{
		overflow: hidden;
		margin: 15px 15px;
	}
	.bdp_blog_template .bd-blog-header .bd-metadatabox
	{
		margin:5px 2px 0;
	}
	.bdp_blog_template .bd-blog-header h2 a
	{
		font-size:24px;
	}
	.bd-post-content 
	{
    	color: #999999;
	    font-size: 16px;
		margin-left: 16px;
		margin-right: 14px;
	}
	.bdp_blog_template .social-component
	{
		margin-left:16px;
	}
	.bdp_blog_template a.bd-more-tag
	{
		margin-right:14px;
	}
	.subpage-container p
	{
		margin-left:20px;
		margin-right:15px;
	}
}

@media only screen and (min-width: 640px) and (max-width:767px){
	
    .top-header {
        padding:0px;
    }
	
		/* FOOTER STYLES
****************************************************/

	.footer-section .footer-menu
	{
		    text-align: left !important;
    		margin-left: 0px;
	}
	
		/* HOMEPAGE STYLES
****************************************************/

	.cta-skew .ctm-row .medium-4.columns {
    	padding: 25px 19px;
    	width: 29.5%;
    	min-height: 435px;
    	margin-right: 10px;
    	box-shadow: 0 6px 12px rgba(188, 188, 188, 0.3);
	}
	.cta-skew .ctm-row .cmn-1
	{
		padding: 25px 19px;
		width: 29.5% !important;
		min-height: 435px;
		margin-left: 19px !important;
	}
	 .cta-skew .ctm-row .cmn-2
	{		
		padding: 25px 19px;
		width: 29.5% !important;
		min-height: 435px;
		margin-left: 9px !important;
		
	}
	.cta-skew .ctm-row .cmn-3
	{
		padding: 25px 19px;
		width: 29.5% !important;
		min-height: 435px;
		margin-right: 18px !important;
	}
	.quotes p:first-child {
		font-size: 18px;
		float: right;
		text-align: left;
		position: relative;
		margin: 38px 0 0 115px;
		max-width: 843.5px !important;
	}
.quotes p:last-child {
    float:left;
		text-align: left;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		line-height: 2;
		font-family: 'proxima-nova', sans-serif;
		margin-left: 110px;
	}
		/* SUPPORTERSPAGE STYLES
****************************************************/

	.supporter-logo {
    float: left !important;
    text-align: left !important;
    display: inline-block;
    margin: 0 auto !important;
	}
	
	.subpage-container p
	{
		margin-left:15px !important;
		margin-right:15px !important;
	}
	.additional-partners .large-up-4 .supporter-logo, .additional-partners1 .large-up-4 .supporter-logo {
      
	 width:50%;
   }
		/* bLOGPAGE STYLES
****************************************************/

	.bd-post-content
	{
		font-size:16px;
	}
	.bdp_blog_template .bd-blog-header
	{
		overflow: hidden;
		margin: 15px 15px;
	}
	.bdp_blog_template .bd-blog-header .bd-metadatabox
	{
		margin:5px 2px 0;
	}
	.bdp_blog_template .bd-blog-header h2 a
	{
		font-size:20px;
	}
	.bd-post-content 
	{
    	color: #999999;
	    font-size: 16px;
		margin-left: 16px;
		margin-right: 14px;
	}
	.bdp_blog_template .social-component
	{
		margin-left:16px;
	}
	.bdp_blog_template a.bd-more-tag
	{
		margin-right:14px;
	}
		/* CONTACTPAGE STYLES
****************************************************/

	.contact p {
		padding: 0;
		margin: 8px 0 !important; 
		font-size: 14px;
	}
}

@media only screen and (min-width: 480px) and (max-width:639px) {

		/* SUB HEADER STYLES
****************************************************/

	.sub-header h1
	{
		text-transform: uppercase;
		font-size: 35px;
		line-height: 2;
		position: relative;
		display: inline-block;
		padding: 30px 50px;
	}
		/* HOMEPAGE STYLES
****************************************************/

	.cta-skew .ctm-row .medium-4.columns {
    	padding: 25px 19px;
    	width: 29.5%;
    	min-height: 435px;
    	margin-right: 40px !important;
    	box-shadow: 0 6px 12px rgba(188, 188, 188, 0.3);
	}
	.cta-skew .ctm-row .cmn-1
	{
		padding: 25px 19px;
		width: 83.5% !important;
		min-height: 435px;
		margin-left: 40px !important;
	}
	 .cta-skew .ctm-row .cmn-2
	{
		padding: 25px 19px;
		width: 83.5% !important;
		min-height: 435px;
		margin-left: 40px !important;
	}
	.cta-skew .ctm-row .cmn-3
	{
		padding: 25px 19px;
		width: 83.5% !important;
		min-height: 435px;
		margin-right: 40px !important;
	}
  .quotes p:first-child {
		font-size: 18px;
		float: right;
		text-align: left;
		position: relative;
		margin: 38px 0 0 115px;
		max-width: 843.5px !important;
	}
	.quotes p:last-child {
		float:left;
		text-align: left;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		line-height: 2;
		font-family: 'proxima-nova', sans-serif;
		margin-left:110px;
	}
	
	
	/* FOOTER STYLES
****************************************************/
	
	.footer-section .footer-menu 
	{
		text-align:left !important;
		margin-left:161px;
	}

	.footer-section .footer-img
	{
		/*height:100px; 
		width:400px;*/
		margin-top: 15px;
		text-align:center;
	}
		/* SUPPORTERSPAGE STYLES
****************************************************/

	.supporter-logo {
		float: left !important;
		text-align: left !important;
		display: inline-block;
		margin: 0 auto !important;
	}
	
	.subpage-container p
	{
		margin-left:25px;
		margin-right:15px;
	}
	.additional-partners .large-up-4 .supporter-logo, .additional-partners1 .large-up-4 .supporter-logo {
      
	 width:50%;
   }
		/* BLOGPAGE STYLES
****************************************************/

	.bd-post-content
	{
		font-size:16px;
	}
	.bdp_blog_template .bd-blog-header
	{
		overflow: hidden;
		margin: 15px 15px;
	}
	.bdp_blog_template .bd-blog-header .bd-metadatabox
	{
		margin:5px 2px 0;
	}
	.bdp_blog_template .bd-blog-header h2 a
	{
		font-size:20px;
	}
	.bd-post-content 
	{
    	color: #999999;
	    font-size: 16px;
		margin-left: 16px;
		margin-right: 14px;
	}
	.bdp_blog_template .social-component
	{
		margin-left:16px;
	}
	.bdp_blog_template a.bd-more-tag
	{
		margin-right:14px;
	}

	/* CONTACTPAGE STYLES
****************************************************/

	.contact p {
		padding: 0;
		margin: 8px 0 !important; 
		font-size: 14px;
	}
}

@media only screen and (min-width: 320px) and (max-width:479px)
{
		/* SUB HEADER STYLES
****************************************************/
	
	.sub-header h1
	{
		text-transform: uppercase;
		font-size: 30px;
		line-height: 2;
		position: relative;
		display: inline-block;
		padding: 50px 50px;
	}
	
		/* HOMEPAGE STYLES
****************************************************/

	.cta-skew {
		background: #fff;
		position: relative;
		padding-top: 5px;
		padding-bottom: 13px;
		margin-top: -195px;
	}
	.cta-skew .ctm-row .medium-4.columns {
    	padding: 25px 19px;
    	width: 29.5%;
    	min-height: 435px;
    	margin-right: 28px !important;
    	box-shadow: 0 6px 12px rgba(188, 188, 188, 0.3);
	}
	.cta-skew .ctm-row .cmn-1
	{
		padding: 25px 19px;
		width: 83.5% !important;
		min-height: 435px;
		margin-left: 28px !important;
	}
	 .cta-skew .ctm-row .cmn-2
	{
		padding: 25px 19px;
		width: 83.5% !important;
		min-height: 435px;
		margin-left: 28px !important;
	}
	.cta-skew .ctm-row .cmn-3
	{
		padding: 25px 19px;
		width: 83.5% !important;
		min-height: 435px;
		margin-right: 26px !important;
	}
	 .quotes p:first-child {
		font-size: 18px;
		float: right;
		text-align: left;
		position: relative;
		margin: 38px 0 0 115px;
		max-width: 843.5px !important;
	}
	.quotes p:last-child {
		float:left;
		text-align: left;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		line-height: 2;
		font-family: 'proxima-nova', sans-serif;
		margin-left:110px;
	}
	
	/* Supporters Logo
************************************************/
	.additional-partners .large-up-4 .supporter-logo, .additional-partners1 .large-up-4 .supporter-logo {
      
	 width:50%;
   }
	
		/* FOOTER STYLES
****************************************************/

	.footer-section .footer-menu 
	{
		text-align:left !important;
		margin-left:99px;
	}

	.footer-section .footer-img
	{
		/*height:100px; 
		width:400px;*/
		margin-top: 15px;
		text-align:center;
	}

	
}



/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
        background-color: #E74C3C;
    }

   	td.tHead {
    	background-color: #E74C3C !important;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
