/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}











/* ==========================================================================
   Custom styles
   ========================================================================== */

.clearleft		{ clear: left; }
.clearright		{ clear: right; }

.BGnewgreen		{ background-color: rgba(89,139,115,.95); }
.BGneworange	{ background-color: rgba(242,174,117,.95); }
.BGnewmeh		{ background-color: rgba(215,101,88,.95); }
.BGnewred		{ background-color: rgba(140,70,69,.95); }
.BGnewyellow	{ background-color: rbga(240,228,146,.95); }

.newgreen		{ color: #598B73; }
.neworange		{ color: #F2AE75; }
.newmeh			{ color: #D76558; }
.newred			{ color: #8C4645; }
.newyellow		{ color: #F0E492; }
.newpurple		{ color: #343B4B; }

.pink			{ color: red !important; }

.Raleway, .raleway { font-family: "Raleway", sans-serif; }


/* NORMALIZE SIZING */
button, div, input, select, textarea {
	box-sizing: border-box;
}

/* DEBUG SCREENSIZES */
#mueller-indicators {
  display: none;
  visibility: hidden;
}

/* UNIVERSAL ELEMENTS */

a {
	color: #233994;
}

.box {
	display:block;
	background-color: #343B4B;
	/* background: rgba(15,86,64,.95); */
	/* color:#ddd; */
	color: #EFEFEF;
	padding: 0.5em 1em;
	margin-bottom: 0.5em;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	overflow:hidden;
	*zoom:1
}

.box ul, .box ol {
	margin-left: 9px;
	padding-left: 7px;
}

.box li,{
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.box a, .box a.newyellow {
	color: #F0E492 !important;
}

.boxoutline {
	border: 1px solid rgb(169,3,41);
	padding: .25em;
}

.boxoutline > .box {
	margin-bottom: 0;
}

.godark {
	color: #333 !important;
}

.reverse {
	background-color: #F7F0C4; /* #C0C6D3; /* #F7F0C4; /* rgba(255,255,255,1); */
	color: #333;
}

.reverse a.yellow, .reverse a {
	color: #233994 /* #21225F */ !important;
}

.formLeft {
	color: #999 !important;
}

b.newyellow, u.newyellow { 
	color: #343B4B;
}

.shadow { 
	display: block;
	width: 280px;
	margin-top: -0.5em;
	margin-bottom: 0.5em;
}

#footnav {
	/* background-color: #9B0000; */
	color: #111;
	text-align: center;
	font-size: 1em;
	padding: 20px;
	/*
	background: rgb(169,3,41);
	background: -moz-linear-gradient(-45deg, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: linear-gradient(135deg, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 );
	*/	
	background: url('../img/landscape.png') no-repeat top center;
	background-color: #F7E6CC;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

#footnav a {
	color: #111;
	text-decoration: none;
}

#footnav a:hover {
	color: darkred;
	/* color: #F0E492; */
	/* text-decoration: underline; */
}

#footnav b {
	font-size: 1.5em;
	font-family: "Raleway", sans-serif;
	color: #445060;
}

#footnav i {
	font-size: 1.5em;
}

#footnav div {
	text-align: left;
}

footer {
	text-align: center;
	font-size: 10px;
	padding: 20px; 
	color: #fff;
	background-color: #343B4B;
}

#cookies {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 20px;
	color: #999;
	border-top: 1px solid #cecece;
	z-index: 9999;
	font-size: .8em;
}

#cookies button { float: right; margin-left: 20px; }
	
#navfloat {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: .5em 0 0 0; /* .5em 0 3em 0; */
	text-align: center;
	z-index: 760;
	font-family: "Raleway", sans-serif;
	color: #fff;
	/* background-color: rgba(255,0,0,.5); */ 
}

#navfloat a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	/* margin: 0 3.5em; */
	padding: .6em 3.5em;  /* .6em 2.5em; */
	text-transform: uppercase;
	font-size: .8em;
	margin-top: 22px;
}

#navfloat a.toplogo {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#navfloat a:hover {
	color: #F7E6CC;
}

#navgoogle {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: .5em 0 0 0; /* .5em 0 3em 0; */
	text-align: center;
	z-index: 999;
	font-family: "Raleway", sans-serif;
	color: #fff;
	font-size: .8em;
	/* background-color: rgba(255,0,0,.5); */ 
}

#navgoogle .g-all-c {
	text-align: right;
}

#navgoogle button {
	font-size: .85em;
	position: relative;
	top: -1px;
}	

.dropnav { display: none; visibility: collapse; background-color: rgba(0,0,0,.7); position: absolute; top: 26px; text-align: left; z-index: 900; }
.dropnav a { padding: .5em 1em !important; margin: 0 !important; text-align: left; width: 100%; }
#topFCa { position: relative; }
#dropFCa { left: 0; right: 0; }
#topFCa:hover #dropFCa { display: block; visibility: visible;}
#topFCb { position: relative; }
#dropFCb { left: 0; right: -80px; }
#topFCb:hover #dropFCb { display: block; visibility: visible;}

#topHIWa { position: relative; }
#dropHIWa { left: 0; right: 0; }
#topHIWa:hover #dropHIWa { display: block; visibility: visible;}
#topHIWb { position: relative; }
#dropHIWb { left: -50px; right: -70px; }
#topHIWb:hover #dropHIWb { display: block; visibility: visible;}

#topAUa { position: relative; }
#dropAUa { left: 0; right: 0; }
#topAUa:hover #dropAUa { display: block; visibility: visible;}
#topAUb { position: relative; }
#dropAUb { left: -50px; right: -70px; }
#topAUb:hover #dropAUb { display: block; visibility: visible;}

div.navbg {
	top: 30px;
	height: 32px;
	background-color: rgba(0, 0, 0, .7);
	z-index: 750;
	position: absolute;
	left: 0;
	right: 0;
}

.navlogo {
	width: 95px;
	display: inline-block;
	vertical-align: top;
	/* background-color: rgba(0,0,0,.6); */
	padding: 10px 10px 0 10px;
	margin: -10px 0 0 0;
	position: relative;
	z-index: 99999;
}

.navlogo img {
	width: 100%;
}

/* INTERNAL NAV */

#topCRa { position: relative; }
#dropCRa { left: 0; right: 0; }
#topCRa:hover #dropCRa { display: block; visibility: visible;}

#topCRb { position: relative; }
#dropCRb { left: 0; right: 0; }
#topCRb:hover #dropCRa { display: block; visibility: visible;}


/* HOMEPAGE */

body {
	margin: 0;
	padding: 0;
	background-color: #F7FAF6;
	/* background-color: #cecece; */
}

footer a {
	color: #fff;
}

#promovid { border: 10px solid #f5f5f5; border-bottom-width: 40px; border-top-width: 15px; top: 40%; -webkit-box-shadow: -7px 10px 5px 0px rgba(0,0,0,0.13); -moz-box-shadow: -7px 10px 5px 0px rgba(0,0,0,0.13); box-shadow: -7px 10px 5px 0px rgba(0,0,0,0.13); }

h2 {
	font-size: 2.5em;
}

div.membercampuses {
	padding: 0 0 2em 0;
	color: #111;
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
	background: url('../img/studentgroup.png') no-repeat center center fixed;
	background-color: #F8FFF2;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* min-height: 90vh; */
}

div.membercampuses h2 {
	font-family: "Raleway", sans-serif;
	font-weight: bold;
	/* color: rgb(169,3,41); ?*/
	color: #546147;
	text-align: center;
	margin: -40px 0 0 0;
	padding: 0;
}

div.mcTXT {
}

div.mcTXT i.fa {
	font-size: 12em;
	opacity: .8;
}

div.about {
	padding: 2em 0;
	color: #cecece;
	background: url('../img/landscape_f_bl.jpg') no-repeat right center fixed;
	background-color: #333;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 90vh;
}

div.about h2 {
	font-family: "Raleway", sans-serif;
	font-weight: bold;
	color: #111;
	text-align: center;
	margin: 0 0 .5em 0;
	padding: 0;
	text-shadow: 0px 0px 5px rgba(256, 256, 256, 1);
}

div.about center.bigger {
	font-size: 4em;
	font-family: "Raleway", sans-serif;
	font-weight: bold;
}

div.about i.fa-circle {
	color: rgb(169,3,41);
	color: rgba(0,0,0,.7);
}

div.about i.fa-circle:hover {
	color: rgba(169,3,41,.7);
}

div.about i {
	font-style: normal;
}

div.about div.boxoutline {
	border-color: #fff;
}

div.about div.box {
	/* background-color: rgba(256,256,256,.8); */
	background-color: rgba(169,3,41,.8);
	color: #fff;
	padding: 2em;
}

div.about div.hiw {
	width: 592px;
	background-color: rgba(68,80,96,.8);
	padding: 30px;
}

.hiwA {
	float: left;
	margin-right: 30px;
}

.hiwB {
	width: 49%;
}

.hiwBclearit {
	clear: both;
}

.hiwC {
	margin-top: 5px;
	text-align: left;
}

select.homecampus {
	color: #111;
	width: 300px;
	padding: .2em .5em;
}

button.go {
	color: #111;
	width: 100px;
}

div.bdiv {
	display: inline-block;
	background-color: #333;
	width: 3px;
	margin: -80px .6em -30px .6em;
	height: 40px;
}

div.login {
	right: 2em;
}

div.login, div.mobnav {
	font-family: "Raleway", sans-serif;
	color: #fff;
	padding: .5em 1em;
	background-color: rgba(15,86,64,.75);
	text-align: center;
	position: absolute;
	top: 10px;
	font-size: .7em;
	/* border-bottom: 2px solid #fff; */
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

div.login:hover, div.mobnav:hover {
	background-color: rgba(255,255,255,.85);
	border-color: #0F5640;
	color: #333;
}

div.mid {
	width: 100%;
	background-color: #4E5A69; /* #546147 */
	color: #888B92;
	margin: -10px 0 0 0;
	padding-bottom: 2em;
}

div.mid #midcontent {
	margin-top: 0px;
}

div.mobnav {
	left: 2em;
	padding: .5em 2em;
}

div.navbut {
	margin-bottom: 0;
	padding-right: 0;
	cursor: pointer; 
	cursor: hand;
}

div.navbut:hover {
	background-color: rgba(255,255,255,.85);
	color: #111;
}

div.navbut i.fa {
	color: #F0E492;
}

div.navbut:hover i.fa{
	color: #111;
}

div.navbut:hover + div.whiteout {
	background-color: #ffffff;
}

div.navbut span {
	font-family: "Raleway", sans-serif;
}

div.slogan {
	width: 100%;
	text-align: center;
	padding: .5em 0;
	font-size: 1.5em;
	line-height: .1em;
	font-weight: bold;
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
	margin: 0 0 .5em 0;
	/* background-color: pink; */
}

div.sloganB {
	font-family: "Raleway", sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: .25em;
	/* text-shadow: 0px 0px 12px rgba(255, 255, 255, 1); */
}

div.testimonials {
	color: #F0E492;
	text-align: center;
	font-family: "Raleway", sans-serif;
}

div.testimonials span.quote {
	font-size: 1.75em;
}

div.testimonials div.author {
	font-size: .8em;
	color: #cecece;
}

div.whiteout {
	background-color: rgba(256,256,256,.8);
	color: #111;
	font-size: 12px;
	margin-top: 3px;
	text-align: center;
}

img.bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-height: 40px;
}

div.logo {
  text-align: center;
  text-shadow: 0px 0px 5px rgba(256, 256, 256, 1);
  line-height: 1.5em;
}

img.logo {
	margin-bottom: 20px;
	opacity: .7;
}

h1.orgname {
	margin: 0;
	padding: .2em;
	font-size: 2.5em;
	color: #fff;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: 730;
	letter-spacing: 2px;
}

span.tagline {
	font-size: 1.75em;
	color: #F0E492;
	font-family: "Raleway", sans-serif;
	opacity: .95;
	/* text-transform: uppercase; */
}

span.tagline img {
	width: 400px;
	max-width: 30%;
}

#poster {
	position: relative;
	height: 79vh;
	width: 100%;
	background-color: #fff;
	background: url('../img/PostcardArt_Comp3.jpg') no-repeat center center fixed;
	/* background: url('../img/NSE_Website_Banner_S21_v4.jpg') no-repeat center center fixed; */
	-webkit-background-size: 2650px 1440px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
}

#poster iframe { margin-top: 100px; }

.posterTxt { 
	font-size: 2em; 
	color: #fff; 
	text-shadow: 1px 1px #000;
	position: absolute;
	right: 20px;
	left: calc(50% + 60px);
	top: 50%;
	transform: translateY(-50%);
}

.posterTxt b { 
	font-size: 2em; 
	line-height: 1em;
	display: block;
	padding-bottom: 20px;
}

div.featuredCam {
	height: 150px;
	position: relative;
}

div.featuredCam:hover div.ftxt {
	color: #F0E492;
}

div.ftxt {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.3em;
	font-family: "Fredoka One", sans-serif;
	line-height: 1em;
	padding: .25em .5em;
	color: #fff;
	opacity: .9;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	font-weight: bold;
}

div.ftxt span {
	font-size: .7em;
	font-family: "Raleway", sans-serif;
}

#Fboston {
	background: url('../img/9740619755_faa337e36e_z.jpg') no-repeat center center;
	/* https://www.flickr.com/photos/71380981@N06/9740619755/ */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Fnyc {
	background: url('../img/6334367439_fccf8c6de1_z2.jpg') no-repeat center center;
	/* https://www.flickr.com/photos/sunsetnoir/6334367439/ */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Fquebec {
	background: url('../img/829768434_a9ef2ed566_z2.jpg') no-repeat center center;
	/* https://www.flickr.com/photos/gashwin/829768434/ */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Fpuertorico {
	background: url('../img/destbg-pr.jpg') no-repeat center center;
	/* https://www.flickr.com/photos/gashwin/829768434/ */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Fresearch {
	background: url('../img/destbg-r.jpg') no-repeat center center;
	/* https://www.flickr.com/photos/gashwin/829768434/ */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Fbeaches {
	background: url('../destinations/destbg-beaches.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Fmountains {
	background: url('../destinations/destbg-mountains.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#FHBCU {
	background: url('../destinations/destbg-hbcu.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Fcanada {
	background: url('../destinations/destbg-canada.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Fall {
	background: url(../img/bg-home-horiz2.jpg) no-repeat center center;
}

#Fmap {
	background: url('../img/map.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* SOCIAL FOOTER */

div.socialfoot {
	padding: 30px 0;
}

/* INNER PAGES */

div.main_in {
	/* min-height: 700px; */
	min-height: 400px;
	color: #888B92;
}

div.main_in h5, div.main_in span.newyellow {
	color: #343A4B;
}

div.main_in a.newyellow {
	color: #233994;
}

div.reline {
	line-height: 1.8em;
}

h1.main_in {
	font-family: "Raleway", sans-serif;
	position: relative;
	z-index: 100;
	text-align: left;
	/* margin: -.5em 0 0 0; */
	margin: .5em 0 0 0;
	padding: 0;
	font-size: 2em;
	color: #343A4B;
}

h2.main_in {
	font-family: "Raleway", sans-serif;
	text-align: left;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.2em;
	color: #888B92;
}

img.floatlogo {
	position: relative;
	z-index: 85;
	width: 75px;
	margin-top: 70px;
}

#poster_in {
	position: relative;
	height: 300px;
	width: 100%;
	background-color: #fff;
	background: url('../img/PostcardArt_Comp3.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
}

body.coord #poster_in {
	background: url('../img/coordinators.jpg') no-repeat center center;
}

center.smaller {
	font-size: .8em;
}

small {
	font-size: .8em;
}

h4 { 
	font-family: "Raleway", sans-serif;
	text-align: center;
	margin: -.5em -1em .5em -1em;
	padding: 5px;
	background-color: #F7F0C4; /*#ffffff; */
	color: #343B4B;
	border-bottom: 3px double #546147;
}

h4.name {
	background-color: rbg(240,228,146) !important;
	color: darkred;
}

h4 i {
	font-size: .8em;
	color: #999999;
}

div.reverse h4 { 
	background-color: #343B4B;
	color: #ffffff;
	border-bottom: 3px double #ffffff;
}

div.reverse h4 i {
	color: #999999;
}

h4.scrunch {
	padding: 8px 5px;
	line-height: .9em;
}

h5 { 
	font-family: "Raleway", sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #F0E492;
	font-size: 1.3em;
	font-weight: bold;
}

div.box h5 {
	color: #F0E492;
}

div.reverse h5 {
	color: #343B4B;
}

h6 { 
	text-align: left;
	margin: 0;
	padding: 0;
	color: #F0E492;
	font-size: 1.3em;
	font-weight: bold;
}

div.box h6 {
	color: #F0E492;
}

div.reverse h6 {
	color: #343B4B;
}

h5 + ol, h5 + ul, h6 + ol, h6 + ul {
	margin-top: 2px;
	padding-top: 2px;
}

div.floatSide {
	float: right;
	margin-left: 1em;
	padding-bottom: 2em; 
	width: 298px;
}

div.campusBYcat {
	font-size: 10px;
	color: #fff;
	margin: 5px;
	padding: 5px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
}

div.campusBYcat a {
	color: #fff;
}

div.customized input, div.customized select, div.customized button {
	color: #000;
	width: 260px;
}

/* CAMPUS PROFILE MENU */

div.sdmenu { color: #fff; margin-bottom: 10px; }
div.sdmenu div { overflow: hidden; }
div.sdmenu div:first-child { }
div.sdmenu div.collapsed { height: 30px; /* 15px; */ }
div.sdmenu div span { /* font-size: 10px; */ padding: 3px 0 3px 0; display: block; font-weight: bold; color: white; background: url(menu/expanded.gif) no-repeat 10px center; cursor: default; }
div.sdmenu div.collapsed span { background-image: url(menu/collapsed.gif); }
div.sdmenu div a { /* font-size: 10px; */ padding: 0 0 0 7px; display: block; color: #E9BB10; }
div.sdmenu div a.current { /* font-size: 10px; */ background : #333; color: #fff; font-weight: bold; text-decoration: none; }
div.sdmenu div a:hover { background : #E9BB10; color: #000000; text-decoration: none; }
div.sdmenu div a.current:hover { background : #333; color: #fff; font-weight: bold; text-decoration: none; }
img.can { margin: -3px 2px 0 0; }
.tabtitle { display: none; }
.hidecp { margin-top: .5em; display: none; visibility: collapse; }

/* INTERSTATIAL */

div.cover_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 2221;
  display: none;
  visibility: hidden;
}

div.cover_form {
  z-index: 2222;
  width: 90%;
  max-width: 520px;
  background-color: rgba(255, 255, 255, .2);
  padding: 10px;
  display: none;
  visibility: hidden;
}

div.cover_form div.box {
	margin: 0 -10px;
	border-radius: 0;
}

div.cover_form b{
	font-family: "Raleway", sans-serif;
	font-size: 1.5em;
}

div.cover_form_bg {
  background-color: rgba(255, 255, 255, .9);
  padding: 40px 10px;
}

#cover_form_MC {
	width: auto;
}

#cover_form_MC div.cover_form_bg {
  padding: 10px;
  background-color: rgba(255,30,30,.7);
  color: #fff;
}

#cover_form_MC #msg_MC, #cover_form_MC #button_MC {
  display: none;
  visibility: hidden;
}

form.cover div.form {
  width: 90%;
  max-width: 500px;
  float: none;
  clear: both;
  padding: 0;
}

form.cover input {
  border-bottom: 1px solid #333;
  margin: 0 0 2px 0;
  width: 100%;
}

form.cover div.form  button {
  /* width: 48%; */
  width: 32%;
  font-size: .8em;
  margin-top: 5px;
}

a.cancel {
  position: absolute;
  top: -15px;
  right: -15px;
  color: red;
  font-size: 1.5em;
}

/* LOGIN */

form.login button {
	padding: 3px 10px;
}

form.login input {
	width: 25%;
	min-width: 100px;
	min-width: 100px;
	padding: 4px;
}

/* REPORTS */

th.div {
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px;
	background-color: rgba(0,0,0,.8);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

div.tdleft {
	float: left;
	width: 49%;
}

div.tdright {
	float: left;
	margin-left: 1%;
	padding-left: 1%;
	border-left: 1px dotted #000;
	width: 49%;
}

div.tdleft3 { 
	float: left;
	width: 32%;
}

div.tdmid3 { 
	float: left;
	margin-left: 1%;
	padding-left: 1%;
	border-left: 1px dotted #000;
	width: 32%;
}

div.tdright3 { 
	float: left;
	margin-left: 1%;
	padding-left: 1%;
	border-left: 1px dotted #000;
	width: 32%;
}

table.report {
	width: 100%;
	margin-bottom: 20px;
}

table.report td.tdleft {
	padding-right: 10px;
}

table.report td.tdmid {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px dotted #000;
}

table.report td.tdright {
	padding-left: 10px;
	border-left: 1px dotted #000;
}

table.report a.campus {
	color: #233994;
	text-decoration: none;
}

table.report thead td a {
	color: #233994;
}

table.report thead td {
    border-bottom: 1px dotted #000;
}

table.report thead td, table.report tbody td { 
	padding: 2px 4px;
}

table.altem tr:nth-child(even) {
    background-color: rgba(0,0,0,.1);
}

/*
table.altem tr:nth-child(odd) {
    background-color: rgba(0,0,0,.3);
}
*/

table.altem tbody tr:hover {
    background-color: rgba(0,0,0,.6);
}

table.altem tbody tr:hover td {
    color: #fff;
}

table.altem tbody tr:hover td a {
    color: #F0E492;
}

/* FIND A CAMPUS */

/* https://www.flickr.com/photos/markdoliner/4718787589/ */
/* #poster_memcam { background-color: #ffffff; padding-top: 140px; background: url('../img/findcampus.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; } */ 
#poster_memcam { background-color: #ffffff; padding-top: 140px; background: url('../img/PostcardArt_Comp3.jpg') no-repeat center top; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; }
#poster_memcam select, #poster_memcam input, #poster_memcam textarea { width: 24.5%; padding-top: 2px; padding-bottom: 4px; margin: 0 2px 4px 2px; width: calc(25% - 6px); }
#poster_memcam select { background-color: #343B4B; color: #fff; }
/* #poster_memcam select optgroup:before { content: attr(label); display: block; } */
#poster_memcam select optgroup { background-color: #343B4B; color: #F56F64; }
#poster_memcam select optgroup[label] { background-color: #343B4B; color: #F56F64; }
#poster_memcam select option { color: #fff; }
#poster_memcam #Fmajor { width: 49.5%; width: calc(50% - 8px); }
#poster_memcam .campusFilter { width: 12.5%; width: calc(12.6% - 7px); }

h1.memcam {
	position: absolute;
	top: 65px; /* 46 */
	left: 0;
	right: 0;
	padding: 5px;
	text-align: center;
	background-color: rgba(255,255,255,.9);
	color: #222;
	font-size: 1.5em;
	font-family: "Raleway", sans-serif;
	z-index: 50;
}

#memcamLeft {
	width: 290px;
	float: left;
	height: 600px;
	height: calc(100vh - 196px);
	overflow-y: scroll;
	background-color: #fff;
	box-sizing: border-box;
}

#memcamRight {
	width: calc(100% - 290px);
	float: left;
	height: 600px;
	height: calc(100vh - 196px);
	overflow: hidden;
	background-color: #343B4B;
	box-sizing: border-box;
}

h4.country {
	margin: 0;
	padding: 3px;
	width: auto;
	font-size: 1.7em;
	background-color: #343B4B;
	color: #ffffff;
	border-color: #fff;
}

h4.state {
	margin: 0;
	padding: 3px;
	width: auto;
	background-color: #343B4B;
	color: #ffffff;
	border: none;
}

div.memcamSchool {
	width: 100%;
	border-bottom: 1px solid #cecece;
	background-color: #fff;
	color: #222;
	padding: 10px;
	/* font-size: 12px; */
}

div.memcamSchool:hover {
	background-color: #343B4B;
	color: #fff;
}

div.memcamSchool:hover a {
	color: #F0E492;
}

div.campusphoto {
	height: 85px;	
	width: 110px;
	float: left;
	margin: -10px 10px -10px -10px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-right: 1px solid #cecece;
}

.fromcan {
	/*
	background-image: url("../img/i_fromcan.png");
	background-position: left;
	*/
	background-image: url("../img/i_fromcanR.png");
	background-position: right;
	background-size: auto 35px;
	background-repeat: no-repeat;
}

.comparing {
	background-color: rgba(255,0,0,.5) !important;
}

#compButton {
	display: none;
	visibility: collapse;
	position: fixed;
	z-index: 2000;
	bottom: 20px;
	left: 310px;
	padding: 20px;
	background-color: rgba(255,0,0,.9);
	color: #F0E492;
}

/* DIRECTORY */

div.dc-profile {
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-color: #fff;
	width: 261px;
	height: 261px;
	border: 10px solid #fff;
	border-right: none;
}

div.dc-campusname {
	text-align: left; 
	padding: 10px 15px;
	color: #000;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
	    text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
	font-size: 1.6em;
	font-family: "Raleway", sans-serif; 
	font-weight: bold;
}


div.dc {
	border: 10px solid #fff;
	background-color: #343B4B;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 20px;
	margin: 0 0 20px 0;
	width: 673px;
	height: 261px;
	float: left;
	border-left-width: 1px; 
}

div.dc-campus {
	background-color: rgba(255,255,255,.8);
	padding: 5px 20px;
	margin: -20px -20px 0 -20px;
	font-size: 1.5em;
	font-family: "Raleway", sans-serif; 
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

div.dc-address {
	margin-bottom: 10px;
	text-align: left;
}

div.socialdir { 
	margin-top: -42px;
}

div.socialdir:hover i.fa-stack-1x {
	color: darkred;
}
 
div.dc-photoA {
	float: left;
	padding-right: 4px;
	border-right: 1px dotted rgba(255,255,255,.3);
	width: 105px;
	height: 125px;
}

div.dc-photoA img, div.dc-photo img {
	width: 99px;
}

div.dc-coord {
	text-align: left;
	box-sizing: border-box;
	height: 125px;
	padding: 20px;
	background-color: rgba(0,0,0,.3);
	margin-left: 109px;
}

div.nocoordphoto {
	margin-left: 0;
}

div.dc-cname {
	font-weight: bold;
	color: #F0E492;
}

div.secondcoordP, div.secondcoordA, div.secondcoordB { 
	display: none;
	visibility: collapse;
	overflow: hidden;
}

	
/* MISC */

.BGgreen {
  background-color: #0F5640 !important;
}

big {
	font-size: 1.4em;
}

mark {
    background: inherit;
	color: inherit;
	font-style: inherit;
	font-weight: bold;
	text-decoration: inherit;
}

#hiwCONT {
	margin-bottom: 30px;
}

div.hiwBOX {
	display: inline-block;
	margin: 0 .25em 1em .25em;
	white-space: nowrap;
	padding: 2px;
	border: 1px dotted #343B4B;
	/* 
	border-radius: 200px;
	*/
}

div.hiwL {
	padding: .5em .45em .5em .7em;
	color: #fff;
	background-color: #343B4B;
	display: inline-block;
	/*
	border-top-left-radius: 200px;
	border-bottom-left-radius: 200px;
	*/
	margin: 0;
	font-size: 2em;
	float: left;
}

div.hiwL img {
	width: 38px;
	margin-right: 3px;
}

div.hiwR {
	float: left;
	display: inline-block;
	padding: 1.7em 0 1.7em 1em;
	color: #343B4B;
	background-color: #fff;
	margin: 0 0 0 3px;
	width: 370px;
	/*
	border-top-right-radius: 200px;
	border-bottom-right-radius: 200px;
	*/
	text-align: left;
	font-family: "Raleway", sans-serif; 
}

#hiwCONT div.hiwBOX:nth-child(odd) {
	margin-left: 0;
	margin-right: 1em;
}
	
#hiwCONT div.hiwBOX:nth-child(even) {
	margin-left: 0;
	margin-right: 0;
}

#hiwCONT a:hover div.hiwL {
	color: #F0E492;
}

#hiwCONT a:hover div.hiwR {
	background-color: #F0E492;
}

div.topit {
	opacity: .8;
	background-color: #333;
	position: fixed;
	bottom: 18px;
	right: 18px;
	padding: 0 10px;
	border: 1px solid #999;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	z-index: 999;
}

.polaroid {
	border: 10px solid #fff;
	border-bottom: none;
	margin-bottom: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

del a { /* color: red !important; */ opacity: .5; }

img.hiw {
	width: 100%;
	max-width: 1000px;
}

div.officephoto {
	height: 150px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: .5em 0;
	border-bottom: 5px solid #343B4B;
}

div.councilmember {
	display: inline-block;
	width: 17%;
	margin: 0 .5em .5em .5em;
	height: 400px;
	overflow: hidden;
	*zoom:1
}

div.councilmember b {
	font-family: "Raleway", sans-serif; 
	font-size: 1.3em;
}

img.personphoto {
	width: 132px;
	min-width: 60%;
	margin-bottom: 1em;
	border-radius: 5px;
    border: 2px solid black;
    outline: 1px dotted #343B4B;
    outline-offset: 3px;
	margin-top: 6px;
}

#staff b {
	font-family: "Raleway", sans-serif; 
	font-size: 1.3em;	
}

#a_staff {
	font-size: 12em;
}

div.bigger { font-size:2em; }

#categorymenu {
	padding: 1px; 
	background-color: transparent;
}

#categorymenu div.g-gohalfhalf, #categorymenu div.g-gohalf {
}

#categorymenu div.box {
	text-align: center;
	padding: 1em .2em;
	outline: 1px dotted #343B4B;
	font-family: "Raleway", sans-serif; 
}

#categorymenu div.box i {
	font-size: 3em;
}

#categorymenu div.box div.text {
	padding-top: 5px;
	color: #F0E492;
}

#categorymenu div.box:hover {
	background-color: #F0E492;
}

#categorymenu div.box:hover div.text, #categorymenu div.box:hover i, #categorymenu div.box:hover span {
	color: #343B4B;
}

#aboutLand {
	margin-bottom: 1em;
}
	
#aboutLand div.g-sixths {
	margin-bottom: 1em;
}

#aboutLand img {
	width: 100%;
}

#aboutLand div.box {
	text-align: center;
	padding: 1em .2em;
	outline: 1px dotted #343B4B;
    outline-offset: 3px;
}

#aboutLand div.box i.fa {
	font-size: 3em;
	color: #fff;
}

#aboutLand a {
	font-family: "Raleway", sans-serif; 
	font-size: 1.3em;
	text-decoration: none;
	display: block;
}

#aboutLand a div.box {
	color: #F0E492;
}

#aboutLand a:hover div.box {
	background-color: #F0E492;
	color: #343B4B;
}

#aboutLand a:hover div.box i.fa {
	color: #343B4B;
}

div.canadaEx {
	width: 48.8%;
	margin-right: 1%;
	display: inline-block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

div.listing {
	display: inline-block;
	/*
	margin: .5em 0;
	padding: 0 .5em;
	border-left: 5px solid #fff;
	margin-right: 1em;
	*/
	margin: 0 .5em .2em 0;
}

div.listing a {
	/* color: yellow; */
}

div.listing:hover {
	background-color: rgba(255,255,255,.75);
}

/* CAMPUS PROFILES */

div.campprofileBG {
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 98vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	margin-top: -120px;
	border-bottom: 1px solid #333;
}

div.campprofileCONT {
	/* background-color: rgba(0,0,0,.7); */
	background-color: rgba(255,255,255,.8);
	position: relative;
	width: 100%;
	min-height: 98vh;
	padding: 120px 0 80px 0;
}

div.campprofileCONT h1 {
	position: absolute;
	top: 167px;
	left: 0;
	right: 0;
	padding: 5px;
	text-align: center;
	background-color: rgba(255,255,255,.9);
	color: #222;
	font-size: 1.5em;
	font-family: "Raleway", sans-serif;
	z-index: 50;
}

div.campprofileCONT h2 {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: center;
	color: #111;
	font-size: 1em;
	font-family: "Raleway", sans-serif;
	z-index: 50;
}

div.campprofileCONT div.box {
	/*
	background-color: rgba(0,0,0,.7);
	color: #fff;
	*/
}

div.campprofilePAD {
	position: relative;
	margin-top: 130px;
	z-index: 25;
}

/* div.campprofilePAD {
	background-color: rgba(255,255,255,.7);
	border-radius: 3px;
} */

div.vidwin {
	position: relative;
}

div.vidwin img.profile, div.vidwin iframe { position: absolute; top: 0; bottom: 0; right: 0; left: 0; }

div.vidwin img.profile { z-index: 10; }
#caption { position: absolute; z-index: 100; text-align: center; padding: 8px 2px; background-color: rgba(50,50,50,.8); color: #fff; bottom: 0; left: 0; right: 0; font-weight: bold; font-family: "Raleway", sans-serif; border-top: 1px solid #fff; }
div.videotab { z-index: 200; position: absolute; right: -10px; background-color: rgba(50,50,50,.9); color: #fff; padding: 5px; font-weight: bold; width: 95px; text-align: right; border-left: 3px double #666; cursor: pointer; cursor: hand; }
div.videotab:hover { color: yellow; background-color: #343B4B; }

#videotab0 { top: 10px; }
#videotab1 { top: 50px; }
#videotab2 { top: 90px; }
#videotab3 { top: 130px; }
#videotab4 { top: 170px; }

img.cpSocial {
	width: 40px;
	height: 40px;
	top: 10px;
	position: absolute;
	z-index: 500;
	left: 10px;
	bottom: auto;
	right: auto;
	border: 2px solid #fff;
}

img.cpSocialB { top: 60px; }

img.cpSocialC { top: 110px; }

a.feed-powered-by-es.feed-powered-by-es-center { display: none; visibility: hidden; }

#twitter-widget-0 { vertical-align: top; }

.embedsocial-hashtag { 
	display: inline-block; 
	width: 450px; 
	height: 490px; 
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	background-color: transparent;
	max-width: 100%;
}

#twitter-tl {
	display: inline-block; 
	width: 500px; 
	height: 490px; 
	overflow-x: scroll;
	margin-top: 0;
	padding-top: 0;
	background-color: #cecece;
}

div.campprofileCONTB {
	background-color: #343B4B;
	border-bottom: 1px solid #333;
	padding-top: 2em;
	padding-bottom: 2em;
}

.profileNT {
	margin-top: 0;
	padding-top: 0;
}

table.profile {
	width: 100%;
}

table.profile tr:nth-child(even) {
    background-color: #cecece;
}

table.profile th {
	padding: 3px 5px;
	color: #fff;
	background-color: #666;
	border-right: 1px solid #fff;
}

table.profile td {
	padding: 3px 5px;
	border-right: 1px solid #fff;
}

/* Style the tab */
div.tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */
div.tab button {
    padding: 14px 36px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
	margin: 0 5px;
    background-color: #F0E492;
	font-weight: bold;
	border-bottom: 1px solid #343B4B;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	font-family: "Raleway", sans-serif; 
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #fff;
	border-bottom: 1px solid #fff;
	color: #343B4B;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: .5em 1em;
	background-color: #fff;
	border-radius: 2px;
}

.tabcontent h4 {
	display: none;
	visibility: collapse;
	background-color: #343B4B;
	color: #ffffff;
	border: 1px solid #fff;
	border-radius: 3px;
	border-bottom: 3px double #ffffff;
}



/* PLACEMENTS */

#pl_waiting_notify {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 1px 0;
	background-color: rgba(140,70,69,.95);
	color: #F0E492;
	font-size: 1.25em;
	text-align: center;
	z-index: 770;
	font-family: "Raleway", sans-serif;
}

div.fs {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: darkgreen;
	width: 100%;
	display: table;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	background-color: lightgreen;
}

div.fs span {
	color: darkgreen;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	padding: 0 20px;
}

/* MISC */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 360px;
	color: #343B4B;
	background-color: /* rbga(240,228,146,.95); */ #F0E492;
	border-radius: 3px;
	text-align: center;
}

body .ui-tooltip {
	border-width: 2px;
}

.ui-helper-hidden-accessible, #gdx-bubble-host {
	display: none !important;
	visibility: collapse !important;
}

div.msg {
	text-align: center;
	background-color: darkred;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	font-weight: bold;
	font-size: 1.5em;
	color: yellow;
}

/* ADMIN */

div.admscroll {
	overflow-y: auto;
	height: 175px;
}

/* ADMIN - PLACEMENTS */

#pladm {
	font-size: .8em;
}

.smallselectA select {
	/* font-size: .7em; */
}

#ap_dates, #ap_perms, #ap_except {
	width: 100%;
}

#ap_dates input, #ap_dates select { width: 195px; }
#ap_perms input, #ap_perms select { width: 195px; }
#ap_except input { width: 195px; }

td.options-sm {
	font-size: .5em;
}

td.options {
	font-size: .8em;
	white-space: nowrap;
}

td.tfoot {
	border-top: 8px solid #546147;
	background-color: rgba(0,0,0,.8) !important;
	color: #fff;
	font-family: "Raleway", sans-serif; 
}

.switchcontent {
	display: none;
	visibility: collapse;
}

ul.adminfit li {
	font-size: .9em;
}

td.perc {
	color: #000;
	text-align: right;
	padding-right: 5px;
}	

#theschool {
	max-width: 50%;
}

table.fixstu {
	margin: 1em 0;
	width: 100%;
}



/* COMPETITION */

#medalstand {
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	top: 0;
}

#medals { }

.mgold { color: #cc9900; }
.msilver { color: #cecece; }
.mbronze { color: #ff9933; }
.BGm0 { background-color: green; }
.BGmgold { background-color: #cc9900; }
.BGmsilver { background-color: #cecece; }
.BGmbronze { background-color: #ff9933; }

#daysremaining { font-size: 5em; font-weight: bold; color: #343B4B; }

.daysremaining { font-weight: bold; margin: -25px 0 20px 0; color: #343B4B; }

#progressgoalbar {
	width: 100%;
	border-radius: 5px;
	border: 3px solid #fff;
	background-color: red;
	position: relative;
}

#progressgoalbar div {
	
}

#numleft {
	position: absolute;
	right: 5px;
	top: 3px;
	font-size: .8em;
}


#webinars iframe {
	margin: -0.5em -1em;
	width: 220px;
	height: 124px;
}

#gallery img { width: 100%; margin-bottom: 5px; border-bottom: 2px solid #fff; }
#gallery div { padding-bottom: 1em; }

/* BLOG */

div.blogcontain {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

div.bstb {
	border-top: 10px solid #fff;
}

div.blogstyled {
	break-inside: avoid-column;
	/* border: 1px solid rgba(255,255,255,.6); */
	
	padding: 20px;
	background-color: rgba(247,240,196,.4);
	/* background-color: #F7F0C4; */
	margin-bottom: 15px;
	/*
	float: left;
	width: calc(50% - 11px);
	margin-right: 10px;
	height: 400px;
	*/
}

div.biggieblogimg {
	position: relative;
}

div.blogbottom {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	padding: 15px;
	background-color: rgba(0,0,0,.8);
}

div.blogimg {
	margin: -20px -20px 20px -20px;
	height: 200px;
	background-color: #000;
	background-size: cover;
	background-position: center center;
}

span.blogrollhead {
	font-size: 1.3em;
	line-height: 1em;
	font-family: "Raleway", sans-serif;
	font-weight: bold;
	text-decoration: none !important;
}

span.blogrollhead a {
	text-decoration: none !important;
}

span.blogrolldate {
	font-size: .8em;
	font-style: italic;
}

div.blogrollsummary {
	margin: 5px 0 0 0;
}

span.bloghead {
	font-size: 2em;
	line-height: 1em;
	font-family: "Raleway", sans-serif;
	font-weight: bold;
	color: #F0E492;
}

span.blogdate {
	font-size: .8em;
	font-style: italic;
}

div.blogsummary {
	margin: 10px 0 20px 0;
}

iframe.blogyoutube {
	margin: 0 0 20px 0;
}

div.blogbody {
}

div.blogbody p:first-child {
	margin-top: 0;
	padding-top: 0;
}

button.blogreturn {
	margin-top: 10px;
	width: 100%;
	padding: 5px;
}

.blogstuname {
	font-size: 2em;
	line-height: 1em;
	font-family: "Raleway", sans-serif;
	font-weight: bold;
}

.blogstucams {
	font-size: .8em;
	font-style: italic;
	color: #F0E492;
}

img.blogcoord { width: 100%; margin: 0 0 10px 0; }

.blogcoordname {
	font-size: 2em;
	line-height: 1em;
	font-family: "Raleway", sans-serif;
	font-weight: bold;
}

.blogcoordcampus {
	font-size: .8em;
	font-style: italic;
	color: #F0E492;
}

ul.blogres li { margin-top: 4px; margin-bottom: 4px; }

div.hiddenblog {
	opacity: .5;
	background-color: #666;
	padding: 14px 20px 4px 20px;
	margin-bottom: 20px;
}

/* MAJORS */

div.msearch {
	padding: 0.5em;
}

div.msearch span {
	visibility: collapse;
	display: none;
}

div.msearch input, div.msearch select {
	width: calc(100% - 36px);
	color: #000;
	padding: 4px 4px 3px 4px;
}

div.msearch button {
	width: 30px;
	margin-left: 5px;
}

/* AUTOCOMPLETE */

.autocomplete {
  position: relative;
  width: 100%;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  color: #333;
  font-size: 12px;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

.autocomplete-active {
  background-color: #333 !important;
  color: #fff !important;
}








/* ==========================================================================
   Display specific tweaks
   DEFAULT: 981px - 1249px
   ========================================================================== */

/* HIRES DESKTOP */
@media screen and (min-width: 1801px) and (max-width: 6000px){
	#twitter-widget-0 { margin: 0 20px 0 0 !important; }
	div.about div.boxoutline { width: 640px; }
	div.boxoutline { border-width: 10px; }
	div.featuredCam { height: 240px; }
	div.logo { font-size: 2em; }
	div.membercampuses h2 { margin-top: -120px; }
	div.navbg { top: 50px; height: 35px; }
	span.tagline { font-size: 1.35em; }
	select.homecampus { width: 340px; }
	button.go { width: 120px; }
	/* #navfloat a { margin: 0 8em; } */
	.dropnav { top: 28px; }
	.navlogo { width: 140px; }
	#navfloat a { margin-top: 42px; padding: .7em 4.8em; } /* .7em 6em;  */
	#navgoogle { font-size: 1.4em; }
	#navgoogle .g-all-c { padding-right: 237px; }
	#gsearch { width: 200px; }
	div.polaroidBottom { background-color: #fff; color: #222; }
	div.polaroidBottom a.yellow { color: #222; }
	#pl_waiting_notify { font-size: 2em; padding: 3px 0; }

	div.floatSide { width: 306px; }
	div.canadaEx { width: 652px; }

	div.campprofileCONT h1 { top: 187px; font-size: 2em; }
	div.campprofileCONT h2 { padding: 12px 0 0 0; font-size: 1.2em; }
	div.campprofilePAD { margin-top: 180px; }
	div.videotab { width: 130px; }
	div.vidwin, div.vidwin img.profile, div.vidwin iframe { width: 1095px; min-height: 615px; height: 823px; }
	#videotab0 { top: 10px; }
	#videotab1 { top: 60px; }
	#videotab2 { top: 110px; }
	#videotab3 { top: 160px; }
	#videotab4 { top: 210px; }
	div.tab button { padding: 14px 86px; }

	h1.memcam { top: 92px; }
	#poster_memcam { padding-top: 187px; }
	#memcamLeft { width: 360px; } 
	#memcamRight { width: calc(100% - 360px); }
	#memcamLeft, #memcamRight { height: calc(100vh - 253px); }
	div.hiwL img { width: 48px; margin-right: 6px; }
	#compButton { left: 380px; }

	#hiwCONT div.hiwBOX { margin-left: .5em !important; margin-right: .5em !important; }

	/*
	div.dc-profile { height: 280px; width: 280px; margin-left: 10px; }
	div.dc { width: 520px; height: 280px; margin-right: 10px; }
	*/
	div.dc-profile { height: 280px; width: 280px; margin-bottom: 25px; }
	div.dc { width: 1370px; height: 280px; margin-bottom: 25px; }
	div.hasassist { width: 698px; float: left; margin-left: 4px; } /*548*/
	div.hasassistB { width: 806px; float: left; margin-left: 0; } /*656*/

	div.secondcoordP, div.secondcoordA, div.secondcoordB { display: inline-block; visibility: visible; }
	div.secondcoordP { float: left; margin-left: 5px; padding-right: 4px; border-right: 1px dotted rgba(255,255,255,.3); }
	div.secondcoordA { float: left; margin-left: 4px; width: 398px; }
	div.secondcoordB { float: left; margin-left: 5px; width: 506px; }
	div.socialdir {  margin-top: -50px; }
	div.dc-address { white-space: nowrap; }
	div.admscroll { height: 215px; }
	
	body.competition h1 { margin-top: 260px; }
	#daysremaining { font-size: 7em; font-weight: bold; color: #343B4B; }
	.daysremaining { font-weight: bold; margin: -45px 0 20px 0; color: #343B4B; }

	#webinars iframe { width: 394px; height: 224px; }

	div.biggieblogimg { height: 630px !important; }
	div.blogimg { height: 300px; }
	img.blogcoord { float: left; margin: 2px 10px 0 0; width: auto; height: 230px; }
	iframe.blogyoutube { width: 1095px; height: 615px; }

	div.msearch input, div.msearch select { width: calc(100% - 56px); }
	div.msearch button { width: 50px; }

	#poster_in { background-position-y: -20vh; }
}

/* LARGE DESKTOP */
@media screen and (min-width: 1250px) and (max-width: 1800px){
	#twitter-widget-0 { margin: 0 20px 0 0 !important; }
	div.about div.boxoutline { width: 640px; }
	div.boxoutline { border-width: 7px; }
	div.featuredCam { height: 170px; }
	div.logo { font-size: 1.5em; }
	div.membercampuses h2 { margin-top: -60px; }
	div.navbg { top: 50px; height: 35px; }
	select.homecampus { width: 340px; }
	button.go { width: 120px; }
	/* #navfloat a { margin: 0 6em; } */
	.dropnav { top: 28px; }
	.navlogo { width: 140px; }
	#navfloat a { margin-top: 42px; padding: .7em 4.2em; } /* .7em 4.2em;  */
	#navgoogle { font-size: 1.4em; }
	#navgoogle .g-all-c { padding-right: 90px; }
	#gsearch { width: 200px; }
	div.polaroidBottom { background-color: #fff; color: #222; }
	div.polaroidBottom a.yellow { color: #222; }
	#pl_waiting_notify { font-size: 2em; padding: 3px 0; }

	div.floatSide { width: 306px; }
	div.canadaEx { width: 415px; }

	div.campprofileCONT h1 { top:189px; font-size: 1.7em; }
	div.campprofileCONT h2 { padding: 12px 0 0 0; font-size: 1.2em; }
	div.campprofilePAD { margin-top: 170px; }
	div.videotab { width: 120px; }
	div.vidwin, div.vidwin img.profile, div.vidwin iframe { width: 776px; min-height: 436px; height: 583px; }
	#videotab0 { top: 10px; }
	#videotab1 { top: 60px; }
	#videotab2 { top: 110px; }
	#videotab3 { top: 160px; }
	#videotab4 { top: 210px; }
	div.tab button { padding: 14px 46px; }

	h1.memcam { top: 92px; }
	#poster_memcam { padding-top: 187px; }
	#memcamLeft { width: 360px; } 
	#memcamRight { width: calc(100% - 360px); }
	#memcamLeft, #memcamRight { height: calc(100vh - 253px); }
	div.hiwL img { width: 47px; margin-right: 6px; }
	#compButton { left: 380px; }

	div.dc-profile { height: 280px; width: 280px; margin-bottom: 25px; }
	div.dc { width: 895px; height: 280px; margin-bottom: 25px; }
	div.socialdir {  margin-top: -50px; }
	#pladm { font-size: .7em; }
	#ap_dates input, #ap_dates select { width: 125px; }
	#ap_perms input, #ap_perms select { width: 125px; }
	#ap_except input { width: 125px; }
	#subcheck { font-size: .7em; }

	div.hasassist { width: 310px; float: left; margin-left: 4px; } /*548*/
	div.hasassistB { width: 418px; float: left; margin-left: 0; } /*656*/

	div.secondcoordP, div.secondcoordA, div.secondcoordB { display: inline-block; visibility: visible; }
	div.secondcoordP { float: left; margin-left: 5px; padding-right: 4px; border-right: 1px dotted rgba(255,255,255,.3); }
	div.secondcoordA { float: left; margin-left: 4px; width: 310px; }
	div.secondcoordB { float: left; margin-left: 5px; width: 418px; }
	div.dc-address { white-space: nowrap; }
	div.admscroll { height: 215px; }
	
	body.competition h1 { margin-top: 260px; }
	#daysremaining { font-size: 7em; font-weight: bold; color: #343B4B; }
	.daysremaining { font-weight: bold; margin: -45px 0 20px 0; color: #343B4B; }
	
	#webinars iframe { width: 280px; height: 154px; }

	div.biggieblogimg { height: 430px !important; }
	div.blogimg { height: 270px; }
	img.blogcoord { float: left; margin: 1px 10px 0 0; width: auto; height: 260px; }
	iframe.blogyoutube { width: 776px; height: 436px; }

	div.msearch input, div.msearch select { width: calc(100% - 46px); }
	div.msearch button { width: 40px; }
	
	#poster_in { background-position-y: -10vh; }
}

/* DEFAULT */
@media screen and (min-width: 979px) and (max-width: 1249px){
	#navgoogle .g-all-c { padding-right: 83px; }
	#gsearch { width: 200px; }
	#twitter-widget-0 { margin-right: 20px; }
	div.about div.boxoutline { width: 520px; }
	div.boxoutline { border-width: 3px; }
	div.about div.hiw { width: 510px; padding: 30px; }
	.hiwA { height: 135px; }
	#dropAUa { left: -20px; right: -20px; }
	div.polaroidBottom { background-color: #fff; color: #222; }
	div.polaroidBottom a.yellow { color: #222; }
	div.canadaEx { width: 305px; }
	div.vidwin, div.vidwin img.profile, div.vidwin iframe { width: 620px; min-height: 348px; height: 466px; }
	#ap_dates input, #ap_dates select { width: 125px; }
	#ap_perms input, #ap_perms select { width: 125px; }
	#ap_except input { width: 125px; }
	#subcheck { font-size: .7em; }

	div.hasassist { width: 218px; float: left; margin-left: 4px; } /*548*/
	div.hasassistB { width: 325px; float: left; margin-left: 0; } /*656*/

	div.secondcoordA, div.secondcoordB { display: inline-block; visibility: visible; }
	div.secondcoordA { float: left; margin-left: 4px; width: 290px; }
	div.secondcoordB { float: left; margin-left: 5px; width: 290px; }
	div.dc-address { white-space: nowrap; }
	
	div.biggieblogimg { height: 400px !important; }
	body.competition h1 { margin-top: 260px; text-align: left; }
	body.competition h2 { text-align: left; }
	
	.posterTxt {  font-size: 1.7em; }
}

/* TABLET PORTRAIT */
@media screen and (min-width: 768px) and (max-width: 980px){
	#twitter-widget-0 { margin-bottom: 30px !important; }
	div.about div.boxoutline { width: 520px; }
	div.about div.hiw { margin-left: 52px; }
	div.membercampuses h2 { margin-top: -20px; }
	div.mid { padding-top: 10px; }
	div.slogan  { font-size: 1.2em; }
	div.navbg { top: 23px; height: 29px; }
	#footnav { font-size: .8em; }
	#midcontent { margin-top: 0px; }
	/* #navfloat a { margin: 0 2em; } */
	#navfloat a { margin-top: 15px; padding: .5em 1em; } /* .5em 1em;  */
	#navgoogle { font-size: .5em; }
	#navgoogle .g-all-c { padding-right: 47px; }
	.dropnav { top: 25px; }
	.hiwC { margin-bottom: 30px; }
	.navlogo { padding: 5px 5px 0 5px; width: 80px; }
	#dropFCa { left: -20px; right: -20px; }
	#dropAUa { left: -50px; right: -50px; }
	#dropHIWa { left: -50px; right: -50px; }
	#poster { height: 80vh; }
	#poster_in { height: 150px; }
	div.polaroidBottom { background-color: #fff; color: #222; }
	div.polaroidBottom a.yellow { color: #222; }
	#pl_waiting_notify { font-size: 1em; }

	.posterTxt {  left: 40px; right: 40px; text-align: center; background-color: rgba(0,0,0,.5); padding: 20px; }

	div.councilmember { width: 31%; height: 300px; }
	div.canadaEx { width: 185px; }
	
	div.campprofileCONT h1 { top: 155px; }
	div.campprofileCONT h2 { padding: 5px 0 0 0; font-size: .7em; }
	div.campprofilePAD { margin-top: 130px; }
	div.vidwin, div.vidwin img.profile, div.vidwin iframe { width: 460px; min-height: 258px; height: 346px; }
	div.tab button { padding: 14px 16px; }
	img.cpSocial { width: 20px; height: 20px; top: 10px; }
	img.cpSocialB { top: 40px; }
	img.cpSocialC { top: 60px; }

	div.tdleft { float: none; width: auto; }
	div.tdright { float: none; width: auto; margin: 0; padding: 0; border: none; }
	div.tdleft3 { float: none; width: auto; }
	div.tdmid3 { float: none; width: auto; margin: 0; padding: 0; border: none; }
	div.tdright3 { float: none; width: auto; margin: 0; padding: 0; border: none; }

	#poster_memcam { padding-top: 127px; }
	#poster_memcam select, #poster_memcam input, #poster_memcam textarea { width: 49%; width: calc(50% - 4px); }
	#poster_memcam #Fmajor { width: 98.5%; width: calc(100% - 6px); }
	#poster_memcam .campusFilter { width: 25%; width: calc(25.1% - 6px); }
	h1.memcam { top: 52px; }
	#memcamLeft, #memcamRight { height: calc(100vh - 237px); }
	div.hiwR { width: 250px; }
	
	div.dc { width: 100%; height: auto; float: none; border-left-width: 10px; }
	div.dc-campus, div.dc-address { text-align: center; }
	div.nocoordphoto { margin-left: 0; height: auto; text-align: center; }
	
	div.secondcoordP, div.secondcoordA, div.secondcoordB { display: inline-block; visibility: visible; }
	div.secondcoordP { float: left; margin-top: 4px; margin-left: 1px; padding-right: 4px; border-right: 1px dotted rgba(255,255,255,.3); }
	div.secondcoordA { float: left; margin-top: 4px; margin-left: 4px; width: 531px; }
	div.secondcoordB { float: left; margin-top: 4px; margin-left: 0; width: 639px; height: auto; text-align: center; }
	div.socialdir {  margin-top: -80px; }

	#subcheck { font-size: .6em; }
	div.admscroll { height: 173px; }

	#medals { height: 400px; }
	body.competition h1 { margin-top: 260px; text-align: center; }
	body.competition h2 { text-align: center; }

	#webinars iframe { width: 340px; height: 192px; }
	
	div.blogbottom { bottom: 0px; left: 0; right: 0; }
	iframe.blogyoutube { width: 460px; height: 258px; }
	div.blogimg { height: 150px; }	
	#categorymenu { font-size: .7em; }
}

/* HANDHELD LANDSCAPE */
@media screen and (min-width: 480px) and (max-width: 767px){
	#twitter-widget-0 { margin-bottom: 30px !important; }
	div.about { padding: 1em 2em; }
	div.about center.bigger { font-size: 3em; }
	div.about div.hiw { width: 100%; }
	.hiwA { height: 100px; }
	div.membercampuses { padding: 0 0 2em 0; }
	div.membercampuses h2 { margin-top: 0px; }
	div.mid { padding-bottom: .8em; margin-top: -35px; }
	div.slogan  { font-size: .9em; }
	h1.main_in { margin: 0; }
	h1.orgname { line-height: 1em; font-size: 2em; margin-bottom: -8px; }
	span.tagline { font-size: 1.3em; }
	img.logo { height: 150px; margin: 0; }
	select.homecampus { width: 245px; }
	button.go { width: 75px; }
	#footnav { font-size: .8em; }
	#midcontent { padding-top: 20px; }
	#navfloat a { padding: .6em 2.5em; } /* .6em 2.5em; */
	#navgoogle .g-all-c { text-align: center; transform: translateY(-4px); }
	#poster { }
	#poster_in { height: 150px; }
	.navlogo { display: none; visibility: collapse; }
	#pl_waiting_notify { font-size: 1em; padding: 4px 0; }

	.posterTxt {  left: 0px; right: 0px; text-align: center; background-color: rgba(0,0,0,.5); padding: 20px; font-size: 1em; }
	
	div.customized { margin-bottom: 1px !important; }
	div.customized input, div.customized select { width: 69%; padding: 2px; }
	div.customized button { width: 20%; }
	.quickresources, .allFeaturedCam { display: none; visibility: collapse; }
	div.floatSide { float: none; width: 100%; margin-left: 0; padding-bottom: 0 !important; }
	.autoflexcolumns { clear: both; }
	div.councilmember { width: 31%; height: 220px; }
	/* div.councilmember { width: 100%; margin: 0 0 1em 0; height: auto; } */
	/* img.personphoto { float: left; margin: 0 1em 0 3px; width: auto; min-width: auto; } */
	img.personphoto { width: auto; min-width: auto; }
	div.bigger { text-align: center; font-size: 1.4em; }
	#connavtop { clear: right; }

	div.campprofileCONT h1 { top: 169px; font-size: 1.2em; }
	div.campprofilePAD { margin-top: 110px; }
	div.videotab { width: 70px; }
	div.vidwin, div.vidwin img.profile, div.vidwin iframe { width: 430px; min-height: 241px; height: 323px; }
	div.tab { display: none; visibility: collapse; margin: 0; }
	img.cpSocial { width: 20px; height: 20px; top: 10px; }
	img.cpSocialB { top: 40px; }
	img.cpSocialC { top: 60px; }
	.tabcontent { display: block !important; margin-bottom: 20px; }
	.tabcontent h4 { display: block; visibility: visible; }

	div.tdleft { float: none; width: auto; }
	div.tdright { float: none; width: auto; margin: 0; padding: 0; border: none; }
	div.tdleft3 { float: none; width: auto; }
	div.tdmid3 { float: none; width: auto; margin: 0; padding: 0; border: none; }
	div.tdright3 { float: none; width: auto; margin: 0; padding: 0; border: none; }

	#poster_memcam { padding-top: 110px; }
	#poster_memcam select, #poster_memcam input, #poster_memcam textarea { width: 49%; }
	#Fmajor { width: 98.5% !important; }
	#poster_memcam .campusFilter { width: 24%; width: calc(25.1% - 6px); }
	h1.memcam { top: 57px; /* -15 */ }
	#memcamLeft { width: 100%; float: none; height: auto; overflow: visible; }
	#memcamRight { display: none; visibility: collapse; }
	#hiwCONT div.hiwBOX { margin-left: 0 !important; margin-right: 0 !important; }
	div.hiwL img { width: 27px; margin-right: 5px; }
	div.hiwR { width: 340px; }
	#compButton { left: auto; right: 20px; }
	
	div.dc { width: 100%; height: auto; float: none; border-left-width: 10px; }
	div.dc-campus, div.dc-address { text-align: center; }
	div.nocoordphoto { margin-left: 0; height: auto; text-align: center; }
	
	div.secondcoordP, div.secondcoordA, div.secondcoordB { display: inline-block; visibility: visible; }
	div.secondcoordP { float: left; margin-top: 4px; margin-left: 1px; padding-right: 4px; border-right: 1px dotted rgba(255,255,255,.3); }
	div.secondcoordA { float: left; margin-top: 4px; margin-left: 4px; width: 261px; }
	div.secondcoordB { float: left; margin-top: 4px; margin-left: 0; width: 370px; height: auto; text-align: center; }
	div.socialdir {  margin-top: -65px; }

	#theschool { max-width: 200px; }
	img.personphoto { width: 99px; }
	div.admscroll { height: 131px; }

	#medals { height: 320px; }
	body.competition h1 { margin-top: 180px; text-align: center; }
	body.competition h2 { text-align: center; }
	#daysremaining { font-size: 10em; font-weight: bold; color: #343B4B; }
	.daysremaining { font-weight: bold; margin: -35px 0 20px 0; color: #343B4B; }

	div.blogbottom { bottom: 0px; left: 0; right: 0; }
	div.blogcontain { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	div.biggieblogimg, div.blogimg { height: 300px; }	
	img.blogcoord { float: left; margin: 1px 10px 0 0; width: auto; height: 130px; }
	div.blogcoorddesc { padding-top: 5px; }
	iframe.blogyoutube { width: 430px; height: 241px; }
}

/* HANDHELD PORTRAIT */
@media screen and (min-width: 0px) and (max-width: 479px){
	#twitter-widget-0 { margin-bottom: 30px !important; }
	div.about { padding: 1em; }
	div.about center.bigger { display: none; visibility: collapse; }
	div.about h2 { margin-bottom: -10px; }
	div.about div.hiw { width: 100%; }
	.hiwA { width: 50%; margin: 0 0 -10px 25%; float: none; }
	.hiwB { width: 75%; margin: 0 0 0 15%; }
	div.main_in { padding-top: 30px; }
	div.mcTXT i.fa { display: none; visibility: collapse; }
	div.membercampuses { padding: 0 0 1em 0; }
	div.membercampuses h2 { margin-top: 0px; }
	div.mid { padding-bottom: .5em; margin-top: -45px; }
	div.slogan  { font-size: .9em; }
	h1.main_in { margin: 0; }
	h1.orgname { line-height: 1em; font-size: 2em; margin-bottom: -8px; }
	img.logo { width: 50%; margin: 0; }
	span.tagline { font-size: 1.3em; }
	select.homecampus { width: 100%; }
	button.go { width: 100%; }
	#Fall { margin-bottom: .5em; }
	#footnav { font-size: .8em; }
	#memberCampusesLocations { margin: 0 1em; }
	#midcontent { padding-top: 40px; }
	#navfloat a { padding: .6em 1.5em; }
	#navgoogle .g-all-c { text-align: center; transform: translateY(-4px); }
	#poster { }
	#poster_in { height: 120px; }
	.navlogo { display: none; visibility: collapse; }
	#pl_waiting_notify { font-size: 1em; padding: 4px 0; }

	.posterTxt {  left: 0px; right: 0px; text-align: center; background-color: rgba(0,0,0,.5); padding: 20px; font-size: 1em; }

	div.customized { margin-bottom: 1px; }
	div.customized input, div.customized select, div.customized button { width: 100%; }
	.quickresources, .allFeaturedCam { display: none; visibility: collapse; }
	div.floatSide { float: none; width: 100%; margin-left: 0; padding-bottom: 0 !important; }
	.autoflexcolumns { clear: both; }
	div.councilmember { width: 100%; margin: 0 0 1em 0; height: auto; }
	/* img.personphoto { float: left; margin: 0 1em 0 3px; width: auto; min-width: auto; } */
	img.personphoto { width: auto; min-width: auto; }
	div.bigger { text-align: center; font-size: 1.4em; }
	#connavtop { clear: right; }
	
	div.campprofileCONT h1 { position: static; top: 0; font-size: 1.2em; margin-top: 70px; }
	div.campprofilePAD { margin-top: 10px; }
	div.videotab { width: 70px; }
	div.vidwin, div.vidwin img.profile, div.vidwin iframe { width: 100%; height: 241px; }
	div.tab { display: none; visibility: collapse; margin: 0; }
	img.cpSocial { width: 20px; height: 20px; top: 10px; }
	img.cpSocialB { top: 40px; }
	img.cpSocialC { top: 60px; }
	.tabcontent { display: block !important; margin-bottom: 20px; }
	.tabcontent h4 { display: block; visibility: visible; }

	div.tdleft { float: none; width: auto; }
	div.tdright { float: none; width: auto; margin: 0; padding: 0; border: none; }
	div.tdleft3 { float: none; width: auto; }
	div.tdmid3 { float: none; width: auto; margin: 0; padding: 0; border: none; }
	div.tdright3 { float: none; width: auto; margin: 0; padding: 0; border: none; }

	#poster_memcam { padding-top: 110px; }
	#poster_memcam select, #poster_memcam input, #poster_memcam textarea, #poster_memcam #Fmajor { width: 100%; margin: 0; }
	#poster_memcam .campusFilter { width: 49%; width: calc(50% - 2px); }
	h1.memcam { top: 56px; /* -15 */ }
	#memcamLeft { width: 100%; float: none; height: auto; overflow: visible; margin-top: -30px; }
	#memcamRight { display: none; visibility: collapse; }
	#hiwCONT div.hiwBOX { margin-left: 0 !important; margin-right: 0 !important; }
	div.hiwL img { width: 27px; margin-right: 5px; }
	div.hiwR { width: 170px; }
	#compButton { left: auto; right: 20px; }
	
	div.dc { width: 100%; height: auto; float: none; margin-bottom: 5px; border-width: 3px; padding: 0; }
	div.dc-campus { margin: 0 0 10px 0; }
	div.dc-campus, div.dc-address { text-align: center; }
	div.dc-photoA { width: 61px; height: 76px; }
	div.dc-photoA img, div.secondcoordP img { width: 60px; height: 76px; }
	div.dc-coord { margin-left: 62px; height: 76px; padding: 10px; padding: 7px; }
	div.nocoordphoto { margin-left: 0; height: auto; text-align: center; }
	
	div.secondcoordP, div.secondcoordA, div.secondcoordB { display: inline-block; visibility: visible; }
	div.secondcoordP { float: left; margin-top: 1px; margin-left: 0; padding-right: 0; border-right: 1px dotted rgba(255,255,255,.3); }
	div.secondcoordA { float: left; margin-top: 1px; margin-left: 0; width: calc(100% - 61px); }
	div.secondcoordB { float: left; margin-top: 1px; margin-left: 0; width: 100%; height: auto; text-align: center; }
	div.socialdir {  margin-top: -60px; }

	#ap_dates input, #ap_dates select { width: 125px; }
	#ap_perms input, #ap_perms select { width: 125px; }
	#ap_except input { width: 125px; }
	#ssurvey input, #ssurvey select { width: 48%; }
	img.personphoto { width: 99px; }
	div.admscroll { height: auto; overflow: visible; }
	ul.adminfit { -webkit-column-count: 2; -moz-column-count: 2; -ms-column-count: 2; -o-column-count: 2; column-count: 2; }

	#medals { height: 200px; }
	body.competition h1 { margin-top: 70px; text-align: center; }
	body.competition h2 { text-align: center; }
	body.competition img.logo { display: none !important; visibility: hidden !important; }
	body.competition div.navlogo { display: none !important; visibility: hidden !important; }
	body.competition img.floatlogo { display: none !important; visibility: hidden !important; }
	#daysremaining { font-size: 10em; font-weight: bold; color: #343B4B; }
	.daysremaining { font-weight: bold; margin: -35px 0 20px 0; color: #343B4B; }

	#webinars iframe { width: 100%; }

	div.blogbottom { bottom: 0px; left: 0; right: 0; }
	div.blogcontain { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	div.biggieblogimg, div.blogimg { height: 200px !important; }
	img.blogcoord { float: left; margin: 1px 10px 0 0; width: auto; height: 75px; }
	div.blogcoorddesc { padding-top: 10px; }
	iframe.blogyoutube { width: 100%; height: 241px; }

	#categorymenu a div.g-gohalfhalf { width:49.5%; }
	#categorymenu a:nth-child(even) div.g-gohalfhalf { margin-right: 0; }
	#categorymenu a div.g-gohalf { width:100%; }
}
