/*
Theme Name: IACMR - Chinese
Author: X-CD
Description: A custom theme developed by X-CD for IACMR
Version: 1.00
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i');
/* CSS Document */

/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;	
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */


/* WORDPRESS CORE */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
	height:auto;
}
/* END WORDPRESS CORE */

/* SLIDEOUT */
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

#mobile-menu-wrap {  
	width: 450px;
	opacity: 0;
	visibility: hidden;
}

#mobile-menu-wrap.visible {
	opacity: 1;
	visibility: visible;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

#panel:before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s ease-in-out;
}

#panel.panel-open:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 99;
}

#close-mobile {
	height: 36px;
    background:#f2f2f2;
    text-align: right;
    padding:0 25px;
    box-sizing: border-box;
	margin-bottom:25px;
	display: flex;
	justify-content: space-between;
}

#close-mobile a {
	display: inline-block;
	color:rgb(196, 50, 137);
	font-size:18px;
	line-height: 36px;
}

#mobile-menu-back {
	visibility: hidden;
}

#mobile-menu-back.active {
	visibility: visible;
}

#mobileSearch {
	display:block;
	width:100%;
	margin-bottom:30px;
	text-align: center;
}

#mobileSearch .searchForm input[type="text"] {
	width:85%;
}

#mobile-menu {
	padding:0 25px;
	box-sizing: border-box;
}

#mobile-menu li {
	border-bottom:1px solid #dbd9d2;
	padding:25px 0;
}

#mobile-menu li a {
	color:#241c15;
	text-decoration: none;
	font-size:16px;
}

#mobile-menu li ul {
	display:none;
	position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 61px;
    left: 0px;
	padding-left: 25px;
	box-sizing: border-box;
}

#mobile-menu li ul.expanded {
	display:block;
	z-index: 20;
}

#mobile-menu .mobileParentItem:after {
	display:inline-block;
	content:">";
	position: absolute;
	right:30px;
	z-index: 10;
}

#mobileCTA {
	display: block;
	text-align: center;
	padding:25px;
	box-sizing:border-box;
}

#mobile-menu .registerButton{ 
	padding:10px 20px;
	background: #006EB6;
	color:#fff;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}
/* END SLIDEOUT */

/* GENERAL */
* { 
	font-family: 'Montserrat', sans-serif; 
}

body {
  width: 100%;
  height: 100%;
}

main {
	padding-top:240px;
	display: block;
}

h1.title {
	font-size:24px;
	line-height: 28px;
	font-weight: 500;
	text-align: left;
	margin-bottom:15px;
}
p.superTitle {
	font-size:14px !important;
	color:#1bb2b1;
	font-weight: 500 !important;
	margin-bottom: 15px;
}
p.subTitle {
	font-size:10px !important;
	color:#1bb2b1;
}

img { max-width:100%; }

.button {
	padding:15px 80px;
	background:#32c3ba;
	border-radius: 7px;
	color:#fff;
	text-decoration: none;
	font-weight: 500;
	white-space: nowrap;
}
.button.shadow {
	-webkit-box-shadow: 0px 17px 25px 0px rgba(39,188,178,0.6);
	-moz-box-shadow: 0px 17px 25px 0px rgba(39,188,178,0.6);
	box-shadow: 0px 17px 25px 0px rgba(39,188,178,0.6);
}

.button.border {
	border:2px solid #fff;
}

.button.white {
	background:#fff;
	color:#32c3ba !important;
}
/* END GENERAL */

/* HEADER */
header {
	display: block;
	width:100%;
	color:#fff;
	position: fixed;
	z-index:100;
}

header.fixed #logoSearch {
	padding-bottom:10px;
}

#topBar {
	display:block;
	width:100%;
	clear:both;	
	box-sizing: border-box;
	background: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

#topNav { 
	display: flex;
	width:100%;
	clear: both;
	justify-content: flex-end;
	align-content: stretch;
}

#quickLinks {
	display: inline-block;
	width:auto;
	text-align:left;
	vertical-align: bottom;
}
#quickLinks li {
	display:inline-block;
	text-align:left;
	vertical-align: bottom;
}

#quickLinks {
	padding-right:20px;
	border-right:2px solid #e8e8e8;
}

#quickLinksMenu {
	display:inline-block;
	vertical-align: middle;
}

#quickLinks ul li {
	margin-right:20px;
	height:100%;
	position:relative;
	padding:10px 0;
}
#quickLinks ul li a {
	color: #000;
	text-decoration: none;
	font-size:11px;
	font-weight: 500;
}

#languageLink {
	color:#000;
	text-decoration: none;
	font-weight: 500;
	padding:10px 0;
	display: inline-block;
	vertical-align: middle;
	font-size:11px;
}

#logoSearch {
	display: flex;
	justify-content:space-between;
	align-items: flex-end;
	background: #fff;
	padding:5px 30px 50px;
	box-sizing: border-box;
}

.missonStatement {
	padding-bottom:15px;
}

.missonStatement h2, .missonStatement h2 a  {
	color:#32c3ba;
	text-decoration: none;
	font-size:13px;
}

#topBar .searchForm {
	text-align: right;
}

#mainLogo {
	width:295px;
	height: auto;
	transition: .3s ease;
}

header.fixed #mainLogo {
	width:200px;
}

.searchForm input[type="text"] {
    width: 385px;
    height: 35px;
	padding-left:15px;
    position: relative;
    z-index: 1;
	border:2px solid #e8e8e8;
}
.searchForm input[type="submit"] {
    margin-left: -50px;
    height: 20px;
    width: 50px;
    position: relative;
    z-index: 10;
    background-image: url(img/caccn-magnify.png);
    background-color: transparent;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
	cursor: pointer;
}

#mobileToggle {
	display:none;
}

#mobileToggle a {
	font-size: 34px;
    color: rgb(196, 50, 137);
}

#mainNav {
	display: block;
	width:100%;
	clear: both;
	background: #fff;
	padding:0 75px;
	box-sizing: border-box;
}

#mainNav ul {
	display: flex;
	width: 100%;
	max-width: 1675px;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	padding:20px 30px;
	box-sizing: border-box;
	transition: .3s ease;
}
#mainNav ul li {
	display: inline-block;
	position: relative;
	width:auto;
	transition: .3s ease;
}
#mainNav ul li a {
	color:#000;
	font-weight: 500;
	text-decoration: none;
	font-size:13px;
	transition: .3s ease;
}
#mainNav ul li:hover a {
	color:rgb(196, 50, 137);
}

#mainNav ul li:hover ul li a {
	color:#fff;
}

#mainNav ul li:hover ul {
	display: block;
}
#mainNav ul li ul {
	display: none;
	position: absolute;
	background: #1bb2b1;
	width:auto;
	padding:0;
	top:15px;
	transition: .3s ease;
	left:50%;
	transform: translateX(-50%);
}
#mainNav ul li ul li {
	margin-left:0px;
	padding:15px;
	width:100%;
	box-sizing: border-box;
	transition: .3s ease;
}
#mainNav ul li ul li a {
	white-space: nowrap;
	color:#fff;
	transition: .3s ease;
}

#mainNav ul li ul li:hover {
	background:#0b807f;
}

#mainNav ul li ul li a:hover {
	color:#fff;
}

#mainNav ul li:hover ul ul {
	display: none;
}

#mainNav ul li ul li:hover ul {
	display:block;
}

#mainNav ul .sub-menu .sub-menu {
	position: absolute;
	top:0;
	left:100%;
	transform: none;
}

#mainNav ul li:last-child .sub-menu .sub-menu, #mainNav ul li:nth-last-child(2) .sub-menu .sub-menu {
	position: absolute;
	top:0;
	left:auto;
	right:100%;
	transform: none;
}
/* END HEADER */

/* HOMEPAGE */
#mainSlider {
	display: block;
	clear: both;
	width:100%;
}

#missionAnnounce {
	display: block;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 30px;
	box-sizing: border-box;
	position: relative;
}

#missionStatement {
	display: inline-block;
	width:60%;
	padding:100px 0px;
	background: #fff;
}

#missionStatement p {
	text-align: left;
	font-size:15px;
	line-height: 19px;
	margin-bottom:15px;
	font-weight: 500;
}
#missionStatement p a {
	color:rgb(196, 50, 137);
	text-decoration: none;
	font-weight: 500;
	margin-left:15px;
}

#missionCTA {
	margin-top:100px;
}

#missionRegister {
	color:#1bb2b1;
	margin-left:50px;
	font-weight: 500;
}

#announcements {
	display:block;
	background:#a1e3df;
	width:420px;
	position:absolute;
	top:-10px;
	right:0px;
}

#announcementsTitle {
	background:#32c3ba;
	padding:20px 0px 20px 30px;
	box-sizing: border-box;
}

#announcementsTitle h2 {
	font-size:18px;
	color:#fff;
	font-weight:400;
}

#announcementsTitle h2:after {
	position: absolute;
	right:25px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	content:'\f054';
	transition: .3s ease;
}

#announcementsList {
	padding:0px 30px;
}

#announcementsList article {
	padding:25px 0;
	border-bottom:1px solid #f2f2f2;
}

#announcementsList article a {
	color:#000;
	text-decoration: none;
	font-size:14px;
}

#announcementsCTA {
	text-align: center;
	padding:50px 0;
}

#mainNews {
	padding:30px 0 20px;
	background:url(img/IACMR_Image_break.png);
	background-size:cover;
	margin-top:70px;
}

#mainNewsSlider {
	display:block;
	max-width:1200px;
	margin:0 auto;
	padding:0px 50px;
	box-sizing: border-box;
}

#mainNews .slick-slide {
	padding-bottom:25px;
	width:100%;
}

#mainNews .slick-arrow {
	background: transparent;
    border-radius: 7px;
    color: #fff;
	border:none;
	font-size:55px;
	font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	cursor: pointer;
}

#mainNews .slick-prev {
	left:-30px;
}

#mainNews .slick-next {
	right:-30px;
}

#mainNews article {
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	width:100%;
	max-width:1200px;
	margin: 0 auto;
	padding:0 30px;
	box-sizing: border-box;
}

#mainNews article .mainNewsTitle {
	width:40%;
	margin-right: 5%;
}

.mainNewsTitle p {
	color:#fff;
	font-size:18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.mainNewsTitle h1 {
	font-size:32px;
	font-weight: 500;
	line-height: 38px;
	text-transform: uppercase;
	color:#fff;
	letter-spacing: 1px;
	margin-bottom:30px;
}

.mainNewsContent p {
	color:#fff;
	font-size:16px;
	line-height: 24px;
	margin-top: 53px;
}

.mainNewsContent {
	width:60%;
}

#mainNews .mainNewsCTA {
	margin-top:35px;
	display: flex;
}

.mainNewsCTA .button.border {
	width:auto;
	padding:15px 20px;
	margin-left:35px;
}

#mainMOR {
	display:flex;
	width:100%;
	max-width: 1500px;
	margin:0 auto;
	padding:75px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #32c3ba;
	justify-content: space-between;
	align-items: center;
}

#morList, #morCTA {
	width:45%;
}

#morNav {
	margin-top:65px;
	width:100%;
	max-width:550px;
	position: relative;
}

#morNav li {
	padding-bottom:20px;
	border-bottom:1px solid #000;
	margin-bottom:25px;
	position: relative;
}

#morNav li:after {
	position: absolute;
	right:25px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	transition: .3s ease;
	font-size: 25px;
	color:#a1e3df;
}

#morNav li a {
	color:#000;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

#morCTA .morBanner {
	display:block;
	margin-bottom:115px;
}

#sectionLinks {
	display:flex;
	justify-content: space-between;
	width:100%;
	max-width:1500px;
	margin: 0 auto;
	padding:100px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #32c3ba;
}

.sectionLink {
	width:30%;
}

.sectionImage{
	width:100%;
	height:200px;
	overflow: hidden;
}

.sectionImage img {
	width:100%;
	height:100%;
}

.sectionLink h2 {
	font-size:18px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 1px;
	margin:45px 0 25px;
	position: relative;
}

.sectionLink h2:after {
	position: absolute;
	right:25px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	transition: .3s ease;
	font-size: 25px;
	color:rgb(196, 50, 137);
}

.sectionLink a {
	color:#32c3ba;
	font-size:16px;
	font-weight: 500;
}

#mainCareers {
	display:flex;
	width:100%;
	clear: both;
	padding:130px 0;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #f2f2f2;
	box-sizing: border-box;
	overflow: hidden;
}

#mainCareers div {
	padding:0px 150px 50px;
}

#mainCareers h1 {
	font-size:34px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom:35px;
}

#mainCareers p {
	margin-bottom:80px;
}

#careerOpts {
	border-right:1px solid #32c3ba;
}

/* END HOMEPAGE */

/* SINGLE */
#sectionHeader {
	width:100%;
	display:block;
	padding:58px 30px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size:cover;
	text-align: center;
	background-image:url(img/IACMR_Image_break.png);
}

#sectionHeader h1 {
	font-size:40px;
	line-height: 48px;
    font-weight: 600;
	letter-spacing: 1px;
	color:#fff;
}

#pageSubMenu {
	display:block;
	width:100%;
	background: #f2f2f2;
	text-align: center;
	padding:11px 30px;
	box-sizing: border-box;
}

#pageSubMenu li {
	display:inline-block;
	padding:10px;
}

#pageSubMenu a {
	color:#000;
	font-size:12px;
	padding:10px;
	text-decoration: none;
	font-weight: 500;
}

#single article {
	max-width:1500px;
	margin: 0 auto;
	padding:0px 75px 80px;
	font-size:16px;
	font-weight: 400;
	line-height: 22px;
}

#single article p {
	font-size:16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom:30px;
}

#single article a {
	color:rgb(196, 50, 137);
	font-weight: 500;
	text-decoration:none;
}

#pageTitle {
	display:block;
	width:100%;
	margin:0 auto;
	text-align: center;
}

#single article h1, #archive h1.page-title {
	font-size: 32px;
	line-height: 40px;
    font-weight: 600;
    margin:30px 0;
}

#single article h1.page-title, #archive h1.page-title {
	font-size:28px;
    position: relative;
	margin: 60px 0 90px;
	line-height: 50px;
	display: inline-block;
	max-width:600px;
}

#single article h1.page-title:before, #archive h1.page-title:before{
	content: "";
    position: absolute;
    width: 95%;
    height: 2px;
    bottom: -16px;
    left: 2.5%;
    background-color: #1bb2b1;
    visibility: visible;
}

#single article h2 {
	font-size: 28px;
	line-height: 32px;
    font-weight: 500;
    margin:15px 0;	
}

#single article h3 {
	font-size: 24px;
	line-height: 28px;
    font-weight: 500;
    margin:10px 0;
}

#single article h4 {
	font-size: 18px;
	line-height: 22px;
    font-weight: 500;
    margin:5px 0;
}

#single article ul {
	list-style: disc;
	padding-left:20px;
	margin:40px 20px;
}

#single article ol {
	list-style:decimal;
	padding-left:20px;
	margin:40px 20px;
}

#single article li {
	margin:10px 0;
}

#single article li ul {
	list-style: circle;
	margin-top: 20px;
}

#single article table {
	margin:0 auto;
	max-width: 100%;
}

#single article tr {
	border: 1px solid rgb(202, 207, 202);
}

#single article tr:first-child {
	background:#0b807f;
    color: #fff;
}

#single article td {
	border: 1px solid rgb(202, 207, 202);
	padding:10px;
}

#page-sub-menu {
	display:block;
	width:auto;
	margin:0 auto;
	text-align: center;
	padding-top:25px;
}

#page-sub-menu .pageParent {
	display:inline-block;
	color:#000;
	text-decoration: none;
}

#single article #page-sub-menu ul {
	display: block;
	list-style: none;
	margin: 15px 20px 40px;
	padding:0px;
}

#single article #page-sub-menu ul li {
	display:inline-block;
	margin:5px;
}

#single article #page-sub-menu ul li a {
	color:rgb(0, 29, 51);
	font-size:15px;
}
/* END SINGLE */

/* ARCHIVE */
#archive {
	position: relative;
}
#archive section {
	position: relative;
	width:100%;
	max-width:1500px;
	margin: 0 auto;
}

#featuredItems {
	display:block;
	background:#a1e3df;
	width:350px;
	position:absolute;
	top:5px;
	right:0px;
}

#featuredItemsTitle {
	background:#32c3ba;
	padding:20px 30px 20px 30px;
	box-sizing: border-box;
}

#featuredItemsTitle h2 {
	font-size:18px;
	color:#fff;
	font-weight:400;
}

#featuredItemsTitle h2:after {
	position: absolute;
	right:25px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	content:'\f054';
	transition: .3s ease;
}

#featuredItemsList {
	padding:0px 30px;
	box-sizing: border-box;
	max-width: 1200px;
	width:100%;
	margin: 0 auto;
}

#featuredItemsList li {
	padding:25px 0;
	border-bottom:1px solid #f2f2f2;
}

#featuredItemsList li a {
	color:#000;
	text-decoration: none;
	font-size:14px;
}


#archiveList {
	padding:0px 30px;
	box-sizing: border-box;
}

#archiveList article {
	display: block;
	width:62%;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #f2f2f2;
}

#archiveList article a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.morePlus {
	font-size:45px;
	line-height: 53px;
	color:#32c3ba;
}

.articleDetails {
	padding-left:50px;
}

.articleDetails p {
	font-size:13px;
	color:#5a5b5d;
	font-weight: 500;
	margin-bottom:15px;
}

.articleDetails h1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 1px;
	color: #000;
}
.paginate-links {
	padding:30px;
	display: block;
	margin: 0 auto;
	width:100%;
}

.paginate-links a {
	text-decoration: none;
	color:#32c3ba;
	font-weight: 400;
	margin-right:15px;
}

.paginate-links span.page-numbers.dots {
	margin-right:15px;
}
/* END ARCHIVE */

/* FOOTER */
footer {
	display:block;
	width:100%;
	clear: both;
	background:url(img/IACMR_footer_background-image.png);
	background-size:100% 100%;
	padding:75px 30px;
	box-sizing: border-box;
}

#footerTitle {
	display: block;
	clear: both;
	width:100%;
	text-align: center;
	margin-bottom:85px;
}

#footerTitle h1 {
	font-size:24px;
	line-height: 32px;
	color:#fff;
	font-weight: 500;
}


footer nav {
	display: flex;
	width:100%;
	max-width:1500px;
	margin:0 auto;
	justify-content: center;
	padding-bottom:15px;
	margin-top:15px;
	border-bottom:1px solid #fff;
}

footer nav:last-child {
	border-bottom:none;
}

footer nav h2 {
	display: inline-block;
	color:#fff;
}

footer nav ul {
	display: inline-block;
}

footer nav li {
	display:inline-block;
	padding: 0 10px 0px 0;
    margin: 0 0px 0px 10px;
	border-right: 1px solid #fff;
}

footer nav li:last-child {
	border-right:none;
}

footer nav h2, footer nav a {
	font-size:14px;
	font-weight: 400;
	text-decoration: none;
	color:#fff;
}


#footerMain a {
	color:#fff;
	text-decoration: none;
}
/* END FOOTER */

/*MOBILE STYINLG */
@media screen and (max-width:1300px) {
	#mainNews .slick-next {
		right:2px;
	}
	
	#mainNews .slick-prev {
		left:2px;
	}
}

@media screen and (max-width:1150px) {
	#featuredItems {
		position: relative;
		margin: 0 auto 50px;
		margin-bottom:50px;
		width:90%;
		max-width: 600px;
	}
	
	#featuredItemsTitle h2 {
		cursor: pointer;		
	}
	#featuredItemsTitle h2:after {
		position: absolute;
		right:25px;
		display: inline-block;
		font-family: "Font Awesome 5 Pro";
		content:'\f067';
		transition: .3s ease;
	}
	
	#featuredItemsTitle h2.expanded:after {
		content: "\f068";
	}
	
	#featuredItemsList {
		transition: .5s ease;
		max-height:0px;
		overflow: hidden;
	}
	
	#featuredItemsList.expanded {
		max-height:1024px;
	}
	
	#archiveList article {
		width:100%;
	}
	
}

@media screen and (max-width:1100px) {
	#mainNews article {
		display:block;
	}
	
	.mainNewsContent {
		width:90%;
	}
	
	
}

@media screen and (max-width:1050px) {
	#logoSearch {
		align-items: center;
		padding-bottom:15px;
	}
	
	#logoSearch .searchForm {
		display:none;
	}
	
	#mobileToggle {
		display:block;
	}
	
	#mainNav {
		display:none;
	}
	
	main {
		padding-top:200px;
	}
	
	#missionStatement {
		display:block;
		width:100%;
	}
	
	#announcements {
		display: block;
		background: #a1e3df;
		width: 100%;
		position: relative;
		top: 0px;
		right: auto;
		margin-bottom: 50px;
	}
	
	#pageSubMenu {
		display: none;
	}
}

@media screen and (max-width:900px) {	
	#mainMOR {
		display:block;
	}
	
	#morList, #morCTA {
		width:100%;
	}
	
	#morCTA {
		padding-top:20px;
	}
	
	#morNav {
		max-width:100%;
	}
	
	#sectionLinks {
		display:block;
		padding: 100px 30px 50px;
	}
	
	.sectionLink {
		width:100%;
		margin-bottom:75px;
	}
	
	#mainCareers {
		display: block;
		padding:130px 0 0;
	}
	
	#mainCareers div {
		padding:0 30px 140px;
	}
	
	#careerOpts {
		border-right:none;
	}
	
	footer nav {
		display:block;
		text-align: center;
	}
	
	footer nav h2 {
		display: block;
		margin-bottom:15px;
	}
	
	footer nav li {
		display:block;
		margin:0px 0px 20px 10px;
		border:none;
	}
	
}

@media screen and (max-width:735px) {
	.mainNewsCTA a.button.white {
		display: block;
		clear: both;
		width: 95px;
		margin: 0 auto 50px;
		padding: 15px 58px;
	}
	
	.mainNewsCTA a.button.border {
		width: 167px;
		margin: 0 auto;
		display: block;
	}
}

@media screen and (max-width:635px) {
	#mobile-menu-wrap {  
		width: 100%;
	}
	
	.mainNewsCTA a.button.white {
		display: block;
		clear: both;
		width: 95px;
		margin: 0 auto 50px;
		padding: 15px 58px;
	}
	
	.mainNewsCTA a.button.border {
		width: 167px;
		margin: 0 auto;
		display: block;
	}
	
	#morCTA {
		text-align: center;
	}
}
/* END MOBILE STYLING */


