/*
Theme Name: Multilingual Learning Toolkit
Author: Sixteen Penny for Ross Hogin Design
Author URI: https://hogin.com
Description: A custom bootstrap theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.4
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/******************************************************************//* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	height: 100%;
	margin: 0;
}

body {
	font: 400 20px/1.8 'Poppins', Arial, sans-serif;
	color:#636363;
	overflow-x: hidden;
}

p, div, ul, ol, h1, h2, h3, h4, h5, h6 { margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 4px;
	line-height: 1.1em;
}
h1, .h1 {
	font-size: 70px;
	line-height: 75px;
	font-weight: 300;
	color: #613996;
}
h2, .h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 500;
	color: #3348af;
}

h3, .h3 {
	font-size: 36px;
	line-height: 42px;
	font-weight: 500;
	color: #3348af;
}
h4 {
	font-size:28px;
	line-height: 32px;
	font-weight: 700;
	color: #000;

}
h5 {}
h6 {}

p, ul, ol {
	margin-bottom: 30px;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}

a {
	color:#cb2891;
	text-decoration:none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	font-weight: 700;
}

a:hover {
	color:#41b6e6;
}

a:focus {
	outline:0;
}

a:hover,
a:active {
	outline:0;
}

a sup strong {
	font-weight: 400;
}

a strong sup {
	font-weight: 400;
}

a sup {
	font-weight: 400;
}

sup a strong {
	font-weight: 400;
}


.button,
button,
input[type="submit"] {
	padding: 1rem 3rem;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	text-align: center;
	background: #cb2891;
	display: inline-block;
	cursor: pointer;
	border: 0 none;
	border-radius: 20px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

.button:hover,
button:hover {
	background: #41b6e6;
	color: #FFF;
}

hr {
	border: 0 none;
	border-top: 1px solid #613996;
	margin: 4rem 0;
}

input:focus {
	outline:0;
}

body .uwy .uai {
	margin: 0 10px 0 0;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
}

.reflection-questions ol li {
	margin: 0 0 20px -38px;
	padding: 0 0 0 3px;
}


.reflection-questions ol li::marker {
	font-weight: 700;
	color: #3348af;
	margin:0 6px 0 0
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
	margin-bottom: 15px;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------*\
    COLORS
\*------------------------------------*/

.purple {
	color: #613996;
}

.magenta {
	color: #cb2891;
}

.blue {
	color: #0b75b7;
}

.royal-blue {
	color: #3348af;
}

.charcoal {
	color: #636363;
}

.sky-blue {
	color: #41b6e6;
}

.teal {
	color: #0480a5;
}

.violet {
	color: #83288d;
}

.royal-blue-bg {
	background-color: #3348af;
}

.blue-bg {
	background-color: #0b75b7;
}

.purple-bg {
	background-color: #613996;
}

.magenta-bg {
	background-color: #cb2891;
}

.royal-blue-bg {
	background-color: #3348af;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1170px;
	margin:0 auto;
	position: relative;
}

.nav {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* columns */

.row {
	clear: both;
	display: block;
	margin: 0 -1.7%;
}

.col {
	position: relative;
	float: left;
	padding: 0 1.7%;
}

.one-half { width: 50%;}
.one-third { width: 33.33%; }
.two-third { width: 66.66%; }
.one-fourth { width: 25%; }
.three-fourth { width: 75%; }
.one-fifth { width: 20%; }
.two-fifth { width: 40%; }
.three-fifth { width: 60%; }
.four-fifth { width: 80%}

.css-table {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
}

.css-table-row {
	display: table-row;
}

.css-table .col {
	display: table-cell;
	float: none;
	padding: 0;
}



/*------------------------------------*\
    FORMS
\*------------------------------------*/

.wpforms-submit {
	background: #cb2891 !important;
  border-radius: 22px !important;
  margin: 0 !important;
  padding: 10px 22px 10px 22px !important;
  text-align: center !important;
  float: right !important;
  font-size: 18px !important;
  color: #fff !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.wpforms-submit:hover {
	background: #41b6e6 !important;
}

.wpforms-submit-fake-btn {
	background: #cb2891 !important;
  border-radius: 22px !important;
  margin: 10px 0 0 0 !important;
  padding: 10px 22px 10px 22px !important;
  text-align: center !important;
  float: right !important;
  font-size: 18px !important;
  color: #fff !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.wpforms-submit-fake-btn:hover {
	background: #41b6e6 !important;
	cursor: pointer;
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fff !important;
    border: 1px solid #cb2891 !important;
		color: #cb2891 !important;
}

div.wpforms-container-full .wpforms-form h3 {
    font-size: 34px !important;
    margin: 0 20px 20px 0;
		background:transparent;
}

.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #cb2891 !important;
}

.pum-close {
	height:46px !important;
}

button#wpforms-submit-2046.wpforms-submit {
	float:left !important;
}

button#wpforms-submit-2047.wpforms-submit {
	float:left !important;
}

.my-account-form .acf-fields > .acf-field {
    position: relative;
    margin: 0;
    padding: 15px 0px;
    border-top: #fff solid 1px;
}

.my-account-form .acf-field .acf-label {
    vertical-align: top;
    margin: 0 0 0px 0;
    font-size: 16px;
}

.my-account-form div.acf-field.acf-field-select {
	display: inline-block;
	width:22%;
}

.footer-form .wpforms-submit {
	display:none !important;
}

div.wpforms-container .wpforms-form .choices__inner {
    border: 1px solid #cb2891 !important;
		background-color: #f2f3f4 !important;
		box-shadow: 1px 1px 4px #cbcbcb;
}

div.wpforms-container .wpforms-form .choices__placeholder {
  opacity: 1 !important;
	color: #000;
}

.mlt-form-dropdown .choices[data-type*="select-one"]:after {
	border-color: #cb2891 transparent transparent transparent !important;
	border-width: 13px !important;
	right: 11.5px !important;
	top: 50% !important;
	margin-top: -6.5px !important;
	border-left: 7px solid transparent !important;
	border-right: 7px solid transparent !important;
}

.mlt-form-dropdown .choices[data-type*="select-one"].is-open:after {
	border-color: #cb2891 transparent transparent transparent !important;
	border-bottom: 13px !important;
	right: 11.5px !important;
	top: 50% !important;
	margin-top: -6.5px !important;
	border-left: 7px solid transparent !important;
	border-right: 7px solid transparent !important;
}


/** contact page checkbox */

.mlt-form-contact-page-checkbox-label li.choice-1.depth-1.wpforms-selected .wpforms-field-label-inline {
	margin: 0 0 0 0 !important;
}

.mlt-form-contact-page-checkbox-label li.choice-1.depth-1 .wpforms-field-label-inline {
	margin: 0 0 0 -10px !important;
}

.mlt-form-contact-page-checkbox-label [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
}

.mlt-form-contact-page-checkbox-label [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.3em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

.mlt-form-contact-page-checkbox-label [type="checkbox"]:not(:checked) + label:before {
		content: '';
    position: absolute;
    left: 10px;
    top: 0px;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #cb2891;
    background: #FFF;
    border-radius: 1em;
/*    -webkit-transition: all .275s;
    transition: all .275s; */
}

.mlt-form-contact-page-checkbox-label [type="checkbox"]:checked + label:before {
		content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #cb2891;
    background: #FFF;
    border-radius: 1em;
    /*-webkit-transition: all .275s;
    transition: all .275s;*/
}


.mlt-form-contact-page-checkbox-label [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
		content: '•';
    position: absolute;
    top: 19px;
    left: 1px;
    font-size: 50px;
    color: #cb2891;
    line-height: 0;
    /*-webkit-transition: all .2s;
    transition: all .2s;*/
}

.mlt-form-contact-page-checkbox-label [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /*-webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);*/
}

.mlt-form-label.mlt-form-contact-page-checkbox-label  opacity: 1;
  /*-webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);*/
}

.mlt-form-contact-page-checkbox-label [type="checkbox"]:checked:focus + label:before,
  [type="checkbox"]:not(:checked):focus + label:before {
  /*box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);*/
}

/* end contact page checkbox */



.mlt-form-label label.wpforms-field-label {
	font-weight: 500 !important;
}

.mlt-form-label ul {
	position: relative !important;
}

.mlt-form-checkbox-label li.choice-1.depth-1 .wpforms-field-label-inline {
	margin: 0 0 0 0px !important;
}

.mlt-form-checkbox-label li.choice-1.depth-1 .wpforms-selected .wpforms-field-label-inline {
	margin: 0 0 0 -10px !important;
}

.mlt-form-label [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0;
}

.mlt-form-label [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.3em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

.mlt-form-checkbox-label [type="checkbox"]:not(:checked) + label:before {
		content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #cb2891;
    background: #FFF;
    border-radius: 1em;
/*    -webkit-transition: all .275s;
    transition: all .275s; */
}

.mlt-form-checkbox-label [type="checkbox"]:checked + label:before {
		content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #cb2891;
    background: #FFF;
    border-radius: 1em;
    /*-webkit-transition: all .275s;
    transition: all .275s;*/
}

.mlt-form-label [type="checkbox"]:not(:checked) + label:after,
  .mlt-form-label [type="checkbox"]:checked + label:after {
		content: '•';
    position: absolute;
    top: 19px;
    left: 1px;
    font-size: 50px;
    color: #cb2891;
    line-height: 0;
    /*-webkit-transition: all .2s;
    transition: all .2s;*/
}

.mlt-form-label [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /*-webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);*/
}

.mlt-form-label [type="checkbox"]:checked + label:after {
  opacity: 1;
  /*-webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);*/
}

.mlt-form-label [type="checkbox"]:checked:focus + label:before,
  [type="checkbox"]:not(:checked):focus + label:before {
  /*box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);*/
}

.mlt-form-input input {
	border: 1px solid #cb2891 !important;
	padding:22px !important;
}

.mlt-form-input input::-webkit-input-placeholder  {
	color: #000;
}

.mlt-form-input input::-moz-placeholder  {
	color: #000;
	opacity: 1 !important;
}

.mlt-form-input input::-ms-input-placeholder  {
	color: #000;
}

.mlt-form-input input::-moz-placeholder  {
	color: #000;
}

.mlt-form-input textarea {
	border: 1px solid #cb2891 !important;
}

.mlt-form-input textarea::-webkit-input-placeholder {
	color: #000;
}

.mlt-form-input textarea::-moz-placeholder {
	color: #000;
	opacity: 1 !important;
}

.mlt-form-input textarea::-ms-input-placeholder {
	color: #000;
}

.mlt-form-input textarea::-moz-placeholder {
	color: #000;
}

.mlt-form-checkbox-label-popup [type="checkbox"]:not(:checked) + label:before {
		content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #cb2891;
    background: #FFF;
    border-radius: 1em;
/*    -webkit-transition: all .275s;
    transition: all .275s; */
}

.mlt-form-checkbox-label-popup [type="checkbox"]:checked + label:before {
		content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #cb2891;
    background: #FFF;
    border-radius: 1em;
    /*-webkit-transition: all .275s;
    transition: all .275s;*/
}

.mlt-form-checkbox-label-popup [type="checkbox"]:not(:checked) + label:after,
  .mlt-form-checkbox-label-popup [type="checkbox"]:checked + label:after {
		content: '•';
    position: absolute;
    top: 12px;
    left: 1px;
    font-size: 50px;
    color: #cb2891;
    line-height: 0;
    /*-webkit-transition: all .2s;
    transition: all .2s;*/
}

.mlt-form-checkbox-label-popup [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /*-webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);*/
}

.mlt-form-checkbox-label-popup li.choice-1.depth-1.wpforms-selected .wpforms-field-label-inline {
	margin: 0 0 0 0 !important;
}

.mlt-form-checkbox-label-popup li.choice-1.depth-1 .wpforms-field-label-inline {
	margin: 0 0 0 0 !important;
}



.pum-content.popmake-content:focus-visible,
.pum-content *:focus,
.pum-overlay .pum-content
{
	outline: none !important;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .pum-overlay .pum-content {
            outline: none !important;
        }
    }
}

.pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	padding: 10px 10px 0 0 !important;
}

.mlt-form-label  li.choice-1 .wpforms-field-label-inline {
    margin: 0 0 0 -10px !important;
}

.mlt-form-label  li.choice-1.depth-1.wpforms-selected .wpforms-field-label-inline {
    margin: 0 0 0 0 !important;
}




li.choice-1 {
	position: relative !important;
}

li.choice-1 .wpforms-field-label-inline {
    margin: 0 0 0 25px !important;
}

li.choice-2 {
	position: relative !important;
}

li.choice-2 .wpforms-field-label-inline {
    margin: 0 0 0 25px !important;
}


.wpforms-container li > input[type="radio"] {
  display: none !important;
}


.wpforms-container li > input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  border-style: solid;
	width: 1.4em;
	height: 1.4em;
	border: 1px solid #cb2891;
	background: #FFF;
	border-radius: 1em;
	position: absolute;
  margin: 2px 6px 0 -29px;
}

 .wpforms-container li > input[type="radio"]:checked + *::before {
/*  background: radial-gradient(#cb2891 0%, #cb2891 40%, transparent 50%, transparent);
  border-color: #cb2891; */
	content: "";
  display: inline-block;
  vertical-align: bottom;
  border-style: solid;
	width: 1.4em;
	height: 1.4em;
	border: 1px solid #cb2891;
	background: #FFF;
	border-radius: 1em;
	position: absolute;
	margin: 2px 6px 0 -29px;
}

.wpforms-container li > input[type="radio"]:checked + *::after {
	content: '•';
	position: absolute;
	top: 13px;
	margin: 0 6px 0 0;
	font-size: 50px;
	color: #cb2891;
	line-height: 0;
	left: -3px;
}

.wpforms-container li > input[type="radio"]:checked + * {
  color: #000;
}

/*

input, select, textarea,
#newsletter-form p[data-id] input {
	padding: 15px;
	border: 1px solid #2e5c95;
	color: #484f58;
	border-radius: 0;
	background: #ebe8e8;
	font-size: 16px;
	font-family: 'Merriweather', Georgia, serif;
}

input, textarea,
#newsletter-form p[data-id] input {
	box-shadow: 0 2px 8px rgba(0,0,0, .3) inset;
}

input:focus, textarea:focus,
#newsletter-form p[data-id] input:focus {
	border: 1px solid #3870b5;
	outline: none;
}

select {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #d5e1ef;
	background-image: url('img/select-arrow.png');
	background-position: 96% center;
	background-repeat: no-repeat;
	background-size: 35px 19px;
	cursor: pointer;
	padding-right: 5rem;
}

*/

select::-ms-expand { /* Hide arrow in IE11 */
/*    display: none; */
}


/*
select:focus {
	background-color: #FFF;
}

option {
	width: 100%;
	color: #484f58;
}
*/


#search-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
/*    color: #FFF; */
}
#search-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
/*   color: #FFF;
   opacity: 1; */
}
#search-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
/*   color: #FFF;
   opacity: 1; */
}
#search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
/*   color: #FFF; */
}
#search-form ::-ms-input-placeholder { /* Microsoft Edge */
/*   color: #FFF; */
}

/*------------------------------------*\
    NEW CONTENT
\*------------------------------------*/

.deep-box-wrap {
	margin: 40px 0 50px 0;
	display: flex; 
	flex-wrap: wrap;
	}
.deep-box {
	border: 1px solid #000; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	text-align: center; 
	padding: 20px 2% 20px 2%; 
	margin: 10px 1% 10px 1%; 
	width: 31%; 
	float: left; 
	font-size: 26px; 
	line-height: 29px;
	}
	.first-box {
		width: 32%; 
		margin: 10px 1% 10px 0; 
		}
	.last-box {
		width: 32%; 
		margin: 10px 0 10px 1%; 
		}
@media only screen 
and (max-width : 768px) {

	.deep-box {
		padding: 20px 2% 20px 2%; 
		margin: 10px 0 10px 0; 
		width: 100%; 
		float: none; 
		font-size: 20px; 
		line-height: 24px;
		}
		.first-box,
		.last-box {
			width: 100%; 
			margin: 10px 0 10px 0; 
			}

}

	#deep-box1,
	#deep-box7 {
		border-color: #cb2891;
		color: #cb2891;
		}
	#deep-box2,
	#deep-box8 {
		border-color: #0b75b7;
		color: #0b75b7;
		}
	#deep-box3,
	#deep-box9 {
		border-color: #613996;
		color: #613996;
		}
	#deep-box4,
	#deep-box10 {
		border-color: #3348af;
		color: #3348af;
		}
	#deep-box5,
	#deep-box11 {
		border-color: #83288d;
		color: #83288d;
		}
	#deep-box6,
	#deep-box12 {
		border-color: #0480a5;
		color: #0480a5;
		}
.deep-text-block {
	margin: 0 0 50px 0;
	}
	.deep-text-block hr {
		margin: 15px 0 15px 0;
		border-color: #666666;
		}
		
	
/*------------------------------------*\
    HEADER
\*------------------------------------*/

#header {
	background: #fff;
	padding: 20px 25px 10px 25px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	/*box-shadow: 1px 1px 10px #dedede;*/
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
}

.admin-bar #header {
	top:30px;
}

#header.header.clear.scrolled {
	box-shadow: 1px 1px 10px #dedede;
	padding:0 25px 10px 25px;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
}

#header .header-wrap {
	position: relative;
	padding: 2.5rem 0;
}

#inner-header {
	margin: 10px 1% 0 1%;
}

#site-heading {
	padding: 20px 0;
}

#header .logo {
	float: left;
}

#header .logo img.main-logo {
	display: block;
	max-width: 460px;
	width: 100%;
}

#header.header.clear.scrolled  .logo img.main-logo {
	max-width:380px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}

#header .logo img.mobile-logo {
	display: none;
}

#header .header-nav {
	float: right;
  margin: 0;
  width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

#header .nav > ul > li, .footer-nav .nav > ul > li {
	display: inline-block;
	position: relative;
	padding: 0 4px 0 4px;
}

#header .nav li a, .footer-nav .nav li a {
	color: #3348af;
	font-family: 'Poppins', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4rem;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
}

#footer_menu {
	text-align: right;
}

#header .nav > ul > li > a {
	display: block;
	height: 100%;
	width: 100%;
}

#header .nav li a:hover,
#header .nav li.current_page_item > a,
#header .nav li.current_page_parent > a,
#header .nav li.current-page-ancestor > a {
	color: #cb2891;
}

.footer-nav .nav li a:hover,
.footer-nav .nav li.current_page_item > a,
.footer-nav .nav li.current_page_parent > a,
.footer-nav .nav li.current-page-ancestor > a {
	color: #cb2891;
}

.sub-menu-toggle {
	/*content: url(/wp-content/themes/MLT/img/menu-carat-default.svg);*/
	position: absolute;
	right: 0;
	top: 1px;
	width: 24px;
}

#site-title {
	width: 60%;
}

#mobile-menu {
	display: block;
	position: absolute;
	right: 0;
	top:27px;
	z-index: 200;
}

.mobile-icon {
	font-size: 29px;
	cursor: pointer;
	margin: 0 0 0 -4px;
	width: 28px;
	line-height: 1.1;
	height: 40px;
}

.mobile-icon-text {
	font-size:8px;
	letter-spacing:.5px;
	font-weight:500;
	display: block;
	margin: 0 0 0 1px;
}

.mobile-icon.open {

}

.mobile-icon:hover {
	color: #cb2891;
}

#mobile-menu .mobile-nav > ul > li.menu-item-has-children > a {
	padding-top: 14px;
	transition: none;
	-webkit-transition: none;
}

#mobile-menu .mobile-nav > ul > li.menu-item-has-children:hover {
	/* background: #ff554d; */
}

#mobile-menu .mobile-nav > ul > li.menu-item-has-children:hover > a,
#mobile-menu .mobile-nav li.current_page_item.menu-item-has-children > a,
#mobile-menu .mobile-nav li.current-page-ancestor.menu-item-has-children > a {
	border-color: #ff554d;
	color: #cb2891;

}

#mobile-menu .mobile-nav ul li ul {
	position: relative;
	width: 100%;
	top: 0;
	left: 0px;
	text-align: left;
	z-index: 100;
	display: none;
	padding-inline-start: 0;
	background: #eee;
  margin: 8px 0 -6px 0;
	padding: 5px 10px 0 12px;
	border-top: 1px solid #3348af;
}

#mobile-menu .mobile-nav ul li:hover ul {}

#mobile-menu .mobile-nav ul li ul li {
	display: block;
	float: none;
	z-index: 9999;
	padding: 0;
}

#mobile-menu .mobile-nav ul li ul li:last-child {
	padding-bottom: 10px;
}

#mobile-menu .mobile-nav ul li ul li a {
	background: transparent;
	display: inline-block;
	margin: 0;
	padding: 6px 0 1px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	color: #000;
	border-bottom: 0 none;
	font-style: italic;
}

#mobile-menu .mobile-nav ul li ul li a:hover,
#mobile-menu .mobile-nav ul li ul li.current_page_item a {
	color: #cb2891;
}


#mobile-menu .mobile-nav > ul > li.menu-item-has-children {
	cursor: pointer;
}

nav.mobile-nav {
	display: none;
	margin: 0;
  top: 110px;
  width: 320px;
  background: rgba(255, 255, 255, 1);
  text-align: end;
  position: absolute;
  right:0;
	padding: 0 20px 18px 0;
}

nav.mobile-nav.open {
	display: block;
}


nav.mobile-nav ul {
	list-style:none;
	padding-inline-start: 12px;
	max-height: calc(100% + 50px);
	overflow-y: auto;
}

nav.mobile-nav > ul > li {
	display: block;
  position: relative;
  padding: 6px 0 6px 0;
  text-align: left;
  border-top: 1px solid #3348af;
}

nav.mobile-nav > ul > li:last-child {
	border-bottom: 1px solid #3348af;
}

nav.mobile-nav li a {
	color: #000;
  font-family: 'Poppins', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
	text-transform: capitalize;
}

.nav .mobile-nav > ul > li > a {
	display: block;
	height: 100%;
	width: 100%;
}

.nav .mobile-nav li a:hover,
.nav .mobile-nav li.current_page_item > a,
.nav .mobile-nav li.current_page_parent > a,
.nav .mobile-nav li.current-page-ancestor > a {
	color: #0b75b7;
}

.nav .mobile-nav > ul > li.menu-item-has-children {
	margin: 2px 1px 0 0;
}

.nav .mobile-nav > ul > li.menu-item-has-children > a {
	padding-top: 14px;
	transition: none;
	-webkit-transition: none;
}

.nav .mobile-nav > ul > li.menu-item-has-children:hover {
	background: #ff554d;
}

.nav .mobile-nav > ul > li.menu-item-has-children:hover > a,
.nav .mobile-nav li.current_page_item.menu-item-has-children > a,
.nav .mobile-nav li.current-page-ancestor.menu-item-has-children > a {
	border-color: #ff554d;
}

.nav .mobile-nav ul li ul {
	position: absolute;
	width: 100%;
	top: 45px;
	left: 0;
	text-align: center;
	z-index: 100;
	display: none;
	padding-top: 10px;
}

.nav .mobile-nav ul li:hover ul {}

.nav .mobile-nav ul li ul li {
	display: block;
	background: #ff554d;
	float: none;
	z-index: 9999;
	padding: 0 4px;

}

.nav .mobile-nav ul li ul li:last-child {
	padding-bottom: 10px;
}

.nav .mobile-nav ul li ul li a {
	background: #ff554d;
	display: inline-block;
	margin: 0;
	padding: 6px 0 1px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1em;
	color: #FFF;
	border-bottom: 0 none;
}

.nav .mobile-nav ul li ul li a:hover,
.nav .mobile-nav ul li ul li.current_page_item a {
	border-bottom: 1px solid #FFF;
}

.mobile-nav-overlay {
	display:none;
}

html.mobile-open .mobile-nav-overlay {
	display:block;
  width: 100vw;
	height:100%;
  min-height: calc(100% + 50px);
  position: absolute;
  background: #000;
  z-index: 199;
  opacity: 0;
}

#search-icon {
	width: 26px;
	height: 26px;
	background-image: url('img/search-icon.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	cursor: pointer;
	margin: 3px 6px 3px 18px;;
}

#search-icon:hover {
	/* background-position: 0 -25px; */
}

#search-close {
	background-image: url('img/close-box.svg');
	width:26px;
	height: 26px;
	position: absolute;
	top: 7px;
	right: 9px;
}

#search-form {
	position: absolute;
	width: 54%;
	max-width: 620px;
	padding: 5px;
	opacity: 0;
	transition: 0.5s right ease, 0.2s opacity ease;
	-webkit-transition: 0.5s right ease, 0.2s opacity ease;
	z-index: -1;
	margin: 0 28px 0 0;
	background: #fff;
	border-radius: 57px;
	border: 1px solid #cb2891;
}

#search-form.open {
  opacity: 1 !important;
	/*
  border: 1px solid #cb2891;
  border-radius: 57px;
  background: #fff; */
	z-index: 100;
}

.search-form-wrapper {
	width: 100%;
	position: relative;
	height: 40px;
}

#search-form form {
	position: absolute;
	left: 0;
	width: 100%;
}

#search-form input.search-input {
	float: left;
  background: #fff;
  color: #636363;
  box-shadow: none;
  padding: 8px;
  width: 85%;
  min-width: 400px;
  border: none;
  font-size: 16px;
}

#search-form button {
	text-indent: -9999px;
  width: 33px;
  height: 26px;
  background-image: url(img/search-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* background-position: 0 -25px; */
  background-color: transparent;
  padding: 0;
  border: 0 none;
  cursor: pointer;
  margin-top: 8px;
  margin-left: 8px;
  float: left;
  transition: none;
  -webkit-transition: none;
}

#search-form button:hover {
	background-position: 0 0;
}

.close-btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  background-color: #cb2891;
  width: 100%;
  color: #fff;
  padding: 1px 21px;
  border: 1px solid #cb2891;
  border-radius: 14px;
  max-width: 141px;
  text-align: center;
  float: right;
	cursor: pointer;
}

.close-btn:hover {
	background-color: #41b6e6;
	border: 1px solid #41b6e6;
}

/*------------------------------------*\
    SLIDER SECTION
\*------------------------------------*/

.slider-image {
	position: relative;
}

.slider-image img {
	max-height: 701px;
	width: auto;

}

.slide-wrapper img {
	max-height: 701px;
	height: 100% !important;
	width: auto !important;
}

.slider-text {
	position: absolute;
	bottom: 4rem;
	width: 100%;
}

.slider-text h2 {
	color: #FFF;
	font-size: 46px;
	margin: 0 auto;
	text-align: center;
	padding: 0 4rem;
}

/*------------------------------------*\
    BREADCRUMBS SECTION
\*------------------------------------*/

/*

.breadcrumbs {
	margin: 1.5rem 0 3rem;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 13px;
}

.breadcrumbs > span {
	color: #ff554d;
	font-weight: 600;
}

.breadcrumbs span a {
	color: #002555;
	font-weight: 600;
}

.breadcrumbs span a:hover {
	color: #ff554d;
}

*/

/*------------------------------------*\
    PAGES
\*------------------------------------*/

#content {
    margin: 60px 0 60px 0;
}

#main {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	padding-top: 110px;
}

.main-content {
	margin: 138px auto 0 auto;
	width: 95%;
}



.page-title, .post-title, .archive-title {
	margin-top: 0;
	color: #002555;
	line-height: 1.15em;
	margin-bottom: 2rem;
}

.post-label {
	color: #ff554d;
}

.body-content h2 {
	margin-top: 6rem;
  margin-bottom: 3rem;
}

.body-content p {
	margin: 20px 0;
}

blockquote {
	line-height: 30px;
  margin: 40px auto;
  text-align: center;
  width: 75%;
}

#main ol,
#main ul {
	list-style-position: outside;
	margin: 0 0 0 1em;
	padding: 0;
}

#main li {
	margin: 0 0 .5em 1em;
}

/*------------------------------------*\
    PAGE COMPONENTS
\*------------------------------------*/

.banner {
	margin: 0 0 50px 0;
}

.banner .right-column {
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
}

.secondary-banner .banner-text {
	min-height:451px;
}

.banner-text {
	display:flex;
	flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}

.banner-text.small-banner-image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.vignette-banner {
	margin: 0 0 60px 0;
}

.vignette-age-level {
	width: 8%;
}

.vignette-author {
	line-height: 26px;
	width:46%;
}

.vignette-contributors {
	line-height: 26px;
	width:45%;
}

.section-block {
	margin: 92px 0 0 0;
}

.border-bottom-dotted-purple {
	background: url(/wp-content/themes/MLT/img/purple-dot.svg);
	background-repeat: repeat-x;
}

.border-bottom-dotted-blue {
	background: url(/wp-content/themes/MLT/img/blue-dot.svg);
	background-repeat: repeat-x;
}

.border-bottom-dotted-magenta {
	background: url(/wp-content/themes/MLT/img/magenta-dot.svg);
	background-repeat: repeat-x;
}

/* section with wide bottom border */
.border-bottom-magenta {
	border-bottom: 36px solid #cb2891;
}

.border-bottom-purple {
	border-bottom: 36px solid #613996;
}

.border-bottom-sky-blue {
	border-bottom: 36px solid #41b6e6;
}

.border-bottom-royal-blue {
	border-bottom: 36px solid #3348af;
}

.border-bottom-thin-royal-blue {
	border-bottom: 1px solid #3348af;
}


.border-bottom-teal {
	border-bottom: 36px solid #0480a5;
}

.two-column-tet-area h2 {
	font-size: 36px;
	line-height: 48px;
	font-weight: 500;
	margin:0 0 21px 0;
}

.two-column-text-area a {
	margin:10px 0 0 0;
	font-weight:700;
	/*text-transform: uppercase;*/
}

.left-column {
	/* border: 1px dotted orange; */
	padding:0 1.2%;
}

.two-col-image-left .left-column {
	/* border: 1px dotted orange; */
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
}

.two-col-image-right .right-column {
	/* border: 1px dotted orange; */
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
}

#third-block .mobile-two-col-headline {
	display: none;
}

#third-block .desktop-two-col-headline {
	display: block;
}


#start-here-text-area-row-layout.two-column-text-area  {
	display: none;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lg-image-cta-text {
	background: #613996;
	padding: 30px 40px 30px 40px;
}

.lg-image-cta-text h2 {
	color: #fff;
	font-size: 37px;
	line-height: 1.2em;
}

.lg-image-cta-text a {
	color:#fff;
	font-size: 20px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0 0 0;
}

.lg-image-cta-text-top-text a {
	color:#cb2891;
	font-size: 20px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0 0 0;
}

.lg-image-inset h2 {
	color: #fff;
	font-size: 37px;
	line-height: 1.2em;
	padding: 32px 20px;
}

.photo-credit-container {
	position: absolute;
	bottom: 2%;
  left: 2%;
}

.photo-credit-text {
	color: #613996;
  background: #fff;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 6px 0;
	visibility: hidden;
}

.photo-credit-btn {
	font-size: 14px;
  font-weight: 700;
  font-style: italic;
	color: #fff;
	cursor: pointer;
}

.testimonials h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 400;
	color: #cb2891;
	font-style: italic;
}

.testimonial-slide-text {
	padding: 0 0 30px 0;
}

.strategies-in-action-boxes {
	float: left;
	padding:0 1% 0 1%;
}

.cta-color-bg-text {
	float: left;
	width: 64%;
  padding: 30px 0 0px 34px;
  margin: 0;
  color: #fff;
}

.cta-color-bg-text h2 {
	color:#fff;
	margin: 0 0 10px 0;
}

.cta-color-bg-text h2 p {
	line-height: 50px;
}

.substrategy-button {
  background-color: #cb2891;
  border-radius: 12px;
  height: 24px;
  width: 110px;
  padding: 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  display: inline-block;
}

.full-width-section {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.common-language-models {
	padding: 30px 0 0 0;
}

.two-col-stacked-with-divider-text-mobile {
	display: none;
}

.two-col-stacked-with-divider-text-desktop {
	display: block;
}

.two-col-stacked-with-divider-line {
	border-bottom:1px solid #999;
	height:1px;
	width:90%;
	margin:10px 0;
}

.two-col-stacked-with-divider-bottom-line {
	border-bottom:1px solid #999;
	height:1px;
	width:90%;
	margin:10px 0;
}


.cta-color-bg-text p {
	color: #fff;
	line-height: 24px;
}

.cta-color-bg-image {
    margin: 0;
    padding: 0;
}

.cta-link-btn {
	background: #cb2891;
  border-radius: 22px;
  margin: 30px 0;
  padding: 2px 21px 0 20px;
  width: 230px;
  text-align: center;
  font-size: 14px;
  height: 28px;
}

.cta-link-btn:hover {
	background: #fff;
}

.cta-link-btn:hover a {
	color: #cb2891;
}

.cta-link-btn a {
	font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 14px;
  padding: 0;
  text-transform: uppercase;
}

.strategies-in-action-text {
	max-width:377px;
	padding: 20px;
	color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 26px;
}

.user-guide-block-text {
	max-width:377px;
	min-height: 100px;
	line-height:1;
	padding: 24px 20px;
	color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 26px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}


.pull-quote {
	font-size: 32px;
  line-height: 44px;
	color: #cb2891;
	font-weight: 300;
}

.pull-quote-attribution {
	font-size: 38px;
  line-height: 44px;
	color: #cb2891;
	font-weight: 300;
	margin: 20px 0 0 0;
	display: inline-block;
}

.reflection-questions ul {
	margin: 10px 0 0 0;
  padding-inline-start: 0;
}

#footnotes p {
	margin: 0 0 20px 0;
}

.main-content ul {
	margin: 20px 0 20px -18px;
}

.main-content ul li::marker {
	font-weight: 700;
	color: #cb2891;
	margin:0 6px 0 0
}

.main-content ul li ul {
	margin: 10px 0 10px -18px;
}

.main-content ul li ul li {
	list-style-type: disc;
}

.main-content ul li ul li::marker {
	font-weight: 700;
	color: #636363;
	margin:0 6px 0 0;
}

.user-registration-profile-header h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}

.user-registration-MyAccount-navigation ul li:before {
	content: " ";
}

.ur-frontend-form button, .ur-frontend-form button[type=submit], .ur-frontend-form input[type=submit] {
    padding: 0px 30px;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    border: none;
    cursor: pointer;
    -webkit-transition: .35s all ease-out;
    transition: .35s all ease-out;
    margin: 30px 0 0 0;
    font-size: 16px;
}

.insights-text ul {
	list-style: none;
	margin: 0 0 0 -1em;
}

.insights-text ul li:before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #cb2891; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.partner-logos {
	min-height: 310px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
	border: 1px solid #747474;
	margin: 0 -1px -1px 0;
}

.partner-link {
	cursor: pointer;
}

.funder-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.circle-text-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.circle-text-container {
	border-radius: 125px;
	min-height: 250px;
	max-width: 250px;
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.circle-text {
	text-align: center;
  font-weight: 500;
  line-height: 23px;
  font-size: 16.5px;
  max-width: 70%;
	color:#fff;
}

.circle-number {
  width: 90px;
  padding: 9px;
  border-radius: 45px;
  color: #fff;
  float: left;
  margin: 5px 15px 0 0;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.sg-nav-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
}

/*------------------------------------*\
    FLEXIBLE CONTENT
\*------------------------------------*/

/*   CTA boxes  */

.box-text-container {
	text-align: center;
	color: #fff;
	padding: 30px 0 30px 0;
}

.box-text-container h4 {
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	line-height: 26px;
}

.box-text-container p {
	color: #fff;
	font-weight: 400;
	font-size: 26px;
	line-height: 26px;
	margin: 0;
}

.box-image {
	overflow: hidden;
}

.box-cta-link {
	cursor: pointer;
}

.box-cta-link img {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

.box-cta-link:hover img {
	transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.box-cta-link:hover  #substrategy-button {
	background-color: #41b6e6;
}

/* end CTA boxes */

.column-left {
	float: left;
}

.column-right {
	float: right;
}

/*

.flexible-content-row {
	margin: 0 0 6rem;
}

.two-box-links .row {
	margin: 0 -1.25%;
}

.two-box-links .col {
	padding: 0 1.25%;
}

.two-box-links a,
.two-box-links a:hover {
	color: #FFF;
}

.two-box-links .box-link-text {
	display: block;
	line-height: 1em;
	padding: 2.6rem 0;
	text-align: center;
	color: #FFF;
	background: #003e7b;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;

}

.two-box-links .col:nth-child(2) .box-link-text {
	background-color: #596c83;
}

.two-box-links .col:hover .box-link-text {
	background-color: #613996 !important;
}

.image-row {}

.image-row .row {
	margin: 0 -.7%;
}

.image-row .row .col {
	padding: 0 .7%;
}

.image-row .row .col img {
	width: 100%;
}

.tab-section {}

.tab-wrapper {}

.tab-item {
	margin: 0 0 20px;
	position: relative;
}

.tab-content .row {
	margin: 0 -1%;
}

.tab-content .col {
	padding: 0 1%;
}

.tab-content-wrapper {
	position: relative;
	cursor: pointer;
}

.tab-item .tab-content-wrapper {}

.tab-item .tab-content-wrapper.opened {
	height: auto;
	background: #d5e1ef;
}

.tab-title {
	padding: 2.5rem 3rem;
	background: #003e7b;
	cursor: pointer;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

.tab-title:hover {
	background: #ff554d !important;
}

.tab-title h3 {
	color: #FFF;
	line-height: 1em;
	margin: 0;
	text-transform: uppercase;
	font-size: 32px;
	width: 93%;
}

.tab-content {
	display: none;
	padding: 4.2rem 12rem 4.2rem 3rem;
	background: #d5e1ef;
	color: #1f3e64;
	position: relative;
	z-index: 10;
}

.tab-item:nth-child(2) {
	border-color: #365c91;
}

.tab-item:nth-child(2) .tab-title {
	background: #365c91;
}

.tab-item:nth-child(3) {
	border-color: #679fc7;
}

.tab-item:nth-child(3) .tab-title {
	background: #679fc7;
}

.tab-item:nth-child(4) {
	border-color: #596c83;
}

.tab-item:nth-child(4) .tab-title {
	background: #596c83;
}

.tab-item:nth-child(5) {
	border-color: #7c899a;
}

.tab-item:nth-child(5) .tab-title {
	background: #7c899a;
}

.tab-item:nth-child(6) {
	border-color: #9aa5b3;
}

.tab-item:nth-child(6) .tab-title {
	background: #9aa5b3;
}

.learn-more {
	text-transform: uppercase;
	font-weight: bold;
}

.learn-more:hover {
	color: #3870b5;
}

.learn-more span,
.learn-more img {
	display: inline-block;
	vertical-align: middle;
}

.learn-more span {
	margin: 0 4px 0 0;
}

.tab-arrow {
	height: 60px;
	width: 60px;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	z-index: 5;
}

.tab-arrow.closed {}

.tab-item:hover .tab-arrow.closed {}

.tab-arrow.opened {
	background: #3870b5;
}

.tab-item:hover .tab-arrow.opened {}

.tab-arrow img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.tile-section {
	clear: both;
	position: relative;
}

.tile-content-wrapper {
	padding: 0;
	margin: 0 10px 20px 0;
	overflow: hidden;
	width:32.4%;
}

.tile-item {
	width: 100%;
	margin: 0;
	padding: 0;
}

.tile-image {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding:0;
}

.tile-image img {
	width: 100%;
}

.tile-text {
	background:#002249;
	height: 100%;
	width:100%;
	min-height: 130px;
	margin: 0 10px 0 0;
}

.tile-title {
	padding: 23px 0 30px 0;
	height: 90px;
}

.tile-title h3 {
	color:#ffffff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
}

.tile-link-btn {
	height: 60px;
	text-align: center;
}

.tile-content-wrapper a img {
	transform: scale(1);
	transition: all .5s;
}


.tile-content-wrapper a:hover img {
	transform: scale(1.1);
	transition: all .5s;
}

.tile-content-wrapper a span.button.orange {
	background: #ff554d;
	color:#ffffff;
	transition: all .5s;
}


.tile-content-wrapper a:hover span.button.orange {
	background: #ffffff;
	color:#ff554d;
	transition: all .5s;
}

.tile-image {
	width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}

.featured-work-section {
	border: none !important;
	padding: 0 !important;
}
.featured-work-section h2 {
	margin-bottom: 2rem;
}

.featured-work-wrapper {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;

}

.featured-work-section-title {
	padding:20px 0 0 0;
}

.featured-work-content-wrapper {
	padding: 0;
	margin: 20px 0 20px 0;
}

.featured-work-image {
	width: 260px;
	height: 165px;
}

.featured-work-title {
	width: 100%;
	max-width:260px;
	padding: 15px 0 5px 0;
}

.featured-work-desc {
	width: 100%;
	max-width: 260px;
	font: 600 12px/1.6 'Merriweather', Georgia, serif;
}

.featured-work-desc p {
	margin:0 0 20px 0;
}



.full-width-section {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: #dfe3f0;
}

.clear-all {
	width:100%;
	height:1px;
	clear:both;
}

*/



/*------------------------------------*\
    FANCYBOX VIDEO
\*------------------------------------*/


.fancybox-bg {
	background: #1f3e64;
}

.fancybox-close-small {
	height: 63px;
	width: 63px;
	z-index: 9999;
	top: -25px;
	right: -25px;
}

.fancybox-close-small:hover {
	background: none;
}

.fancybox-close-small::after {
	font: 60px/57px Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
	color: #FFF;
	background: #000;
	border: 4px solid #FFF;
	height: 63px;
	width: 63px;
	top: 0;
	right: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	z-index: 9999;
}

.fancybox-close-small:hover::after {
	background: #d90f03;
	color: #FFF;
}



/*------------------------------------*\
    FLEXSLIDER
\*------------------------------------*/

.flexslider {
	margin: 0;
	border: 0 none;
	border-bottom: 36px solid #cb2891;
	border-radius: 0;
	overflow: hidden;
}

#main .flexslider ul,
#main .flexslider li {
	margin: 0;
	list-style: none;
}

ul.slides {
	margin:0;
}
.slide {
	position: relative;
}

.slide-text {}

.flexslider a.slide-link,
.flexslider a.slide-link:hover {
	color: #FFF;
	font-weight:400;
}

.flex-direction-nav {
    left: 4%;
    position: absolute;
    top: 93%;
    z-index: 200;
		margin: 0 !important;
}


.flex-direction-nav a {
  margin: 0;
  opacity: 1;
  height: 45px;
  width: 45px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
/*  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
	*/
	transition: none;
	-webkit-transition: none;
}

.flex-direction-nav a::before,
.flex-direction-nav a.flex-next::before {
    content: none;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 2;
		left: -45px;
}

.flex-direction-nav .flex-prev {
    left: -45px;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
		right: -30px;
}


.flex-direction-nav .flex-next {
    right: -30px;
}


.flex-direction-nav a.flex-prev {
  background-image: url("img/left-carat-default.svg");
	background-size: contain;
	width: 32px;
}

.flex-direction-nav a.flex-next {
  background-image: url("img/right-carat-default.svg");
	background-size: contain;
	width: 32px;
	margin: 0 6px 0 0;
}

.flex-direction-nav a:hover {
  /*  background-position: 0 -82px;  */
}

.flexslider:hover .flex-direction-nav .flex-prev {
/*    left: 0;
    opacity: 1;
		*/
}

.flexslider:hover .flex-direction-nav .flex-next {
  /*  right: 0;
    opacity: 1;
		*/
}

.flex-control-nav {
	width: 100%;
	position: absolute;
  top: 85%;
  z-index: 100;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

.flex-control-paging li a {
  width: 18px;
  height: 18px;
  display: block;
  background: #41b6e6;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 9px;
}

.flex-control-paging li a.flex-active {
  background: #cb2891;
  cursor: default;
}

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
}


/*-----------------------------------------*\
    RESOURCE/PUBLICATION LISTING SECTION
\*-----------------------------------------*/

.resource-col {
	float: left;
	padding: 0 1.7% 0 1.7%;
	margin: 20px 0;
}

.resource-box {
	border:1px solid #636363;
	float: left;
	padding: 0;
	width:100%;
}

.resources-linked {
	position: relative;
	padding: 40px 0 60px 0;
}

.resource-text-container {
	padding:10px 16px;
	min-height: 300px;
}

.resource-text-container p {
	line-height: 25px;
	margin: 20px 0;
	min-height: 162px;
}

.resource-text-container a {
	color: #3348af;
	font-weight: 700;
	line-height: 20px !important;
	font-style: italic;
	vertical-align: bottom;
}

.resource-kit-group {
	text-align: right;
  margin: 20px 0px 20px 0;
	cursor: pointer;
}

.resource-kit-group-left {
	 float: left;
	 font-weight: 700;
	 color: #cb2891;
	 margin: 9px 0 0 0;
}

.resource-kit-group:after {
	content: url(/wp-content/themes/MLT/img/menu-carat-default.svg);
	position: relative;
  top: 9px;
}

.resource-kit-group.open:after {
	content: url(/wp-content/themes/MLT/img/menu-carat-onstate.svg);
	position: relative;
  top: 9px;
}

.toggle-btn {
	text-align: right;
  margin: 20px 0px 20px 0;
	cursor: pointer;
}

.toggle-btn:after {
	content: url(/wp-content/themes/MLT/img/menu-carat-default.svg);
	position: relative;
  top: 9px;
}

.toggle-btn.open:after {
	content: url(/wp-content/themes/MLT/img/menu-carat-onstate.svg);
	position: relative;
  top: 9px;
}

.info-nav {
 	margin: 0 0 20px 0;
}

.info-nav p {
		margin:0 0 10px 0;
}

.prev-next-post-nav {
	background: #cb2891;
	border-radius: 22px;
	margin: 0;
	padding: 2px 21px 0 20px;
	width: 200px;
	text-align: center;
	float: right;
	font-size: 14px;
	height: 28px;
}

.prev-next-post-nav:hover {
	background: #41b6e6;
}

.prev-next-post-nav a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 14px;
	padding: 0;
	text-transform: uppercase;
}

.prev-next-post-nav.next {
	margin-left:20px;
}


.prev-next-sg-nav {
	background: #cb2891;
	border-radius: 22px;
	margin: 0;
	padding: 2px 21px 0 20px;
	text-align: center;
	float: right;
	font-size: 14px;
	height: 28px;
}

.prev-next-sg-nav:hover {
	background: #41b6e6;
}

.prev-next-sg-nav a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 14px;
	padding: 0;
	text-transform: uppercase;
}

.prev-next-sg-nav.next {
	margin-left:20px;
}

.download-btn {
	background: #cb2891;
	border-radius: 22px;
	margin: 0;
	padding: 2px 21px 0 20px;
	text-align: center;
	float: right;
	font-size: 14px;
	height: 28px;
}

.download-btn a {
	color: #ffffff;
}


.download-btn:hover {
	background: #41b6e6;
}

.blog-category-flag {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 8px 20px;
    text-align: center;
		width:150px;
}


.blog-category-btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background-color: #613996;
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    cursor: pointer;
}

.blog-category-btn:hover {
	background: #41b6e6;
	color:#fff;
}


.resource-favorites-view-nav {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.favorites-btn {
  background: #613996;
  border-radius: 22px;
  margin: 0 20px 0 0;
  padding: 2px 21px 0 20px;
  text-align: center;
  float: right;
  font-size: 14px;
  height: 28px;
  float: left;
}

.favorites-btn:hover {
	background: #41b6e6;
	cursor: pointer;
}


.favorites-btn a {
 font-size: 14px;
 font-weight: 700;
 color: #fff;
 line-height: 14px;
 padding: 0;
 text-transform: uppercase;
}

.simplefavorite-button.active {
    opacity: 1 !important;
}

.favorites-list {
    list-style: none;
    padding-inline-start: 0;
		margin:0 !important;
}

.favorites-list li {
    zoom: 1;
    border-top: none !important;
    padding: 0 !important;
    margin: 0;
}

.favorites-list li p {
	font-weight:500;
	font-style: italic;
	margin: 0 0 6px 0;
}


.rating_form_1 .rating_form .up_rated {
  color: #fff !important;
  background: #ab96c7;
  border-radius: 30px;
  padding: 9px;
}

.rating_form_1 .rating_form .up_rated:hover {
	opacity: .7;
}

.rating_form_1 .rating_form .down_rated {
	color: #fff !important;
  background: #67a8d3;
  border-radius: 30px;
  padding: 9px;
  margin: 0 0 0 10px;
}

.rating_form_1 .rating_form .down_rated:hover {
	opacity: .7;
}

.rating_form_1 .rating_form .up_rated_txt {
	/*display:none;*/
}

.rf_tooltip {
	display: none !important;
}

.rating_form_1 .rating_form .down_rated_txt {
	/*display:none !important;*/
}

.rating_form .def {
	display:none !important;
}

.rating_form_1 .rating_form .up_rated_txt {
	/*display:none;*/
}

.view-resource-btn {
	background: #cb2891;
	border-radius: 22px;
	margin: 0;
	padding: 2px 21px 0 20px;
	width: 200px;
	text-align: center;
	float: right;
	font-size: 14px;
	height: 28px;
	margin: 0 0 0 20px;
}

.view-resource-btn:hover {
	background: #41b6e6;
}

.view-resource-btn a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 14px;
	padding: 0;
	text-transform: uppercase;
}


.resource-feedback-left {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	float:left;
}

.resource-feedback-right {
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
	float:right;
}

.resource-feedback-right a {
	color: #fff;
}

.resource-feedback-right a:hover {
	color: #fff;
}


.resource-go-btn {
  background-color: #0b75b7;
  padding: 12px 14px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  border-radius: 30px;
}

.resource-go-btn:hover {
	background-color: #41b6e6;
}

.resource-go-btn a {
	color: #fff;
}

.grade-level-box {
    width: 100%;
    background-color: #D2D2D2;
    height: 70px;
    padding: 10px;
}

.age-group {
  color: #fff;
  width: 44px;
  border-radius: 22px;
  float: left;
  height: 45px;
  padding: 9px;
  font-size: 12px;
  font-family: 'Poppins', Arial, sans-serif;
  line-height: 1;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 4px 4px 4px 0;
}

.prek-tk {
	background: #cb2891;
}

.k-1 {
  background: #3348af;
}

.g2-3 {
  background: #613996;
}

.read-time {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	line-height: 17px;
	font-size: 15px;
	font-weight: 700;
	width: 25%;
	text-align: left;
	float: right;
	height: 100%;
}

/*


.resource-listing {
	padding: 6.6rem 0 0;
	border-top: 1px solid #484f58;
}

.resource-listing.related-resource {
	padding-bottom: 6.6rem;
}

.resource-listing .post-thumbnail {
	margin-bottom: 2rem;
}

.resource-listing img.zoom-hover {
	margin: 0;
}

.resource-section-title {
	margin: 0 0 2.6rem;
}

.resource-listing .publication-title {
	font-size: 20px;
}

.resource-listing .post-excerpt {
	color: #484f58;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 4rem;
}

.resource-listing .post-excerpt p {
	margin-bottom: 2rem;
}

.resource-listing .readmore-button {
	bottom: 0;
	left: 0;
	transform: none;
	-webkit-transform: none;
	width: auto;
}

.resource-listing .readmore-button span.button {
	width: auto;
}

.resource-listing a.box-link:hover .button {
	background: #ff554d;
}

*/

/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

.home-slider .slide-text span {
  max-width: 600px;
  z-index: 100;
  display: block;
  position: absolute;
  top: 33%;
  width: 51%;
  font-size: 58px;
  line-height: 63px;
}

#slide-image-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-end;
	justify-content: flex-end;
	align-items: flex-end;
}

/*

.three-circles {
	background: #484f58;
	padding: 3rem 3rem 4rem;
	text-align: center;
}

.three-circles .three-circle-wrapper {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.three-circles .row {
	margin: 0 -4%;
}

.three-circles .col {
	padding: 0 4%;
}

.three-circles .col a,
.three-circles .col a:hover {
	color: #FFF;
}

.three-circles .circle-title {
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 2rem;
}

.three-circles .circle-image,
.three-circles .circle-image img {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}

.three-circles .circle-hover,
.three-circles .circle-hover-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #FFF;
	opacity: 0;
	text-align: center;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

.three-circles .circle-hover {
	width: 100%;
	height: 100%;
	background-color: #613996;
	z-index: 10;
	border-radius: 50%;
}

.three-circles .circle-hover-text {
	z-index: 20;
	width: 70%;
	font-weight: 500;
}

.three-circles a:hover .circle-hover {
	opacity: .6;
}

.three-circles a:hover .circle-hover-text {
	opacity: 1;
}

.featured-resource {
	padding: 34px 2rem;
	border-bottom: 1px solid #484f58;
}

.callout-circle,
.featured-resource .resource-title,
.featured-resource .resource-title img {
	display: inline-block;
	vertical-align: middle;
}

.callout-circle {
	margin: 0 2rem 0 0;
	width: 12%;
}

.callout-circle a {
	display: block;
	width: 100%;
	height: 100%;
	height: 120px;
	width: 120px;
	border-radius: 50%;
	position: relative;
	background: #ff554d;
	color: #FFF;
}

.callout-circle a:hover {
	background: #613996;
	color: #FFF;
}

.callout-circle span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

.featured-resource .resource-title {
	width: 85%;
	line-height: 1.35em;
}

.featured-resource .resource-title,
.featured-resource .resource-title a {
	color: #707070;
	font-size: 24px;
}

.featured-resource .resource-title a:hover {
	color: #613996;
}

.resource-callout {
	font-weight: 700;
}

.resource-text {
	font-style: italic;
}

.audience-specific {
	padding: 40px 0 5rem;
}

.home-section-title {
	text-align: center;
	color: #002555;
	text-transform: uppercase;
}

.audience-specific .home-section-title {
	margin-bottom: 4rem;
}

.audience-specific .row {
	margin: 0 -.7%;
}

.audience-specific .col {
	padding: 0 .7%;
}

.audience-specific .button {
	width: 100%;
	padding: 2.6rem .5rem;
}

.audience-specific .col:nth-child(1) .button {
	background: #1f3e64;
}

.audience-specific .col:nth-child(2) .button {
	background: #3870b5;
}

.audience-specific .col:nth-child(3) .button {
	background: #484f58;
}

.blog-feed {
	background: #e2e2e2;
	padding: 4.5rem 3rem 4rem;
}

.blog-feed .home-section-title {
	font-size: 34px;
	margin-bottom: 4.5rem;
}

.blog-feed .row {
	margin: 0 -2.5% 6rem;
}

.blog-feed .col {
	padding: 0 2.5%;
}

.blog-feed .blog-item {
	text-align: center;
}

.blog-feed .blog-item a,
.blog-feed .blog-item a:hover {
	color: #002555;
}


.blog-feed .blog-item:nth-child(2) {
	border-left: 1px solid #b9b8b9;
	border-right: 1px solid #b9b8b9;
}

.blog-feed .post-thumbnail {
	margin: 0 0 3rem;
}

.blog-feed .post-excerpt {
	color: #484f58;
	font-weight: 600;
	margin-bottom: 4rem;
}

.blog-feed .readmore-button {
	bottom: 0;
}

.blog-feed a.box-link:hover .readmore-button .button {
	background: #613996;
}

.view-all a {
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-weight: 700;
}

.view-all a:hover {
	color: #3870b5;
}

.view-all a span,
.view-all a img {
	display: inline-block;
	vertical-align: middle;
}

.twitter-feed {
	background: #e2e2e2;
	padding: 4rem 3rem 8rem;
	margin: 0 0 9rem;
}

.feed-wrapper {
	width: 100%;
	max-width: 640px;
	padding: 2.6rem;
	background: #FFF;
	border-radius: 10px;
	margin: 0 auto 6rem;
	border: 1px solid #b5b5b5;
	position: relative;
}

.feed-wrapper .twitter-img {
	background-image: url('img/twitter-bubble-img.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 51px;
	height: 28px;
	position: absolute;
	bottom: -28px;
	left: 12px;
	z-index: 10;
}

.photo-credit {
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
	padding-bottom: 2rem;
}

*/


/*------------------------------------*\
    BIO MAIN
\*------------------------------------*/

/*

.bio-listing {
	margin: 4.6rem 0;
}

.bio-item {
	margin-top: 1.5%;
	margin-bottom: 1.5%;
}

.bio-item:nth-child(4n+1) {
	clear: both;
}

.bio-listing .bio-thumbnail {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.bio-listing h2.bio-name {
	font-size: 22px;
}

.bio-listing h3.bio-title {
	font-size: 17px;
	font-style: italic;
	margin: 0;
}

*/


/*------------------------------------*\
    BIO SINGLE
\*------------------------------------*/

/*

.bio-heading {
	margin-bottom: 4.5rem;
}

.bio-name {
	margin-bottom: 2px;
}

.bio-title {
	font-size: 26px;
	color: #613996;
	font-weight: 500;
	font-style: italic;
}

.bio-portrait {
	float: left;
	margin: 0 2rem 0 0;
	max-width: 325px;
	width: 100%;
}

.single-bios .body-content {
	margin-bottom: 6rem;
}

.bio-connect {
	padding: 6rem 0 0;
	border-top: 1px solid #484f58;
	margin-bottom: 6rem;
}

.bio-connect a {
	font-weight: 700;
}

.connect-buttons {
	margin: 3rem 0;
}

.connect-buttons a {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.twitter-button {
	background: #5786c4;
}

.linkedin-button {
	background: #2e5282;
}

.connect-buttons a:hover {
	background: #613996;
}

.mail-button {
	background: #366097;
}

*/


/*------------------------------------*\
    RESOURCES MAIN
\*------------------------------------*/

.resource-item {
	margin-bottom: 2rem;
}

.resource-item {
	background: #002555;
}

.resource-item .resource-thumbnail {
	float: right;
	width: 45%;
}

.resource-item .resource-content {
	float: left;
	width: 55%;
	height: 100%;
	padding: 2.6rem 3rem;
	position: relative;
}

.resource-item .resource-title {
	color: #FFF;
	font-size: 28px;
	line-height: 1.1em;
	margin-bottom: 1.4rem;
}

.resource-item .resource-excerpt {
	color: #FFF;
	line-height: 1.6em;
	margin-bottom: 60px;
}

.resource-item .resource-excerpt p {
	margin: 0;
}

.resource-item .readmore-button {
	left: 3rem;
	bottom: 2.8rem;
	transform: none;
}

.resource-item:hover .button {
	background: #fff;
	color: #ff554d;
}

.resource-item .zoom-wrapper {
	height: 100%;
}

.sub-strategies-tile {
	font-size: 26px;
	font-weight:500;
	max-width: 63%;
	text-align: center;
	margin: 0 auto 10px auto;
	min-height: 60px;
	color: #3348af;
}

/*------------------------------------*\
    RESOURCES SINGLE
\*------------------------------------*/
.document-download-section {
	margin-bottom: 60px;
}

.document-download-box {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}


.document-download-box h3 {
	color: #002555;
	line-height: 1.05em;
	text-align: left;
	padding: 4.5rem 0 1.0rem 0;
	margin: 0;
}

.downloads-listing {
	padding: 0;
	margin: 20px 12px 0 -12px;
}

.download-item-wrapper {
	margin: 10px;
	background: #3870b5;
	min-height: 290px;
	padding: 20px;
}

.download-item {
	padding: 0;
}

.document-title-block {
	width: 100%;
	border-bottom: 1px solid #ffffff;
	padding: 0 0 10px 0;
	margin: 0 0 16px 0;
	height: 53px;
}

.document-icon {
	position: absolute;
	top: 24px;
	left: 18px;
}

.download-title {
	color: #ffffff;
	font-weight: 400;
	font-size:12px;
	font-style: italic;
	text-align: right;
	position: absolute;
	right: 34px;
	margin: 21px 0 0 0;
}

.document-title-divider {
	display: block;
	width: 100%;
	border: 0 none;
	margin: 18px 0 18px 0;
}

.download-desc {
	font-size: 14px;
	line-height: 1.6em;
	color:#ffffff;
}

.download-desc p {
	margin: 0 0 0 0;
}

.download-link {
	display: block;
}

.download-link:hover .download-item-wrapper {
	background: #ff554d;
}


.download-link span,
.download-link img {
	display: inline-block;
	vertical-align: middle;
}


.single-resources .social-share-buttons {
	margin-bottom: 7rem;
}


/*  addtoany settings */

.a2a_vertical_style a {
  padding: 0px !important;
}

.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
  border-radius: 0px !important;
}

.a2a_s_facebook {
	padding: 5px !important;
	background-color: #3b5898 !important;
}

.a2a_s_twitter {
	padding: 5px !important;
	background-color: #00acec !important;
}

.a2a_s_email {
	padding: 5px !important;
	background-color: #074ea6 !important;
}

.a2a_s_linkedin {
	padding: 5px !important;
}


/*------------------------------------*\
    BLOG MAIN
\*------------------------------------*/

.category-filter {
	margin: 6rem 0 2rem;
}

.form-label,
#category-select {
	display: inline-block;
	vertical-align: middle;
}

.form-label {
	line-height: 1em;
	margin-right: 5px;
}

.post-listing .row {
	margin: 0 -1.5%
}

.post-listing .col {
	padding: 1.5%;
}

.post-listing a.box-link {
	color: inherit;
	display: block;
	cursor: pointer;
	padding: 3rem;
	border: 1px solid #3870b5;
	height: 100%;
	position: relative;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	min-height: 850px;
}

.post-listing a.box-link span {
	display: inline-block;
	width: 100%;
}

.post-listing .post-thumbnail {
	margin-bottom: 12px;
}

.post-listing .post-thumbnail img {}

.post-listing .post-title {
	font-size: 32px;
	line-height: 1.25em;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}


.post-listing .date {
	margin-bottom: 2rem;
}

.post-listing .post-excerpt {
	margin: 0 0 7rem;
}

.post-listing .view-article {
	display: none;
}

.post-listing .readmore-button {
	position: absolute;
	bottom: 3rem;
	left: 3rem;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.post-listing a.box-link:hover img {}

.post-listing a.box-link:hover .post-title {
	color: #ff554d;
}

.post-listing a.box-link:hover .button {
	background: #ff554d;
}

/*------------------------------------*\
    BLOG SINGLE
\*------------------------------------*/
.single .wp-post-image {
	margin-bottom: 2rem;
}

.date {
	color: #ff554d;
	font-size: 14px;
	margin-bottom: 4rem;
}

.author {
	color: #484f58;
	font-size: 18px;
	line-height: 1.25em;
	margin-bottom: 2rem;
	min-height: 44px;
}

.author-name {
	font-weight: 700;
}

.author-title {
	font-style: italic;
}

.cat-listing {
	margin-bottom: 3rem;
}

.cat-title {
	margin-bottom: 1.5rem;
}

.cat-listing a {
	font-style: italic;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/

.ctct-form {
	margin: 0 0 7rem;
	padding: 0 0 3rem;
	border-bottom: 1px solid #484f58;
}

.ctct-form label {
	display: none;
}

.ctct-form .ctct-form-field {
	float: left;
	position: relative;
	width: 21%;
	margin-right: 1%;
}

.ctct-form .ctct-form-field:nth-of-type(4) {
	width: 34%;
	margin-right: 0;
}

.ctct-form .ctct-form-field:nth-of-type(6) {
	width: 78%;
	margin-right: 0;
}

.ctct-form .ctct-form-field input,
.ctct-form .ctct-form-field textarea {
	width: 100%;
	height: 54px;
	color: #7c899a;
}

.ctct-form .ctct-input-container {
	clear: both;
}

.ctct-form .ctct-form-field.ctct-form-field-checkbox {
	width: auto;
	margin: 3rem 0 0;
	clear: both;
}

.ctct-form .ctct-checkbox {
	display: inline-block;
	vertical-align: middle;
	width: auto !important;
    height: auto !important;
}

.ctct-form .ctct-input-container label {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .6rem;
	color: #484f58;
	font-size: 16px;
}

.ctct-form .ctct-input-container p {
	margin: 0;
}

.ctct-form .ctct-form-field.ctct-form-field-submit {
	width: auto;
	height: auto;
	float: right;
	clear: both;
	margin: 3rem 0;
}

.ctct-form .ctct-form-field.ctct-form-field-submit input {
	background: #3870b5;
	box-shadow: none;
	font-size: 22px;
	padding-left: 6rem;
	padding-right: 6rem;
	color: #FFF;
}

.ctct-form .ctct-form-field.ctct-form-field-submit input:hover {
	background: #ff554d;
}

.ctct-form .ctct-disclosure {
	clear: both;
	line-height: 1.4em;
	font-weight: 400;
	color: #484f58;
	margin-left: 19px;
}

.ctct-form .ctct-disclosure hr {
	display: none;
}

.ctct-form a.ctct-button {
	display: none;
}

.ctct-form-3137 .ctct-optin-hide {
	display: block !important;
}

.ctct-form-3137 .ctct-checkbox.ctct-opt-in {
	display:none;
}

.ctct-form-3137 p.ctct-form-field-submit {
    float: unset !important;
    width: 34% !important;
    padding: 30px 0 0px 0px;
    margin: 3rem auto !important;
}

.ctct-form-3137 {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.ctct-form-3137 .ctct-form-field {
	 float: left;
	 position: relative;
	 width: 32%;
	 margin-right: 1%;
}

.ctct-form-3137 .ctct-form-field.ctct-form-field-checkbox {
    width: auto;
    margin: 0;
    clear: both;
}

.ctct-form-3137 .ctct-form-field-checkbox label {
	display:none;
}

.ctct-form-3137 .ctct-form-field.ctct-form-field-submit input {
    background: #613996;
}

.ctct-form-3137 .ctct-form-field.ctct-form-field-submit input:hover {
    background: #3870b5;
}

.ctct-disclosure:nth-of-type(2) {
	display:none;
}

/*------------------------------------*\
    SEARCH RESULTS
\*------------------------------------*/

.search-no-results #main {
	background-image: none !important;
}

.search-result-item {
	margin: 6rem 0;
	padding: 0 0 6rem;
	border-bottom: 1px solid #484f58;
}

.search-result-item .post-excerpt p {
	margin-bottom: 1rem;
}

.search-result-item .search-result-link {
	text-align: left;
}

.pagination h2 {
	display:none;
}

.pagination a {
	font-weight:400;
}


/*------------------------------------*\
    404 PAGE
\*------------------------------------*/


/*------------------------------------*\
    ULTIMATE SOCIAL DEUX
\*------------------------------------*/

.social-share-buttons {
	margin: 4rem 0;
	clear: both;
}

.social-share-buttons .us_wrapper .us_button {
	width: 30px;
	margin: 0 4px 0 0;
}

/*------------------------------------*\
    ADJACENT POST LINKS
\*------------------------------------*/

.next-prev-links {
	padding: 3rem 0;
	border-top: 1px solid #484f58;
}

.next-prev-links a {
	font-family: 'Rawline', Arial, sans-serif;
	text-transform: uppercase;
	color: #484f58;
	font-weight: 700;
}

.next-prev-links a:hover {
	color: #613996;
}

.prev-link {
	float: left;
}

.next-link {
	float: right;
}

.next-prev-links a img,
.next-prev-links a span {
	display: inline-block;
	vertical-align: middle;
}

.prev-link img {
	margin-right: 3px;
}

.next-link img {
	margin-left: 3px;
}

/*------------------------------------*\
    PAGINATION
\*------------------------------------*/

.loadmore {
	text-align: center;
}
.loadmore a,
.loadmore .loader {
	font-family: 'Rawline', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	color: #484f58;
	margin: 7rem 0;
	display: inline-block;
}

.loadmore a:hover {
	color: #613996;
}

/*------------------------------------*\
    PRE-FOOTER
\*------------------------------------*/


/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#footer {
    background: #cb2891;
    padding: 20px;
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', Arial, sans-serif;
		margin: 0 0 50px 0;
}

.footer-top-spacer {
	height:85px;
	/* border-top: 5px dotted #613996; */
	background: url(/wp-content/themes/MLT/img/purple-dot.svg);
	background-repeat: repeat-x;
	margin:85px 0 0 0;
}

.footer-logo {
	width:100%;
}

.site-social-buttons {
	margin: 20px 6px 12px 6px;
  background: red;
  border-radius: 28px;
  width: 40px;
  font-size: 14px;
  float: left;
	display: grid;
}

.site-social-buttons a,
.site-social-buttons a:hover {
	color: #FFF;
}

.site-social-buttons i {
	color: #FFF;
	font-size: 24px;
  margin: 8px 8px;
	padding: 0 0 0 4px;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
}

.site-social-buttons i:hover {
	color: #dedede;
}

#footer-menu {
	margin: 0 0 1.5rem;
}

#footer-menu ul {
	padding: 0;
	margin: 0;
}

#footer-menu li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}

#footer-menu li a {
	color: #FFF;
	font-weight: 700;
	font-family: 'Raleway', Arial, sans-serif;
	text-transform: uppercase;
}

#footer-menu li a:hover {
	color: #ff554d;
}

.copyright {
	font-size: 11px;
}

/*------------------------------------*\
    INDIVIDUAL OVERRIDES
\*------------------------------------*/

/* Menu - Featured Work Width */




/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Rawline';
	src:url('css/fonts/rawline/rawline-400.eot');
	src:url('css/fonts/rawline/rawline-400.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/rawline/rawline-400.woff') format('woff'),
		url('css/fonts/rawline/rawline-400.ttf') format('truetype'),
		url('css/fonts/rawline/rawline-400.svg') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#3870b5;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#3870b5;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#3870b5;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:0 20px 10px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:0 auto 5px auto;
}
.alignright {
	float:right;
	margin:0 0 10px 20px;
}
.alignleft {
	float:left;
	margin:0 20px 10px 0;
}
a img.alignright {
	float:right;
	margin:0 0 10px 20px;
}
a img.alignnone {
	margin:0 20px 10px 0;
}
a img.alignleft {
	float:left;
	margin:0 20px 10px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width:1325px) {

	.nav {
		display: none;
	}

}

@media only screen and (min-width:1201px) {

	#site-title {
    width: 34%;
	}

	#header .header-nav {
	    width: 66%;
			margin: 24px 0 0 0;
	}

	#inner-header {
    margin: 10px 6.5% 0 6.5%;
	}

	.main-content {
		width: 100%;
	}

	.mobile-open #header {
		height:140px;
	}

	#mobile-menu {
		top: 60px;
	}
}


@media only screen and (max-width:1200px) and (min-width:1040px) {
	#inner-header {
	    margin: 10px 2% 0 2%;
	}

	#mobile-menu {
    /*right: 2%;*/
	}

	.mobile-open #header {
		height:106px;
	}

	#mobile-menu {
		top: 27px;
	}

}

@media only screen and (max-width:1170px) and (min-width:1023px) {

	.mobile-open #header {
		height:106px;
	}

	#mobile-menu {
		top: 27px;
	}

	#site-title {
	    width: 32% !important;
	}

	.header-nav {
    width: 67% !important;
	}

	#form {
		margin: 92px 30px 0 10px !important;
	}

	.cta-color-bg-image {
		width: 37%;
	}

	.cta-color-bg-text {
    width: 63%;
	}

	.cta-color-bg-text h2 p {
    line-height: 40px;
    margin: 0 0 10px 0;
	}

	.cta-text p {
		font-size: 18px;
		line-height:28px;
	}

	.sub-strategies-tile {
    max-width: 73%;
	}

	.commmon-language-models {
		margin: 0 30px;
	}

	.document-favorites-nav .three-fifth {
    width: 55%;
	}

	.document-favorites-nav .two-fifth {
    width: 45%;
	}

	.favorites-btn  {
		margin: 0 10px 0 0;
	}

}

@media only screen and (min-width:1024px) {

	.pum-container.pum-responsive.pum-responsive-medium {
	    margin-top: 10% !important;
	}

}



@media only screen and (min-width:940px) {

	.mobile-open #header {
		height:106px;
	}

	#mobile-menu {
		top: 27px;
	}


	#inner-header {
	    margin: 10px 1% 0 1%;
	}
	#site-title {
    width: 26%;
	}

	#header .header-nav {
    width: 73%;
	}

	#search-icon {
    width: 26px;
    height: 26px;
    background-image: url(img/search-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    cursor: pointer;
    margin: 3px 0px 3px 14px;
	}

	#mobile-menu {
    /*right: 2%;*/
	}
}


@media only screen and (max-width:939px) {
	.nav {
		display: none;
	}

	#header .logo img.main-logo {
    width: 100%;
    max-width: 368px;
	}
}

@media only screen and (max-width: 823px) and (min-width: 569px) {

	.slide-wrapper img {
    max-height: 342px;
    height: 100% !important;
    width: auto !important;
	}

	.home-slider .slide-text span {
    z-index: 100;
    display: block;
    position: absolute;
    top: 15%;
    width: 55%;
    font-size: 3.8rem;
    line-height: 1.3em;
	}

	.flex-direction-nav {
    left: 7%;
    position: absolute;
    top: 87%;
    z-index: 200;
	}

	.flex-control-nav {
    width: 100%;
    position: absolute;
    top: 75%;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
	}

	#start-here-text-area-col-layout.two-column-text-area {
		display: none;
	}

	#start-here-text-area-row-layout.two-column-text-area  {
		display: block;
		margin:0 10px;
		clear:both;
	}

}

@media only screen and (max-width: 823px) and (min-width: 416px) {

	#mobile-menu {
    /*right: 0.5%;*/
	}

	nav.mobile-nav {
    width: 400px;
	}

	.box-text-container {
	    min-height: 142px;
	}

	#third-block {
		padding: 0 20px;
	}

	#third-block .mobile-two-col-headline {
		display: block;
	}

	#third-block .desktop-two-col-headline {
		display: none;
	}


	.testimonials h2 {
    font-size: 36px;
    line-height: 44px;
		margin-bottom:40px;
	}

	#form {
    margin: 92px 30px 0 10px !important;
	}

	.box-text-container h4 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
	}

	.box-text-container p {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    margin: 0 10px 0 10px;
	}

	.cta-color-bg-image {
		display:none;
	}

	.cta-color-bg-text {
    float: unset;
    width: 100%;
    padding: 30px 0 30px 34px;
	}

	.banner-text h1 {
		font-size: 55px;
    line-height: 60px;
		z-index: 100;
		margin: 0 0 30px 0;
	}

	.one-fourth {
    width: 50%;
	}

	.circle-number {
    width: 57px;
    padding: 5px;
    border-radius: 45px;
    color: #fff;
    float: left;
    margin: 5px 15px 0 0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
	}

	.secondary-banner .banner-text {
    min-height: unset;
	}

	.commmon-language-models {
		padding: 0 20px 0 20px;
	}

	.sub-strategies-tile {
    font-size: 22px;
		max-width:86%;
	}

	.resource-col.one-third.eq-height {
		width: 50%;
	}

	.info-nav .three-fifth {
		width: 40%;
	}

	.info-nav .two-fifth {
		width: 60%;
	}

	.prev-next-post-nav.next {
    margin-left: 20px;
    float: right;
	}

	.prev-next-post-nav {
    float: inline-end;
	}

	.vignette-download-btn {
		margin: 10px -4% 20px 0 !important;
	}

	.favorites-btn {
		margin: 10px 0 20px 0;
	}

	#resource-byline .one-fourth {
		width: 100%;
	}

	#resource-byline .one-half {
		width: 100%;
	}

	.resource-favorites-view-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
		width:100%;
	}

	.view-resource-btn {
    margin: 10px 0 10px 0;
	}

	.resource-feedback-right {
    flex-direction: row-reverse;
		margin: 20px 0 0 0;
		width:100%;
	}

	.resource-mobile-dotted-line {
		height: 10px;
		width: 100%;
		clear: both;
		margin: 0;
		background: url(/wp-content/themes/MLT/img/purple-dot.svg);
    background-repeat: repeat-x;
	}

	.resource-mobile-spacer {
		height: 20px;
		width: 100%;
		clear: both;
	}


	.two-col-image-right {
		 display: flex;
		 flex-direction: row;
		 align-content: flex-end;
		 align-items: flex-end;
		 flex-wrap: wrap;
		 justify-content: flex-start;
	}

	.two-col-image-right .one-third {
		width:50%;
	}

	.two-col-image-right .two-third {
		width:50%;
	}

}

@media only screen and (max-width: 823px) and (min-width: 569px) {
	.box-text-container {
			min-height: 169px;
	}

	.mobile-open #header {
		height:109px;
	}

	#mobile-menu {
		top: 29px;
	}


}



@media only screen and (max-width: 568px) and (min-width: 512px) {
	.box-text-container {
			min-height: 169px;
	}

	.mobile-open #header {
		height:106px;
	}

	#mobile-menu {
		top: 27px;
	}


}


@media only screen and (max-width: 568px) and (min-width: 416px) {
	.slide-wrapper img {
   	max-height: 282px;
   	height: 100% !important;
   	width: auto !important;
	margin: 0 -20px 0 0; 
	}

	.home-slider .slide-text span {
    z-index: 100;
    display: block;
    position: absolute;
    top: 25%;
    width: 60%;
    font-size: 3rem;
    line-height: 1.3em;
	}

	.flex-direction-nav {
    left: 10%;
    position: absolute;
    top: 87%;
    z-index: 200;
	}

	.flex-control-nav {
    width: 100%;
    position: absolute;
    top: 75%;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
	}

	#third-block .mobile-two-col-headline {
		display: block;
	}

	#third-block .desktop-two-col-headline {
		display: none;
	}

	.two-col-image-right .one-third {
		width:100%;
	}

	.two-col-image-right .two-third {
		width:100%;
	}

	#start-here-text-area-col-layout.two-column-text-area {
		display: none;
	}

	#start-here-text-area-row-layout.two-column-text-area  {
		display: block;
		margin:0 10px;
	}

}

@media only screen and (max-width: 823px) and (min-width: 281px) {


	#site-title {
	  width: 75%;
	}

	#header .header-nav {
    width: 20%;
	}

	nav.mobile-nav {
    width: 100vw;
	}

	.flexslider .slides > li {
	  max-height: 410px;
	}

	#slide-image-container {
   		display: flex;
   		flex-direction: column;
   		flex-wrap: wrap;
   		align-content: center;
   		justify-content: flex-end;
   		align-items: center;
		}

	.slide-wrapper img {
    	height: 100% !important;
    	width: auto !important;
		margin:0;
		}

	.home-slider .slide-text span {
		width: 100%;
		z-index: 100;
		display: block;
		font-size: 3.5rem;
		line-height: 1.3em;
		position: relative;
		}

	.flex-direction-nav {
    	left: 13%;
		position: absolute;
		top: 82%;
		z-index: 200;
		display:none;
		}

	.flex-control-nav {
    	width: 100%;
		position: absolute;
		top: 80%;
		z-index: 100;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: flex-end;
		align-items: center;
		}

	#main-paragraph {
		/*margin:92px 10px 0 10px;*/
	}

	.main-content {
		width: 92%;
	}

	.two-col-image-left .left-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-end;
	}

	#video p {
		line-height:25px;
		margin: 10px 0 0 0;
	}

	.lg-image-cta-text p {
		line-height: 25px;
	}

	#third-block {
		/* margin:92px 10px 0 10px; */
	}

	#testimonials {
		/* margin:92px 10px 0 10px; */
	}

	#form {
		margin:92px 10px 0 10px !important;
	}

	.footer-top {
		width:92%;
		margin: 0 auto 50px auto !important;
	}

	.footer-top-spacer {
    margin: 85px 10px 0 10px;
	}

	.footer-nav .nav {
		display: block;
		width: 94%;
	}
	/*.wpforms-one-half {
		width: 95% !important;
		float: none !important;
		margin: 0 !important;
		}*/

	#header .nav > ul > li, .footer-nav .nav > ul > li {
    display: block;
    position: relative;
    padding: 0 4px 0 4px;
    text-align: right;
	}

	.secondary-banner .banner-text {
    min-height: 100px;
	}

	h1, .h1 {
    font-size: 50px;
    line-height: 55px;
	}

	.one-fourth {
		width:100%;
	}

	.one-fifth {
		width:100%;
	}

	.one-half {
		width: 100%;
	}

	.funder-logos {
    display: inline-block;
    padding: 30px 0 30px 0;
    text-align: center;
	}

	.cta-color-bg-text {
    width: 100%;
	}

	.cta-column-container {
		display:flex;
		flex-direction: column-reverse;
	}

	.cta-link-btn {
    margin: 30px 0 50px 0;
	}

	.cta-color-bg-image {
    margin: 0 0 -1px 0;
	}

	.cta-text {
		padding: 0 10px 0 0;
	}

	.circle-number {
    width: 60px;
    border-radius: 30px;
    font-size: 24px;
	}

	.two-col-stacked-with-divider-text-mobile {
		display: block;
	}

	.two-col-stacked-with-divider-text-desktop {
		display: none;
	}

	.two-col-stacked-with-divider-line {
		border-bottom:1px solid #999;
		height:1px;
		width:90%;
		margin:0 0 30px 0;
	}

	.two-col-stacked-with-divider-bottom-line {
		display:none;
	}

	#third-block .mobile-two-col-headline {
		display: block;
		font-size: 36px;
		line-height: 43px;
		margin: 20px 10px 20px 14px;
	}

	#third-block .desktop-two-col-headline {
		display: none;
	}


	.sg-nav-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.prev-next-sg-nav {
		float:unset;
	}

	.prev-next-sg-nav.next {
    margin: 0 0 20px 0;
		float: unset;
	}

	.strategy-nav-container {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}

	.prev-next-post-nav.next {
    margin-left: 20px;
    float: right;
		width:140px;
	}

	.prev-next-post-nav {
		float:left;
		width:140px;
	}

	.strategies-in-action-boxes {
    margin: 10px 0;
	}

	.vignette-age-level {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.vignette-author {
		line-height: 26px;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.vignette-contributors {
		line-height: 26px;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.vignette-download-btn {
		margin:10px -4% 10px 0 !important	;
	}

	.favorites-btn {
		margin: 15px 0 30px 0;
	}

	.reflection-questions ol li {
    margin: 0 0 20px -22px;
	}

	.resource-favorites-view-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
	}

	.view-resource-btn {
    margin: 10px 0 10px 0;
	}

	.resource-feedback-right {
    flex-direction: row-reverse;
		margin: 20px 0 0 0;
	}

	.resource-mobile-dotted-line {
		height: 10px;
		width: 100%;
		clear: both;
		margin: 0;
		background: url(/wp-content/themes/MLT/img/purple-dot.svg);
    background-repeat: repeat-x;
	}

	.resource-mobile-spacer {
		height: 20px;
		width: 100%;
		clear: both;
	}

	#start-here-text-area-col-layout.two-column-text-area {
		display: block;
	}

	#start-here-text-area-row-layout.two-column-text-area  {
		display: none;
		margin:0 10px;
	}


	div#wpforms-form-1668 div.wpforms-field-container ul li > input[type="radio"]:checked + *:before {
    margin: 2px 6px 0 -25px !important;
	}

	div#wpforms-form-1668 div.wpforms-field-container ul li > input[type="radio"]:before {
    margin: 2px 6px 0 -25px !important;
	}

	div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
    width: 100% !important;
		margin-left: 0 !important;
	}

	.sub-strategies-tile {
    font-size: 24px;
	}

	.commmon-language-models {
		padding: 30px 15px 0 20px;
	}

	#blog-listing-container {
		background: #d8d8d8;
	}



}

@media only screen and (max-width: 823px) and (min-width: 281px) {

	.two-column-text-area {
		padding: 0px 12px;
	}

	.two-column-text-area h2 {
		font-size: 3.2rem;
		line-height: 1.2em;
		font-weight: 500;
		margin:0 0 12px 0;
	}

	.two-column-text-area p {
		font-size: 1.9rem;
		line-height: 1.5em;
	}

	.two-col-image-left {
		display: flex;
		flex-direction: column-reverse;
		/* border: 1px dotted orange; */
	}

	.two-col-image-left .column-image-lg {
		width: 80%;
	}

	.two-col-image-left .column-image-sm {
		width: 70%;
		margin: 15px auto;
	}
	
	.user-guide-block-text,
	.strategies-in-action-boxes,
	#box-image-container,
	#box-image-container img {
		width: 100%;
		height: auto;
		max-width: 100%;
		}
	.one-half.box-column {
		width: 100%;
		margin: 20px 0;
	}

	.two-col-image-right {
		display: flex;
		flex-direction: column;
		/* border: 1px dotted orange; */
	}

	.two-fifth {
		width: 100%;
	}

	.three-fifth {
		width: 100%;
	}

	.one-third {
		width: 100%;
	}

	.two-third {
		width: 100%;
	}

	.lg-image-cta-text h2 {
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.1em;
    margin: 0 0 20px 0;
	}

	.lg-image-cta-text a {
    color: #fff;
    font-size: 18px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 700;
    /* padding: 10px 0 0 0; */
	}

	.about-2col-cta .column-img-sm img {
    margin: 0px 0 10px 0;
	}

	.about-2col-cta .two-column-text-area h2 {
    font-size: 3.2rem;
    line-height: 1.2em;
    font-weight: 500;
    margin: 0 0 10px 0;
	}

	.testimonials h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    color: #cb2891;
    font-style: italic;
	}

	.section-block {
    margin: 52px 0 0 0;
	}

	.lg-image-inset h2 {
		font-size:26px;
	}
}


@media only screen and (max-width: 280px) {

		.slide-wrapper img {
	    max-height: 160px;
	    height: 100% !important;
	    width: auto !important;
			margin:0 -20px 0 0;
		}

		.home-slider .slide-text span {
	    max-width: 260px;
	    z-index: 100;
	    display: block;
	    position: absolute;
	    top: 25%;
	    width: 60%;
	    font-size: 1.8rem;
	    line-height: 1.2em;
		}

		.flex-direction-nav {
	    left: 15%;
	    position: absolute;
	    top: 80%;
	    z-index: 200;
		}

		.flex-control-nav {
	    width: 100%;
	    position: absolute;
	    top: 60%;
	    z-index: 100;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: flex-end;
	    align-items: center;
		}

	}
