a.moreLink {
	width: 100%;
	height: 38px;
	margin-left: -10px;
	padding: 8px 10px 10px 10px;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	text-align: center;
	border-radius: 3px;
	background-color: rgba(46, 85, 135, .6);
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
}

a:hover.moreLink {
  background-color: rgba(11, 62, 129, 0.72);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
	color: #ffffff;
}
div#morestoryList {
	margin-left: 50px;
}
div.w-col.w-col-3.spacing {
	padding-right: 10px;
}

/* Modal Box */
.modal-box {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 98%;
	background: black;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
}

.modal-box header,
.modal-box .modal-header {
	padding: 1.25em 1.5em;
	border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }
.modal-box .modal-body { padding: 2em 1.5em; }
.modal-box footer,
.modal-box .modal-footer {
	padding: 1em;
	border-top: 1px solid #ddd;
	background: rgba(0, 0, 0, 0.02);
	text-align: right;
}

.modal-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
	line-height: 1;
	font-size: 1.5em;
	position: absolute;
	top: 5%;
	right: 2%;
	text-decoration: none;
	color: #bbb;
}

a.close:hover {
	color: #222;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}

/* Make the modal box responsive */
@media (min-width: 32em) {
    .modal-box { width: 90%; }
}

.datagrid table { 
	border-collapse: collapse; 
	text-align: left; 
	width: 100%;
} 
.datagrid {
	font: normal 14px/150% Arial, Helvetica, sans-serif; 
	background: #fff; 
	overflow: hidden; 
	border: 1px solid #C4C4C4; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	margin-bottom: 30px;
}

.datagrid table td, .datagrid table th { 
	padding: 3px 10px; 
}
.datagrid table thead th {
	background-color:#e3e3e3; 
	color:#7c7c7c;; 
	font-size: 12px; 
	font-weight: bold; 
	border-left: 1px solid #A8A8A8; 
} 
.datagrid table thead th:first-child { 
	border: none; 
}
.datagrid table tbody td { 
	color: #595959; 
	border-left: 1px solid #D4D4D4;
	font-size: 14px;
	font-weight: normal; 
}
.datagrid table tbody tr.odd { 
	background-color: #f2f2f2;  
	font-weight: normal; 
}
.datagrid table tbody .alt td { 
	background: #F4F4F4; 
	color: #595959; 
}
.datagrid table tbody td:first-child { 
	border-left: none; 
}
.datagrid table tbody tr:last-child td { 
	border-bottom: none; 
}

#usertable td th {
	padding: 2px;
}

.pagination {
  margin-top: 20px;
  margin-bottom: 30px;

}
div.paginateButtons {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 12px;
}
span.currentStep {
  margin-right: 8px;
  border-radius: 5px;
  color: white;
  background-color: #7a7a7a;
  font-weight: 700;
  width: auto;
  margin-top: 9px;
  margin-right: 8px;
  padding: 10px 15px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;    
}
div.w-icon-nav-menu {
	color: white;
}
a.alphalink.w--current {
	margin-right: -3px;
	margin-left: -3px;
	padding-right: 3px;
	padding-left: 3px;
	border-radius: 3px;
	background-color: rgba(41, 52, 83, .53);
	color: #fff;}


span.currentStep:hover {
  background-color: #1472e9;
}
.step {
  margin-right: 8px;
  border-radius: 5px;
  background-color: #e0e0e0;
  color: dimgray;
  font-weight: 400;
  width: auto;
  margin-top: 9px;
  margin-right: 10px;
  padding: 8px 8px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  text-decoration: none;
  }

.step:hover {
  background-color: #1472e9;
  color: #e4e4e4;
}

.nextLink {
  border-radius: 5px;
  background-color: #e0e0e0;
  color: dimgray;
  font-weight: 400;
  width: auto;
  margin-top: 9px;
  margin-right: 8px;
  padding: 8px 15px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  text-decoration: none;
}

.nextLink:hover {
  background-color: #1472e9;
  color: white;
}
.prevLink {
  border-radius: 5px;
  background-color: #e0e0e0;
  color: dimgray;
  font-weight: 400;
  width: auto;
  margin-top: 9px;
  margin-right: 8px;
  padding: 8px 15px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  text-decoration: none;
}

.prevLink:hover {
  background-color: #1472e9;
  color: white;
}
/* fluid 5 columns */
.grid-sizer,
.grid-item { 
	width: 25%; 
}

.grid-item--width2 { width:  50%; }
.grid-item--width3 { width:  60%; }

/*.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 260px; }
.grid-item--height4 { height: 360px; }*/

@media (max-width: 767px) {
	.grid-sizer,.grid-item {
 	 width: 25%;
	}
}
@media (max-width: 991px) {
	.grid-sizer,.grid-item {
		 width: 25%;
	}
}
@media (max-width: 479px) {
	.grid-sizer,.grid-item {
		 width: 50%;
	}
}

dialog, .reveal-modal {
    background-color: #1f1f1f;
    border: 1px solid #000000;   
}

.w-button, .w-current-button, .w-help-button {
    position: relative;
	display: inline-block;
	padding: 9px 15px;
	background-color: #ffffff;
	color: #808080;
 	border-style: solid;
    border-width: 1px;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
}

.w-button {
	background-color: #ffffff;
	float: left;
}

.w-current-button {
	background-color: #ddddff;
	float: left;
}

.w-help-button {
    background-color: #ddddff;
}

.w-admin-menu {
	list-style-type: none;
}

.w-nav-menu {
    position: relative;
    float: left;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #4381de;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #727272;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

a {
  display: inline;
  float: none;
  clear: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #4381de;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

a:hover {
  color: #2e5587;
}

label {
  display: block;
  margin-bottom: 9px;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
}

.button {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #2e5587;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button.slideshowbutton {
  padding: 7px 10px;
  background-image: -webkit-linear-gradient(0deg, #4381de, #2e5587);
  background-image: linear-gradient(90deg, #4381de, #2e5587);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.button.slideshowbutton:hover {
  background-image: -webkit-linear-gradient(180deg, #3267b8, #1d3c66);
  background-image: linear-gradient(270deg, #3267b8, #1d3c66);
}

.button.tags-button {
  width: 100%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button.tags-button:hover {
  background-color: #1c3a61;
  color: #fff;
}

.button.tag-search {
  width: 20%;
  padding-top: 9px;
  padding-bottom: 9px;
  float: right;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.button.tag-search:hover {
  background-color: #617691;
}

.topnav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 84px;
  margin-top: 27px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 0px;
  background-color: #eeeeff;
}

.mainnav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  margin-top: 111px;
  background-color: hsla(0, 0%, 100%, .9);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .72);
}

.mainnavcontainer {
  float: none;
}

.mainnavbox {
  float: left;
}

.mainnavlink {
  margin-top: 2px;
  margin-right: 11px;
  padding: 13px 10px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #2e5587;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.mainnavlink:hover {
  color: #4980c9;
}

.mainnavlink.dropdown {
  margin-right: -10px;
  padding-right: 43px;
}

.topnavcontainer {
  position: fixed;
  left: 0px;
  top: 27px;
  right: 0px;
  display: block;
  padding-top: 0px;
}

.topnavlink {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1px;
  font-weight: 600;
}

.topnavlink:hover {
  color: #86b5fc;
}

.breadcrumbs {
    display: block;
    padding: 0;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-color: whitesmoke;
    border-color: #dddddd;
	border-width: 0;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
    border-radius: 3px;
    float: none !important;
}

.breadcrumbs > *.current a{
	font-weight: normal;
	color: #e86a24;
}

.breadcrumbs > * a, .breadcrumbs > * span {
	text-transform: uppercase;
	font-weight: normal;
	color: #656565;
	float: left;
}

.searchsubmit {
  width: 100%;
  height: 38px;
  margin-left: -10px;
  padding: 4px 0px 6px;
  float: left;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(46, 85, 135, .6);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 15px;
  font-weight: 700;
}

.searchsubmit:hover {
  background-color: #2e5587;
}

.searchfield {
  width: 100%;
  height: 42px;
  margin-bottom: 0px;
  padding-top: 9px;
  float: left;
  border: 1px solid rgba(59, 59, 59, .27);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: hsla(0, 0%, 100%, .2);
  color: #c2c2c2;
  font-size: 19px;
}

.searchform {
  position: static;
  top: 0px;
  right: 0px;
  width: 100%;
  margin-top: -1px;
  margin-bottom: 20px;
  float: right;
  clear: none;
}

.topnavbox {
  display: none;
  padding-top: 20px;
  padding-left: 6px;
  background-color: #636363;
  box-shadow: inset 2px 0 13px -3px rgba(0, 0, 0, .5);
}

.searchcol {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: right;
}

.topnavmenubutton {
  left: 10px;
  width: 131px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0px;
}

.topnavmenubutton.w--open {
  background-color: transparent;
}

.slideshow-section {
  position: relative;
  left: 0px;
  top: 0px;
  height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.featured-stories-section {
  background-image: url('../images/featuredStoryBG.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.fsrow {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
}

.fsbox {
  margin: 10px 0px 30px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #e6e6e6;
}

.fsbox.asbox {
  height: 380px;
  margin-right: 20px;
  margin-bottom: 50px;
  margin-left: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #ececec, #ececec);
  background-image: linear-gradient(180deg, #ececec, #ececec);
  box-shadow: 0 0 4px 0 rgba(46, 46, 46, .6);
}

.directorschoicebox {
  position: static;
  left: 10px;
  right: 10px;
  bottom: 1px;
  width: 86%;
  margin-top: -1px;
  padding-right: 22px;
  float: left;
  background-image: -webkit-linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.directorschoicebox:hover {
  color: #4381de;
}

.directorschoicebox.directorschoice-page {
  width: 43%;
  margin-top: 0px;
  margin-left: -10px;
  padding-right: 23px;
  background-image: -webkit-linear-gradient(0deg, rgba(7, 7, 7, .49), transparent);
  background-image: linear-gradient(90deg, rgba(7, 7, 7, .49), transparent);
}

.directorschoicetitle {
  position: absolute;
  left: 34px;
  top: 15px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #1a4078;
  font-size: 22px;
  font-weight: 600;
}

.directorschoicetitle:hover {
  color: #0e1624;
}

.directorschoicetitle.white {
  margin-top: 2px;
  color: #fff;
  font-size: 24px;
}

.dctitle {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px 0px 10px;
  font-family: 'Open Sans', sans-serif;
  color: #454545;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
}

.eventstitle {
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #969696;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.eventstitle.centered {
  text-align: center;
}

.eventstitle.centered.related-topics {
  margin-top: 0px;
  color: #e8e8e8;
  font-size: 28px;
  font-weight: 100;
}

.eventstitle.linetop {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.event-title {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #4381de;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.event-title:hover {
  color: #2e5587;
}

.eventdate {
  font-family: Roboto, sans-serif;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 700;
}

.eventlistitem {
  padding-bottom: 10px;
}

.congratsimage {
  display: block;
  margin-right: 10px;
  float: left;
  clear: none;
  border-radius: 38px;
}

.congratsimage.latest-news-image {
  position: static;
  margin-right: 10px;
  float: left;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  border-radius: 0px;
}

.congratstitlelink {
  position: static;
  display: block;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #4381de;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.congratstitlelink:hover {
  color: #2e5587;
}

.congratslistitem {
  margin-bottom: 14px;
}

.slideshowtext {
  position: absolute;
  left: 0px;
  top: 72px;
  right: 156px;
  width: 500px;
  margin-left: 0px;
  padding: 10px 20px 20px 30px;
  background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .51) 50%, hsla(0, 0%, 100%, .05));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .51) 50%, hsla(0, 0%, 100%, .05));
}

.slideshowheading {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #0b2342;
  font-size: 40px;
  font-weight: 400;
  text-decoration: none;
}

.slideshowheading:hover {
  color: #4381de;
}

.slideshowparagraph {
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.footersection {
  background-color: rgba(60, 60, 60, .48);
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.footercontainer {
  padding-top: 20px;
}

.eventscongrats-section {
  margin-top: 30px;
  margin-bottom: 20px;
}

.footerparagraph {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.footerlogo {
  position: relative;
  left: 0px;
  top: 0px;
  text-align: right;
}

.mainnavicon {
  margin-right: 27px;
  padding-right: 0px;
  font-size: 14px;
}

.otodaylinkbox {
  background-color: transparent;
}

.searchbutton {
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
}

.searchbutton.modal-link {
  margin-left: 0px;
}

.modal-window {
  display: block;
  overflow: auto;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .43);
}

.modal-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4001;
  display: none;
  height: 100%;
  max-height: 100%;
  padding-top: 133px;
  padding-bottom: 1px;
  background-color: rgba(3, 3, 3, .58);
  font-size: 14px;
}

.form-wrapper {
  margin-bottom: 0px;
}

.search-close {
  position: relative;
  left: 16px;
  top: -24px;
  right: 0px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #4381de;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.modal-link {
  display: inline-block;
  width: 16px;
  margin-right: 0px;
  margin-left: 11px;
  float: none;
}

.quicklinks-button {
  display: inline-block;
  margin-left: 14px;
  padding: 20px;
  float: left;
  clear: none;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(0deg, #183c73, #12abb0);
  background-image: linear-gradient(90deg, #183c73, #12abb0);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 17px;
}

.quicklinksrightarrow {
  display: block;
  width: 27px;
  height: 60px;
  margin: 0px 0px 1px;
  padding: 5px 1px 0px 2px;
  float: left;
  clear: none;
  border-left-style: solid;
  border-left-width: 4px;
  background-color: #4381de;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.quicklinksrightarrow:hover {
  background-color: #2e5587;
}

.search-column.admin {
  padding-right: 0px;
  padding-left: 10px;
}

.logo-block {
  width: 350px;
  padding-top: 3px;
  float: left;
  clear: none;
}

.quicklinks-column {
  left: 0px;
  top: 0px;
  padding-right: 0px;
  text-align: right;
}

.search-quicklinks-row {
  width: 286px;
  margin-top: 14px;
  margin-right: 0px;
  padding-right: 0px;
  float: right;
}

.slidecontainer {
  position: relative;
  left: 0px;
  top: 0px;
}

.dropdown-list.w--open {
  z-index: 0;
  margin-top: -2px;
  padding: 15px 25px 25px;
  border-top: 3px solid #2e5587;
  border-bottom: 0px solid #bdbdbd;
  border-radius: 0px 0px 7px 7px;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(17, 27, 39, .57);
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.dropdown-link {
  margin-top: 0px;
  margin-bottom: 4px;
  padding: 5px 10px 8px;
  border-bottom: 1px solid #ececec;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.dropdown-link:hover {
  margin-bottom: 4px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  background-color: #eee;
  color: #1a3d6b;
}

.paragraph-text {
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.soo-logo-image {
  width: 93%;
  margin-top: 3px;
}

.body-text-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.body-text-container.primary-small {
  margin-top: 0px;
}

.body-text-container.primary-small.contains-admin-nav-bar {
  margin-top: 8px;
}

.body-text-container.single-column {
  position: static;
  left: 0px;
  top: 0px;
  margin-top: 170px;
  padding-top: 10px;
}

.body-text-container.single-column.admin-column {
  margin-top: 0px;
}

.body-text-container.single-column.newscolumn {
  margin-top: 20px;
}

.large-primary-image {
  width: 100%;
  margin-top: 0px;
}

.primary-image-text-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 0px;
  float: none;
  clear: none;
  text-align: left;
}

.primary-image-text-container.newsmaintitle {
  text-align: center;
}

.large-primary-image-heading {
  position: static;
  left: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  text-align: left;
}

.large-primary-image-heading.small-primary-heading {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 25px;
  line-height: 30px;
}

.large-primary-image-heading.spotlighttitle {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 40px;
  margin-bottom: 11px;
  margin-left: 40px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.large-primary-image-heading.spotlighttitle:hover {
  color: #a0c6ff;
}

.large-primary-image-heading.directors-choice-title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 20px;
  padding-bottom: 14px;
  padding-left: 20px;
  font-size: 30px;
  line-height: 35px;
}

.primary-image-big {
  position: relative;
}

.primary-image-big.oceancurrents-box-shadow {
  box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .5);
}

.large-primary-image-text {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #ebebeb;
  font-size: 18px;
  text-align: left;
}

.large-primary-image-text.spotlightstyle {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 60px;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.large-primary-image-text.spotlightstyle:hover {
  color: #a0c6ff;
  font-weight: 600;
}

.large-primary-image-text.news-category-text {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #f51515;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.large-primary-image-text.ocshort {
  position: relative;
  margin-bottom: 20px;
}

.primary-image-overlay-gradient {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 30%;
  margin-bottom: -1px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .86), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .86), transparent);
}

.description-text-column {
  display: block;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 10px;
}

.description-text-column.rightside {
  padding-right: 10px;
}

.embedded-image {
  position: static;
  display: inline-block;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 1px;
}

.embedded-image-block {
  position: relative;
  display: block;
  margin: 0px 0px 20px;
  padding-bottom: 0px;
  float: none;
  clear: none;
}

.embedded-image-caption {
  margin-top: 0px;
  padding: 5px 0px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.pull-quote-text {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #2e5587;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
}

.sidebar-nav {
  position: relative;
  z-index: 18;
  margin-bottom: 20px;
  padding-top: 0px;
  background-color: #fff;
}

.sidebar-nav-container {
  margin-top: 0px;
  float: left;
  list-style-type: none;
}

.sidebar-nav-link {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px 10px 0px;
  float: left;
  clear: none;
  border-bottom: 1px solid #ededed;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #4381de;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
}

.sidebar-nav-link:hover {
  color: #2e5587;
}

.sidebar-nav-link.dropdown {
  left: 0px;
  top: 0px;
  right: auto;
  display: inline-block;
  overflow: visible;
  width: 100%;
  padding-right: 41px;
  padding-left: 10px;
  float: left;
  clear: both;
}

.sidebar-dd-nav-link-list.w--open {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  min-width: 0px;
  padding-right: 0px;
  float: left;
  clear: none;
  background-color: transparent;
}

.sidebar-nav-dropdown {
  position: static;
  left: 0px;
  top: 0px;
  display: inline-block;
  overflow: visible;
  width: auto;
  float: left;
  clear: right;
}

.sidebar-nav-menu {
  float: none;
}

.sidebar-right {
  display: block;
  padding-top: 20px;
}

.sidebar-right.totop {
  padding-top: 1px;
}

.latest-news-div-block {
  margin-top: 20px;
  padding-top: 5px;
}

.latest-news-list {
  margin-bottom: 20px;
  padding-left: 0px;
  list-style-type: none;
}

.latest-news-list.tags {
  position: static;
  display: inline;
  float: left;
  clear: none;
}

.latest-news-heading {
  position: static;
  left: 10px;
  top: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 2px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #4381de;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  text-align: left;
}

.latest-news-heading:hover {
  color: #2e5587;
}

.latest-news-heading.assocfiles {
  left: 0px;
}

.latest-news-heading.mostread {
  margin: 6px 8px 0px 52px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-color: #e2e2e2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.latest-news-text {
  position: static;
  left: 10px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #636363;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.latest-news-text.assocfilestext {
  left: 0px;
}

.latest-news-item {
  position: static;
  display: block;
  margin-bottom: 0px;
  float: none;
  clear: none;
}

.latest-news-item.tag {
  float: left;
  clear: none;
}

.associated-stories-div-block {
  padding-left: 0px;
}

.associated-stories-column {
  position: relative;
  left: 0px;
  top: 0px;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.small-primary-image {
  width: 100%;
  float: left;
}

.small-primary-div-block {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  margin: 0px auto 15px;
  float: left;
  clear: none;
}

.small-primary-div-block.dchoicemainblock {
  margin-top: 20px;
  box-shadow: 0 0 4px 0 rgba(27, 27, 27, .73);
}

.story-title {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #585858;
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -1px;
}

.story-title.whitetext {
  position: relative;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 10px;
  float: left;
  clear: none;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .36);
}

.story-title.dchoiceheading {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 28px;
}

.story-title.dchoiceheadingphone {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  float: none;
  font-size: 19px;
  line-height: 28px;
}

.smaller-primary-image {
  width: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  float: none;
}

.smaller-primary-image.people-image {
  display: inline-block;
  width: 45%;
  margin-bottom: 0px;
  float: left;
  clear: none;
}

.small-primary-image-text-block {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .83) 6%, transparent 44%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .83) 6%, transparent 44%);
}

.media-elements-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 45%;
  margin-left: 20px;
  float: right;
  clear: none;
}

.media-elements-block.people-block {
  width: 100%;
  margin: 30px 20px 20px 0px;
  float: left;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #e9e9e9;
}

.associated-stories-container {
  opacity: 1;
}

.associated-stories-section {
  padding-top: 20px;
  background-color: transparent;
  background-image: url('../images/bubbles.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.associated-stories-section.oceancurrents-bg {
  padding-top: 40px;
  padding-bottom: 20px;
  background-image: -webkit-linear-gradient(270deg, rgba(68, 68, 68, .83), rgba(75, 75, 75, .92)), url('../images/badstuff.jpg');
  background-image: linear-gradient(180deg, rgba(68, 68, 68, .83), rgba(75, 75, 75, .92)), url('../images/badstuff.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.latest-news-row {
  display: block;
}

.image-col {
  position: relative;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.tag-heading {
  display: inline-block;
  margin: 2px 10px 6px 0px;
  padding: 5px 10px;
  float: none;
  border-radius: 5px;
  background-color: #e6e6e6;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #4381de;
  font-size: 14px;
  font-weight: 600;
}

.tag-heading:hover {
  background-color: #2e5587;
  color: #fff;
}

.related-stories-slideshow {
  height: auto;
  background-color: transparent;
}

.admin-link {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
  float: none;
  clear: none;
  border-radius: 4px;
  background-color: #8f8f8f;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  list-style-type: disc;
}

.admin-link:hover {
  background-color: #617691;
  color: #4381de;
}

.admin-link.adminhome {
  margin-bottom: 0px;
  background-color: transparent;
  color: #2e5587;
  font-size: 18px;
}

.admin-link.adminhome:hover {
  color: #0d2340;
}

.admin-link.edit-button {
  background-color: #3ead0e;
}

.admin-link.edit-button:hover {
  background-color: #347817;
}

.admin-link.steps-button {
  background-color: #3ead0e;
}

.admin-link.steps-button:hover {
  background-color: #617691;
}

.admin-link.steps-button:focus {
  background-color: #3d3d3d;
}

.admin-link.red {
  background-color: #d63131;
}

.admin-link.red:hover {
  background-color: #7d1010;
}

.admin-row {
  margin-bottom: 20px;
  padding: 0px 10px;
  border-radius: 6px;
  background-color: transparent;
}

.admin-nav-bar {
  min-width: 0px;
  margin-top: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.admin-nav-bar-container {
  margin-bottom: 20px;
  padding-top: 0px;
  border-radius: 0px;
  background-color: transparent;
  text-align: right;
}

.select-field {
  display: inline;
  width: 100%;
  max-height: 40px;
  min-height: 30px;
  margin-right: 0px;
  line-height: 16px;
  font-weight: 400;
}

.search-text-field {
  margin-bottom: 22px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search-text-field.files-field {
  margin-bottom: 15px;
  padding-top: 9px;
}

.search-row {
  margin: 13px 0px 0px;
}

.stories-form {
  margin-bottom: 30px;
  padding: 20px 20px 0px;
  border-radius: 6px;
  background-color: #f2f2f2;
}

.stories-form.files {
  margin-bottom: 31px;
  padding-top: 5px;
}

.story-list {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  float: none;
  clear: none;
}

.story-list-item {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  overflow: visible;
  width: 15%;
  height: auto;
  margin-right: 15px;
  float: left;
  clear: both;
  text-align: left;
}

.story-link-div-block {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  float: none;
  clear: left;
  background-color: transparent;
  color: #4381de;
}

.story-list-text {
  padding: 8px;
  font-family: Roboto, sans-serif;
  line-height: 18px;
}

.storyimage {
  display: inline-block;
  width: 100%;
  float: none;
  clear: none;
}

.image-icon {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  float: right;
}

.admin-row-div-block {
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding: 1px 150px 1px 0px;
}

.icon-admin-menu {
  margin-right: 2px;
  margin-left: 1px;
  padding-top: 4px;
  padding-right: 6px;
  float: none;
  clear: none;
  opacity: 0.76;
  text-align: right;
}

.admin-link-text-block {
  display: inline-block;
  margin-top: 11px;
  padding-right: 10px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-align: left;
}

.admin-link-text-block:hover {
  color: #fff;
}

.admin-link-text-block.file-button {
  margin-top: 7px;
  padding-left: 10px;
}

.admin-nav-bar-list {
  position: static;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  float: none;
  clear: none;
  text-align: left;
  text-transform: none;
}

.admin-nav-bar-list.admin-home-nav-bar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-right: 0px;
  padding-left: 10px;
  text-align: left;
}

.admin-nav-bar-list.file-edit-list {
  margin-top: 11px;
  text-align: left;
}

.admin-nav-bar-list-item {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  margin-right: 5px;
  padding-right: 0px;
  float: left;
  clear: none;
}

.admin-section {
  margin-top: 0px;
  padding-top: 24px;
  background-color: #dedede;
}

.admin-home-nav-bar {
  width: 100%;
  float: left;
  text-align: center;
}

.amin-home-nav-link {
  display: inline-block;
  height: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 5px;
  background-color: #a3a3a3;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.amin-home-nav-link:hover {
  background-color: #50824a;
}

.admin-home-text-block {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.icon-home-nav {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 14px;
}

.centered {
  text-align: center;
}

.admin-h3-centered {
  text-align: center;
}

.related-topics-div-block {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.behind-main-nav {
  height: 160px;
}

.grid-item-notwork {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 20%;
  float: left;
  clear: none;
}

.story-list-text {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 68px;
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  float: none;
  clear: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
}

.storyimage {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  float: none;
  clear: left;
  border-style: solid solid none;
  border-width: 1px 1px 0px;
  border-color: #fff;
}

.admin-steps-menu-section {
  padding-top: 0px;
}

.admin-steps-menu-list {
  display: block;
  padding-bottom: 0px;
  text-align: left;
}

.tab-link-button {
  margin-right: 3px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f2f2f2;
  font-family: 'Open Sans', sans-serif;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 400;
}

.tab-link-button.w--current {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #dedede;
  font-family: 'Open Sans', sans-serif;
  color: #4381de;
  font-size: 16px;
  font-weight: 600;
}

.admin-tabs-menu-container {
  margin-bottom: 0px;
  border-bottom: 2px solid #e0e0e0;
}

.admin-tabs-container {
  margin-bottom: 20px;
  padding: 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fafafa;
}

.admin-text-field {
  margin-bottom: 30px;
}

.admin-text-field.tag-search {
  display: inline-block;
  width: 80%;
}

.admin-text-area {
  margin-bottom: 30px;
}

.tag-col2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 25px;
  text-align: center;
}

.tags-list {
  position: relative;
  display: block;
  margin-top: 5px;
  margin-bottom: 9px;
  float: none;
  clear: right;
}

.tag-list-item {
  position: relative;
  display: inline;
  padding-top: 0px;
  padding-bottom: 10px;
  float: left;
  clear: none;
}

.tag-link-checkbox {
  padding-right: 10px;
}

.tag-checkbox {
  margin-top: 10px;
}

.h2-heading-with-underline {
  border-bottom: 1px solid #ccc;
}

.h4-heading-admin {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.embed-image {
  width: 45%;
}

.help-close {
  position: relative;
  left: 16px;
  top: -24px;
  right: 0px;
  padding-top: 0px;
  padding-right: 20px;
  float: right;
  font-weight: 400;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.help-modal-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4002;
  display: none;
  overflow: scroll;
  height: 100%;
  padding-top: 133px;
  padding-bottom: 1px;
  background-color: rgba(3, 3, 3, .58);
}

.help-modal-window {
  position: relative;
  display: block;
  overflow: auto;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  float: none;
  clear: none;
  border-radius: 15px;
  background-color: #fff;
  opacity: 1;
}

.submit-button {
  margin-right: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.submit-button:hover {
  background-color: #2e5587;
  color: #fff;
}

.submit-button.delete {
  background-color: #ed4839;
}

.submit-button.delete:hover {
  background-color: #ae1a0d;
}

.date-list {
  display: inline-block;
  width: 100%;
  float: none;
  clear: none;
}

.list-day {
  width: 15%;
  float: left;
  clear: none;
}

.list-month {
  width: 30%;
  float: left;
  clear: none;
}

.list-year {
  width: 20%;
  float: left;
}

.list-hour {
  width: 15%;
  float: left;
  clear: none;
}

.list-minute {
  width: 15%;
  float: left;
}

.give-now-button {
  margin-top: 22px;
  float: right;
  border-radius: 8px;
  background-color: #3aadd2;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.give-now-button.utilities-button {
  margin-top: 3px;
  padding: 2px 10px;
  float: right;
  border-radius: 3px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 9px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.give-now-button.utilities-button:hover {
  background-color: #121c2a;
}

.peoplesearchfield {
  width: 70%;
  float: left;
  clear: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.peoplesearchbutton {
  width: 30%;
  padding-right: 1px;
  padding-left: 1px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 13px;
}

.peoplesearchbutton:hover {
  background-color: #2e5587;
}

.sidebar-dropdown-button {
  width: 100%;
  margin-bottom: 2px;
  background-color: #eee;
  -webkit-transition: all 200ms ease, background-color 200ms ease;
  transition: all 200ms ease, background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #818181;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.sidebar-dropdown-button:hover {
  background-color: #2e5587;
  color: #fff;
}

.sidebar-menu-nav-category {
  float: none;
}

.peopleformsearchwrapper {
  margin-top: 10px;
}

.peopleinfo {
  width: 50%;
  padding-left: 20px;
  float: left;
  border-radius: 0px;
  background-color: #e9e9e9;
}

.peopleinfo-list {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.people-info-list-item {
  padding-bottom: 5px;
  padding-left: 30px;
}

.people-info-list-item.email {
  padding-bottom: 3px;
  padding-left: 30px;
  background-image: url('../images/soo-email.png');
  background-position: 1px 24%;
  background-size: 15px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.people-info-list-item.phone {
  padding-bottom: 3px;
  padding-left: 30px;
  background-image: url('../images/soo-phone.png');
  background-position: 1px 3px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.people-info-list-item.weblink {
  padding-bottom: 3px;
  padding-left: 30px;
  background-image: url('../images/soo-link.png');
  background-position: 2px 2px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.people-info-list-item.cv {
  padding-bottom: 3px;
  padding-left: 30px;
  background-image: url('../images/soo-csv.png');
  background-position: 3px 2px;
  background-size: 13px;
  background-repeat: no-repeat;
}

.people-info-list-item.locatoin {
  padding-bottom: 3px;
  padding-left: 30px;
  background-image: url('../images/soo-room.png');
  background-position: 4px 1px;
  background-size: 12px;
  background-repeat: no-repeat;
}

.faculty-member-name {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.14em;
  font-weight: 600;
  letter-spacing: -1px;
  text-indent: 0px;
}

.faculty-member-academic-title {
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 1.3em;
  line-height: 24px;
  font-weight: 400;
}

.faculty-member-unit {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 400;
}

#cal_month {
	position: relative;
	left: -10px;
}

.calendar-sidebar-right {
  padding-top: 30px;
}

.calendarContainer {
  padding-left: 20px;
}

.calendarContainer th {
  position: relative;
  left: -10px;
  color: black;
}

#upcoming_events {
  padding-left: 100px;
}

.main-event-title {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 21px;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #ddd #000 #000;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 28px;
  font-weight: 600;
}

.main-event-title:hover {
  color: #2e5587;
}

.event-date {
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
}

.event-description {
  margin-top: 5px;
}

.news-title {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  float: none;
  clear: left;
  font-weight: 600;
  letter-spacing: -1px;
}

.news-image {
  padding: 10px 20px 10px 0px;
}

.news-heading {
  margin-bottom: 20px;
}

.news-column {
  padding-right: 0px;
  padding-left: 0px;
}

.news-small-title {
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 0px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}

.spotlight-link-block {
  display: block;
  margin-right: 10px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Bitter, serif;
  color: #3b3b3b;
}

.spotlight-link-block:hover {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}

.oceancurrents-text-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
}

.oceancurrentsh1 {
  margin-top: 21px;
  margin-bottom: -6px;
  font-family: Merriweather, serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: -2px;
}

.oceancurrents-text-block {
  width: auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #bdbdbd;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.oceancurrents-text-block:hover {
  color: #4381de;
}

.oceancurrents-emphasized-text {
  font-weight: 400;
}

.oceancurrents-top-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 30%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .64), transparent);
}

.oceancurrents-slider {
  z-index: 0;
  height: auto;
}

.oceancurrents-button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  float: right;
  background-color: rgba(36, 36, 36, .36);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-transform: uppercase;
}

.oceancurrents-button:hover {
  background-color: #242424;
  color: #fff;
}

.oceancurrents-button.give {
  top: 0px;
  right: 0px;
  display: none;
  margin-right: 126px;
  background-color: rgba(62, 173, 14, .54);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-transform: uppercase;
}

.oceancurrents-button.give:hover {
  background-color: #3ead0e;
}

.oceancurrents-mask {
  display: block;
}

.oceancurrents-magazine-text {
  width: 213px;
  color: #6cd540;
  font-weight: 700;
  text-align: right;
}

.oceancurrentsh3 {
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  line-height: 25px;
}

.oceancurrentsh3:hover {
  color: #4381de;
}

.oceancurrents-row-for-assoc-images {
  margin-bottom: 30px;
}

.spotlight-text {
  padding: 10px 0px 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.spotlight-text.side-link {
  margin-bottom: 10px;
  padding-top: 0px;
  border-bottom: 1px solid #ccc;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.utilities-section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 19;
  display: block;
  height: 27px;
  background-color: hsla(0, 0%, 6%, .81);
}

.utilities-text-link {
  display: inline-block;
  margin-right: 0px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.utilities-text-link:hover {
  padding: 0px 10px;
  border-radius: 4px;
  background-color: #090909;
  color: #fff;
}

.utilities-text-link.modal-link.searchme {
  width: 67px;
  margin-right: 10px;
  margin-left: 0px;
}

.utilities-container.left {
  float: left;
}

.utilities-container.right {
  float: right;
}

.phonemenu {
  position: absolute;
  top: 0px;
  right: 30px;
  float: right;
}

.phonelinks {
  position: relative;
  background: rgba(200, 200, 200, 0.75);
}

.give-now-anchor {
  display: inline-block;
  margin-top: -2px;
  float: none;
}

.give-now-text {
  display: inline-block;
}

.slideimage {
  width: 100%;
  margin-top: -1px;
}

.modaltitle {
  margin-bottom: 15px;
}

.mainstorysection {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.newslisting-block {
  position: relative;
  display: block;
  width: 80%;
  margin: 1px auto 20px;
  padding: 20px 20px 30px;
  float: none;
  background-color: #6b6b6b;
}

.news-list-item {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 19px;
  float: none;
  border-style: none none solid;
  border-color: #7e7e7e;
  border-bottom-width: 1px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.news-list-item:hover {
  color: #8db4e6;
}

.news-listing-block2 {
  width: 33%;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
}

.news-category {
  margin-top: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #c9c9c9;
  text-align: center;
}

.news-category.featured-stories {
  margin-top: 0px;
}

.news-category.featuredcategory {
  border-top-color: #818181;
}

.news-category-title {
  display: inline-block;
  padding: 2px 11px 3px;
  background-color: #0098ff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.news-category-title:hover {
  background-color: #3d3d3d;
  color: #fff;
}

.directorschoice-navigation-section {
  position: static;
  left: 0px;
  top: 159px;
  right: 0px;
  z-index: 3;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eee;
  background-image: -webkit-radial-gradient(circle farthest-corner at 22% -124%, #797979, #52504c), -webkit-linear-gradient(270deg, rgba(59, 57, 51, .9), rgba(59, 57, 51, .9));
  background-image: radial-gradient(circle farthest-corner at 22% -124%, #797979, #52504c), linear-gradient(180deg, rgba(59, 57, 51, .9), rgba(59, 57, 51, .9));
}

.dclink-item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #c2c2c2;
  font-weight: 600;
}

.dclink-item:hover {
  color: #fff;
}

.trending-image-number-block {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  min-height: 40px;
  min-width: 40px;
  margin: -9px 11px 10px 0px;
  padding-top: 8px;
  float: left;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(67, 129, 222, .2);
  border-radius: 44px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #567399;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.trending-image-number-block:hover {
  border-color: rgba(67, 129, 222, .48);
}

.trending-image-number-block.number1 {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, .51);
}

.trending-row {
  margin-bottom: 5px;
}

.trending-row.mostreadposition1textwrapper {
  position: static;
  left: 11px;
  top: 170px;
  right: 0px;
  margin-bottom: 0px;
  padding: 8px 0px 0px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.photocred-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  padding-right: 6px;
  background-color: rgba(0, 0, 0, .43);
  font-family: 'Open Sans', sans-serif;
  color: #dfdfdf;
  font-size: 10px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.hero-link-block {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9%;
  padding-bottom: 8%;
  background-color: transparent;
}

.hero-heading {
  display: block;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 91px;
  line-height: 87px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 11px rgba(0, 0, 0, .14);
}

.hero-text-block {
  display: block;
  width: 78%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.hero-div-block {
  background-image: url('../images/raster@2x.png'), url('../images/soo-movie-still-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: 5px, cover;
  background-repeat: repeat, no-repeat;
}

.footernavbar {
  background-color: transparent;
}

.footernavlink {
  padding-top: 1px;
  padding-bottom: 1px;
  float: left;
  clear: left;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #dadada;
  font-size: 12px;
  text-transform: uppercase;
}

.footernavlink:hover {
  color: #fff;
}

.footer-nav-container {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.footer-nav-menu {
  margin-top: 12px;
  margin-bottom: 20px;
  float: left;
}

.footerlogo-col {
  text-align: center;
}

.footer-logo-image {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}

.socialicons {
  float: none;
}

.footer-copyright {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #ddd;
  font-size: 12px;
  text-align: center;
}

.uwlogo {
  margin-top: 20px;
}

.featured-stories-row {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.featured-story-link-box {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 300px;
  -ms-flex: 0 300px;
  flex: 0 300px;
  background-color: #e6e6e6;
  box-shadow: 0 0 4px 0 rgba(26, 26, 26, .48);
  -webkit-transition: color 200ms ease, background-color 350ms ease;
  transition: color 200ms ease, background-color 350ms ease;
}

.featured-story-link-box:hover {
  background-color: #fff;
}

.featured-story-heading {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #454545;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.intranet-container {
  margin-top: 20px;
  background-color: transparent;
}

.form-block {
  width: 78%;
  float: right;
  background-color: transparent;
}

.info-block {
  width: 20%;
  float: left;
  background-color: transparent;
}

.personimage {
  margin-bottom: 10px;
}

.personheading {
  color: #4e4e4e;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1px;
}

.userheading {
  padding-top: 0px;
  font-size: 24px;
  font-weight: 400;
}

.courselist {
  margin-top: 5px;
  padding-left: 18px;
  color: #bebebe;
}

.files-list {
  margin-top: 20px;
  float: left;
}

.file-list-item {
  width: 25%;
  padding-right: 10px;
  padding-bottom: 20px;
  float: left;
}

.file-list-item.return {
  clear: left;
}

.file-list-text {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

.adminbutton {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 11px;
  text-align: center;
}

.adminbutton:hover {
  background-color: #2e5587;
  color: #fff;
}

.adminbutton.grey {
  background-color: #9e9e9e;
}

.adminbutton.grey:hover {
  background-color: #555;
}

.adminbutton.grey.menulink {
  display: inline;
  margin-right: 0px;
  padding: 3px 8px;
  border-radius: 3px;
  text-transform: uppercase;
}

.adminbutton.flexspace {
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.file-list-row {
  margin-top: 17px;
}

.file-link-block {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.file-link-block:hover {
  opacity: 1;
}

.file-icon-col {
  padding-bottom: 10px;
  padding-left: 15px;
}

.file-icon-text {
  margin-top: 0px;
  padding-left: 0px;
  font-size: 12px;
  line-height: 14px;
}

.featured-story-big-block {
  position: relative;
  margin-top: 40px;
  box-shadow: 0 0 4px 0 #292929;
}

.featured-story-heading-text {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: -1px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  text-align: left;
}

.featured-story-heading-text:hover {
  color: #92b9f3;
}

.courses-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  border-right: 2px solid #ebebeb;
  background-color: #a7a7a7;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.block.header {
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background-color: #afafaf;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.block.header.current {
  background-color: #949494;
  font-family: 'Open Sans', sans-serif;
}

.block.header.current.larger {
  font-size: 13px;
}

.block.header.planned {
  font-family: 'Open Sans', sans-serif;
}

.block.header.planned.larger {
  font-size: 13px;
}

.block.header.course-number {
  padding-top: 12px;
  padding-bottom: 12px;
  border-right-width: 2px;
  background-color: #969696;
  font-family: 'Open Sans', sans-serif;
}

.block.header.last-taught {
  padding-top: 12px;
  padding-bottom: 12px;
  border-right-width: 2px;
  font-family: 'Open Sans', sans-serif;
}

.block.header.archived {
  background-color: #c4c4c4;
}

.block.header.archived.larger {
  font-size: 12px;
}

.block.box {
  height: 60px;
  padding: 9px 8px;
  border-bottom: 2px solid #ebebeb;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.courses-current-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.courses-planned-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.course-number-column {
  padding-right: 0px;
  padding-left: 0px;
}

.course-last-taught-column {
  padding-right: 0px;
  padding-left: 0px;
}

.course-number-div {
  height: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  background-color: #e6e6e6;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: center;
}

.last-taught-div {
  height: 60px;
  padding: 9px 5px;
  border-style: none solid solid none;
  border-width: 0px 2px 2px 0px;
  border-color: #d6d6d6 #ebebeb #ebebeb #d6d6d6;
  background-color: #e4e4e4;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.course-planned-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.course-row.even {
  background-color: #f0f0f0;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.course-buttons {
  width: 100%;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  text-align: center;
}

.course-buttons:hover {
  background-color: #2e5587;
  color: #fff;
}

.courses-column {
  margin-bottom: 2px;
  padding-right: 0px;
  padding-left: 0px;
}

.planned-course-column {
  padding-right: 0px;
  padding-left: 0px;
}

.instructorclass {
  margin-top: 1px;
  margin-right: 2px;
  margin-bottom: 1px;
  padding: 0px;
  background-color: #e2e2e2;
}

.courses-link-block {
  width: 100%;
  margin-right: 0px;
  padding: 4px 10px 4px 12px;
  border-bottom: 1px solid #ebebeb;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}

.courses-link-block:hover {
  background-color: #ebebeb;
}

.course-detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 2px solid #ebebeb;
}

.course-detail-column {
  position: static;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.course-detail-title-column {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #949494;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 62px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.archived-courses-column {
  padding-right: 0px;
  padding-left: 0px;
}

.courses-row {
  margin-bottom: 15px;
}

.required {
  color: #e22929;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.status-key {
  padding-top: 10px;
  padding-bottom: 5px;
  border-radius: 8px;
  background-color: #dfdfdf;
  font-family: 'Open Sans', sans-serif;
  color: #3d3d3d;
  font-size: 12px;
  text-align: center;
}

.status-key-text {
  padding-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.status-key-list {
  display: inline;
  padding-left: 0px;
}

.status-key-item {
  display: inline-block;
  margin-left: 10px;
}

.key {
  font-size: 12px;
}

.key-label {
  margin-bottom: 20px;
  text-align: center;
}

.required-block {
  margin-bottom: 13px;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 0, 0, .29);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(48, 48, 48, .55);
}

.required-title {
  margin-bottom: 10px;
  padding-top: 0px;
  color: red;
  font-size: 12px;
  line-height: 13px;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.course-button-row {
  margin-right: 0px;
  margin-left: 0px;
}

.button-column {
  margin-bottom: 15px;
  padding-right: 2px;
  padding-left: 0px;
}

.featured-story-heading-small {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 6px;
  margin-bottom: 14px;
  padding-left: 0px;
  color: #d6d6d6;
  font-size: 16px;
  line-height: 20px;
}

.dchoiceimage {
  position: static;
  left: -102px;
  top: 0px;
  z-index: 12;
  display: inline-block;
  width: 45%;
  margin-top: -14px;
  margin-right: 9px;
  margin-left: -24px;
  float: left;
  clear: none;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, .68);
  border-radius: 52px;
  box-shadow: 0 0 6px 0 #3b3b3b;
}

.dchoiceimage.mainimage {
  position: static;
  left: 0px;
  top: -39px;
  margin-top: 0px;
  margin-left: -92px;
}

.dchoiceimage.phoneflex {
  display: inline-block;
  width: 32%;
  margin-top: -24px;
  margin-left: -57px;
}

.directorschosenbox {
  position: absolute;
  left: 0px;
  right: 120px;
  bottom: 0px;
  z-index: 6;
  display: none;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .26), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .26), transparent);
}

.directorschosentitle {
  position: absolute;
  left: 0px;
  top: -30px;
  right: 0px;
  padding-left: 10px;
  border-top-left-radius: 10px;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .4), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .4), transparent);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.dchoicebox {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  border-bottom-left-radius: 0px;
  background-image: -webkit-linear-gradient(270deg, #858585, #858585);
  background-image: linear-gradient(180deg, #858585, #858585);
  line-height: 14px;
}

.dchoicetext {
  position: relative;
  left: -66px;
  top: 0px;
  z-index: 3;
  display: block;
  width: 100%;
  height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dchoicetext.bigtitle {
  left: 0px;
  height: 47px;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.dchoiceline {
  height: 30px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 25% 50%, #9e9e9e, #fff);
  background-image: radial-gradient(circle farthest-corner at 25% 50%, #9e9e9e, #fff);
}

.dcimage {
  margin-bottom: 6px;
  box-shadow: 0 0 3px 0 #292929;
}

.dccontainer {
  position: static;
  left: 0px;
  top: 0px;
  height: 30px;
}

.dcsection {
  position: relative;
  z-index: 8;
  display: none;
  height: 30px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 28% 51%, #8d8d8d, #fff);
  background-image: radial-gradient(circle farthest-corner at 28% 51%, #8d8d8d, #fff);
}

.dcsection.main {
  position: relative;
  z-index: 8;
  height: 62px;
  padding-top: 8px;
  background-image: -webkit-linear-gradient(270deg, #505050, #505050);
  background-image: linear-gradient(180deg, #505050, #505050);
}

.choicebox {
  position: absolute;
  left: 26px;
  top: 199px;
  width: 20%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 79%, .5), hsla(0, 0%, 79%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 79%, .5), hsla(0, 0%, 79%, .5));
}

.choiceboxsection {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 4;
  display: block;
}

.choiceboxsection.noimage {
  position: relative;
  top: 0px;
  margin-bottom: -53px;
  margin-left: -84px;
}

.choiceboxsection.newsboxsection {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
}

.choiceboxsection.bigtop {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
}

.choiceimage {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  float: left;
  border-radius: 52px;
  box-shadow: 0 0 6px 0 #2a2a2a;
}

.oceancurrents {
  position: absolute;
  left: 27px;
  display: block;
  width: 65%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -20px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 17px;
  float: left;
  border-left: 3px solid #b3b3b3;
  -webkit-transition: background-color 550ms ease, border-color 350ms ease;
  transition: background-color 550ms ease, border-color 350ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
}

.oceancurrents:hover {
  border-left-color: #7a7d81;
  color: #fff;
}

.oceancurrents.newsversion {
  margin-left: 0px;
}

.oceancurrents.featuredchoice {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  width: 155px;
  margin-bottom: -26px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 13px;
  float: none;
  border-left-style: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: url('../images/directorsCheck-white.png'), -webkit-linear-gradient(270deg, #156796, #156796);
  background-image: url('../images/directorsCheck-white.png'), linear-gradient(180deg, #156796, #156796);
  background-position: 5px 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.oceancurrents.featuredchoice:hover {
  background-image: url('../images/directorsCheck-white.png'), -webkit-linear-gradient(270deg, rgba(49, 49, 49, .5), rgba(49, 49, 49, .5));
  background-image: url('../images/directorsCheck-white.png'), linear-gradient(180deg, rgba(49, 49, 49, .5), rgba(49, 49, 49, .5));
  background-position: 5px 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.directorsthumb {
  margin-right: 12px;
  margin-left: -93px;
  float: left;
}

.oceancurrentscontainer {
  position: absolute;
  z-index: 3;
  margin-top: 5px;
  margin-left: -19px;
}

.oceancurrentscontainer.medtop {
  position: absolute;
  z-index: 3;
  display: block;
  margin-left: -2px;
}

.oceancurrentscontainer.smtop {
  display: none;
  margin-bottom: 20px;
}

.oceancurrentscontainer.give-subscribediv {
  position: relative;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  margin-left: 0px;
}

.flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flexbox {
  display: block;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flexcol {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.flexwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.addbutton {
  position: static;
  top: 256px;
  right: 146px;
  overflow: visible;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  text-align: center;
}

.addbutton:hover {
  background-color: #2e5587;
  color: #fff;
}

.addbutton.fixed {
  position: fixed;
  top: 159px;
  right: 0px;
  width: auto;
  padding-right: 51px;
  padding-left: 51px;
}

.mostreadposition1 {
  margin-bottom: 13px;
}

.mostreadposition1image {
  margin-bottom: 8px;
  padding-bottom: 10px;
  border: 2px none #e9e9e9;
}

.featuredstoriescontainer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -3px;
  z-index: 6;
  padding-right: 20px;
  padding-bottom: 1px;
  padding-left: 20px;
}

.dchoicemaintitlesection {
  position: static;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px 15px 15px;
  border-radius: 8px;
  background-color: #eee;
}

._2columnflexwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.textblock {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.fblocklink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.featuredflexwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.related-topics-container {
  margin-bottom: 40px;
}

.flexwrappermostread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexobjectmostread {
  margin-bottom: 7px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.addbuttonfixed {
  position: fixed;
  top: 159px;
  right: 0px;
  z-index: 300;
  box-shadow: 0 0 4px 0 hsla(0, 0%, 7%, .68);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}

.addbuttonfixed:hover {
  background-color: #2e5587;
  color: #fff;
}

.footericons {
  text-align: center;
}

.dchoicesection {
  position: static;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.dchoicecontainer {
  position: static;
}

.dchoicetextblock {
  display: inline-block;
  padding-left: 0px;
  float: left;
  border-left: 3px none #000;
  font-family: 'Open Sans', sans-serif;
  color: #525252;
  font-size: 13px;
  font-weight: 600;
}

.flexdchoicewrapper {
  border-radius: 8px;
  background-color: #e9e9e9;
}

.flexdchoicetextblock {
  padding: 10px 20px 20px;
}

.checkimage {
  position: relative;
  left: -4px;
  top: 4px;
  margin-right: -3px;
  float: left;
}

.choicedirectorblock {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-image: url('../images/directorsCheck-white.png'), -webkit-linear-gradient(0deg, #0084cf 25%, #fff);
  background-image: url('../images/directorsCheck-white.png'), linear-gradient(90deg, #0084cf 25%, #fff);
  background-position: 7px 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.choicedirectorblock:hover {
  background-image: url('../images/directorsCheck-white.png'), -webkit-linear-gradient(0deg, #2e5587 38%, #fff);
  background-image: url('../images/directorsCheck-white.png'), linear-gradient(90deg, #2e5587 38%, #fff);
  background-position: 7px 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.choicedirectorblock.featured {
  position: absolute;
  left: -15px;
  width: 40%;
  background-image: url('../images/directorsCheck-white.png'), -webkit-linear-gradient(0deg, #0084cf 25%, transparent);
  background-image: url('../images/directorsCheck-white.png'), linear-gradient(90deg, #0084cf 25%, transparent);
  background-position: 7px 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.choicedirectorblock.featured:hover {
  background-image: url('../images/directorsCheck-white.png'), -webkit-linear-gradient(0deg, #2e5587 25%, transparent);
  background-image: url('../images/directorsCheck-white.png'), linear-gradient(90deg, #2e5587 25%, transparent);
  background-position: 7px 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.choicedirectorblock.featuredsmall {
  position: relative;
  left: -15px;
  top: 0px;
  margin-bottom: -30px;
  background-image: url('../images/directorsCheck-white.png'), -webkit-linear-gradient(0deg, #0084cf 25%, transparent);
  background-image: url('../images/directorsCheck-white.png'), linear-gradient(90deg, #0084cf 25%, transparent);
  background-position: 7px 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.choicedirectorblock.featuredsmall:hover {
  background-image: url('../images/directorsCheck-white.png'), -webkit-linear-gradient(0deg, #2e5587 25%, transparent);
  background-image: url('../images/directorsCheck-white.png'), linear-gradient(90deg, #2e5587 25%, transparent);
  background-position: 7px 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.choicedirectorlink {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.choicedirectorlink:hover {
  color: #fff;
}

.oceancurrentsspan {
  font-style: italic;
}

.oceancurrentsimage {
  width: 60%;
  margin-left: 20px;
}

.oceancurrentsimage.ocmed {
  width: 43%;
}

.quarterbuttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.newseventsheading {
  margin-bottom: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.newseventsheading:hover {
  color: #599afc;
}

.datediv {
  display: inline-block;
  max-width: 60px;
  min-width: 40px;
  margin-right: 10px;
  float: left;
  background-color: #fff;
  text-align: center;
}

.datetextlink {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding: 4px 0px 7px;
  font-size: 22px;
  text-align: center;
}

.monthdiv {
  max-width: 60px;
  min-width: 40px;
  float: none;
  clear: left;
  border-bottom: 3px solid #6b6b6b;
  background-color: #cacaca;
  font-family: 'Open Sans', sans-serif;
  color: #7e7e7e;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.monthdatediv {
  position: static;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 10px;
  float: left;
  clear: left;
  border-right: 16px solid #6b6b6b;
  border-bottom: 13px solid #6b6b6b;
  background-color: #fff;
  text-align: center;
}

.eventtitlediv {
  float: left;
}

.uwbrand {
  margin-top: -4px;
}

.spacerdiv {
  height: 30px;
}

.menulistitem {
  margin-bottom: 5px;
}

.menulink {
  margin-right: 11px;
}

.lightboximage-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.assimagerow {
  margin-bottom: 20px;
}

.footerlink {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #dbdbdb;
}

.footerlink:hover {
  color: #fff;
}

html.w-mod-js *[data-ix="onload-hide"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="rollover-reveal"] {
  display: block;
}

html.w-mod-js *[data-ix="sidebar-onload-hide"] {
  display: none;
}

html.w-mod-js *[data-ix="rollover-reveal-2"] {
  display: block;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  h3 {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .topnav {
    height: 66px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mainnav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    height: 37px;
    margin-top: 92px;
    float: none;
    clear: none;
    border-radius: 0px;
  }
  .mainnavcontainer {
    -webkit-transition: width 500ms ease;
    transition: width 500ms ease;
  }
  .mainnavcontainer:hover {
    position: static;
    left: 9px;
    width: auto;
  }
  .mainnavbox {
    display: inline-block;
    overflow: visible;
    min-width: 0px;
    padding-bottom: 2px;
    float: left;
    clear: none;
    background-color: transparent;
    text-align: left;
    list-style-type: disc;
  }
  .mainnavlink {
    display: inline-block;
    margin-right: 5px;
    padding: 13px 10px;
    float: none;
    clear: none;
    font-size: 12px;
    line-height: 7px;
    text-transform: uppercase;
  }
  .mainnavlink.dropdown {
    margin-right: 7px;
    padding-right: 15px;
  }
  .topnavcontainer {
    left: 27px;
    top: 7px;
    right: auto;
    width: 300px;
    margin-top: -4px;
    margin-left: -9px;
    padding-top: 0px;
    padding-bottom: 1px;
  }
  .searchsubmit {
    font-size: 10px;
  }
  .searchcol {
    margin-bottom: 1px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .topnavmenubutton {
    width: 129px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slideshow-section {
    height: 480px;
  }
  .fsbox.asbox {
    margin-right: 10px;
    margin-left: 10px;
  }
  .directorschoicetitle {
    font-size: 19px;
  }
  .dctitle {
    font-size: 16px;
    line-height: 21px;
  }
  .rightarrowicon {
    font-size: 25px;
  }
  .leftarrowicon {
    font-size: 25px;
  }
  .eventstitle {
    font-size: 18px;
  }
  .event-title {
    font-size: 14px;
  }
  .congratsimage {
    margin-right: 15px;
    border-radius: 38px;
  }
  .congratstitlelink {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .congratslistitem {
    margin-bottom: 13px;
  }
  .slideshowtext {
    top: 209px;
    right: 34px;
    width: 550px;
    margin-top: -55px;
    margin-left: 61px;
    padding-top: 0px;
    padding-right: 94px;
    padding-left: 20px;
    background-image: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, .71), hsla(0, 0%, 100%, .69) 35%, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .71), hsla(0, 0%, 100%, .69) 35%, hsla(0, 0%, 100%, 0));
  }
  .slideshowheading {
    font-size: 27px;
    line-height: 34px;
  }
  .slideshowparagraph {
    font-size: 14px;
    line-height: 17px;
  }
  .footersection {
    background-position: 0px 0px;
  }
  .mainnavicon {
    left: 0px;
    top: 0px;
    right: -25px;
    margin-right: 25px;
    clear: none;
    font-size: 13px;
  }
  .searchbutton {
    padding-top: 2px;
    padding-right: 0px;
  }
  .modal-window {
    width: 90%;
  }
  .modal-background {
    display: none;
    padding-top: 30px;
  }
  .quicklinks-button {
    margin-left: 10px;
    float: left;
  }
  .logo-block {
    width: 300px;
  }
  .quicklinks-column {
    padding-left: 0px;
  }
  .logo-brand.tablet {
    width: 300px;
  }
  .dropdown-list.w--open {
    padding-bottom: 12px;
    padding-left: 2px;
  }
  .dropdown-link {
    left: 11px;
    clear: left;
  }
  .menu-button {
    width: 108px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: -20px;
    padding-top: 6px;
    padding-bottom: 2px;
    padding-left: 15px;
    float: left;
  }
  .menu-button.w--open {
    display: inline-block;
    margin: 0px -67px 0px -20px;
    padding-top: 6px;
    padding-bottom: 2px;
    padding-left: 15px;
    float: left;
    background-color: #d6d6d6;
  }
  .menu-icon {
    margin-top: 0px;
    margin-bottom: 1px;
    padding-top: 0px;
    padding-right: 6px;
    padding-bottom: 0px;
    float: left;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #4381de;
    font-size: 28px;
  }
  .menu-icon:hover {
    color: #2e5587;
  }
  .collapsed-menu-text {
    position: absolute;
    left: 47px;
    padding-top: 3px;
    padding-bottom: 0px;
    -webkit-transition: color 500ms ease;
    transition: color 500ms ease;
    font-family: Oswald, sans-serif;
    color: #4381de;
    font-size: 16px;
    text-transform: uppercase;
  }
  .collapsed-menu-text:hover {
    color: #2e5587;
  }
  .dropdown-menu {
    position: relative;
    max-width: 755px;
    float: none;
    clear: none;
  }
  .soo-logo-image {
    width: 87%;
    height: auto;
    margin-top: 24px;
  }
  .body-text-container {
    margin-top: 30px;
  }
  .body-text-container.primary-small {
    margin-top: 0px;
  }
  .body-text-container.single-column {
    margin-top: 124px;
  }
  .primary-image-text-container {
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 14px;
    padding-right: 12px;
    padding-left: 0px;
    background-image: none;
    text-align: left;
  }
  .large-primary-image-heading {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    float: none;
    font-size: 22px;
    line-height: 27px;
    text-align: left;
  }
  .large-primary-image-heading.small-primary-heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
    line-height: 28px;
  }
  .large-primary-image-heading.spotlighttitle {
    float: none;
    font-size: 26px;
    line-height: 28px;
  }
  .large-primary-image-heading.directors-choice-title {
    font-size: 20px;
    line-height: 25px;
  }
  .primary-image-big {
    margin-top: 0px;
  }
  .large-primary-image-text {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    text-align: left;
  }
  .large-primary-image-text.spotlightstyle {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .large-primary-image-text.ocshort {
    text-align: left;
  }
  .primary-image-overlay-gradient {
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -1px;
  }
  .description-text-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .embedded-image-caption {
    font-size: 12px;
  }
  .pull-quote-text {
    font-family: Roboto, sans-serif;
    color: #2e5587;
    font-size: 21px;
    line-height: 29px;
    font-weight: 100;
    text-align: left;
    text-transform: none;
  }
  .sidebar-nav-container {
    width: 100%;
  }
  .latest-news-heading {
    font-size: 14px;
    line-height: 20px;
  }
  .latest-news-text {
    font-size: 11px;
    line-height: 16px;
  }
  .latest-news-item {
    display: block;
    float: none;
    clear: none;
  }
  .story-title {
    margin-top: 15px;
    font-size: 30px;
    line-height: 37px;
  }
  .story-title.whitetext {
    margin-left: -42px;
  }
  .story-title.dchoiceheading {
    margin-bottom: 3px;
    font-size: 19px;
    line-height: 20px;
  }
  .story-title.dchoiceheadingphone {
    font-size: 16px;
  }
  .media-elements-block {
    width: 45%;
  }
  .media-elements-block.people-block {
    border-radius: 0px;
  }
  .tag-heading {
    float: left;
  }
  .admin-row-div-block {
    padding-right: 50px;
    padding-left: 50px;
  }
  .admin-home-text-block {
    text-transform: none;
  }
  .related-topics-div-block {
    font-size: 12px;
    line-height: 17px;
  }
  .behind-main-nav {
    height: 130px;
  }
  .grid-item-notwork {
    width: 25%;
  }
  .help-modal-background {
    padding-top: 32px;
  }
  .help-modal-window {
    width: 90%;
  }
  .peoplesearchbutton {
    font-size: 11px;
  }
  .oceancurrentsh1 {
    margin-top: 10px;
    margin-bottom: -9px;
    font-size: 31px;
  }
  .oceancurrents-text-block {
    width: auto;
    font-size: 12px;
    line-height: 19px;
  }
  .oceancurrents-button {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
  }
  .oceancurrents-button.give {
    margin-right: 116px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
  }
  .oceancurrents-magazine-text {
    width: 212px;
    font-size: 12px;
  }
  .oceancurrentsh3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 21px;
  }
  .utilities-text-link {
    margin-right: 0px;
    font-size: 9px;
  }
  .modaltitle {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 1px;
    margin-bottom: 17px;
    float: none;
    clear: none;
  }
  .mainstorysection {
    width: 95%;
  }
  .newslisting-block {
    width: 95%;
  }
  .news-list-item {
    padding-bottom: 15px;
    font-size: 12px;
  }
  .news-listing-block2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .dclink-item {
    font-size: 12px;
  }
  .hero-heading {
    margin-top: 0px;
    font-size: 84px;
  }
  .hero-text-block {
    width: 88%;
  }
  .trending-col2 {
    left: 5px;
  }
  .footernavlink {
    font-size: 11px;
    line-height: 18px;
  }
  .featured-stories-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .featured-story-link-box {
    box-shadow: 0 0 4px 0 rgba(26, 26, 26, .56);
  }
  .featured-story-heading {
    line-height: 21px;
  }
  .adminbutton {
    line-height: 12px;
  }
  .adminbutton.flexspace {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .featured-story-heading-text {
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .dchoiceimage {
    left: -10px;
    top: -28px;
    right: 0px;
    bottom: -37px;
    margin-top: -9px;
    margin-right: 8px;
    margin-bottom: 0px;
  }
  .dchoiceimage.phoneflex {
    display: block;
    width: 38%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dchoicetext {
    left: -5px;
    right: 0px;
    bottom: -41px;
    margin-left: 25px;
    padding-top: 0px;
    padding-left: 17px;
    font-size: 12px;
    line-height: 27px;
  }
  .dchoiceline {
    height: 25px;
    font-size: 14px;
  }
  .dcsection {
    height: 27px;
  }
  .oceancurrents {
    width: 81%;
    margin-left: -20px;
    padding-left: 17px;
  }
  .oceancurrents.featuredchoice {
    width: 157px;
    margin-left: -19px;
    padding-left: 10px;
    text-align: center;
  }
  .oceancurrents.featuredchoice.leftjust {
    margin-left: 0px;
  }
  .featuredstoriescontainer {
    margin-bottom: 8px;
    padding-bottom: 0px;
  }
  .dchoicemaintitlesection {
    left: 0px;
  }
  .related-topics-container {
    padding-right: 38px;
    padding-left: 38px;
  }
  .dchoicetextblock {
    font-size: 12px;
  }
  .flexdchoicewrapper {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .flexdchoicetextblock {
    padding: 0px 15px 15px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .choicedirectorblock.mediumcd {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: left;
  }
  .oceancurrentsimage {
    width: 35%;
    margin-left: 11px;
  }
  .oceancurrentsimage.ocmed {
    width: 35%;
    margin-left: 8px;
  }
  .uwbrand {
    margin-top: 0px;
  }
  .assimagerow {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
  }
  p {
    text-transform: none;
  }
  a {
    display: inline-block;
    text-transform: none;
  }
  .topnav {
    position: absolute;
    height: 63px;
    margin-top: 0px;
  }
  .mainnav {
    position: absolute;
  }
  .mainnavcontainer {
    position: absolute;
  }
  .mainnavlink.dropdown {
    text-transform: uppercase;
  }
  .topnavcontainer {
    position: absolute;
    width: 300px;
    margin-top: -6px;
  }
  .topnavlink {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px none #636363;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
  }
  .topnavlink.utilitylink {
    font-weight: 300;
    text-transform: none;
  }
  .topnavlink.phonemenuitem {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .topnavbox {
    padding-top: 20px;
    padding-left: 0px;
    background-color: #525252;
  }
  .searchcol {
    position: static;
    display: block;
    overflow: visible;
    min-height: 0px;
    padding-left: 0px;
  }
  .topnavmenubutton {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 105px;
    margin-top: 0px;
    padding: 0px;
  }
  .slideshow-section {
    height: 383px;
  }
  .fsbox.asbox {
    margin-right: 0px;
  }
  .directorschoicetitle {
    font-size: 15px;
    text-transform: none;
  }
  .dctitle {
    display: block;
    float: none;
    font-size: 13px;
    line-height: 17px;
    text-transform: none;
  }
  .eventstitle {
    float: none;
  }
  .event-title {
    text-transform: none;
  }
  .congratsimage {
    border-radius: 133px;
  }
  .congratsimage.latest-news-image {
    display: inline-block;
    margin-right: 0px;
    padding-right: 10px;
    float: left;
    clear: none;
  }
  .slideshowtext {
    width: 410px;
    margin-top: -79px;
    margin-left: 76px;
    padding-right: 67px;
  }
  .slideshowheading {
    font-size: 17px;
    line-height: 25px;
    text-transform: none;
  }
  .slideshowparagraph {
    font-size: 13px;
    text-transform: none;
  }
  .searchbutton {
    width: 20px;
    padding-top: 6px;
    float: none;
  }
  .searchbutton.modal-link.mobnav {
    position: absolute;
    left: 26px;
    top: 11px;
    float: none;
  }
  .modal-window {
    display: block;
  }
  .modal-background {
    display: none;
  }
  .quicklinks-button {
    display: inline-block;
    height: 30px;
    margin-top: 16px;
    margin-left: 2px;
    padding: 6px 20px;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #2e5587;
    background-image: none;
    font-size: 17px;
  }
  .quicklinks-button:hover {
    border-radius: 3px 0px 0px 3px;
    background-color: #283241;
    background-image: none;
  }
  .quicklinksrightarrow {
    width: 23px;
    height: 30px;
    margin-top: 16px;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 0px;
    font-size: 15px;
  }
  .logo-block {
    width: 325px;
    padding-top: 8px;
  }
  .quicklinks-column {
    left: 0px;
    top: 0px;
    min-height: 0px;
  }
  .search-quicklinks-row {
    width: 246px;
    margin-right: 0px;
  }
  .logo-brand.tablet {
    position: static;
    width: 349px;
    margin-left: -13px;
  }
  .dropdown-link {
    position: relative;
    left: 17px;
    top: 0px;
    clear: left;
  }
  .menu-button {
    margin-left: -5px;
  }
  .menu-button.w--open {
    margin-left: -4px;
  }
  .dropdown-menu {
    float: left;
    clear: left;
  }
  .soo-logo-small {
    width: 244px;
  }
  .paragraph-text {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 18px;
    text-transform: none;
  }
  .soo-logo-image {
    position: static;
    width: 67%;
    height: auto;
    margin-top: 0px;
  }
  .body-text-container {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .body-text-container.primary-small {
    padding-right: 10px;
    padding-left: 10px;
  }
  .body-text-container.single-column {
    margin-top: 67px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .primary-image-text-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 29px;
    padding-left: 20px;
  }
  .large-primary-image-heading {
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
  }
  .large-primary-image-heading.small-primary-heading {
    margin-bottom: -1px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 21px;
  }
  .large-primary-image-heading.spotlighttitle {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 19px;
  }
  .large-primary-image-heading.directors-choice-title {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 21px;
  }
  .primary-image-big {
    margin-top: 0px;
  }
  .large-primary-image-text {
    font-size: 12px;
    line-height: 18px;
  }
  .large-primary-image-text.spotlightstyle {
    margin-bottom: 7px;
    font-size: 10px;
    line-height: 14px;
  }
  .description-text-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .embedded-image {
    display: inline-block;
    padding-right: 0px;
    clear: left;
  }
  .embedded-image-block {
    position: static;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: none;
  }
  .sidebar-nav-link {
    font-size: 15px;
    text-transform: none;
  }
  .sidebar-right {
    padding-top: 0px;
  }
  .latest-news-list {
    float: none;
    clear: none;
  }
  .latest-news-heading {
    position: static;
    display: block;
    padding-right: 10px;
    padding-left: 0px;
    float: none;
    text-transform: none;
  }
  .latest-news-text {
    position: static;
    padding-right: 10px;
    padding-left: 0px;
    text-transform: none;
  }
  .latest-news-item {
    float: none;
    clear: none;
  }
  .story-title {
    margin-top: 15px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .story-title.whitetext {
    margin-left: 4px;
  }
  .story-title.dchoiceheading {
    display: inline-block;
    margin-bottom: 24px;
    float: none;
    font-size: 22px;
  }
  .story-title.dchoiceheadingphone {
    margin-top: -3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    float: left;
    font-size: 18px;
    letter-spacing: -1px;
  }
  .smaller-primary-image {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
  }
  .smaller-primary-image.people-image {
    width: 100%;
  }
  .as-row {
    padding-right: 10px;
  }
  .media-elements-block {
    width: 100%;
  }
  .media-elements-block.people-block {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .associated-stories-section.oceancurrents-bg {
    padding-top: 0px;
  }
  .admin-link {
    text-transform: none;
  }
  .admin-row-div-block {
    padding-right: 1px;
    padding-left: 1px;
  }
  .related-topics-div-block {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .behind-main-nav {
    height: 63px;
  }
  .grid-item-notwork {
    width: 50%;
  }
  .tab-link-button {
    text-transform: none;
  }
  .give-now-button.utilities-button.mobnavgive {
    width: 92%;
    margin-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    float: left;
    text-align: center;
  }
  .peoplesearchbutton {
    font-size: 14px;
  }
  .peopleformsearchwrapper {
    display: block;
  }
  .peopleformsearchwrapper.sidebaronly {
    display: none;
  }
  .peopleinfo {
    width: 100%;
  }
  .oceancurrents-text-container {
    left: 0px;
    top: 0px;
    right: 0px;
  }
  .oceancurrentsh1 {
    margin-top: 3px;
    padding-left: 20px;
    font-size: 26px;
    text-align: center;
  }
  .oceancurrents-text-block {
    text-align: left;
  }
  .oceancurrents-top-shadow {
    height: 128px;
  }
  .oceancurrents-button {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
  }
  .oceancurrents-button.give {
    margin-right: 114px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
  }
  .oceancurrents-magazine-text {
    width: 100%;
    font-size: 11px;
    text-align: center;
  }
  .oceancurrentsh3 {
    text-align: left;
  }
  .spotlight-text {
    font-size: 14px;
    text-transform: none;
  }
  .utilities-text-link.modal-link.searchme {
    position: absolute;
    left: 44px;
    top: 13px;
  }
  .mainstorysection {
    width: 95%;
  }
  .newslisting-block {
    width: 95%;
  }
  .news-list-item {
    padding-bottom: 10px;
    text-transform: none;
  }
  .news-listing-block2 {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .dclink-item {
    text-transform: none;
  }
  .ocimage {
    width: 100%;
    margin-bottom: 10px;
  }
  .occolumntext {
    margin-bottom: 15px;
  }
  .hero-link-block {
    padding-top: 5%;
    padding-bottom: 6%;
  }
  .hero-heading {
    margin-top: 0px;
    margin-bottom: 31px;
    font-size: 43px;
    line-height: 53px;
    letter-spacing: 2px;
  }
  .hero-text-block {
    width: 75%;
    font-size: 15px;
    line-height: 20px;
    text-transform: none;
  }
  .footernavlink {
    font-size: 11px;
    line-height: 18px;
  }
  .mobnavlistitem {
    padding-left: 20px;
    text-align: left;
  }
  .search-form {
    width: 100%;
  }
  .search-field {
    width: 92%;
    height: 31px;
    margin-bottom: 0px;
    margin-left: 8px;
    float: left;
    border: 1px solid #494949;
    background-color: #818181;
    color: #272727;
    font-size: 12px;
  }
  .searchsubmitbuttonimg {
    position: absolute;
    width: 19px;
    margin-top: 5px;
    margin-left: -28px;
  }
  .linediv {
    width: 100%;
    height: 1px;
    margin-top: 18px;
    margin-bottom: 15px;
    background-color: #646464;
  }
  .mobutilitieslist {
    margin-bottom: 15px;
  }
  .mobnavlist-dropdown-block {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .featured-stories-row {
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .featured-story-link-box {
    margin-bottom: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 220px;
    -ms-flex: 0 220px;
    flex: 0 220px;
  }
  .featured-story-heading {
    margin-top: 7px;
    line-height: 20px;
    text-transform: none;
  }
  .mobnav-icon {
    color: #a8a8a8;
  }
  .mobnavlist-dropdown.w--open {
    padding-left: 10px;
    background-color: transparent;
  }
  .mobdropdown-link {
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #cecece;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
  }
  .mobdropdown-link:hover {
    color: #4381de;
  }
  .featured-story-image {
    width: 100%;
  }
  .form-block {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .adminbutton.flexspace {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .featured-story-big-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .featured-story-heading-text {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: none;
  }
  .featured-story-heading-small {
    font-size: 14px;
  }
  .dchoiceimage {
    width: 24%;
    height: 24%;
    margin-right: 11px;
    float: left;
    clear: none;
  }
  .dchoiceimage.phoneflex {
    width: 34%;
    margin-top: -12px;
    margin-left: 4px;
  }
  .dchoicetext {
    left: 0px;
    bottom: -29px;
    margin-left: 19px;
    padding-left: 0px;
    font-size: 11px;
    line-height: 22px;
  }
  .dcimage {
    width: 100%;
  }
  .dccontainer {
    height: 25px;
  }
  .dcsection {
    height: 23px;
  }
  .oceancurrents {
    margin-left: 0px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    text-transform: none;
  }
  .oceancurrents.featuredchoice {
    margin-left: 0px;
    font-size: 13px;
    line-height: 23px;
  }
  .oceancurrentscontainer.smtop {
    margin-left: -10px;
  }
  .dchoicemaintitlesection {
    left: -4px;
  }
  ._2columnflexwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fblock {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 250px;
    -ms-flex: 0 250px;
    flex: 0 250px;
  }
  .fblocklink {
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }
  .featuredflexwrapper {
    margin-right: 7px;
    margin-left: 7px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flexwrappermostread {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .dchoicetextblock {
    position: relative;
    float: none;
    line-height: 18px;
  }
  .flexdchoicewrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding: 15px 10px;
    float: left;
    border-radius: 8px;
    background-color: #eee;
  }
  .flexdchoicetextblock {
    padding: 0px 10px;
    font-size: 13px;
  }
  .checkimage {
    top: 6px;
  }
  .choicedirectorblock {
    display: block;
    margin: 10px 10px -10px;
    padding: 2px 31px 2px 29px;
    background-position: 4px 51%, 0px 0px;
  }
  .choicedirectorblock:hover {
    background-position: 4px 51%, 0px 0px;
  }
  .choicedirectorblock.featured {
    left: 10px;
    margin-top: 0px;
  }
  .choicedirectorblock.featuredsmall {
    left: -12px;
    top: -10px;
  }
  .choicedirectorlink {
    font-size: 12px;
    text-transform: none;
  }
  .choicedirectorlink.featured-text {
    font-size: 11px;
  }
  .oceancurrentsimage {
    width: 26%;
    margin-left: 30px;
  }
  .quarterbuttonwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .datetextlink {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
  }
  .assimagerow {
    margin-bottom: 0px;
  }
  .lightbox-link {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    float: left;
    font-size: 14px;
    line-height: 20px;
  }
  .button.slideshowbutton {
    padding: 2px 5px;
    font-size: 12px;
  }
  
  #upcoming_events {
    padding-left: 10px;
  }
  
  .topnav {
    height: 61px;
  }
  .mainnav {
    height: 27px;
    margin-top: 61px;
  }
  .mainnavcontainer {
    height: 29px;
  }
  .mainnavbox {
    padding-bottom: 0px;
  }
  .mainnavlink {
    font-size: 16px;
    line-height: 2px;
  }
  .mainnavlink.dropdown {
    text-transform: uppercase;
  }
  .topnavcontainer {
    left: 0px;
    width: 125px;
    padding-left: 22px;
  }
  .topnavbox {
    display: block;
  }
  .slideshow-section {
    height: 239px;
  }
  .fsbox.asbox {
    margin-right: 10px;
  }
  .directorschoicetitle {
    font-size: 17px;
  }
  .dctitle {
    text-transform: none;
  }
  .rightarrowicon {
    margin-top: 150px;
    margin-right: 0.5px;
    font-size: 20px;
  }
  .leftarrowicon {
    margin-top: 150px;
    margin-left: 0.5px;
    font-size: 20px;
  }
  .congratsimage.latest-news-image {
    display: inline-block;
    margin-right: 0px;
  }
  .congratstitlelink {
    position: static;
    display: block;
    clear: none;
  }
  .slideshowtext {
    left: -35px;
    top: 209px;
    right: 0px;
    width: 263px;
    margin-top: -121px;
    margin-left: 64px;
    padding-right: 21px;
    padding-bottom: 12px;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .71), hsla(0, 0%, 100%, .69) 35%, hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .71), hsla(0, 0%, 100%, .69) 35%, hsla(0, 0%, 100%, 0));
  }
  .slideshowheading {
    margin-top: 4px;
    margin-bottom: 2px;
    padding-top: 7px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .slideshowparagraph {
    display: none;
    font-size: 11px;
  }
  .modal-background {
    display: none;
  }
  .quicklinks-button:hover {
    color: #fff;
  }
  .logo-block {
    width: 205px;
    padding-top: 0px;
  }
  .logo-brand.tablet {
    width: 209px;
    margin-left: 0px;
  }
  .dropdown-list {
    position: relative;
  }
  .dropdown-link {
    font-size: 16px;
    line-height: 14px;
  }
  .menu-button {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu-button.w--open {
    width: 103px;
    margin: 0px 0px -4px -3px;
    padding: 0px 18px 0px 14px;
  }
  .menu-icon {
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 0px;
    font-size: 25px;
  }
  .collapsed-menu-text {
    padding-top: 4px;
    font-size: 14px;
  }
  .dropdown-menu {
    position: static;
  }
  .soo-logo-small {
    width: 193px;
    height: 39px;
    margin-top: 7px;
    margin-left: -14px;
  }
  .soo-logo-image {
    width: 105%;
    height: auto;
  }
  .body-text-container {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .body-text-container.primary-small {
    margin-top: 0px;
  }
  .primary-image-text-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .large-primary-image-heading {
    margin-top: 33px;
    margin-bottom: 3px;
    font-size: 12px;
  }
  .large-primary-image-heading.small-primary-heading {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }
  .large-primary-image-heading.spotlighttitle {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    margin: 63px 0px 5px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
  }
  .large-primary-image-heading.directors-choice-title {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .primary-image-big {
    margin-top: 0px;
  }
  .large-primary-image-text {
    display: none;
  }
  .embedded-image-block {
    margin-bottom: 10px;
  }
  .sidebar-right {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .latest-news-heading {
    display: block;
    clear: none;
  }
  .latest-news-text {
    text-transform: none;
  }
  .latest-news-item {
    float: none;
  }
  .associated-stories-column {
    height: auto;
    min-height: 0px;
  }
  .story-title {
    margin-top: 15px;
    font-size: 20px;
    line-height: 26px;
  }
  .behind-main-nav {
    height: 61px;
  }
  .tab-link-button {
    text-transform: none;
  }
  .people-info-list-item.email {
    background-position: 2px 4px;
  }
  .faculty-member-unit {
    float: none;
  }
  .oceancurrentsh1 {
    margin-top: 0px;
  }
  .oceancurrentsh3 {
    float: none;
  }
  .spotlight-text {
    font-size: 12px;
  }
  .spotlight-text.side-link {
    font-size: 12px;
  }
  .newslisting-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .news-list-item {
    margin-top: -7px;
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    line-height: 17px;
  }
  .news-listing-block2 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .dclink-item {
    text-transform: none;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 41px;
  }
  .hero-text-block {
    font-size: 12px;
    line-height: 17px;
  }
  .footernavlink {
    font-size: 9px;
    line-height: 17px;
  }
  .mobutilitieslist {
    margin-bottom: 15px;
  }
  .mobnavlist-dropdown-block {
    float: none;
  }
  .featured-story-link-box {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .featured-story-heading {
    float: none;
  }
  .featured-story-heading-text {
    font-size: 15px;
    text-transform: none;
  }
  .oceancurrents {
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 28px;
  }
  .oceancurrents.featuredchoice {
    width: 144px;
    font-size: 12px;
    line-height: 22px;
  }
  .oceancurrentscontainer.smtop {
    margin-bottom: 28px;
  }
  ._2columnflexwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fblock {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fblocklink {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .featuredflexwrapper {
    margin: 10px 0px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .related-topics-container {
    padding-right: 38px;
    padding-left: 38px;
  }
  .flexobjectmostread {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .checkimage {
    top: 2px;
  }
  .choicedirectorblock {
    margin-left: 10px;
  }
  .oceancurrentsimage {
    margin-left: 24px;
  }
}

@font-face {
  font-family: 'Foundation icons';
  src: url('../fonts/foundation-icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}