/*Theme Name: MDCTheme URI: http://underscores.me/Author: Orlando BlancoAuthor URI: http://underscores.me/Description: DescriptionVersion: 1.0-wpcomLicense: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.htmlText Domain: mdcDomain Path: /languages/Tags:This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others. MDC is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.Resetting and rebuilding styles have been helped along thanks to the fine work ofEric Meyer http://meyerweb.com/eric/tools/css/reset/index.htmlalong with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/and Blueprint http://www.blueprintcss.org/*//*-------------------------------------------------------------->>> TABLE OF CONTENTS:----------------------------------------------------------------1.0 - Reset2.0 - Typography3.0 - Elements4.0 - Forms5.0 - Navigation	5.1 - Links	5.2 - Menus6.0 - Accessibility7.0 - Alignments	7.5 - Clearings8.0 - Header9.0 - Widgets10.0 - Content	10.1 - Posts and pages	10.2 - Asides	10.3 - Comments11.0 - Infinite scroll12.0 - Media	12.1 - Captions	12.2 - Galleries--------------------------------------------------------------*//*--------------------------------------------------------------1.0 - Reset--------------------------------------------------------------*/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, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	border: 0;	font-family: inherit;	font-size: 100%;	font-style: inherit;	font-weight: inherit;	margin: 0;	outline: 0;	padding: 0;	vertical-align: baseline;}html {	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */}*,*:before,*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */	box-sizing:         border-box;}body {	background: #fff; /* Fallback for when there is no custom background color defined. */}article,aside,details,figcaption,figure,footer,header,main,nav,section {	display: block;}ol, ul {	list-style: none;}table { /* tables still need 'cellspacing="0"' in the markup */	border-collapse: separate;	border-spacing: 0;}caption, th, td {	font-weight: normal;	text-align: left;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}
a:focus {	
outline: thin dotted !important;
    outline: -webkit-focus-ring-color auto 5px !important;
    outline-color: -webkit-focus-ring-color !important;
    outline-style: auto !important;
    outline-width: 5px !important;
    background-color: transparent !important;
    visibility: visible;
}

a:hover,a:active {	outline: 0;}a img {	border: 0;}/*--------------------------------------------------------------2.0 Typography--------------------------------------------------------------*/body,button,input,select,textarea {	color: #333;	font-family: 'Open Sans', sans-serif;	font-size: 15px;	font-size: 1.5rem;	line-height: 1.65;}h1, h2, h3, h4, h5, h6 {	/*clear: both;*/	font-weight: 700;}h1,.h1 {  font-size: 60px;}h2,.h2 {  font-size: 37px;}h3,.h3 {  font-size: 23px;}h4,.h4 {  font-size: 18px;}h5,.h5 {  font-size: 14px;}h6,.h6 {  font-size: 14px;}p {	margin-bottom: 1.5em;}b, strong {	font-weight: bold;}dfn, cite, em, i {	font-style: italic;}blockquote {	/*margin: 0 1.5em;*/}address {	margin: 0 0 1.5em;}pre {	background: #eee;	font-family: "Courier 10 Pitch", Courier, monospace;	font-size: 15px;	font-size: 1.5rem;	line-height: 1.6;	margin-bottom: 1.6em;	max-width: 100%;	overflow: auto;	padding: 1.6em;}code, kbd, tt, var {	font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}abbr, acronym {	border-bottom: 1px dotted #666;	cursor: help;}mark, ins {	background: #fff9c0;	text-decoration: none;}sup,sub {	font-size: 75%;	height: 0;	line-height: 0;	position: relative;	vertical-align: baseline;}sup {	bottom: 1ex;}sub {	top: .5ex;}small {	font-size: 75%;}big {	font-size: 125%;}/*--------------------------------------------------------------3.0 Elements--------------------------------------------------------------*/hr {	background-color: #eee;	border: 0;	height: 1px;	margin-bottom: 1.5em;}ul, ol {	margin: 0 0 1.5em 3em;}ul {	list-style: disc;}ol {	list-style: decimal;}li > ul,li > ol {	margin-bottom: 0;	margin-left: 1.5em;}dt {	font-weight: bold;}dd {	margin: 0 1.5em 1.5em;}img {	height: auto; /* Make sure images are scaled correctly. */	max-width: 100%; /* Adhere to container width. */}figure {	margin: 0;}table {	margin: 0 0 1.5em;	width: 100%;}th {	font-weight: bold;}/*--------------------------------------------------------------4.0 Forms--------------------------------------------------------------*/button,input,select,textarea {	font-size: 100%; /* Corrects font size not being inherited in all browsers */	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */	vertical-align: baseline; /* Improves appearance and consistency in all browsers */}button,input[type="button"],input[type="reset"],input[type="submit"] {	border: 1px solid;	border-color: #ccc #ccc #bbb; 	border-radius: 3px;	background: #e6e6e6;	color: rgba(0, 0, 0, .8);	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */	font-size: 12px;	font-size: 1.2rem;	line-height: 1;	padding: .6em 1em .4em;	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);}button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {	border-color: #ccc #bbb #aaa;}button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {	border-color: #aaa #bbb #bbb;}input[type="checkbox"],input[type="radio"] {	padding: 0; /* Addresses excess padding in IE8/9 */}input[type="search"] {	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */	-moz-box-sizing:    content-box;	box-sizing:         content-box;}input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */	-webkit-appearance: none;}button::-moz-focus-inner,input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */	border: 0;	padding: 0;}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea {	color: #666;	border: 1px solid #ccc;	border-radius: 3px;}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus {	color: #111;}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"] {	padding: 3px;}textarea {	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */	padding-left: 3px;	vertical-align: top; /* Improves readability and alignment in all browsers */	width: 100%;}/*--------------------------------------------------------------5.0 Navigation--------------------------------------------------------------*//*--------------------------------------------------------------5.1 Links--------------------------------------------------------------*/a {	color: #428bca;}a:visited {	color: #800080;/*rgb(102, 102, 102);*/}a:hover,a:focus,a:active {	}.spotlight a:visited {	color: #ffffff;}/*--------------------------------------------------------------5.2 Menus--------------------------------------------------------------*//* Site Subnav */.site-branding .container{	position: relative;}.subnav {	position: absolute;	right: 25px;	color: #ADE0FF;	font-size: 1em;	}.subnav>a {	color: white/*#ADE0FF*/;}

/* Wordpress Navbar */
.main-navigation {    position: relative;    float: left;    width: 100%;    display: block;    clear: both;    text-transform: uppercase;    background: #4289bf;}.main-navigation ul {	list-style: none;	margin: 0;	padding-left: 0;}.main-navigation li {	float: left;	position: relative;}.main-navigation a {    display: block;    padding: 1.3em 1em;    font-size: 14px;    font-size: 1.4rem;    text-decoration: none;    line-height: 1.3em;    color: white;    color: hsl(0, 0%, 100%);}.main-navigation ul ul {    position: absolute;    left: 0;    z-index: 99999;    display: none;    float: left;    padding: 0;    background: #4d4d4d;    background: hsl(0, 0%, 30%);}.main-navigation ul ul ul {	left: 100%;	top: 0;}.main-navigation ul ul a {	width: 200px;}.main-navigation ul ul li {}.main-navigation li:hover > a {    color: #fff;    color: hsl(0, 0%, 100%);    background: #0060a9;}.main-navigation ul ul :hover > a {}.main-navigation ul ul a:hover {    background: #0060a9;}.main-navigation ul li:hover > ul {	display: block;}.main-navigation .current_page_item > a,.main-navigation .current-menu-item > a,.main-navigation .current_page_item > a:hover,.main-navigation .current-menu-item > a:hover {	color: #fff;	background-color: #0060a9;	-webkit-box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.19);	-moz-box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.19);	box-shadow: inset 0px 0px 6px 3px rgba(0,0,0,0.19);}.main-navigation .current_page_ancestor {    background: #4d4d4d;    background: hsl(0, 0%, 30%);}.main-navigation ul ul .current_page_parent,.main-navigation .current_page_parent .current_page_item > a {    color: #fff;    color: hsl(0, 0%, 100%);    background: #313131;    background: hsl(0, 0%, 19%);} /* Small menu */.menu-toggle {	cursor: pointer;	display: none;}.mobile-menu {	position: relative;	left: 80%;}.nav-dropdown {}button.menu-toggle {	border-radius: 0;	background-color: #0060a9;	border:none;}@media screen and (min-width: 601px) {	.menu-item-object-page {		display: none;	}}@media screen and (max-width: 600px) {	.subnav {		margin-top: 50px; font-size: .8em;	}	.menu-toggle {            display: block;            height: 3.75em;            padding: 0 1em;            font-weight: normal;            font-size: 14px;            font-size: 1.4rem;            text-decoration: none;            line-height: 3.75em;            color: white;	}        	.main-navigation.toggled .nav-menu {		display: block;		border-top: 1px solid;		border-top-color: #fff;		border-top-color: hsla(0, 0%, 100%, .5);	}	.main-navigation ul {            display: none;            padding-left: 0;	}        	.main-navigation li { 		float: none; 	}	.main-navigation li a { 		padding: 1.3em 2em; 	}	.main-navigation li li a { 		padding-left: 4em; 	}	.main-navigation li li li a { 		padding-left: 6em; 	}	.main-navigation li:hover > a {		background: #313131;		background: hsl(0, 0%, 19%);	}		.main-navigation ul ul,	.main-navigation ul ul ul {		position: relative;		top: inherit;		left: 0;		display: block;		float: none;		background: #313131;		background: hsl(0, 0%, 19%);	}		.main-navigation ul ul a { width: 100%; }	.main-navigation ul a:hover,	.main-navigation ul ul a:hover {		background: #4d4d4d;		background: hsl(0, 0%, 30%);	}	.main-navigation .current_page_ancestor { background: inherit; }	.main-navigation ul ul .current_page_parent {		color: inherit;		background: inherit;	}	.main-navigation .current_page_item > a,	.main-navigation .current_page_item > a:hover,	.main-navigation .current_page_item li:hover,	.main-navigation .current_page_parent .current_page_item > a  {		color: #fff;		color: hsl(0, 0%, 100%);		background: #4d4d4d;		background: hsl(0, 0%, 30%);    	}        } // End responsive menu.site-main .comment-navigation,.site-main .paging-navigation,.site-main .post-navigation {        font-size: 18px;        font-size: 1.8rem;}.comment-navigation .nav-previous,.paging-navigation .nav-previous,.post-navigation .nav-previous {	width: 50%;        float: left;        padding-right: 15%;}.comment-navigation .nav-next,.paging-navigation .nav-next,.post-navigation .nav-next {        width: 50%;	        float: right;        padding-left: 15%;	text-align: right;}.nav-indicator {     margin-bottom: 1em; }.nav-previous h4,.nav-next h4 {     font-weight: 900; }.post-nav-box {    padding: 30px;    margin-bottom: 4em;    background-color: #f5f5f5;}.comment-navigation {    padding: 1em 0;    margin: 3em 0;    border-top: hsl(0, 0%, 80%) solid 1px;    border-bottom: hsl(0, 0%, 80%) solid 1px;  }.comment-navigation span {    margin: 0 1em;}.paging-navigation ul {    margin: 0;}.paging-navigation li { display: inline; }.page-numbers{
     width: 350px;
     margin:auto !important;
}a.page-numbers,span.page-numbers {     padding: .3em .7em;     color: #333;     color: hsl(0, 0%, 20%);}a:hover.page-numbers {    color: #000;    color: hsl(0, 0%, 0%);}.paging-navigation .current {    font-weight: bold;    color: #000;    color: hsl(0, 0%, 0%);}.paging-navigation {    padding-top: 1em;    padding-bottom: 1em;    margin-bottom: 2em;    list-style-type: none;    background: #fff;    border-top: 1px solid #eee;    border-bottom: 1px solid #eee;}/* Global Navbar */.navbar-header img {    padding-top: 6px;}@media (max-width: 768px) {    .navbar-header img {    padding-left: 15px;}}@media (min-width: 768px) and (max-width: 1200px) {   .nav > li > a {    padding: 15px 8px;  }}@media (min-width: 768px) {.input-group { max-width: 210px; }}/* search input smaller to fit global nav */form.navbar-right input {}.hidden-search {    margin-bottom: 10px;}.search-trigger {    padding: 6px 0;}@media (min-width: 1200px) {    .navbar-inverse .navbar-nav > li > a {    border-right: solid 1px #000;    }    .navbar-inverse .navbar-nav > li:first-child {    border-left: solid 1px #000;    }}@media (min-width: 768px) {    .container > .mdc-branding {        margin-right: 20px;     }}.search-icon a {    color: #999;}.search-icon a:hover {    color: #fff;}.sec-nav > li.active > a,.sec-nav > li.active > a:hover,.sec-nav > li.active > a:focus {  color: #333;  background-color: #eee;  font-weight: bold;}.nav .open > a,.nav .open > a:hover,.nav .open > a:focus {  background-color: #eee;  border-color: #333;}/*--------------------------------------------------------------6.0 Accessibility--------------------------------------------------------------*//* Text meant only for screen readers */.screen-reader-text {	clip: rect(1px, 1px, 1px, 1px);	position: absolute !important;	height: 1px;	width: 1px;	overflow: hidden;}.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {	background-color: #f1f1f1;	border-radius: 3px;	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);	clip: auto !important;	color: #21759b;	display: block;	font-size: 14px;	font-weight: bold;	height: auto;	left: 5px;	line-height: normal;	padding: 15px 23px 14px;	text-decoration: none;	top: 5px;	width: auto;	z-index: 100000; /* Above WP toolbar */}/*--------------------------------------------------------------7.0 Alignments--------------------------------------------------------------*/.alignleft {	display: inline;	float: left;	margin-right: 1.5em;}.alignright {	display: inline;	float: right;	margin-left: 1.5em;}.aligncenter {	clear: both;	display: block;	margin: 0 auto;}/* Alignment responsive */@media screen and (min-width: 1320px) {    .alignleft {        /*margin-left: -160px;*/     }}/*--------------------------------------------------------------7.5 Clearings--------------------------------------------------------------*/.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {	content: '';	display: table;}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {	clear: both;}/*--------------------------------------------------------------8.0 Header--------------------------------------------------------------*/.header-image img {    display: block;    margin: 0 auto;}.header-background-image {    background: no-repeat center;    background-size: cover!important;    -moz-background-size: cover!important;    -webkit-background-size: cover!important;}.header-background-image .title-box {    background: #333;    background: hsla(0, 0%, 0%, .7);}   .site-branding {    /*text-align: center;    background-color: #0060a9;*/    text-align: center;    background-color: #0060a9;    padding: 25px 0;    height: 120px;    background-size: auto 100%;    background-position: center;    background-repeat: no-repeat;    color: #fff;    background: #02457d; /* Old browsers */    background: url(img/MDCNEWS-title.png) center center no-repeat; /* fallback */    background: url(img/MDCNEWS-title.png) center center no-repeat, -moz-linear-gradient(left,  #02457d 0%, #41b3e8 100%); /* FF3.6+ */    background: url(img/MDCNEWS-title.png) center center no-repeat, -webkit-gradient(linear, left top, right top, color-stop(0%,#02457d), color-stop(100%,#41b3e8)); /* Chrome,Safari4+ */    background: url(img/MDCNEWS-title.png) center center no-repeat, -webkit-linear-gradient(left,  #02457d 0%,#41b3e8 100%); /* Chrome10+,Safari5.1+ */    background: url(img/MDCNEWS-title.png) center center no-repeat, -o-linear-gradient(left,  #02457d 0%,#41b3e8 100%); /* Opera 11.10+ */    background: url(img/MDCNEWS-title.png) center center no-repeat, -ms-linear-gradient(left,  #02457d 0%,#41b3e8 100%); /* IE10+ */    background: url(img/MDCNEWS-title.png) center center no-repeat, linear-gradient(to right,  #02457d 0%,#41b3e8 100%); /* W3C */    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02457d', endColorstr='#41b3e8',GradientType=1 ); /* IE6-9 */}@media screen and (min-width: 768px) {   /* .site-branding {        padding: 25px 0;     }*/}.site-title {    font-weight: 700;    font-size: 60px;    /*font-size: 4.5rem;*/    text-transform: uppercase;    line-height: normal;    padding-bottom: 1rem;}.site-description {    font-weight: 100;    font-size: 20px;    font-size: 2rem;}                    .title-box {    width: 600px;    max-width: 75%;    padding: 10px;    margin: 0 auto;    /*border: solid 1px #fff;    border: solid 1px hsla(0, 0%, 100%, .3);*/}                    .site-branding a {     text-decoration: none; }.site-title a,.site-description {     color: #fff;    color: hsl(0, 0%, 100%);}/* Header responsive */@media screen and (max-width: 768px) {    /*.site-branding { padding: 0; }*/        .title-box {        max-width: 100%;        margin: 0;        border: none;    }    .site-title {    	font-size: 42px;    }}/*--------------------------------------------------------------9.0 Widgets--------------------------------------------------------------*/.widget {    margin: 0 0 4em;    font-size: 13px;    font-size: 1.3rem;}.widget-title {    margin-bottom: 1em;        font-size: 23px;    font-size: 2.3rem;    border-bottom: 3px double #eee;    padding: 13px 0;    border-top: 1px solid #eee;  }.widget a {    }.widget ul,.widget ol {    padding: 0;    margin: -1em 0 0;    list-style-type: none;}.widget li { 	padding: 12px 0;	border-bottom: 1px solid #eee; }.widget li ul,.widget li ol { margin-top: 0; }.widget li li { margin-left: 1.5em; }.widget_recent_entries li:before,.widget_recent_comments li:before,.widget_archive li:before {    display: block;    float: left;    padding-top: 2px;    margin-left: -2.5em;    font-family: 'icomoon';    font-size: 14px;    font-size: 1.4rem;} .widget_recent_entries li,.widget_recent_comments li { margin: 0 0 .5em 2.5em; }.widget_recent_entries li:before { content: "\e475"; }.widget_recent_comments li:before { content: "\e166"; }.widget_archive li { margin: 0 0 0 2.5em; }.widget_archive li:before { content: "\e072"; }/* Make sure select elements fit in widgets */.widget select {	max-width: 100%;}/* Search widget */.widget_search .search-submit {	display: none;}/*--------------------------------------------------------------10.0 Content--------------------------------------------------------------*/
.spotlight {	
background-color: #222;	
padding: 30px;	
padding-top: 0;

color: #fff;
}

.featured-media{
    background-color: #37a1d6;
    margin: -40px 0 10px -30px;
    padding: 0 10px 0 10px;
    display: inline-block;
    text-transform: uppercase; color: white;
}

@media screen and (min-width: 1201px) {
	.spotlight {
		height: 422px;
	}
	
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.spotlight {		
		height: 347px;
	}
	 .row.featured-items .spotlight .large-text {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
	.spotlight {
		margin-top: 30px;
	}
}

.spotlight h3, .spotlight .large-text  {	
	margin-top: 20px;
}
.spotlight h3 a:hover, .spotlight .large-text a:hover {
	color: #428bca;
}

/*--------------------------------------------------------------10.1 Posts and pages--------------------------------------------------------------*//* Typography */.entry-title {    margin: 0 0 20px;    line-height: 1.25;    padding-bottom: 6px;	border-bottom: 3px double #eee;} h4.entry-title{ 	margin: 0;    padding-bottom: 6px;	border-bottom: none;}span.entry-subtitle {	font-size: 0.53333333333333em;	font-weight: 400;	line-height: 1.4;	margin-top: 8px;	padding-top: 8px;	border-top: 1px solid #eee;}.page-header-news {	margin-bottom: 20px;	padding-bottom: 6px;	border-bottom: 3px double #eee;}.index-box {	padding-bottom: 20px;	border-bottom: 1px solid #eee;}.featured-cat-post {	border: 1px solid #DDDDDD;	background-color: #F0F0F0;	padding-right: 20px;}.featured-cat-post .entry-title {	margin-top: 20px;}.taxonomy-description>p {	margin-bottom: 30px;	font-style: italic;}.sticky {}.hentry {	margin: 0 0 1.5em;}.page-content,.entry-content,.entry-summary {	margin: 1.5em 0 0;}.category .entry-content {	margin-top:8px;}.entry-content {	margin-top: 30px;}.entry-content p {	margin-bottom: 20px;}.page-links {	clear: both;	margin: 0 0 1.5em;}/* Blockquotes */blockquote {    padding: 1em 1.5em 1em;    margin-bottom: 1em;    font-style: italic;    border-top: solid 1px hsl(0, 0%, 80%);    border-bottom: solid 1px hsl(0, 0%, 80%);}blockquote em {     font-style: normal; }blockquote cite {    display: block;    margin-top: 1em;    margin-left: 45%;    font-size: 18px;    font-size: 1.8rem;    line-height: 1.5em;    text-align: right;}blockquote.alignleft {    width: 45%;    float: left;    padding: 1em 0 0;    margin-right: 2em;}blockquote.alignright {    width: 40%;    float: right;    padding: 1em 0 0;    margin-left: 2em;}/* Meta */.byline,.updated {	display: none;}.single .byline,.group-blog .byline {	display: inline;}.single .edit-link:before {	content: ' | ';}.single .comments-link:before {	content: ' | ';}.single .posted-on:before {    content: ' on ';}.single .posted-on:after {    content: '.';}@media screen and (min-width: 1490px) {    .single .posted-on:before,    .single .posted-on:after,    .single .edit-link:before,    .single .comments-link:before {        content: '';    }}/*Hide byline in category pages*/.category .byline {	display: none;}.category-list {    margin: 1.3em 0 1em;    font-size: 16px;    font-size: 1.6rem;}.category-list a {    color: #333;    color: hsl(0, 0%, 10%);}.category-list a:hover {    color: #000;    color: hsl(0, 0%, 0%);}.entry-meta {    padding: 0;    font-size: 14px;    font-size: 1.4rem;}.entry-meta a { font-weight: 600; }.entry-footer {    margin-top: 3rem;    margin-bottom: 5rem;    font-size: 16px;    font-size: 1.6rem;    line-height: 2em;}.entry-footer ul {    padding: 0;    margin: 0;    list-style-type: none;}.entry-footer li {    display: inline-block;    margin-right: 4rem;}.entry-footer a {}@media screen and (min-width: 1490px){    .single .entry-meta {        width: 120px;        margin-left: -160px;        float: left;        text-align: right;    }        .single .byline,    .single .posted-on,    .single .edit-link {        display: block;        margin-bottom: 1em;    }}.entry-content blockquote p {    font-size: 24px;    font-size: 2.4rem;    line-height: 1.45em;}/*Plugin - Secondary Title*/.secondary-title {	display: none;}.single-post .secondary-title {	display: block;	font-weight: 300;	font-size: 21px;	margin-top: 8px;	padding-bottom: 10px;}/*About MDC News*/@media screen and (max-width: 767px) {	.author-thumb {margin-bottom: 10px;}}/*--------------------------------------------------------------10.2 Asides--------------------------------------------------------------*/.blog .format-aside .entry-title,.archive .format-aside .entry-title {	display: none;}/*--------------------------------------------------------------10.3 Comments--------------------------------------------------------------*/.comments-title {    font-weight: 900;    font-size: 36px;    font-size: 2.6rem;    border-bottom: 3px double #eee;    padding-bottom: 13px;}.comments-area > ol {    padding: 0;    margin: 2em 0;    list-style-type: none;}ol.children { list-style-type: none; }.comment-list ol { margin-left: 50px; }.comment-meta { margin-bottom: 1em; }.comment-author .avatar {    width: 50px;    display: block;    float: left;    margin-right: 20px;}.comment-author .fn {    font-weight: 900;    font-size: 20px;    font-size: 2rem;}.comment-metadata {    font-size: 14px;    font-size:1.4rem;}.comment-content { font-size: 90%; }.comment-content,.reply { margin-left: 70px; }.comment-body {    padding-bottom: 2em;    margin-bottom: 2em;    border-bottom: solid hsl(0, 0%, 80%) 1px;}.comment-content a {	word-wrap: break-word;}.comment-content ol { margin-left: 1.5em; }.reply {    font-weight: 600;    font-size: 14px;    font-size: 1.4rem;}.bypostauthor > .comment-body {    position: relative;    padding: 1em;    margin-bottom: 2em;    background: hsl(0, 0%, 93%);    border: none;}/* Comments responsive */@media screen and (max-width:600px) {        .comment-list ol { margin-left: 0; }        .comment-content ol { margin-left: 1.5em; }        .comment-content,    .reply { margin-left: 0; }}.comment-reply-title {    margin-bottom: .5em;    font-weight: 900;    font-size: 30px;    font-size: 3rem;}.comment-form {    padding-bottom: 4rem;    font-size: 16px;    font-size: 1.6rem;}.comment-form textarea {    font-size: 18px;    font-size: 1.8rem;}.comment-form label { display: block; }.required { color: red; }.comment-awaiting-moderation { /* Green background color to make moderation seem less aggressive */    padding: .5rem 1rem;    margin: 1rem 0;    font-size: 16px;    font-size: 1.6rem;    color: #fff;    color: hsl(0, 0%, 100%);    background: #84bd68;    background: hsl(100, 39%, 57%);}/*--------------------------------------------------------------Index and Archive--------------------------------------------------------------*/.continue-reading {    margin: 0;    font-weight: 900;}.site-content {	margin-top: 30px;}.home .thumbnail {	border:none;}/*--------------------------------------------------------------11.0 Infinite scroll--------------------------------------------------------------*//* Globally hidden elements when Infinite Scroll is supported and in use. */.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */	display: none;}/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */.infinity-end.neverending .site-footer {	display: block;}/*--------------------------------------------------------------12.0 Media--------------------------------------------------------------*/.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley {	border: none;	margin-bottom: 0;	margin-top: 0;	padding: 0;}/* Make sure embeds and iframes fit their containers */embed,iframe,object {	max-width: 100%;}/*Featured Images*/.single-post-thumbnail {     background-color: #000;}.single-post-thumbnail img {    display: block;    margin: 0 auto;}.small-index-thumbnail {     margin-bottom: 1em;}@media (min-width: 768px) {	.thumbnail-hp {	height: 370px;	overflow: hidden;	border-radius: 0;	}}.thumbnail-hp h4 {	font-size: 22px;	line-height: 1.20;	margin-top: 6px;	font-weight: 400;	margin-bottom: 10px;}.spotlight h4 {	font-size: 22px;	line-height: 1.20;	margin-top: 6px;	font-weight: 400;	margin-bottom: 10px;}/*--------------------------------------------------------------12.1 Captions--------------------------------------------------------------*/.wp-caption {	margin-bottom: 1.5em;	max-width: 100%;}.wp-caption img[class*="wp-image-"] {	display: block;	margin: 0 auto;}.wp-caption-text {	text-align: center;}.wp-caption .wp-caption-text {	padding: 0.8075em 1em;	color: #919191;    font-size: 85%;    background-color: #f5f5f5;}/*--------------------------------------------------------------12.2 Galleries--------------------------------------------------------------*/.gallery {	margin-bottom: 1.5em;}.gallery-item {	display: inline-block;	text-align: center;	vertical-align: top;	width: 100%;}.gallery-columns-2 .gallery-item {	max-width: 50%;}.gallery-columns-3 .gallery-item {	max-width: 33.33%;}.gallery-columns-4 .gallery-item {	max-width: 25%;}.gallery-columns-5 .gallery-item {	max-width: 20%;}.gallery-columns-6 .gallery-item {	max-width: 16.66%;}.gallery-columns-7 .gallery-item {	max-width: 14.28%;}.gallery-columns-8 .gallery-item {	max-width: 12.5%;}.gallery-columns-9 .gallery-item {	max-width: 11.11%;}.gallery-caption {}/*--------------------------------------------------------------12.3 Carousel--------------------------------------------------------------*/.carousel-control {    z-index: 10;}.caption-bottom {    position: absolute;    right: 0;    bottom: 0;    left: 0;    padding: 15px;}.caption-bottom-left {    position: absolute;    right: 25%;    bottom: 10px;    left: 0;    padding: 15px;}.caption-bottom-right {    position: absolute;    left: 25%;    bottom: 10px;    right: 0;    padding: 15px;}.caption-left {    position: absolute;    right: 68%;    bottom: 0;    left: 0;    top: 0;    padding: 50px 15px;}.caption-right {    position: absolute;    left: 68%;    bottom: 0;    right: 0;    top: 0;    padding: 50px 15px;}/* this class will control the theme of carousel */.dark-caption-background .carousel-caption {    background: #333;    background: rgba(0,0,0,0.75);}/* change caption title for better design */.carousel-caption > h3 {    margin-top: 0px;}.carousel-caption > p {    margin-bottom: 0;}/* carousel caption indicator center/top */.indicators-top {    bottom: 90%;}/* Style for mobile devices only */@media (max-width: 550px) {    /* carousel caption position and padding */    .carousel-caption {        position: static;        padding-right: 10px;        padding-left: 10px;    }    .carousel-inner {    	font-size: .8em;    }    .dark-caption-background .carousel-caption {	height: 124px;	}}@media (min-width: 992px) and (max-width: 1199px) {    /* carousel caption position and padding */    .carousel-inner {    	height: 347px;	background-color:#222;    }}@media (min-width: 1200px) {    /* carousel caption position and padding */    .carousel-inner {    	height: 422px;	background-color:#222;    }}



.featured-items .col-md-4, .site-content.container .col-sm-4{
position: inherit;
}

.featured-items .carousel-inner .item img{
    z-index:-1;
    position: relative;

}

.featured-items .carousel-inner .item .carousel-caption{
    z-index: -1;
}

.carousel-inner{
    background: transparent;
}



.btn-primary {
    background-color: #2196F3;
    border-color: #007295;
}

.btn-primary-global-nav {
    border-color: #2196F3;
    height: 34px;
}


.btn {
    border-radius: 0;
}

.btn img {
    max-width: none;
}



/*CHECK CHANGES AT*/
/*max-width: 1200px, 768px and 568px*/

#carouselButtons{
    position:absolute;
    bottom: 0;
    right: 0;
    z-index: 200;
}

.large-text{
    font-size: 23px;
}


/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
/* default tab override */
.nav-tabs {
    margin-bottom: 15px;
}

/* new default for tabs */
.nav-tabs>li>a {
    color: #005dab;
    text-decoration: none;
    background-color: #eee;
    border-color: #eee #eee #ddd;
}

.nav-stacked>li+li {
    margin-top: 0;
}

.nav-pills>li>a {
    border-radius: 0px;
}

.sec-nav {
    margin-bottom: 20px;
}

.sec-nav li {
    border-bottom: 1px solid #eee;
}


/* brand override for MDC logo */
#navLogo {
    padding-bottom: 8px;
    padding-top: 10px;
}

/* site navigation text */
p.navbar-brand {
    margin: 0px;
}

@media (min-width: 980px) {
    p.navbar-brand {
        display: none;
    }
}

/* floating right panels (smaller than parent) will have left margin for content */
.panel.pull-right {
    margin: 0px 0px 5px 15px;
}

/* new style for panel (related content) footer links and icons */
.panel-footer a {
    display: block;
}

.panel-footer span {
    float: right;
}

.panel-title a {
    font-size: 14px;
}

/* skip nagivation shows below global when focused with tab key */
.skip {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 30px;
    background-color: #222;
}

.skip a {
    font-weight: normal;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip a:focus {
    display: block;
    position: static;
    width: auto;
    height: auto;
    color: white;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .skip a:focus {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .skip a:focus {
        width: 970px;
    }
    #mdc-global-nav .navbar-brand {
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .skip a:focus {
        width: 1170px;
    }
}

#mdc-global-nav .navbar-brand img {
  max-width: inherit;
}

/*--------------------------------------------------------------
Global Navbar
--------------------------------------------------------------*/
/* global navigation fix top */
body {
    line-height: 23px;
    padding-top: 50px;
}

.navbar-header img {
    padding-top: 6px;
}

.navbar-portals {
    margin-right: 5px;
}

.dropdown-portals {
    border: none !important;
}

.dropdown-header-portals {
    font-weight: bold;
    padding-left: 10px;
}

.dropdown-menu-portals {
    left: 0 !important;
}

.dropdown-toggle-portals {
    padding: 7px 12px !important;
    background-color: #333;
    border: none;
}

.glyphicon-plus-portals {
    font-size: 10px;
    top: 0;
}

.icon-plus-portals {
    margin: -2px 1px 0 0;
}

.hidden-search {
    margin-bottom: 10px;
}

.search-trigger {
    padding: 6px 0;
}


.search-icon a {
    color: #999;
}

.search-icon a:hover {
    color: #fff;
}

.sec-nav>li.active>a,
.sec-nav>li.active>a:hover,
.sec-nav>li.active>a:focus {
    color: #333;
    background-color: #eee;
    font-weight: bold;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #333;
}

.global-nav .navbar-nav>li>a {
    color: #fff;
}

.navbar legend {
    display: none;
}

.navbar .dropdown-toggle:focus {
    outline-color: rgb(77, 144, 254);
    outline-offset: -2px;
    outline-width: 1px;
    outline-style: solid;
}

#mdc-global-nav>.container {
    position: relative;
}

#mdc-global-nav .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
}

#mdc-global-nav a {
    text-decoration: none;
}

#mdc-global-nav .btn {
    margin-right: 0.5em;
}

#mdc-global-nav .dropdown:hover>a {
    background-color: #1b1e20;
}

#mdc-global-nav .btn-outline-secondary {
    color: #eee;
    float: left;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#mdc-global-nav a.btn-outline-secondary:first-of-type {
    color: #6dc8bb;
    border-color: #6dc8bb;
}

#mdc-global-nav a.btn-outline-secondary:first-of-type:hover,
#mdc-global-nav a.btn-outline-secondary:first-of-type:focus {
    color: #343a40;
    background-color: #6dc8bb !important;
    border-color: #6dc8bb;
}

/*keep search hidden while it is slow appearing*/
#search-collapse.collapsing {
    display: none;
}


@media (min-width: 1366px) {
    /*#mdc-global-nav .container {
        width: 97.5em;
    }*/
}

@media (min-width: 1200px) and (max-width: 1365px) {
    /*#mdc-global-nav .container {
        width: 87em;
    }*/
}

@media (min-width: 1200px) {
    .navbar-inverse .navbar-nav>li>a {
        border-right: solid 1px #000;
    }

    #mdc-global-nav .navbar-header {
        width: 14%;
        z-index: 1;
    }

    #mdc-global-nav .container {
        padding-left: 0;
        padding-right: 0;

    }

    #mdc-global-nav form {
        margin-right: 1em;
    }

    .secondary-nav {
        right: 0;
    }

    /*#search-collapse.collapse.in {
        right: 1.5em;
    }*/
}

@media (max-width: 1199px) {
   
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #mdc-global-nav .secondary-nav {
        right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*#search-collapse.collapse.in {
        right: 0.75em;
    }*/
     #mdc-global-nav .container {
        width: 100%;
    }

    .secondary-nav {
        right: 5px;
    }

    #mdc-global-nav .btn-outline-secondary:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .nav>li>a {
        padding: 15px 8px;
    }

    .portals-text {
        display: none;
    }

    .glyphicon-plus-portals {
        font-size: 9px;
        top: 0;
    }

    .icon-plus-portals {
        margin: -1px 0 0 0;
        width: 9px;
    }
}

@media (min-width: 1023px) {
    .search-icon a {
        width: 2.5em;
    }
}

@media (min-width: 768px) and (max-width: 1022px) {
    body #mdc-global-nav form {
        margin-left: 0.5em;
    }

    .search-icon a {
        width: 1.7em;
    }
}

@media (min-width: 992px) {
    .container>.mdc-branding {
        margin-right: 20px;
    }

    #mdc-global-nav .dropdown>a {
        border-right: solid 1px #454b51;
    }

    #mdc-global-nav .dropdown:first-child>a {
        /* border-right: 0;*/
        border-left: solid 1px #454b51;
    }

    .global-nav .input-group {
        max-width: 210px;
    }

    /*#mdc-global-nav #navbar {
        position: relative;
    }*/

    .secondary-nav {
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
    }

    #mdc-global-nav form {
        float: left;
        margin-left: 1em;
        position: relative;
    }

    #search-collapse.collapse.in {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 3.06em;
        right: 1.2em;
        z-index: 1000;
        background: #fff;
        border-top: 3px solid #005dab;
        padding: 1em;
        opacity: 1;
        width: 17em;
        text-align: right;
    }
}

@media (max-width: 991px) {

    /*START: make navbar switch to mobile at 990px*/
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: inherit !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*END: make navbar switch to mobile at 990px*/

    .navbar .secondary-nav {
        padding-top: 0.5em;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    }

    #mdc-global-nav .btn-outline-secondary {
        width: 48%;
        margin: 1%;
    }

    #mdc-global-nav .search-icon {
        display: none;
    }

    #navbar #search-collapse {
        display: block;
        width: 98%;
        margin: 1em auto;
    }

    #navbar .form-inline .input-group {
        width: 100%;
    }

    #navbar .quick-links {
        display: block;
    }

    #navbar .quick-links:after {
        content: "";
        display: table;
        clear: both;
    }
    .dropdown-header-portals {
        color: #eee;
    }
    /*overwrite bootstrap to prevent navbar from clipping elements*/
    body #navbar.navbar-collapse {
        overflow-y: auto !important;
        padding: 0 1.5em 1em;
    }
}
@media (max-width: 1100px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: inherit !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .navbar .secondary-nav {
        padding-top: 0.5em;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    }

    #mdc-global-nav .btn-outline-secondary {
        width: 48%;
        margin: 1%;
    }

    #mdc-global-nav .search-icon {
        display: none;
    }

    #navbar #search-collapse {
        display: block;
        width: 98%;
        margin: 1em auto;
    }

    #navbar .form-inline .input-group {
        width: 100%;
    }

    #navbar .quick-links {
        display: block;
    }

    #navbar .quick-links:after {
        content: "";
        display: table;
        clear: both;
    }
    .dropdown-header-portals {
        color: #eee;
    }
    /*overwrite bootstrap to prevent navbar from clipping elements*/
    body #navbar.navbar-collapse {
        overflow-y: auto !important;
        padding: 0 1.5em 1em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .global-nav .navbar-nav>li>a {
        font-size: 12px;
    }

    .dropdown-toggle-portals {
        margin-right: 5px;
        background-color: #333;
        border: none;
        height: 34px;
    }

    .dropdown-menu-portals {
        left: -150px !important;
        right: 5px !important;
    }

    /*overwrite bootstrap to make drop down menus stack horizontally*/
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }
}

@media (min-width: 768px) {

    /* override bootstrap for collapse as big as content */
    /* without this line, the search bar gets hidden for heights below 375, */
    #mdc-global-nav.navbar-fixed-top .navbar-collapse {
        /*max-height: none;*/
    }

}

@media (max-width: 768px) {
    /*.navbar-header img {
        padding-left: 15px;
    }*/

    .navbar-portals {
        margin-right: 0;
        margin-left: 0;
    }

    .dropdown-header-portals {
        font-weight: bold;
        color: #fff;
    }
}

/*iphone se*/
@media (max-width: 692px) and (max-height: 360px) {
    #mdc-global-nav.navbar-fixed-top .navbar-collapse {
        max-height: 275px;
    }

    /*  #mdc-global-nav .global-nav.collapse.in{
        height: 100%;
    }*/
}

/*--------------------------------------------------------------
Social Media Services
--------------------------------------------------------------*/
/* Style for mobile devices only */
@media (max-width: 550px) {

    /* hide one social media button */
    .st_email_hcount {
        display: none;
    }
}

/* twitter timeline style */
.twitter-timeline {
    margin-bottom: 20px;
}

/* make facebook coment fit parent */
.fb-comments,
.fb-comments iframe[style],
.fb-comments>span {
    width: 100% !important;
}

/* spacing above facebook comments */
.comments-title {
    margin-top: 30px;
}

/* social buttons style */
@media (min-width: 992px) {
    .social-buttons {
        padding-top: 8px;
    }
}

/* override from bootstrap */
.social-buttons span {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@media (min-width: 768px) and (max-width: 991px) {
    .social-buttons span {
        margin-bottom: 2px;
    }
}

.social-aside {
    margin-bottom: 30px;
}

.social-col li a img {
    text-decoration: none;
    margin-right: 10px;
}

/*--------------------------------------------------------------
Icons and Thumbnails
--------------------------------------------------------------*/
/* icons width 25px */
.social-list-sm {
    line-height: 35px;
}

.social-list-sm img {
    width: 25px;
    display: inline !important;
}

/* icons width 35px */
.social-list-md {
    line-height: 50px;
}

.social-list-md img {
    width: 35px;
    display: inline !important;
}

/* icons width 45px */
.social-list-lg {
    line-height: 60px;
}

.social-list-lg img {
    width: 45px;
    margin-right: 5px;
}

/* social media effects */
.social-list-lg img,
.social-list-md img,
.social-list-sm img {
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.social-list-lg img:hover,
.social-list-md img:hover,
.social-list-sm img:hover {
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

/* social justified */
.social-list-justified {
    width: 100%;
}

.social-list-justified>li {
    text-align: center;
    display: table-cell;
    width: 1%;
}


/*--------------------------------------------------------------
Global Footer
--------------------------------------------------------------*/
.mdc-footer-links {
    background-color: #222;
    border-bottom: 1px solid #333333;
    padding-top: 10px;
    padding-bottom: 16px;
    color: #c9c9c9;
    margin-top: 30px;
}

.mdc-footer-bottom {
    font-size: 13px;
    background-color: #222;
    padding-top: 20px;
    color: #c9c9c9;
    padding-bottom: 20px;
    text-align: center;
}

.footer-logo {
    margin-right: 20px;
}

.mdc-footer-links h5,
.mdc-footer-links .footer-header {
    border-bottom: 1px solid #3c3c3c;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mdc-footer-links li a {
    color: #c9c9c9;
}

.mdc-footer-bottom li a {
    color: #c9c9c9;
}

.line-right {
    margin-right: -1px;
    border-right: 1px solid #3c3c3c;
}

/* collapse buttons at footer */
.mdc-footer-links button {
    float: right;
}

.campuses-col {
    margin-bottom: 2px;
}

.btn-footer-collapse {
    height: 22px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 991px) {
    .mdc-footer-links button {
        display: none;
    }

    /* footer collapse elements */
    .mdc-footer-links .collapse {
        display: block;
        visibility: visible;
    }
}

@media (max-width: 1114px) { 
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: inherit !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .navbar .secondary-nav {
        padding-top: 0.5em;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    }

    #mdc-global-nav .btn-outline-secondary {
        width: 48%;
        margin: 1%;
    }

    #mdc-global-nav .search-icon {
        display: none;
    }

    #navbar #search-collapse {
        display: block;
        width: 98%;
        margin: 1em auto;
    }

    #navbar .form-inline .input-group {
        width: 100%;
    }

    #navbar .quick-links {
        display: block;
    }

    #navbar .quick-links:after {
        content: "";
        display: table;
        clear: both;
    }
    .dropdown-header-portals {
        color: #eee;
    }
    /*overwrite bootstrap to prevent navbar from clipping elements*/
    body #navbar.navbar-collapse {
        overflow-y: auto !important;
        padding: 0 1.5em 1em;
    }
}



/*--------------------------------------------------------------
Overrides
--------------------------------------------------------------*/

#mdc-global-nav, .mdc-footer-links {
    font-size: 14px;
}

.mdc-footer-links ul, .mdc-footer-links ol {
    margin: 0 0 10px 0; 
}