
/* Defaults
=======================================================================================================*/
body{
	background-color: #333;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #343434;
	min-height:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
h1 {
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0;
}
h2{font-size:19px;color:#343434;line-height: 25px;}
h2.section  {
color: #343434;
border-bottom: 1px solid #CECECE;
padding-bottom: 5px;
margin-bottom: 15px;
}
h3{font-weight:bold;font-size:16px;color:#343434;margin-bottom:5px;line-height: 21px;}
h4{font-size: 14px;font-weight:bold;line-height: 19px;text-transform: uppercase;margin-bottom:0;}
h5{font-size: 14px;font-weight:bold;line-height: 19px;margin: 0;}
h6{font-size: 14px;line-height: 19px;text-transform: uppercase;margin: 0;font-weight: normal;}

hr{background:#ddd;border:none;height:1px;margin:0 0 30px;}
ul{line-height:24px;padding:0;font-size: 16px;}
ol{line-height:24px;padding:0;font-size: 16px;}

p{font-size: 16px;line-height: 24px;color: #343434;margin-bottom: 10px;margin-top: 0;}
em{font-style:italic;}
strong{font-weight:600;}

sup, sub{font-size:80%;top:-0.4em;position:relative;vertical-align:top;}
sub{top:0.4em;vertical-align:bottom;}
img {max-width: 100%;}
a{color:#1c71c8;outline:none !important;text-decoration:none;border: none;}
a:hover,
a:focus{color:#23527c;text-decoration:none;}
::selection{background:#eeeeee;color:#606060;}
::-moz-selection{background:#eeeeee;color:#606060;}
input::-moz-focus-inner {border: 0;}
object, embed {outline: 0;}
select::-ms-expand {
    display: none;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
form{display:block;}
input[type=password],
input[type=search],
input[type=text],
select,
textarea{
	border:1px solid #ddd;
	font-family:Arial, Verdana, sans-serif;
	color:#2e2e2e;
	display:block;
	height:30px;
	margin:0 0 10px;
	padding:3px 6px;
	width:100%;
	-webkit-appearance:none;
}
textarea{height:80px;resize:vertical;}

/* Transitions */
a,
input[type=submit]{
	/*-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	transition:all 300ms linear;*/
	-webkit-backface-visibility:hidden;
}
footer a {transition:none;}
input[type=submit]{
	background:#026FB6;
	border:1px solid #026FB6;
	border-radius:4px;
	color:#fff;
	display:block;
	font-size:14px;
	height:32px;
	min-width:40px;
	padding:5px 13px;
	text-align:center;
	white-space:nowrap;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	transition:none;
	-webkit-appearance:none;
}
input[type=submit]:hover,
input[type=submit]:focus{background:#23527c;color:#fff;}
#alert {background: #ff3d2f;padding: 15px;line-height: 1.2;font-size: 14px;z-index: 100; width: 100%;}

/* Reusable
=======================================================================================================*/
/*.showup {display: block !important;}*/
.align-center{text-align:center;}
.align-left{text-align:left;}
.align-right{text-align:right;}
.float-left{float:left;}
.float-right{float:right;}
.button{
	background:#026FB6;
	border:1px solid #026FB6;
	border-radius:4px;
	color:#fff;
	display:block;
	font-size:14px;
	height:32px;
	min-width:40px;
	padding:5px 13px;
	text-align:center;
	white-space:nowrap;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	transition:none;
}
.button:hover,
.button:focus{background:#23527c;color:#fff;}

.fade{opacity:0.6;}
.file{display:block;padding-left:20px;position:relative;}
.file i{left:0;position:absolute;top:2px;}

span.pipe{margin:0 5px;}
.clear{clear:both;}
div.spacer{clear:both;height:30px;}
div.small{font-size:12px;}
div.small p{margin:0 0 10px;}

form.search{
	background:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	line-height:20px;
	padding:3px;
	padding-right:40px;
	position:relative;
}
form.search:after{
	content:"\f002";
	font-family:FontAwesome;
	font-size:16px;
	position:absolute;
	right:10px;
	top:4px;
	z-index:1;
}
form.search input[type=text]{border:0;height:24px;margin:0;}
form.search input[type=submit]{
	background:transparent;
	border:0;
	box-shadow:none;
	height:30px;
	position:absolute;
	right:0;
	top:0;
	width:40px;
	z-index:2;
}
.fa-remove:before, .fa-close:before, .fa-times:before {content: '\00d7';}
div.support{
	background:#f1f1f1;
	box-shadow:0px 2px 5px 0 #BCBCBD;
	border:1px solid #ddd;
	border-radius:4px;
	color:#606060;
	display:none;
	margin:0 0 30px;
}
div.support h2{
	background:#fff;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	box-shadow:0 2px 3px #ddd;
	margin:0;
	padding:10px 15px;
}
div.support form{margin:0;padding:15px;}
div.support form p{font-size:14px;line-height:20px;}
div.support form label{display:block;margin:0 0 15px;}
div.support form label span.text{display:block;font-size:12px;margin:0 0 5px;}
div.support form input[type=submit]{
	display:block;
	margin:25px auto 10px;
	max-width:200px;
	width:100%;
}

aside{
	background:#f1f1f1;
	border:1px solid #ccc;
	border-radius:4px;
	margin:0 0 30px;
	overflow:hidden;
}
aside time{font-size:12px;}
aside a{font-weight:600;}
aside p{font-size:14px;line-height:16px;margin:0 0 15px;}
aside img{max-width:100%;}
aside ul{font-size:14px;line-height:20px;margin:0 0 15px 20px;}
aside div.media{background:#000;position:relative;}
aside div.media a:hover img,
aside div.media a:focus img{opacity:0.6;}
aside div.media span.play{
	background:rgba(0,0,0,0.6);
	border-radius:10px;
	color:#fff;
	font-size:20px;
	height:40px;
	left:50%;
	line-height:30px;
	margin:-20px 0 0 -30px;
	position:absolute;
	padding:5px;
	text-align:center;
	top:50%;
	width:60px;
}
aside div.details{padding:10px 15px;}
aside div.details h4{margin:0;}
aside div.details p{margin:5px 0 6px;}
aside div.border-left{border-left:5px solid #026FB6;position:relative;}
aside div.border-left img.bg{position:absolute;right:0;top:0;z-index:1;}
aside div.border-left a{position:relative;z-index:2;}

aside table thead tr th:first-child,
aside table tbody tr td:first-child,
aside table tfoot tr td:first-child{text-align:left;}
aside table thead tr th{background:#fff;border:0;padding:5px;text-align:right;}
aside table thead tr th a{display:inline;font-size:16px;}
aside table thead tr th strong{display:block;font-size:14px;}
aside table tbody tr td:first-child{width:50px;}
aside table tbody tr td{
	background:#F5F5F5;
	border:0;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	font-size:11px;
	padding:5px;
	text-align:right;
}
aside table tfoot tr td{
	background:#fff;
	border:0;
	font-size:11px;
	padding:5px;
	text-align:right;
	white-space:nowrap;
}

ul.thumbs{list-style:none;margin:0;padding:0;}
ul.thumbs li{margin:0 0 30px;}
ul.thumbs li a.thumb{
	border-radius:4px;
	border:1px solid #ddd;
	display:block;
	margin:0 0 7px;
	overflow:hidden;
}
ul.thumbs li a.thumb:hover img,
ul.thumbs li a.thumb:focus img{opacity:0.8;}
ul.thumbs li a.thumb img{width:100%;}

div.scroll{height:300px;margin:0 0 30px;overflow:auto;}
ul.scroll{height:200px;list-style:none;margin:0 0 30px;padding:0;overflow:auto;}

div.img-wrap figure{border-radius:4px;margin:0 0 30px;overflow:hidden;position:relative;}
div.img-wrap figure img{max-width:100%;}
div.img-wrap figure figcaption{background:#2e2e2e;color:#fff;display:block;padding:15px;width:100%;}
div.img-wrap figure figcaption h2{margin:0 0 5px;}
div.img-wrap figure figcaption h2 a{color:#fff;font-weight:normal;}
div.img-wrap figure figcaption h2 a:hover,
div.img-wrap figure figcaption h2 a:focus{opacity:0.6;}
div.img-wrap a.mp-video svg {width: 50px;}
div.img-wrap a.mp-video svg * {fill:yellow;}

.click-to-play-icon a.mp-video svg {width: 65px;}
.click-to-play-icon a.mp-video {position: relative; top: -70px;}

/*.videowrapper {
  position: relative;
  padding-bottom: 56%;
  padding-top: 20px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

h3.nav-toggle{border-bottom:1px solid #ddd;padding-bottom:5px;}
h3.nav-toggle span{cursor:pointer;float:right;height:32px;line-height:32px;margin:-7px 0;text-align:center;width:32px;}
h3.nav-toggle span:after{color:#026FB6;content:"\f0c9";font-family:FontAwesome;font-size:20px;}
h3.nav-toggle span.opened:after{content:"\f00d";}

div.nav{display:none;margin:0 0 30px;}
div.nav ul{list-style:none;margin:0;}
div.nav ul li{margin:0;}
div.nav ul li a{border-left:1px solid #ddd;font-weight:600;display:block;padding:7px 20px;}
div.nav ul ul{border-top:0;}
div.nav ul ul a{padding-left:45px;}
div.nav ul li.on > a{font-weight:normal;border-left:5px solid #026FB6;padding-left:15px;}
div.nav ul ul li.on > a{padding-left:40px;}

.accordions {margin-top: 30px;}
div.accordion{margin:15px 0 30px;}
div.accordion h4{cursor:pointer;margin:0;padding:7px 15px 8px;padding-left:40px;position:relative;}
div.accordion div.details{display:none;padding:20px 20px 0 40px;}
div.accordion h4 span{left:15px;position:absolute;top:7px;}
div.accordion h4 span.minus{display:none;}
div.accordion h4.opened{background:#606060;color:#fff;}
div.accordion h4.opened span.minus{display:block;}
div.accordion h4.opened span.plus{display:none;}
div.body ul {margin-left: 17px;}
div.body ol {list-style-position: inside;}

div.listing{line-height:20px;margin:0 0 30px;min-height:120px;padding-left:120px;position:relative;}
div.listing h2{margin:0 0 10px;}
div.listing img{left:0;position:absolute;top:5px;}
div.listing time{font-size:14px;opacity:0.7;}
div.listing p{font-size:14px;margin:0 0 10px;}
div.listing.no-thumb{min-height:0;padding-left:0;}
div.listing a.thumb{
	border:1px solid #ddd;
	border-radius:4px;
	display:block;
	height:100px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:5px;
	width:100px;
}
div.listing a.thumb img{left:auto;position:static;top:auto;width:100px;}
div.listing.icon{min-height:90px;padding-left:90px;}
div.listing.icon a.thumb{height:70px;width:70px;}
div.listing.icon a.thumb img{width:70px;}

div.table-listing{margin:0 0 30px;}
div.table-listing a{display:table;font-weight:600;}
div.table-listing span{display:table-cell;font-size:12px;line-height:18px;vertical-align:middle;}
div.table-listing span.thumb{border-radius:4px;overflow:hidden;}
div.table-listing span.thumb img{width:50px;}
div.table-listing span.text{padding:0 10px;}

div.pager.text{margin:0 0 20px;padding:6px 0;text-align:left;}
div.pager{font-size:14px;margin:0 0 20px;padding:3px 65px 3px 0;position:relative;text-align:right;}
div.pager a{display:inline-block;font-weight:600;padding:3px 5px;width:20px;}
div.pager a.on{font-weight:normal;}
div.pager a.off{opacity:0.4;}
div.pager div.select{position:absolute;right:0;top:0;text-align:left;width:55px;}

div.social{margin:0 0 30px;}
div.social a{
	background:#23527c;
	border-radius:4px;
	color:#fff;
	display:inline-block;
	font-size:20px;
	height:32px;
	line-height:32px;
	margin:0 10px 0 0;
	text-align:center;
	width:32px;
}
div.social a:hover,
div.social a:focus{background:#026FB6;}
.mobile-only {} /* MEW added for use in components with mobile-specific content */
.tablet-only {}
.desktop-only {}
.mobile-hidden {}
.tablet-hidden {}
.desktop-hidden {}
/* Table Styles */
div.table-wrap{border:1px solid #ccc;border-radius:4px;margin:0 0 30px;overflow:auto;}
div.table-wrap table{line-height:18px;min-width:600px;}
div.table-wrap table span.small{font-weight:normal;font-size:11px;line-height:12px;}
div.table-wrap::-webkit-scrollbar{-webkit-appearance:none;}
div.table-wrap::-webkit-scrollbar:vertical{width:11px;}
div.table-wrap::-webkit-scrollbar:horizontal{height:11px;}
div.table-wrap::-webkit-scrollbar-thumb{border-radius:8px;border:2px solid #fff;background-color:#ccc;}
div.table-wrap::-webkit-scrollbar-track{background-color:#fff;border-radius:8px;}
div.table-wrap table tbody tr i{font-size:18px;}
div.table-wrap table ul{margin-bottom:0;}
.copyright {color: #8d8d8d;}
table{border-collapse:collapse;font-size:12px;width:100%;}
table th a{display:block;text-transform:uppercase;}
table .center{text-align:center;}
table .left{text-align:left;}
table .right{text-align:right;}
table tr.header{border-bottom:4px solid #DBDBDB;border-top:2px solid #F2F2F2;}
table tr.header th{background:#fff;font-size:14px;padding:10px;}
table tr:nth-child(even){background:#f5f5f5;}
table tbody.reverse tr:nth-child(odd){background:#f5f5f5;}
table tr.highlight{background:#FAE8DA;border-bottom:2px solid #EFAF69;border-top:2px solid #EFAF69;}
table th:first-child,
table td:first-child{border-left:none;}
table th{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	background:#eee;
	font-weight:600;
	text-align:left;
	padding:5px 10px;
	vertical-align:middle;
}
table td{border-left:1px solid #ccc;padding:10px;vertical-align:top;}

div.filters span.label{display:block;font-size:12px;margin:0 0 5px;}
div.filters{margin:0 0 15px;}
div.filters p{margin:10px 0 0;}
div.filters form.search{margin:0;}
div.filters a.off{color:#606060;cursor:default;}

div.image-row{margin:0 0 15px;text-align:center;}
div.image-row img{margin:0 0 15px;max-width:100%;}

div.section{
	background-size:cover;
	background-position:center center;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	bottom:-21px;
	margin:-21px -15px 0 -15px;
	padding:30px 15px 0;
	position:relative;
}

div.button-box{
	background:#fff;
	border:1px solid #ccc;
	border-radius:5px;
	box-shadow: 0px 2px 3px -2px #BCBCBD;
	font-size:13px;
	margin:0 0 20px;
	position:relative;
	overflow:hidden;
}
div.button-box > a{
	border-bottom:4px solid #F4F4F4;
	border-top:2px solid #fff;
	border-radius:4px;
	color:#606060;
	display:block;
	font-size:14px;
	padding:15px 10px;
	position:relative;
	z-index:1;
}
div.button-box > a:hover,
div.button-box > a:focus{color:#026FB6;}
div.button-box > a:after{
	color:#026FB6;
	content:"\f103";
	font-family:FontAwesome;
	font-size:18px;
	position:absolute;
	right:10px;
	top:15px;
}
div.button-box > a.open{border-top:2px solid #026FB6;}
div.button-box > a.open:after{content:"\f102";color:#606060;}
div.button-box ul{
	background:#ffffff;
	border-top:1px solid #ccc;
	display:none;
	margin:-2px 0 0 0;
	padding:12px 0 10px;
	position:relative;
	z-index:2;
}
div.button-box ul.scroll{max-height:120px;overflow:auto;}
div.button-box ul li{margin:0;padding:0;}
div.button-box ul li a{color:#606060;display:block;font-size:12px;padding:4px 15px;}
.left-image-wrap > div {margin-bottom: 20px;}

/* Page
=======================================================================================================*/
#page{min-width:300px;}

/* Header
=======================================================================================================*/
header{padding: 20px 0;}
header div.container{position:relative;}
header img.logo{max-width:100%;}

.nav-wrap {padding-left: 7px;}
header .nav{
	display:none;margin:0;text-align:right;
	color: #cecece;
    z-index: 1000;
    float: left;
    padding-top: 7px;
    font-size: 14px;
    line-height: 19px;
}
header .nav a{
	color:#fff;
	margin-left:20px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	transition:none;
}
header .nav > li > a {font-size: 16px;}
header .nav > li > a:hover {
    color: rgb(90, 148, 194);
}
header span.menu{
	color:#FFF;
	cursor:pointer;
	font-size:40px;
	line-height:1;
	padding:2px 6px;
	position:absolute;
	right:16px !important;
	top:4px;
	display: none;
}
header span.search-toggle {
    right: 60px;
    color: #fff;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    font-size: 40px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 30px;
}

/*header span.menu.opened{background:#FFF;border:1px solid #026FB6;color:#026FB6;}*/
header span.menu:before{
	content: "\66";
    font-family: "untitled-font-1" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header span.menu::selection{background:transparent;}
header span.menu::-moz-selection{background:transparent;}
header span.menu span.text::selection{background:transparent;}
header span.menu span.text::-moz-selection{background:transparent;}
header form.search{display:none;position:absolute;right:15px;top:10px;width:0;}
.ddMenu {
    display: none;
    z-index: 5001;
    background-image: url(../img/triangle_16.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    position: absolute;
    min-height: 16px;
    min-width: 150px;
}
ul.nav li ul.subnav, ul#tools li ul.subnav {
    margin: 0px;
    position: absolute;
    z-index: 5000;
    background-color: #000;
    padding: 12px 12px;
    margin-left: -12px;
    font-size: 11px;
    min-width: 180px;
    display: none;
    top: 10px;
}
ul.nav li ul.subnav li, ul#tools ul.subnav li {
    float: none;
    display: block;
    margin-bottom: 10px;
    margin-left: 0px;
    z-index: 5002;
    font-weight: normal;
    color: #cecece;
}
ul.nav li ul.subnav li a, ul#tools li ul.subnav li a {
    width: auto;
    color: inherit;
}
ul.nav li ul.subnav li a:hover, ul#tools li ul.subnav li a:hover {
    color: #5A94C2;
}
header ul.nav > li:hover > .ddMenu {display: block;}
/* Nav
=======================================================================================================*/
nav{display:none;background: #000; color: #ccc;padding:40px 20px;position: absolute;width: 100%;z-index: 101; min-height: 500px;}
nav ul.mobile{list-style:none;margin:0 -15px;padding:0;}
nav ul.mobile li{margin:0;padding:0;}
nav ul.mobile li:first-child > a{border-top:1px solid #000;}
nav ul.mobile li a{
	border-bottom:1px solid #000;
	color:#fff;
	display:block;
	padding:15px;
}
nav ul.mobile li a:hover,
nav ul.mobile li a:focus{background:#23527c;color:#fff;}
nav ul.mobile form.search{margin:12px 15px 10px;}
/*mobile nav*/
.mobile-nav-top {position: relative;height: 40px;}
header span.close {/*background: url(../img/close.png) no-repeat center;*/width: 30px;color:#fff;height: 30px;display: none;cursor: pointer;position: absolute; right: 25px; top: 0px;font-size: 40px;}
.mobile-nav-top a.login {/*background: url(../img/login-icon.png) no-repeat center;*/font-size: 40px;width: 40px;height: 40px;display: inline-block;position: absolute;right: 0;top: -10px;color:#ccc;}
.mobile-nav-top a {font-size: 16px;text-transform: uppercase;color: #ccc;margin-left: 60px;}
nav #child-nav-mobile a {color: #ccc !important;}
nav #child-nav-mobile > li > a {text-transform: uppercase;font-size: 20px;font-weight: bold;}
nav #child-nav-mobile ul a {font-size: 16px;}
/*.mobile-nav-middle {margin: 10px 0 30px 0;}*/
.mobile-nav-top a.nav-button {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    padding: 10px;
    background: #fff;
    font-weight: bold;
    margin: 25px 0;
}
ul#child-nav-mobile {
    list-style-type: none;
    font-size: 11px;
    color: #444;
    margin-top: 25px;
    margin-bottom: 50px;
}
ul#child-nav-mobile li.master {
    margin-bottom: 15px;
    position: relative;
}
ul#child-nav-mobile .selected {
    font-weight: bold;
}
ul#child-nav-mobile li span.icon {
    width: 18px;
    height: 18px;
    display: block;
    vertical-align: top;
    position: relative;
    top: 4px;
    margin-right: 5px;
    position: absolute;
    margin-left: -12px;
}
ul#child-nav-mobile li span.icon a {
    height: 8px;
    background: url(../img/arrow_hamburger.png) no-repeat;
    width: 8px;
    display: block;
    content: '';
}
nav ul#child-nav-mobile li span.icon a {
	height: 16px;
    margin-top: -1px;
    margin-left: -5px;
}
ul#child-nav-mobile li span.icon.open a {
	transform: rotate(90deg) ;
	-webkit-transform: rotate(90deg) ;
	-moz-transform: rotate(90deg) ;
	-o-transform: rotate(90deg) ;
	-ms-transform: rotate(90deg) ;
}

ul#child-nav-mobile li.master a:hover {
    color: rgb(90, 148, 194);
}
ul#child-nav-mobile li a.text {
    color: #343434;
}
.login-dashboard {display: none;}
.login-dashboard > a {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #ccc;
    text-align: right;
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}
.login-dashboard-top {
    z-index: 100;
    margin-top: 0px;
    position: absolute;
    display: inline-block;
}
.login-dashboard-top span.back {
	height: 40px;
    /*background: url(../img/BackArrow.png) no-repeat;*/
    width: 40px;
    display: block;
    content: '';
    background-size: 100%;
    font-size: 40px;
    color: #ccc;
    margin-top:-9px;
}
.no-overflow {overflow: hidden;position: fixed;}
/*Left Nav*/

ul#child-nav {
    list-style-type: none;
    font-size: 11px;
    color: #444;
    margin-top: 3px;
    margin-bottom: 50px;
}
ul#child-nav li.master {
    margin-bottom: 15px;
    position: relative;
}
ul#child-nav .selected {
    font-weight: bold;
}
ul#child-nav li span.icon {
    width: 18px;
    height: 18px;
    display: block;
    vertical-align: top;
    position: relative;
    top: 4px;
    margin-right: 5px;
    position: absolute;
    margin-left: -12px;
}
ul#child-nav li span.icon a {
    height: 8px;
    background: url(../img/spinners.png) no-repeat;
    width: 8px;
    display: block;
    content: '';
}
nav ul#child-nav li span.icon a {
	height: 15px;
    width: 15px;
    background-size: 180%;
    margin-top: -4px;
    margin-left: -5px;
}
ul#child-nav li span.icon.open a {
    background-position: 0px -8px;
}

ul#child-nav li.master a:hover {
    color: rgb(90, 148, 194);
}
ul#child-nav li a.text {
    color: #343434;
}
ul.grandchild-nav {
	list-style-position: inside;
    list-style-type: none;
    margin-left: 12px;
    display: none;
    margin-top: 10px;
}
#child-nav-mobile ul.grandchild-nav {
	margin-left: 18px;
	margin-top: 15px;
}
ul.grandchild-nav li {
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 10px;
}

/*mobile search*/
.mobile-search {
    display: inline-block;
    position: absolute;
    right: 100px;
    top: 8px;
}
.mobile-search .mobile-search-input {
	border: none;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    max-width: 190px;
    margin-bottom: 0;
    color: #fff;
    padding: 5px;}
.mobile-search input {display: none;}

/*local nav*/
ul#local-nav {
    list-style-type: none;
    font-size: 11px;
    color: #444;
    margin-top: 15px;
    margin-bottom: 30px;
    display: none;
    margin-left: 12px;
}
ul#local-nav li.master {
    margin-bottom: 10px;
    position: relative;
}
ul#local-nav .selected {
    font-weight: bold;
}
ul#local-nav li span.icon {
    width: 18px;
    height: 18px;
    display: block;
    vertical-align: top;
    position: relative;
    top: 8px;
    margin-right: 5px;
    position: absolute;
    margin-left: -12px;
}
ul#local-nav li span.icon a {
    height: 13px;
    background: url(../img/arrow_local.png) no-repeat;
    display: block;
    margin-top:-4px;
}
nav ul#local-nav li span.icon a {
	height: 15px;
    width: 15px;
    background-size: 180%;
    margin-top: -4px;
    margin-left: -5px;
}
ul#local-nav li span.icon.open a {
    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    transform-origin: 2px 6px;
}
ul#local-nav-mobile li span.icon.open a {
    background-position: 0px -15px;
    background-size: 180%;
}
ul#local-nav li.master a:hover {
    color: rgb(90, 148, 194);
}
ul#local-nav li a.text {
    color: #343434;
    font-size: 16px;
}
/* Main
=======================================================================================================*/
main{background:#343434;}
main > div.container{position:relative; background: #edeff0;}
main .body{padding:20px;}
h4.accordion-toggle {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #333;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    margin-top: 10px; 
}
.breadcrumb {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 0;
    display: flex;
    align-items: baseline;
}
.breadcrumb img {margin-bottom: 5px;cursor: pointer;width: 15px;display: inline-block;}
.breadcrumb img.open {
	transform: rotate(90deg) ;
	-webkit-transform: rotate(90deg) ;
	-moz-transform: rotate(90deg) ;
	-o-transform: rotate(90deg) ;
	-ms-transform: rotate(90deg) ;
}

.breadcrumb a {color: #000;}
.title-links {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 10px 0px;
    margin-bottom: 40px;
    clear: both;
    display: block;
}
.title-links ul.critical {
    float: left;
    font-size: 11px;
    max-width: 450px;
    margin: 0;
}
.title-links ul li {
    float: left;
    list-style-type: none;
}
.title-links ul.critical li {
    margin-right: 18px;
}
.bodycopy {margin-top: 30px;clear: both; overflow: hidden;}
/*.bodyextra {clear:both;}*/
.request-info-box {
    background: #fff;
    padding: 10px;
    width: 180px;
}
.request-info-box a, .connect-box a {
    color: #1c71c8;
    font-size: 13px;
    font-weight: bold;
}
.connect-box {
    background: #fff;
    padding: 10px;
    margin-top: 40px;
    width: 180px;
    overflow: hidden;
}
.connect-box h3 {overflow: hidden;}
.connect-box a {margin-right: 1.5px;display: inline-block;float: left;}
.bodycopy > .col-md-4 {padding-left: 10px;}
.bodycopy .bodycopy-right {float: right;}
.bodycopy .bodycopy-right .news-box {background: #fff; padding: 10px; width: 180px;margin-bottom: 40px;}
.bodycopy .bodycopy-right .news-box h3 {margin: 0;}
.bodycopy .bodycopy-right .news-box p {line-height: 1;}
.four-image-box-wrap { margin-top: 20px;}
.four-image-box img {margin-right: 15px;margin-bottom: 15px;width: 45%;}
.four-image-box-wrap h2 {
	color: #343434;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 15px;}

div#promo-inner {
    margin-bottom: 20px;
    margin-top: 0px;
}
div#promo-inner .promo {display: inline-block;float: left;}
.promo.left-img {width: 220px; height: 220px;}
.promo.middle-img {margin-left: 20px; margin-right: 20px; height: 220px;}
.promo.right-img {width: 290px; height: 220px;}
.link-overlay {width: 100%;position: absolute;height: 100%;top:0;}
/*homepage*/
#home-banner-slider .student-work {
	font-size: 14px;
    color: #fff;
    max-width: 200px;
    margin-top: 10px;
    margin-left: -15px;
    display: inline-block;
    line-height: 18px;
}
#home-banner-slider .hero-copy p.subhead {margin-top: 10px;font-size: 20px;line-height: 26px;}
#home-banner-slider .hero-copy .home-banner-left-align {position: absolute;bottom: 100px;z-index: 1;}
#home-banner-slider .col-md-7.col-sm-9 {z-index: 10;}
main.home > div.container {background: transparent;}
main.home img {width: 100%;}
.home-banner-left-align {padding: 0;}
.slider-wrap {position: relative;}
#home-banner-slider h1 {color: #fff;line-height: 1.06;margin: 16px 0;}
#home-banner-slider p {color: #fff;margin: 0;}
.gradient:after {
	display: block;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
    top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
.one-text-wrap {color: #fff;padding: 50px 25px;width: 80%;margin: 0 auto;}
.one-text-wrap p {font-size: 15px;font-family: helvetica,Arial;color: #fff;margin-top: 0;}

.two-box-wrap {clear: both;overflow: hidden;margin-bottom: 25px;z-index: 1;}
.two-box a {color: #fff;}
.two-box {width: 50%;display: inline-block;float: left;position: relative;z-index: 1;}
.two-box h3.title {text-align: left;padding-left: 30px; padding-right: 30px;margin-bottom: 10px;margin-top: 20px;line-height: 1.2;}
.two-box p {font-size: 16px;font-family: helvetica,Arial;color: #fff;padding-left: 30px; padding-right: 30px;line-height: 24px;margin-top: 0px; margin-bottom: 20px;}
.two-box.content-inside > h3.title {padding-left: 60px; padding-right: 60px;}
.two-box.content-inside {
    display: flex;
    align-items: center;
    height: 272px;
}
.four-box-wrap {clear: both;overflow: hidden;}
.four-box {width: 25%;display: flex;float: left;position: relative; align-items: center; padding-top: 30px; padding-bottom: 30px;}
.four-box h3.title {margin-left: 23px;margin-right: 23px;text-align: left;line-height: 1.2;margin-top: 0;margin-bottom:0;}

.home-marketing-wrap {clear: both;position: relative;overflow: hidden;margin-bottom: 25px;display: flex; align-items: center;background-size: cover;background-position: center center;}
.home-marketing {width: 60%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.home-marketing p {font-size: 16px;font-family: helvetica,Arial;color: #fff;line-height: 24px;margin-top: 0;}

h3.title {
    font-size: 18px;
    text-transform: uppercase;
    /*color: #fff; Removed by MEW for custom text colors functionality */
    text-align: center;
    font-weight: bold;
}
h2.title {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}
a.learn {color:#448ccb;font-weight: bold;font-size: 15px;font-family: helvetica,Arial;}

.home-video-wrap {position: relative;margin-bottom: 25px;}
.home-video-wrap .img-wrap {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    margin: 0;
    width: 60%;
    z-index: 1;
}
.home-video-wrap a.mp-video {z-index: 100; display: inline-block;}
.home-video-wrap p {margin-top: 0; margin-bottom: 0;}
.home-embed-video {
    margin-bottom: 25px;
}
.home-embed-video > .video {display: none;margin-left: -15px; margin-right: -15px;}
.home-embed-video.mobile-only > .home-video-wrap {margin-left: 0;margin-right: 0;}
#hero-banner .home-embed-video > .video {margin-left: 0; margin-right: 0;}
#home-banner-slider {position: relative;}
#home-banner-slider ul li section {
	height: 400px;
    /*display: flex;*/
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#home-banner-slider > .container {position: relative;}

.home-embed-video.click-to-play .home-banner-left-align {position: absolute;bottom: 70px;margin-bottom: 0;}
.click-to-play .padding .container {position: relative;}
.click-to-play .home-video-wrap .padding > .img-wrap h2 {line-height: 1.06;}

/*general-embed-video style*/
.general-embed-video {
    margin-bottom: 25px;
}
.general-embed-video > .video {display: none;margin-left: -15px; margin-right: -15px;}
.general-embed-video.mobile-only > .home-video-wrap {margin-left: 0;margin-right: 0;}
.general-embed-video > .video {margin-left: 0; margin-right: 0;}
.general-embed-video .img-wrap {width: 90px;}
.general-embed-video div.img-wrap a.mp-video svg {width: 100px;}
.cta-group {position: absolute;top: 0px;background: #edeff0;z-index: 100;padding: 10px;right: 0;padding-right: 16px;}
.cta-group.desktop {max-width: 340px; min-width: 150px;}
.cta-item {display: flex; align-items: center;}
.cta-item a {font-size: 13px;font-weight: bold;color: #333;text-transform: uppercase;margin-top: 1px;line-height: 1.2;text-align: center;}
.cta-item i.fa {font-size: 20px; padding: 5px;}

/* Section
=======================================================================================================*/
section{
	background-size:cover;
	background-position:center center;
	border-top:1px solid #ddd;
	padding:40px 0 20px;
}
section.border-top{border-top:1px solid #ddd;}
section.banner{border:0;background-color:#606060;color:#fff;position:relative;}
section.banner div.padding, .click-to-play .padding {padding:20px 15px;}
section.banner div.shade{background:rgba(0,0,0,0.6);}
section.banner p.h1{font-size:26px;font-weight:300;line-height:30px;margin:0 0 20px;}
section.banner p{font-size:15px;line-height:20px;}
section.banner a.button{
	background:transparent;
	border-color:#fff;
	box-shadow:none;
	color:#fff;
	font-size:16px;
	height:auto;
	max-width:200px;
	padding:8px;
}
section.banner a.button:hover,
section.banner a.button:focus{background:#fff;border-color:#fff;color:#026FB6;}
.left {
    float: left;
}
.right {
    float: right;
}
.no-margin {margin: 0 !important;}
/* Footer
=======================================================================================================*/
footer{text-align:center;color: #8d8d8d;padding: 30px 25px;}
footer a{color:#8d8d8d;white-space:nowrap;font-size: 11px;}
footer div.float-right{float:none;}
footer p{margin:0 0 20px;font-size: 11px;}
footer p.links a{display:block;margin:0 0 15px;}
footer p.links span.pipe{display:none;}
footer p.fade{font-size:12px;}
footer address {
    margin-bottom: 8px;
    font-style: normal;
    font-size: 11px;
}
footer strong {
    color: #cecece;
}
footer ul {
    margin-bottom: 8px;
    font-size: 11px;
    list-style: none;
    margin-top: 0;
    float: right;
}
footer a:hover {color: #5a94c2;}
ul.social_media_icons li {
    float: left;
    margin: 0px;
    margin-right: 7px;
    list-style-type: none;
}
.sni.email {
    background-position: -108px top;
}
.sni.email:hover {
    background-position: -108px bottom;
}
.sni.large {
    background-image: url(../images/template/social_network_sprites_lg.png);
    background-position-y: top;
    width: 27px;
    height: 27px;
    max-height: 27px;
    max-width: 27px;
    min-height: 27px;
    min-width: 27px;
    cursor: pointer;
    display: inline-block;
}
.footer-links > div {display: inline-block;float: left;margin-right: 40px;}
/* Plugins
=======================================================================================================*/


/*scrolltabs*/
.scrolltabs {height: 28px; border-bottom: 1px solid #000;background: #fff;margin-top: 25px;}
.scrolltabs > span.tab-nav {
	width: 33.33%;
	display: inline-block;
	border-right: 1px solid #ccc;
    height: 27px;
    padding: 5px;
    text-align: center;
    box-sizing:border-box;
    float: left;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}
.scrolltabs > span.tab-nav:hover, .scrolltabs > span.tab-nav:focus, .scrolltabs > span.tab-nav.active {background: #343434;color: #fff;}
.tab-wrap {padding-top: 25px;padding-bottom: 25px;}
/* Magnific Popup */
div.white-popup{
	background:#fff;
	border-radius:4px;
	border:1px solid #000;
	margin:50px auto;
	max-width:300px;
	position:relative;
	width:auto;
}
div.white-popup .mfp-close{
	background: #d7d7d7;
	background: -moz-linear-gradient(top,  #d7d7d7 0%, #b7b7b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7d7d7), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d7d7d7 0%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d7d7d7 0%,#b7b7b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d7d7d7 0%,#b7b7b7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d7d7d7 0%,#b7b7b7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
	border-left:1px solid #ccc;
	border-radius:0 4px 0 0;
	color:#000;
	height:40px;
	line-height:40px;
	font-size:27px;
	font-weight:600;
	opacity:1;
	position:absolute;
	padding:0;
	right:0;
	text-align:center;
	top:0;
	width:40px;
}
div.white-popup h2.header{
	background:#F7F7F7;
	border-bottom:1px solid #ccc;
	border-radius:10px 10px 0 0;
	color:#606060;
	display:block;
	font-size:16px;
	margin:0;
	padding:10px 15px;
}
div.white-popup div.content{
	border-radius:0 0 10px 10px;
	box-shadow:inset 0px 2px 3px #DDD;
	padding:15px;
	position:relative;
}
div.white-popup div.content ul{font-size:13px;height:300px;margin:-15px 0 0;}


/*BAC Header Tool*/
header #tools {
    float: right;
    color: white;
    margin-bottom: 15px;
    margin-top: 0;
    list-style-type: none;
    display: none;
}
#tools .tooler {
    float: right;
    margin-right: 5px;
}
header #tools li {
    list-style-type: none;
    display: inline-block;
}
header #tools input[type='text'].search_text {
    color: white;
    background-color: transparent;
    margin-right: 2px;
    width: 130px;
    border: 1px solid #222;
    padding: 4px;
    padding-bottom: 5px;
}
header #tools input[type='button'].search_glass {
    width: 23px;
    height: 24px;
    background-color: #333;
    background-image: url(../img/search-glass.png);
    background-position: left;
    border: 0px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 0;
    padding: 0px;
}
ul#tools li.about {
    margin-right: 12px;
}
.newListSelected {
    color: #343434;
    height: 19px;
    padding: 4px 0 1px 6px;
    float: left;
    background-color: #cecece;
    clear: both;
    display: block;
    margin-bottom: 10px;
    width: 97%;
    background-image: url(../img/select-dropper.png);
    background-position: right;
    background-repeat: repeat-y;
    cursor: pointer;
}
#tools .drop {
	min-width: 70px;
    background-color: #222;
    color: white;
    background-image: url(../img/select-dropper-dark.png);
    border: none;
    background-position: right;
    background-repeat: repeat-y;
    cursor: pointer;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 0 !important;
}
#tools .drop option {
	background-color: #cccccc !important;
    color: #343434 !important;
    padding: 3px 8px;
}
#tools .tooler.search {margin-right: 0;}
#tools .tooler.search form {min-width: 155px; position: relative;}
ul#tools li.drop .newListSelected {
    min-width: 70px;
    background-color: #222;
    color: white;
    background-image: url(../img/select-dropper-dark.png);
}
.tooler .selectedTxt {
    padding: 0 29px 0 0;
}
.selectedTxt {
    overflow: hidden;
    height: 16px;
    padding: 0 23px 0 0;
}
header ul#tools li.drop .newList {
    background-color: #343434;
}
ul#tools li.drop .newList {
    width: 100px;
    min-height: 150px;
    border-color: #8d8d8d;
}
ul.newList {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #343434;
    background: #ffffff;
    position: absolute;
    border: 1px solid #cecece;
    top: 0px;
    left: 0;
    overflow: auto;
    z-index: 9999;
    margin-bottom: 10px;
    display: block;
    margin-top: 3px;
    cursor: pointer;
    width: 99%;
    min-height: 100px;
}
.item ul.newList li, ul.newList li {
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0px;
    font-size: 11px;
}

header ul#tools li.drop .newList li {
    display: block;
}
header ul#tools li.drop .newList li a.hiLite {
    background-color: #cccccc !important;
    color: #343434 !important;
}
header ul#tools li.drop .newList li a {
    color: #cecece;
}
header #tools .login {
    margin-right: 10px;
}

/*Customized Hero video*/
/*#autoPlayHeroVideo {max-height: 500px;}*/
#hero-banner {
	position: relative;
	width: 100%;
    overflow: hidden;
    max-width: 100%;
}
#hero-banner h1 {
    color: #fff;
    line-height: 1.2;
}
#hero-banner p {
    color: #fff;
    margin: 0;
}
#hero-banner .hero-video.homepage {
	position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 20px;
}
#hero-banner .cta-wrap {position: relative;}
#hero-banner .home-video-wrap {margin-bottom:0;}

/* Media Queries
=======================================================================================================*/
/* Small */
@media (max-width:360px) {
	#home-banner-slider ul li section {height: 400px;}
	.mobile-hidden { display: none; } /* MEW added for use in components with mobile-specific content */
	.general-embed-video .img-wrap {width: 60px;}
	.general-embed-video div.img-wrap a.mp-video svg {width: 70px;}
	.mobile-nav-top a.login {right: -10px;}
}
@media (min-width:560px) {

	div.img-wrap figure figcaption{background:rgba(0,0,0,0.6);bottom:0;left:0;position:absolute;}
	header span.menu span.text{display:inline;}
	nav {right: 0;z-index: 101;height: 100%;}
	nav > .container {width: auto;}
}

/* Tablet Portrait */
@media (min-width:768px) {
	h1 {font-size: 34px;line-height: 38px;margin:25px 0;}
	.title-links {padding: 13px 0px;}
	.mobile-only {display: none;}
	.tablet-hidden { display: none; } /* MEW added for use in components with tablet view suppressed */
	div.section{margin:-21px 0 0 0;padding:30px 30px 0;}
	header .nav > li {list-style: none;display: inline-block;width: 90px;vertical-align: top;float: left;text-align: left;margin-left: 20px;}
	header .nav > li:first-of-type {margin: 0;}
	header .nav a{margin-left:0px;}
	section.banner{padding:0;}
	section.banner div.shade{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;1+0,0.3+50,0.3+80,1+100 */
		background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(0,0,0,0.3)), color-stop(80%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 80%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 80%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 80%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.3) 80%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	}
	section.banner div.padding, .click-to-play .padding {padding:250px 0 40px;}
	section.banner p.h1{font-size:35px;line-height:40px;}
	section.banner p{font-size:16px;line-height:24px;}
	footer{text-align:left;}
	footer div.social{text-align:right;}
	footer div.float-right{float:right;}
	footer p.links a{display:inline;}
	footer p.links span.pipe{display:inline;}

	div.flexslider.hero section.banner div.padding{padding:150px 0 120px;}
	div.flexslider.hero ul.flex-direction-nav{left:50%;margin-left:-370px;position:absolute;top:100px;width:100px;}
	div.flexslider.hero ul.flex-direction-nav li{display:inline;}
	div.flexslider.hero ul.flex-direction-nav li a.flex-next,
	div.flexslider.hero ul.flex-direction-nav li a.flex-prev{display:inline-block;position:static;left:auto;top:0;}
	main .body {padding: 30px 50px 50px;}
	.logo-wrap {padding: 0;}
	/*.promo img {max-height: 220px;}*/
	#home-banner-slider ul li section {height: 450px;}
	h2.title {font-size: 28px;}
	.one-text-wrap p,.two-box p,.home-marketing p, a.learn {font-size: 16px;}
	#hero-banner .hero-video.homepage .hero-copy {padding: 250px 0 40px;}
	div.img-wrap a.mp-video:after {margin-top: -16px;}
	.priority-components {float:right;}
	.click-to-play .home-video-wrap .padding > .img-wrap {
		bottom:100px;
		top:auto;
		transform: translate(-50%, 0);
    	-webkit-transform: translate(-50%, 0);
    	-moz-transform: translate(-50%, 0);
    	-o-transform: translate(-50%, 0);
    	-ms-transform: translate(-50%, 0);
	}
}

/* Tablet Landscape */
@media (min-width:992px) {
	body {font-size: 11px;}
	h1 {font-size: 36px;line-height: 40px;text-transform: uppercase;color: #343434;margin:0;}
	h2 {font-size: 16px;line-height: 20px;}
	h3 {font-size: 13px;line-height: 17px;font-weight: bold;}
	h4 {font-size: 11px;line-height: 13px;font-weight: bold;text-transform: uppercase;margin-bottom: 0;margin-top:20px;}
	h5 {font-size: 11px;line-height: 19px;font-weight: bold;}
	h6 {font-size: 11px;line-height: 19px;text-transform: uppercase;}
	p,ol,ul {font-size: 13px;line-height: 19px;}
	div.body ul, div.body ol {line-height: 19px;font-size: 13px;}
	header #tools {display: block;}
	h3.title {font-size: 22px;}
	h2.title {font-size: 36px;}
	#home-banner-slider h1 {margin:22px 0;}
	/*.one-text-wrap p,.two-box p,.home-marketing p, a.learn {font-size: 18px;}*/
	.breadcrumb {font-size: 11px;}
	#tools {display: block;}
	.title-links {margin-top: 7px;padding: 5px 0px;}
	.desktop-hidden {display: none;}
	.tablet-hidden { display: none; } /* MEW added for use in components with tablet view suppressed */
	div.section{margin:-21px 0 0 -30px;}
	div.support{
		box-shadow:none;
		height:340px;
		margin:-170px 0 0 0;
		position:absolute;
		right:15px;
		top:50%;
		width:300px;
		z-index:9;
	}
	/*div#promo-inner .promo {max-height: 220px;}*/
	header span.menu, header span.search-toggle{display:none;}
	header .nav{display:block;}
	h3.nav-toggle.v2{display:block;}
	h3.nav-toggle.v2 span{display:none;}
	h3.nav-toggle{border-bottom:0;display:none;padding:0;}
	div.nav{display:block;}

	div.flexslider.hero ul.flex-direction-nav{margin-left:-480px;}
	div.flexslider.carousel{padding:0 55px;}
	div.flexslider.sub ul.flex-direction-nav{left:50%;margin-left:5px;position:absolute;top:10px;width:100px;}
	div.flexslider.sub ul.flex-direction-nav li{display:inline;}
	div.flexslider.sub ul.flex-direction-nav li a.flex-next,
	div.flexslider.sub ul.flex-direction-nav li a.flex-prev{display:inline-block;position:static;left:auto;top:0;}
	div.flexslider.sub h3{margin:45px 0 5px;}
	div.flexslider.sub p{font-size:14px;line-height:20px;margin:0 0 15px;}
	div.flexslider.sub ul{font-size:14px;margin-bottom:15px;}

	header div.nav a{margin-left:30px;}

	/* Sidebar Hack */
	main.left-side{padding:0;}
	main .side{padding:40px 20px 20px 20px;}
	main .body{padding:20px 40px 20px 7px;}

	#home-banner-slider ul li section {height: 520px;}
	.breadcrumb img {display: none;}
	.cta-group.mobile {display: none;}
	#DetailVideo {width: 390px !important;height: 220px !important;}
	.click-to-play .home-video-wrap .padding > .img-wrap {width: 940px;}
}
/* Desktop & wide*/
@media (min-width:1200px) {

	div.flexslider.hero ul.flex-direction-nav{margin-left:-580px;}
	div.flexslider.carousel{padding:0 70px;}

	header div.nav a{margin-left:40px;}

}
/*desktop-only*/
@media (max-width:991px) {
.desktop-only {display: none !important;}
.footer-address {text-align: left;}
.mobile-search .mobile-search-input.opened {display:inline-block;}
header {height: 82px;}
.title-links ul.critical {font-size: 13px;}
.menu.showup, .close.showup {display: inline-block;}
.crumb-wrap {
    border-left: 1px solid #aaa;
    margin-left: 10px;
    padding-left: 12px;
    display: inline-block;
	}
.cta-group.desktop {display: none;}
}

/*tablet-only*/
@media (max-width:991px) and (min-width:768px) {
	.promo.middle-img {width: 55.71%;margin-left: 0;height: auto;}
	.promo.right-img {width: 41.43%;height: auto;}
	.promo.middle-img img, .promo.right-img img {width: 100%;}
	.cta-wrap {margin-right: 0;}
	main.home > div.container {margin: 0; width: 100%;}
	.cta-group.tablet {max-width: 200px; min-width: 100px;}
	#DetailVideo {width: 390px !important;height: 226px !important;}
	.cta-item {width: 100% !important;}
}
@media (max-width:991px) and (min-width:560px) {
	nav {width: 50%;}
}
@media (max-width:605px) and (min-width:560px) {
	.mobile-nav-top a.login {right: -25px;}
}
/*mobile-only*/
@media (max-width:767px) {
.click-to-play-wrap .cta-wrap {position: absolute !important;bottom: 0;width: 100%;padding: 0;}
.cta-group.mobile .cta-item {justify-content: center;}
.promo.middle-img {width: 100%;margin: 0;}
.promo.middle-img img {width: 100%;}
#DetailVideo {width: 100% !important;}
.promo.right-img {display: none !important;}
#home-banner-slider ul li section {padding-bottom: 75px;}
.home-banner-left-align {padding: 5px;}
.container.hero-copy {margin-top: 25%;}
div#promo-inner {margin-bottom: 0;}
.request-info-box {margin: 0 auto;}
.connect-box {margin: 0 auto;margin-top: 40px;}
.bodycopy .bodycopy-right .news-box {margin: 0 auto;margin-bottom: 40px;}
.four-image-box img {width: auto; margin: 15px auto;}
.four-image-box > a {display: flex;}
.mobile-hidden {display: none;}
.four-box {height: 84px !important;width: 100%;}
.two-box {width: 100%;margin-top: 50px;}
.two-box-wrap {margin-right: 10px; margin-left: 10px;}
.one-text-wrap {width: 100%;}
.bodycopy .bodycopy-right {float: none;}
.custom-navigation {margin-right: 10px;}
div.img-wrap a.mp-video:after, .click-to-play-icon a.mp-video:after {
	font-size: 30px;
    left: 0%;
    position: relative;
    cursor: pointer;
    background-size: cover;
    padding-top: 0;
}
.click-to-play-icon a.mp-video {top: 0;}
footer ul {float: none;}
footer div.float-right, footer .footer-links {padding: 0;}
.logo-wrap {padding-left: 25px;}
.home-marketing {width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
.cta-group {
    width: 100%;
    margin:0;
    right: auto;
    clear: both;
    overflow: hidden;
    padding: 0;
    top: auto;
    position: relative;
}
.cta-item {
	width: 33.33%;
    float: left;
    padding: 10px;
    border-right: 1px solid #ccc;
}
.cta-item i.fa {margin-left: -32px;}
#home-banner-slider > .cta-wrap{
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;}
.four-box h3.title {font-size: 24px;}
.promo.middle-img {height: auto;}
.two-box h3.title {margin: 10px 0;padding-left: 0;padding-right: 0; line-height: 1.2;}
.two-box p {padding-right: 0;padding-left: 0;}
.two-box.content-inside {margin: 0;line-height: 1.2;}
.two-box.content-inside > h3.title {padding-left: 25px;padding-right: 25px;}
.home-marketing-wrap {margin-top: 50px;}
#home-banner-slider .student-work {display: none;}
#hero-banner .container.hero-copy {margin-top: 0;}
#hero-banner {height: auto;}
.home-embed-video.click-to-play .home-banner-left-align {margin-right: 25px;}
.home-embed-video .home-video-wrap .img-wrap {width: 100%; padding-left: 25px; padding-right: 25px;}
}
@media (max-width:500px) {
	.logo-wrap.hide {display: none;}
	.mobile-search {right: auto; left: 20px;}
}
@media (max-width:425px) {
	.custom-navigation {margin-top: -90px; margin-bottom: 90px;}
	#home-banner-slider .hero-copy .home-banner-left-align {bottom: 115px;}
	.home-embed-video.click-to-play .home-banner-left-align {bottom: 30px;}
	.home-embed-video.click-to-play h1.title {font-size: 24px;}
}
@media (max-width:767px) and (min-width:425px) {
	.custom-navigation {margin-top: -80px; margin-bottom: 80px;}
	#home-banner-slider .hero-copy .home-banner-left-align {bottom: 130px;}
}