/*
Theme Name: NOSM
Author: NOSM
Version: 1.0
Theme URI: http://nosm.ca

*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html {
  font-size: 12px; /* set baseline */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  clear: both;
  color: #0d2133;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
  margin-left: 18px;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}

div.main_content {
  min-height: 70vh;
  /* -305 for footer, -180 for header = -485px*/
  min-height: -webkit-calc(100vh - 485px);
  min-height: -moz-calc(100vh - 485px);
  min-height: calc(100vh - 485px);
}
.no_margin {
  margin: 0;
}

/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type="submit"] {
  font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

input,
textarea {
  color: #666;
  font-size: 1rem;
  line-height: 1.5rem;
}
hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin-bottom: 18px;
  clear: both;
}

/* Text elements */
p {
  margin-bottom: 18px;
}
ul {
  list-style: square;
  margin: 0 0 18px 1.5em;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 0 24px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
big {
  font-size: 131.25%;
}
ins {
  background: #ffc;
  text-decoration: none;
}
blockquote {
  font-style: italic;
  padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
pre {
  background: #f7f7f7;
  color: #222;
  line-height: 1.5rem;
  margin-bottom: 18px;
  padding: 1.5em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
input,
textarea {
  padding: 2px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

table {
  border: 1px solid #e7e7e7;
  text-align: left;
  margin: 0 -1px 24px 0;
  width: 100%;
}
tr th,
thead th {
  color: #888;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 9px 24px;
}
tr td {
  border-top: 1px solid #e7e7e7;
  padding: 6px 24px;
}
tr.odd td {
  background: #f2f7fc;
}

.attachment img {
  max-width: 900px;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
/* Michel Add - To prevent "squishing" of images */
img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone {
  height: auto;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  margin: 5px;
  color: #888;
  font-size: 1rem;
}
.wp-smiley {
  margin: 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
  clear: both;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
  color: #000;
  font-weight: bold;
  font-size: 1.667rem;
  margin-bottom: 0;
}
h3#comments-title {
  padding: 24px 0;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist li.comment {
  border-bottom: 1px solid #e7e7e7;
  line-height: 2rem;
  margin: 0 0 24px 0;
  padding: 0 0 0 56px;
  position: relative;
  color: #2a2a2a;
}
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author {
  font-weight: 500;
  color: #2a2a2a;
}
.comment-author cite {
  color: #000;
  font-style: normal;
  font-weight: bold;
}
.comment-author .says {
  font-style: italic;
}
.comment-list {
  color: #2a2a2a;
}
.comment-list li {
  margin-bottom: 14px;
}
.comment-content {
  color: #2a2a2a;
}
.comment-meta {
  font-size: 1rem;
  margin: 0 0 7px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
  color: #2a2a2a;
  text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
  color: #185186;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
  font-size: 1rem;
  padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
  color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
  color: #ff4b33;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword,
.nocomments {
  display: none;
}
#comments .pingback {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment + li.pingback {
  margin-top: -6px;
}
#comments .pingback p {
  color: #888;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  margin: 0;
}
#comments .pingback .url {
  font-style: italic;
  font-size: 1.083rem;
}

/* Comments form */
input[type="submit"] {
  color: #333;
}
#respond {
  margin: 24px 0;
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
  position: relative;
}
#respond p {
  margin: 0;
}
#respond .comment-notes {
  margin-bottom: 1em;
}
.form-allowed-tags {
  line-height: 1em;
}
.children #respond {
  margin: 0 48px 0 0;
}
h3#reply-title {
  margin: 18px 0;
}
#comments-list #respond {
  margin: 0 0 18px 0;
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply-link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
}
#respond .required {
  color: #ff4b33;
  font-weight: bold;
}
#respond label {
  color: #888;
  font-size: 1rem;
}
#respond input {
  margin: 0 0 9px;
  width: 98%;
}
#respond textarea {
  width: 98%;
}
#respond .form-allowed-tags {
  color: #888;
  font-size: 1rem;
  line-height: 1.5rem;
}
#respond .form-allowed-tags code {
  font-size: 0.917rem;
}
#respond .form-submit {
  margin: 12px 0;
}
#respond .form-submit input {
  width: auto;
  font-size: 1.167rem;
}

/** FONTS **/
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on June 3, 2016 */

@font-face {
  font-family: "latohairline";
  src:
    url("fonts/lato-hairline-webfont.woff2") format("woff2"),
    url("fonts/lato-hairline-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latohairline_italic";
  src:
    url("fonts/lato-hairlineitalic-webfont.woff2") format("woff2"),
    url("fonts/lato-hairlineitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "lato";
  font-weight: 900;
  src:
    url("fonts/lato-heavy-webfont.woff2") format("woff2"),
    url("fonts/lato-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoheavy_italic";
  src:
    url("fonts/lato-heavyitalic-webfont.woff2") format("woff2"),
    url("fonts/lato-heavyitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoitalic";
  src:
    url("fonts/lato-italic-webfont.woff2") format("woff2"),
    url("fonts/lato-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latolight";
  src:
    url("fonts/lato-light-webfont.woff2") format("woff2"),
    url("fonts/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latolight_italic";
  src:
    url("fonts/lato-lightitalic-webfont.woff2") format("woff2"),
    url("fonts/lato-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latomedium";
  src:
    url("fonts/lato-medium-webfont.woff2") format("woff2"),
    url("fonts/lato-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoblack";
  src:
    url("fonts/lato-black-webfont.woff2") format("woff2"),
    url("fonts/lato-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoblack_italic";
  src:
    url("fonts/lato-blackitalic-webfont.woff2") format("woff2"),
    url("fonts/lato-blackitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latobold";
  src:
    url("fonts/lato-bold-webfont.woff2") format("woff2"),
    url("fonts/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latobold_italic";
  src:
    url("fonts/lato-bolditalic-webfont.woff2") format("woff2"),
    url("fonts/lato-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latosemibold";
  src:
    url("fonts/lato-semibold-webfont.woff2") format("woff2"),
    url("fonts/lato-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@font-face {
  font-family: "latosemibold_italic";
  src:
    url("fonts/lato-semibolditalic-webfont.woff2") format("woff2"),
    url("fonts/lato-semibolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latothin";
  src:
    url("fonts/lato-thin-webfont.woff2") format("woff2"),
    url("fonts/lato-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latothin_italic";
  src:
    url("fonts/lato-thinitalic-webfont.woff2") format("woff2"),
    url("fonts/lato-thinitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latomedium_italic";
  src:
    url("fonts/lato-mediumitalic-webfont.woff2") format("woff2"),
    url("fonts/lato-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "latoregular";
  src:
    url("fonts/lato-regular-webfont.woff2") format("woff2"),
    url("fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*====================================== reset.css is here ========================================*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
  margin-left: 18px;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
.clear_0 {
  clear: both;
  font-size: 0rem;
  line-height: 0rem;
  display: block;
}
/* .last {margin:0 !important;} What is this for ? Michel, Nov2017 */
.pad_last {
  padding: 0 !important;
}
.no_bg {
  background: none !important;
}
* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
}
/**************************************************************************************/
a {
  color: #185186;
  text-decoration: none;
  outline: 0 none;
  font-weight: bold;
}
a:hover {
  color: #000;
  text-decoration: none;
}
h1 {
  /*font-size: 2.000rem;*/
  font-size: 2.5rem;
  padding: 10px 0px 2px 0px;
}
h2 {
  /*font-size: 1.833rem;*/
  font-size: 2rem;
  padding: 10px 0px 2px 0px;
}
h3 {
  /*font-size: 1.500rem;*/
  font-size: 1.333rem;
  padding: 10px 0px 2px 0px;
}
h4 {
  font-size: 1.333rem;
  padding: 10px 0px 2px 0px;
}
h5 {
  font-size: 1.167rem;
  padding: 20px 0px 0px 0px;
}
h6 {
  font-size: 1rem;
  padding: 20px 0px 0px 0px;
}
/*----------------------------------------------------------------------------------*/
html {
}
body {
  color: #b1b1b1; /*font-family:"Arial", Verdana, Tahoma;*/
  font-family: "latoregular";
  font-size: 1rem;
}
.flt_Lt {
  float: left;
  display: inline;
}
.flt_Rt {
  float: right;
  display: inline;
}
input:not(.ninja-forms-field):not([id*="bbox"]),
textarea:not([id*="bbox"]) {
  -webkit-appearance: none;
  border-radius: 0px;
  outline: none;
  border: 0px;
}
input.ninja-forms-field[type="checkbox"] {
  width: 25px !important;
  height: 25px !important;
}
.nf-checkbox label {
  text-align: left;
}
a:focus {
  outline: none;
  outline-offset: 0px;
  text-decoration: none;
}
/* ---------------------------------------------------------------------------------*/

/* ----------------------- layout ----------*/
.wrapper {
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border: 0px solid red;
  border-top: 0 none;
}
/*-------------------------------------------*/

/* ------------------------- HEADER HERE -------------------*/
#header {
  margin: 0 auto;
}
#header .header_top {
  margin: 0 auto;
  background: #023360;
  width: 100%;
  display: block;
  vertical-align: middle;
  padding: 10px 0; /* 10px used to be 8px*/
}
#header .header_top .header_top_lt {
  margin: 0 auto;
  vertical-align: top;
}
#header .header_top .header_top_rt ul {
  padding: 13px 0;
}
#header .header_top .header_top_rt ul li {
  display: inline-block;
  border-right: solid 1px #ffffff;
  padding: 0 7px;
  line-height: 0rem;
}
#header .header_top .header_top_rt ul li a {
  color: #ffffff;
  font-size: 1rem;
  line-height: normal;
  font-family: "latomedium";
  font-weight: normal;
  cursor: pointer;
}
#header .header_top .header_top_rt ul li:last-child {
  border-right: none;
}
#header .header_top .header_top_rt ul#language-switch,
#header .header_top .header_top_rt ul#font-resize {
  padding-top: 0;
  float: right;
}
#header .header_top .header_top_rt ul#language-switch {
  clear: both;
}

/* --------- NAVIGATION HERE ----------*/

#header .header_btm {
  display: block;
  background: #0d2134;
  position: relative;
  z-index: 16;
}
#header .header_btm .menu {
  position: relative;
}
/*
.navbar { min-height:auto; margin-bottom:0px;}
.navbar-default { display:inline-block; vertical-align:middle; background:#0d2134; border:none; box-shadow:none;}
.navbar-default .navbar-nav {     margin-left: -45px;}
.navbar-default .navbar-nav>li>a { color:#ffffff; font-size: 1.333rem; line-height:normal;     font-family: 'latoblack'; text-transform:uppercase;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a { background:none;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background:none;}
.navbar-default .navbar-nav>li.active > a { background:none; box-shadow:none; text-shadow:none; color:#446788;}  
.navbar-default .navbar-nav>li.active:hover > a,a:focus { background:none; box-shadow:none; color:#446788;}
.navbar-default .navbar-nav > li > a:hover { color:#023360;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { color:#446788; text-shadow:none;}
.navbar-nav > li:last-child a { border-bottom:none;}
*/

.search_section {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  margin: 0px auto;
  padding: 0 5px;
}
.navbar-right a.dropdown-toggle {
  background-color: #0d2134;
}
.navbar-right a.dropdown-toggle a:focus {
  background: #0d2134;
}
.navbar-right .dropdown-menu {
  background: #0d2134;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: #0d2134;
}
.search_section .search_bar {
  margin: 15px 0 0 -170px;
  background: #0d2134;
  display: none;
  position: absolute;
  z-index: 99;
  padding: 10px;
  border-radius: 8px;
}
/* ---------------------------------------------------------*/

/* ------------------------ MAIN CONTENT HERE --------------*/
.main_content .banner {
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
}
.main_content .banner .banner_img {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.main_content .banner .banner_img > img {
  object-fit: cover;
  width: 100%;
}
.main_content .banner .banner_text {
  position: absolute;
  visibility: hidden;
  background-color: transparent;
  top: 10%; /*padding:55px;*/
  padding: 35px 45px 55px 45px;
  min-height: 269px;
  min-width: 680px;
  max-width: 680px;
  transition: 0.5s;
}
.main_content .banner .banner_text.left {
  left: 2%;
}
.main_content .banner .banner_text.right {
  right: 2%;
}
.main_content .banner .banner_text h3,
#current-slide .slide .slide_data h3 {
  color: #fff;
  font-size: 2.75rem;
  line-height: normal;
  font-family: "latoblack";
  padding: 0;
} /* text-shadow: 2px 2px #788993; */
.main_content .banner .banner_text p,
#current-slide .slide .slide_data p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.55rem;
  font-family: "latomedium";
} /* text-shadow: 2px 2px #8195a1; */
#current-slide {
  position: absolute;
  background-color: rgba(5, 52, 95, 0.3);
  padding: 35px 45px 55px 45px;
  top: auto; /* auto and initial for IE as it doesn't yet support unset */
  top: initial;
  bottom: 0%;
  left: 0%;
  right: auto; /* auto and initial for IE as it doesn't yet support unset */
  right: initial;
  right: unset;
  padding-top: 0;
  padding-right: 40px;
  padding-bottom: 45px;
  padding-left: 40px;
  padding-left: calc(2% + 5px);
  min-height: 55px;
  max-height: 130px;
  min-width: 100%;
  transition: 0.5s;
  z-index: 1;
}
#current-slide .banner_text {
  visibility: visible;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}
.carousel-caption {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators {
  top: auto;
  top: initial;
  width: 67%; /* bottom: 10%; */
  left: 2%;
}
.carousel-indicators li {
  height: 10px;
  width: 10px;
  background: #c6d5dd;
  border: solid 1px #c6d5dd;
  box-shadow: 0 2px 0px 0px #8195a1;
}
.carousel-indicators .active {
  height: 10px;
  width: 10px;
  margin: 1px;
  background: #ffffff;
}

.post_section {
  margin: 0 auto;
  margin-top: 20px;
}
.post_section .post_fr {
  /*border-top:solid 1px #cfd3d6;*/
  border: none;
  padding: 0 30px;
}
.post_section .post_fr.post_fr_grey {
  background-color: #f0f1f5;
}
.post_section .post_fr.post_fr_bottom {
  border: none;
  padding-top: 15px;
}
.post_section .post_fr .post_fr_tp {
  display: block;
}

.post_section .post_fr .post_fr_bt {
  display: block;
}

.post_section .box1 {
  padding: 20px 0 26px 0;
}
.post_section .box1.box1_no {
  padding-top: 58px;
}
.post_section .box1.box1_news {
  padding-top: 55px;
}
.box1 .box1_img img {
  width: 100%;
}

.post_section .box1 .box1_img h4 {
  padding: 0 0 18px 0;
  color: #0d2133;
  font-size: 1.167rem;
  line-height: normal;
  font-family: "lato";
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.post_section .box1 .box1_img h4.post_hid {
}
.post_section .box1 .box1_text h4 {
  padding: 20px 0 0 0;
  color: #0d2133;
  font-size: 1.167rem;
  line-height: normal;
  font-family: "lato";
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
}
.post_section .box1 .box1_text p {
  padding: 12px 0;
  color: #0d2133;
  font-size: 1.167rem;
  line-height: normal;
  font-family: "latoregular";
}
.post_section .box1 .box1_text a {
  color: #0d2133;
  font-size: 1.167rem;
  line-height: normal;
  font-family: "latoblack";
}
.report {
  margin: 0 auto;
  text-align: center;
}
.report a {
  background: #0d2134;
  color: #fff;
  display: block;
  margin: 12px 0;
  padding: 22px 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "lato";
  font-weight: 900;
  text-align: center;
}
.nosm {
  margin: 0 auto;
  background: #96b4b7;
  padding: 60px 40px;
}
.nosm h2 {
  color: #ececec;
  font-size: 2.5rem;
  font-family: "lato";
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 0;
}
.nosm h3 {
  color: #ececec;
  font-size: 2rem;
  line-height: normal;
  font-family: "latomedium";
  text-transform: uppercase;
  letter-spacing: 2px;
}
.post_fr .quick {
  margin: -10px auto;
}
.post_fr .quick .quick_bor {
  border-top: solid 1px #cfd3d6;
  padding: 25px 0;
}
.post_fr .quick h3 {
  color: #0d2133;
  font-size: 1.167rem;
  font-family: "lato";
  font-weight: 900;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.post_fr .quick .quicklinks a {
  background: #446788;
  color: #ffffff;
  font-size: 1.167rem;
  font-family: "lato";
  font-weight: 900;
  display: block;
  margin: 13px auto;
  padding: 24px 17px;
  transition: 0.5s;
  text-transform: uppercase;
}
.post_fr .quick .quicklinks a:hover {
  background: #8a2a00;
}
.post_fr .quick .quicklinks a.active {
  background: #8a2a00;
}
.post_fr .quick .events {
  margin: 0 auto;
}
.post_fr .quick .events_pd {
  padding-right: inherit;
  padding-left: inherit;
}
.post_fr .quick .events h3 {
  color: #0d2133;
  font-size: 1.167rem;
  font-family: "lato";
  font-weight: 900;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.post_fr .quick .events a:not(.viewall) {
  /* max-height: 92px; */
  min-height: 92px;
  background: #9b9b9b;
  color: #ffffff;
  font-size: 1.167rem;
  font-family: "lato";
  font-weight: 900;
  display: block;
  margin: 15px auto;
  padding: 37px 17px;
  transition: 0.5s;
  text-transform: uppercase;
  text-align: center;
}
.post_fr .quick .events a.Events_1 {
  padding: 30px 0;
}
.post_fr .quick .events a.Events_2 {
  padding: 50px 0;
}

.post_fr .quick .Future_top {
  /* margin:50px 0 0 0; */
}
.post_fr .quick .Future {
  background: #ececec;
  padding: 17px 15px;
  margin: 15px 0;
  min-height: 92px; /* max-height: 92px; */
}
.post_fr .quick .Future h3 {
  color: #0d2133;
  font-size: 1.167rem;
  font-family: "lato";
  font-weight: 900;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.post_fr .quick .Future h2 {
  color: #0d2133;
  font-size: 1.5rem;
  font-family: "lato";
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.583rem;
  overflow: hidden;
  text-overflow: ellipsis; /* max-height: 38px; */
  white-space: nowrap;
}
.post_fr .quick .Future h2 a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.post_fr .quick .Future strong {
  font-size: 1.167rem;
  line-height: normal;
  color: #353535;
  padding: 0 0 6px 0;
  display: block;
  font-family: "latoregular";
}
.post_fr .quick .Future_top .Future strong span.date-responsive {
  display: none;
}
.report_top {
  padding: 0 0 20px 0;
}
.post_fr .quick .quick_bor .icemen_pd {
  padding-left: 0;
}

.post_fr h4 {
  padding: 0 0 18px 0;
  color: #0d2133;
  font-size: 1.167rem;
  line-height: normal;
  font-family: "lato";
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.post_fr .events_header {
  margin-top: 20px;
}

.post_fr .home_links {
  margin-top: -53px;
}
.post_fr .home_links > a,
.post_fr .home_links > .social_media {
  background: #0c2134; /* DWF Sep 12, 2023 was #446788 */
  color: #ffffff;
  font-size: 1.167rem;
  font-family: "lato";
  font-weight: 900;
  display: block;
  margin: 13px auto;
  padding: 25px 17px;
  transition: 0.5s;
  text-transform: uppercase;
}

.post_fr .home_links > a.active,
.home_links > a:hover {
  background-color: #354a63; /* Darren Updated June 6 2018 (Was: #8a2a00) #354a63 */
}
.post_fr .home_links > a.dwf_alert {
  background-color: #8a2a00; /* Darren Added June 6 2018 */
}
.home_links > a.dwf_alert:hover {
  background-color: #446788; /* Darren Added June 6 2018 */
}

.post_fr .home_links > a.dwf_alert_green {
  background-color: #008a00; /* Darren Added March 19 2020 */
}
.home_links > a.dwf_alert_green:hover {
  background-color: #446788; /* Darren Added March 19 2020 */
}

.post_fr .home_links > .social_media {
  padding: 14px 21px;
  /*max-height: 64px;*/
}
.post_fr .home_links > .social_media > a {
  color: #fff;
  font-size: 3rem;
  padding: 0 10px;
  position: relative;
}
.post_fr .home_links > .social_media > a > i,
.post_fr .home_links > .social_media > a > span {
  position: relative;
  z-index: 1;
}
.post_fr .home_links > .social_media > a.fb:hover {
  color: #3b5998;
}
.post_fr .home_links > .social_media > a.twt:hover {
  color: #1da1f2;
}
.post_fr .home_links > .social_media > a.insta:hover {
  color: #8e5746;
}
.post_fr .home_links > .social_media > a.yt:hover {
  color: #cc181e;
}
.post_fr .home_links > .social_media > a.lin:hover {
  color: #0071ad;
}
.post_fr .home_links > .social_media > a:hover::before {
  content: " ";
  background-image: url("/wp-content/themes/NOSM/images/white_circle.png");
  background-size: contain;
  position: absolute;
  height: 46px;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  left: 2.5px;
  top: 1px;
}
.post_fr .home_links > .social_media > a.yt:hover::before {
  left: 5px;
}

.post_fr_bottom .row {
  overflow: hidden;
}

.post_fr .homeright {
  margin-top: 55px;
}

.post_fr .homeright a {
  display: block;
}

.post_fr .homeright .nosm-banner-widget {
  max-height: 180px;
  margin-bottom: 15px;
}

.nosm-banner-widget {
  display: block;
  position: relative;
}

.nosm-banner-widget img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nosm-banner-widget p {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 25%;
  font-size: 2rem;
  padding: 7px 15px;
  background-color: rgba(5, 52, 95, 0.3);
}

.post_fr .homeright p.acknowledgment {
  color: #22456b;
  font-size: 1.167rem;
  line-height: normal;
  font-family: "latoregular";
  font-weight: normal;
  padding: 15px 22px 22px 22px;
  background-color: #fff;
  min-height: 258px;
  border: 1px solid #d0d9e0;
  position: relative;
  top: 5px;
}
.post_fr .homeright p.acknowledgment img {
  display: block;
  margin: 0 auto 14px auto;
}
.events p.no_events {
  color: #000;
  font-size: 1.1rem;
}
.events .event {
  margin-bottom: 15px;
}
.events .event .date_box {
  display: inline-block;
  background-color: #4e5a68;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
  width: 155px;
  height: 102px;
  cursor: pointer;
}
.events .event .date_box.hover {
  /* todo */
  color: #c4c4c4;
}
.events .event .date_box .centering {
  padding-top: 12px;
}
.events .event .date_box .centering .month {
  font-size: 2.5rem;
  font-weight: bold;
}
.events .event .date_box .centering .day {
  font-size: 4rem;
  font-weight: bold;
}
.events .event .event_data {
  display: inline-block;
  background-color: #dce0e3;
  vertical-align: top;
  margin-left: -3px;
  width: calc(100% - 156px);
  height: 102px;
  padding-left: 15px;
  cursor: pointer;
}
.events .event .event_data.hover {
  /* todo */
  background-color: #a8a8a8;
}
.events .event .event_data .time {
  color: #000;
  padding-top: 5px;
  font-size: 1.3rem;
  display: block;
}
.events .event .event_data h4 {
  text-transform: initial;
  font-size: 1.6rem;
  margin-top: 10px;
  padding-bottom: 0;
}
.events .event .event_data h4 a {
  color: #000;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.events .event .event_data h4 a:hover {
  color: #185186;
}

/* ---------------------------------------------------------*/

/* ------------------ FOOTER HERE --------------------------*/
#footer {
  margin: 0 auto;
}
#footer h3 {
  text-transform: none;
}
#footer .fotr_top {
  background: #0d2134;
  padding: 5px 0;
}
#footer .fotr_top .footer_section {
  padding: 0 30px;
}
#footer .fotr_top .menu-wrapper {
  border-bottom: solid 1px #fff;
  padding: 15px 0; /*min-height: 380px;*/
}
#footer .fotr_top .menu-wrapper.no_bd {
  border-bottom: none;
}
#footer .fotr_top .menu-wrapper h3 {
  color: #ffffff; /*font-size: 1.300rem;*/
  font-size: 1.5rem;
  line-height: normal;
  font-family: "lato";
  font-weight: 900; /*text-transform: uppercase;*/
}
#footer .fotr_top .menu-wrapper ul li {
  margin: 0 auto;
  display: block; /* padding:5px 0; */
}
#footer .fotr_top .menu-wrapper ul li a {
  color: #ffffff;
  font-size: 1rem; /*font-size: 1.167rem;*/
  line-height: normal;
  font-family: "latoregular";
}
#footer .fotr_top .menu-wrapper ul li a:hover {
  text-decoration: underline;
}
#footer .fotr_top .masonry-item {
  margin-bottom: 0px;
}
#footer .fotr_top .row.menu_row {
  margin-top: 26px;
}
#footer .fotr_top .footer_menu_wrapper {
  display: table;
  width: 100%;
  margin-top: 10px;
}
#footer .fotr_top .footer_menu_wrapper ul.footer_menu {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
#footer .fotr_top .footer_menu_wrapper ul.footer_menu li {
  display: inline-block;
  border-right: solid 1px #fff;
  padding: 0 13px;
  vertical-align: middle;
}
#footer .fotr_top .footer_menu_wrapper ul.footer_menu li:last-of-type {
  border-right: none;
}
#footer .fotr_top .footer_menu_wrapper ul.footer_menu li a {
  color: #fff;
  font-size: 1.2rem;
  font-family: "latoregular";
  font-weight: normal;
}
#footer .fotr_top .footer_nosm {
  position: relative;
  width: 615px;
  margin: 25px auto 15px auto;
  padding: 0 10px;
}
#footer .fotr_top .footer_nosm img.footer_logo {
  border-right: 1px solid #fff;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .fotr_top .footer_nosm p.footer_msg {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 2rem;
  color: #fff;
  background: #0d2134;
  font-family: "lato";
  font-weight: 100;
  padding-left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer_section .socl .socl_top {
  margin: 39px 0 30px 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #fff;
}
.footer_section .socl .socl_top h3 {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: normal;
  font-family: "lato";
  font-weight: 900;
}
.footer_section .socl .socl_top ul {
  display: block;
  padding: 10px 0 0 0;
}
.footer_section .socl .socl_top ul li {
  display: inline-block;
  vertical-align: middle;
  height: 58px;
  width: 58px;
  text-align: center;
  margin: 0 0 0 15px;
}
.footer_section .socl .socl_top ul li a {
  display: inline-block;
  padding: 8px;
  background: #6b7783;
}

.footer_section .socl .socl_mdl {
  margin: 30px 0 0 30px;
}
.footer_section .socl .socl_mdl h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "lato";
  font-weight: 900;
  padding: 5px 0;
}
.footer_section .socl .socl_mdl address {
  color: #ffffff;
  font-size: 1rem;
  font-family: "latomedium";
  display: block;
}
.footer_section .socl .socl_mdl address a {
  color: #ffffff;
  font-size: 1rem;
  font-family: "latomedium";
  display: block;
}
#footer .fotr_btm {
  margin: 0 auto;
  background: #101b26;
  padding: 35px 0;
}
#footer .fotr_btm .fotr_menu ul li {
  display: inline-block;
  border-right: solid 1px #fff;
  padding: 0 13px;
  line-height: 0.833rem;
  vertical-align: middle;
}
#footer .fotr_btm .fotr_menu ul li:last-child {
  border-right: none;
}
#footer .fotr_btm .fotr_menu ul li a {
  color: #fff;
  font-size: 1rem;
  font-family: "latomedium";
  font-weight: normal;
}
#footer .fotr_btm .campus_logos {
  display: inline-block;
}
#footer .fotr_btm .campus_logos img {
  margin-right: 25px;
  margin-top: -5px;
}
#footer .fotr_btm .flt_Lt p {
  color: #fff;
  display: inline-block;
  max-width: 535px;
  font-size: 0.9rem;
  vertical-align: top;
}
#footer .fotr_btm .flt_Rt p {
  color: #fff;
  float: right;
  text-align: right;
  font-size: 0.9rem;
}
#footer .container {
}
.copy {
}
/* ---------------------------------------------------------*/

/** INNER 1 **/

.main_content .research_tp {
  max-width: 995px;
}
.main_content .research_tp1 {
  min-width: 380px;
}

.breadcrum_section ul.breadcrumb {
  margin: 0 auto;
  background: none;
  padding: 10px 0 10px 0px;
}
.breadcrum_section ul.breadcrumb li {
  color: #7e7e7e;
  font-size: 0.917rem;
  line-height: normal;
  font-family: "latoregular";
}
.breadcrum_section ul.breadcrumb li a {
  color: #7e7e7e;
  font-size: 0.917rem;
  line-height: normal;
  font-family: "latoregular";
  font-weight: normal;
}
.breadcrum_section ul.breadcrumb li a:hover {
  color: #000;
  text-decoration: underline;
}
.main_content .research_lt {
  padding: 0 0 0 0px;
  width: 100%;
}
.main_content .research_lt h1 {
  color: #0d2133; /* font-size: 2.500rem; */
  font-family: "lato";
  font-weight: 900; /* padding:0 0 20px 0; */
}
.main_content .research_lt_text {
  color: #2a2a2a;
  font-size: 1.333rem;
  line-height: 2.167rem;
  border-bottom: none;
  padding-top: 15px;
}
.main_content .research_lt_text p {
  color: #2a2a2a;
  font-size: 1.333rem;
  line-height: 1.917rem; /*padding-top:25px;*/
  padding: 14px 0px 14px 0px;
  font-family: "latoregular";
}
.main_content .research_lt_text p a {
  /*color:#2a2a2a; font-size: 1.333rem; line-height: 2.167rem; padding-bottom:35px; font-family: 'latoregular'; */
}
.research_lt .research_lt_img {
  padding-right: 18px;
  padding-top: 15px;
  width: 100%;
}
.main_content .side-links {
  background: #f9f9f9;
  padding: 0 0px 0 30px;
  width: 100%;
  max-width: 380px; /*height:110vh;*/
  min-height: 100%;
}
.main_content .side-links h2 {
  color: #0d2133;
  font-size: 2rem;
  line-height: normal;
  font-family: "lato";
  font-weight: 900;
}
.main_content .side-links .accordion-toggle {
  color: #185186;
}
.panel-group {
  margin-bottom: 0;
}
.main_content .side-links ul.accordion1 {
  padding: 0 0 0 11px;
}
.main_content .side-links ul.accordion1 li {
  padding-bottom: 15px;
  color: #185186;
  font-size: 1.333rem;
  line-height: normal;
  font-family: "latoblack";
}
.main_content .side-links ul.accordion1 li.active {
  color: #000;
}
.main_content .side-links ul.accordion1 li.active a {
  color: #000;
}
.main_content .side-links ul.accordion1 li a {
  color: #185186;
}
.main_content .side-links .panel-body {
  color: #416484;
}
.main_content .side-links .panel-body ul li {
  padding-bottom: 0px;
}
.main_content .side-links .panel-body ul li a {
  color: #416484;
  font-size: 1rem;
}
.panel-default > .panel-heading {
  background-image: none;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  box-shadow: none;
}
.panel {
  background-image: none;
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  box-shadow: none;
}
.panel-body {
  border-top: none !important;
  padding: 0 0 0 10px;
  font-family: "latobold";
}
.main_content .side-links .panel-heading {
  padding: 1px 0;
}
.indicator.glyphicon.pull-left {
  background-image: none;
}
.indicator.glyphicon.pull-left.glyphicon-chevron-up {
  margin-top: -18px;
  margin-left: 10px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.indicator.glyphicon.pull-left.glyphicon-chevron-down {
  margin-top: -18px;
  margin-left: 5px;
}
.glyphicon-chevron-down::before {
  color: #a7b7c6;
}
.panel-group .panel {
  margin-left: 0px;
}
.panel.panel-default2 .panel-heading .panel-title .accordion-toggle {
  color: #0d2133 !important;
}
.research_lt .cont_info {
  margin: 0 auto;
  padding: 30px 0;
}
.research_lt .cont_info h3 {
  color: #0d2133;
  font-size: 2rem;
  line-height: normal;
  font-family: "lato";
  font-weight: 900;
}
.research_lt .cont_info p {
  margin: 10px auto;
  color: #2a2a2a;
  font-size: 1.167rem;
  line-height: normal;
  font-family: "lato";
  display: block;
}
.research_lt .cont_info p a {
  color: #2a2a2a;
  font-size: 1.167rem;
  line-height: normal;
  font-family: "lato";
}
.research_lt ul {
  list-style-type: square;
  margin-left: 30px;
  padding-bottom: 15px;
}
.research_lt ol {
  list-style-type: decimal;
  margin-left: 30px;
  padding-bottom: 15px;
}

#content-left ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-bottom: 24px;
}

#accordion {
  margin: 0 auto;
}
#accordion ul li {
  padding: 11px 0;
}
#accordion ul li a {
  color: #0d2133;
  font-size: 2rem;
  line-height: normal;
  font-family: "lato";
}
#accordion ul li.active a {
  color: #000;
  cursor: pointer;
}
#accordion ul li.parentdiv {
  position: relative;
}
#accordion ul li.parentdiv:after {
  background: url(./images/arrow.png) no-repeat 50% 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  left: -18px;
  top: 17px;
  content: "";
  cursor: pointer;
}
#accordion ul li.not-parent span.plus-icon {
  display: none;
}
#accordion ul li.is-parent {
  position: relative;
}
#accordion ul li.is-parent span.plus-icon {
  background: url(./images/plus-icon.png) no-repeat 50% 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -18px;
  top: 17px;
  cursor: pointer;
}
#accordion ul li.is-parent span.plus-icon {
  transition: transform 0.6s;
}
#accordion ul li.is-parent.open > span.plus-icon {
  -webkit-transform: rotateZ(135deg);
  -ms-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
}
#accordion ul li.is-parent.related-page span.plus-icon {
  left: -16px;
  top: 2px;
  width: 12px;
  height: 12px;
}
#accordion ul li a {
  color: #185186;
  font-size: 1.333rem;
}
#accordion ul li ul {
  display: none;
  padding: 5px 0 0 12px;
}
#accordion ul li ul li {
  padding: 0px;
}
#accordion ul li > ul > li > a {
  font-size: 1rem;
  color: #185186;
  font-family: "latobold";
}
#accordion ul li ul.related-pages {
  padding-left: 20px;
}

/* h3.accordion-title {background: red;} */

.post_fr_tp > h4 {
  padding: 20px 0 0 20px;
  color: #0d2133;
  font-size: 1.167rem;
  line-height: normal;
  font-family: "lato";
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 -40px 0;
}
.post_fr_bt > h4 {
  padding: 20px 0 0 20px;
  color: #0d2133;
  font-size: 1.167rem;
  line-height: normal;
  font-family: "lato";
  font-weight: 900;
  text-transform: uppercase;
}
.post_section .box1 {
  border-top: none;
}

/*
ul.sub-menu { display: none;}
ul.sub-menu li { width:25%;}

.navbar-nav>li:hover ul.dropdown-menu {display: block; background:#0d2134;}
.navbar-nav>li:hover ul.dropdown-menu li a { color:#fff;}
.navbar-nav>li:hover ul.dropdown-menu li a:hover {color:#446788;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { background:none; color:#446788;}
*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #191919;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #191919;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #191919;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder {
  /* Internet Explorer 10+ */
  color: #191919;
  opacity: 1;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #191919;
  opacity: 1;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #191919;
  opacity: 1;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #191919;
  opacity: 1;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #191919;
  opacity: 1;
}

.search_section {
  background: url(images/search_icon.png) no-repeat right center;
  height: 13px;
  width: 13px;
  top: 21px;
  margin-left: 15px;
  cursor: pointer;
}
.search_section .search_bar {
  margin: 25px 0 0 -170px;
  background: #0d2134;
  display: none;
  position: absolute;
  z-index: 99;
  padding: 10px;
  border-radius: 8px;
}
.carousel-controls {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.carousel-control {
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  z-index: 1;
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: relative;
  float: left;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.carousel-control .glyphicon-pause,
.carousel-control .glyphicon-play {
  margin-top: 4px;
  margin-left: 1px;
  font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 30px;
}

.navbar-default .navbar-nav > li > a span.caret {
  margin-left: 10px;
}

#cssmenu {
  display: inline-block;
  vertical-align: middle;
  background: #0d2134;
  width: auto;
}
#cssmenu ul li a {
  color: #ffffff;
  font-size: 1.333rem;
  line-height: normal;
  font-family: "latoblack";
  text-transform: uppercase;
}
#cssmenu ul ul {
  z-index: 1;
  width: auto;
  background: none;
}
#cssmenu li:hover > ul > li {
  height: 100%;
  display: block;
}
#cssmenu > ul > li.has-sub > a:before {
  top: 25px;
}
#cssmenu > ul > li.has-sub > a:after {
  top: 28px;
}

/** Custom CSS **/
.nobold {
  font-family: "lato";
  font-weight: normal;
}
.inline {
  display: inline;
}
.bot-border {
  border-bottom: solid 1px #cfd1d4;
}
.bot-margin-20 {
  margin-bottom: 20px;
}
.no-border {
  border: none !important;
}
input.big-input {
  font-size: 2.5rem;
  border-radius: 5px;
  margin-left: 7px;
  background: #fff;
}

span#404searchbtn {
  font-size: 2.5rem;
  cursor: pointer;
}

.no_top_padding {
  padding-top: 0px !important;
}

.cat-item {
  color: #000;
}
.cat-item h4 {
  padding: 8px 0;
}

.cat-item p {
  padding-bottom: 8px;
}

.category_row {
  padding-top: 20px;
}

.category_row .category_col {
  padding-bottom: 30px;
  min-height: 500px;
  max-height: 500px;
}

/** Search Results + media releases **/
.main_content .research_lt_text ul.search-results,
.main_content .research_lt_text ul.media-releases {
  list-style: none;
}
.main_content .research_lt_text ul.search-results h2,
.main_content .research_lt_text ul.media-releases h2 {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #023360;
  font-size: 1.833rem;
}
.main_content .research_lt_text ul.search-results p,
.main_content .research_lt_text ul.media-releases p {
  padding-bottom: 5px;
}
.main_content .research_lt_text ul.search-results p.post-meta,
.main_content .research_lt_text ul.media-releases p.post-meta {
  font-size: 1.083rem;
  color: gray;
}
.main_content .research_lt_text ul.search-results div.post-content,
.main_content .research_lt_text ul.media-releases div.post-content {
  overflow: hidden;
}
.main_content .research_lt_text ul.search-results div.cover-img,
.main_content .research_lt_text ul.media-releases div.cover-img {
  display: inline;
  float: left;
  position: relative;
  margin-right: 20px;
  margin-top: 20px;
}
.main_content .research_lt_text ul.search-results div.cover-img img,
.main_content .research_lt_text ul.media-releases div.cover-img img {
  width: 200px;
  height: auto;
}

.nosm-pagination {
  margin: 20px 0 25px;
  text-align: center;
}
.nosm-pagination a {
  background-color: #f1f1f1;
  color: #333;
  line-height: 2rem;
  padding: 7px 10px;
}
.nosm-pagination a:hover,
.nosm-pagination a:focus {
  background: none;
  background-color: #edc951;
  color: #151515;
}

div.cleaner,
div.divider {
  margin: 0;
  clear: both;
  font-size: 0.083rem;
  height: 1px;
  line-height: 0.083rem;
  background: #eaeaea;
}

#footer .footer_section ul.menu a {
  font-weight: normal;
}

#footer .footer_section .socl .socl_top ul li a {
  transition: background 0.2s;
}
#footer .footer_section .socl .socl_top ul li a.fb-btn:hover,
.footer_section .socl .socl_top ul li a.fb-btn:focus {
  background: #3b5998;
}
#footer .footer_section .socl .socl_top ul li a.twt-btn:hover,
.footer_section .socl .socl_top ul li a.twt-btn:focus {
  background: #1da1f2;
}
#footer .footer_section .socl .socl_top ul li a.yt-btn:hover,
.footer_section .socl .socl_top ul li a.yt-btn:focus {
  background: #cc181e;
}
#footer .footer_section .socl .socl_top ul li a.lin-btn:hover,
.footer_section .socl .socl_top ul li a.lin-btn:focus {
  background: #0071ad;
}
#footer .footer_section .socl .socl_top ul li a.ins-btn:hover,
.footer_section .socl .socl_top ul li a.ins-btn:focus {
  background: #8e5746;
}

#footer .fotr_menu.move-give-feedback {
  margin-right: 75px;
}

#footer .our_vision {
  font-style: italic;
}
#footer .our_vision strong {
  color: #fff;
}

#footer .acknowledgments {
  margin-top: 25px;
}
#footer .acknowledgments .indigenous-ack {
  padding-left: 30px;
  padding-right: 15px;
}
#footer .acknowledgments .indigenous-ack .box {
  border: 1px solid #fff;
  padding: 15px;
  margin-bottom: 25px;
}
#footer .acknowledgments .indigenous-ack .box img {
  float: left;
  /*width:90px;*/
  height: 126px;
  padding-left: 15px;
}
#footer .acknowledgments .indigenous-ack .box p {
  color: #fff;
  font-style: italic;
  padding: 35px 35px 35px 105px;
  font-size: 1.2rem;
}
#footer .acknowledgments .partners-ack {
  padding-left: 30px;
  padding-right: 15px;
}
#footer .acknowledgments .partners-ack img {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 15px;
  margin-top: -10px;
}
#footer .acknowledgments .partners-ack p {
  color: #fff;
  font-size: 1.45rem;
  border-top: 1px solid #fff;
  padding: 45px 0px;
}

.nf-form-fields-required {
  margin-bottom: 15px;
}

#give_feedback {
  /*display: none;*/
  height: 150px;
  width: 150px;
  position: fixed;
  right: -75px;
  bottom: -75px;
  background-color: #023360;
  color: white;
  font-weight: bold;
  transform: rotateZ(-45deg);
  text-align: center;
  font-family: Lato;
  z-index: 9999999;
}
#give_feedback a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  color: #fff;
  background-color: #023360;
}
#give_feedback a:hover {
  color: #023360;
  background-color: #fdb813;
}
.give_feedback_hidden {
  display: none;
}

.modal-title {
  font-size: 2rem;
  color: #0d2134;
  float: left;
  padding-top: 0;
}

.modal-header button.close {
  margin-top: 3px;
}

.modal-body,
.modal-body label {
  color: #000;
}
#give_feedback_modal .modal-body .ninja-forms-required-items {
  padding-bottom: 18px;
  color: #000;
}

#french_warning_modal .modal-body {
  font-size: 2rem;
}

a[href="#mynosm-links"]:not(.open) .alt {
  display: none;
}

a[href="#mynosm-links"].open .title {
  display: none;
}

#mynosm-links {
  display: none;
  padding: 25px;
  color: #535353;
  font-family: "lato";
}

#mynosm-links strong {
  font-size: 1.3rem;
  margin-bottom: 7px;
  display: block;
}

#mynosm-links a {
  color: #535353;
  font-size: 1rem;
  font-weight: normal;
  padding: 4px 0;
  display: block;
}
#mynosm-links a:hover {
  color: #000;
  /*font-weight: bold;*/
}

#mynosm-links .col-sm-1 {
  border-right: 1px solid #000;
  min-height: 136px;
}
#mynosm-links .col-sm-1.no-bd {
  border: none;
}

.competition_number {
  display: block;
  padding-top: 7px;
  color: #000;
  font-size: 1.6rem;
}

#hr_career_notice {
  border: 1px solid #000;
  padding: 15px 30px;
  margin-bottom: 25px;
  text-align: center;
}

#hr_career_notice .addr {
  font-weight: bold;
  text-align: center;
}

.nf-field-label .nf-help {
  background: none;
}

.nf-field-element .nf-fu-fileinput-button {
  float: left;
  margin-right: 15px;
  min-width: 150px;
  margin-bottom: 0;
}

.nf-field-element .nf-fu-progress {
  height: 34px;
  margin-bottom: 0;
}

.file_upload-wrap .nf-field-description {
  margin-bottom: 10px;
}

.files_uploaded {
  position: absolute;
  top: 6px;
  left: 175px;
}

/* HR Form Specific */
#nf-form-18-cont .files_uploaded {
  left: 240px;
}

.main_content .files_uploaded p {
  padding: 0;
}

.apply_online {
  float: right;
}
.apply_online.no_flt {
  float: initial;
}
.career-details {
  margin: 0 15px 20px 15px;
}
.career-details .row:not(.top) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.career-details .row:not(.top):not(.bottom) div:last-child {
  border-left: 1px solid #000;
}
.career-details .row.top {
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #e6e6e6;
  border: 1px solid #000;
}
.career-details .top > * {
  text-align: center;
}

li.no-rbd {
  border-right: none !important;
}
li.no-rpad {
  padding-right: 0px !important;
}

#cepd_logo_banner {
  display: none;
  width: 100%;
  margin-bottom: 5px;
}
#cepd_logo_banner > .row {
  margin-right: 0;
  margin-left: 0;
}
#cepd_logo_banner .cepd_logo_tab {
  height: 41px;
  border-top-left-radius: 15px;
  color: white;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
#cepd_logo_banner .cepd_logo_tab.blue {
  background-color: #1b3762;
}
#cepd_logo_banner .cepd_logo_tab.green {
  background-color: #50a748;
}
#cepd_logo_banner .cepd_logo_tab.yellow {
  background-color: #fdb131;
}
#cepd_logo_banner .cepd_logo_tab.red {
  background-color: #ed0030;
}
#cepd_logo_banner .cepd_logo_tab.main {
  border-bottom-right-radius: 55px;
  border-top-left-radius: 0;
  height: 125px; /* 150px; */
  color: white;
  /*box-shadow: 0px 0px 20px #000 inset;*/
  padding-top: 0;
  text-transform: initial;
}
#cepd_logo_banner .cepd_logo_tab.main h2 {
  text-align: left;
  font-weight: 900;
  padding-top: 5px;
  font-size: 2.5rem;
}
#cepd_logo_banner .cepd_logo_tab.main h3 {
  text-align: left;
  font-weight: normal;
  font-size: 1.8rem;
  position: absolute;
  bottom: 5px;
}
.main_content .research_lt h1.cepd_page_title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  width: calc(100% - 116px);
}
#my-cart {
  position: absolute;
  right: 25px;
  cursor: pointer;
  color: #0d2133;
  font-weight: normal;
}
#my-cart > h3 {
  padding-top: 23px;
}
.program-table {
  margin-top: 10px;
  table-layout: fixed;
}
.program-table .program-table-title {
  width: 35%;
}
.program-table .program-table-date {
  width: 15%;
  min-width: 145px;
}
.program-table .program-table-location {
  width: 15%;
}
.program-table .program-table-controls {
  width: 35%;
}
.program-controls {
  margin-bottom: 25px;
}
.workshop-table .workshop-table-date {
  min-width: 145px;
}
.workshop-table .workshop-table-controls {
  min-width: 200px;
}
.instance-header {
  display: block;
  height: 100px;
}
.instance-date {
  display: inline-block;
  color: #0d2133;
  font-weight: bold;
  font-family: "lato";
  text-align: center;
}
.instance-date > .instance-date-month {
  display: block;
  padding: 0px 7px 0px 7px;
  font-size: 1.8rem;
  text-transform: uppercase;
  border-left: 3px solid #0d2133;
  border-top: 3px solid #0d2133;
  border-right: 3px solid #0d2133;
  border-bottom: 7px solid #0d2133;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.instance-date > .instance-date-day {
  display: block;
  padding: 7px 15px;
  font-size: 3rem;
  border-left: 3px solid #0d2133;
  border-top: none;
  border-right: 3px solid #0d2133;
  border-bottom: 3px solid #0d2133;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.instance-info {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-left: 10px;
}
.instance-icons {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  /*width: 50%;*/
  font-size: 1.6rem;
  float: right;
}
.instance-heading,
.program-heading {
  color: #0d2133;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}
.instance-heading-top {
  margin-top: 0;
  font-weight: bold;
}
.instance-details ul {
  padding-bottom: 0;
}
.instance-controls {
  margin-top: 15px;
  margin-bottom: 30px;
}
.instance-footer {
  display: none;
  padding: 10px 20px 0px 20px;
  height: 130px;
  border: 2px solid #0d2133;
  border-top: none;
  border-bottom-right-radius: 55px;
}
.instance-footer > img {
  max-height: 110px;
}
.instance-footer > img.cepd-qr {
  float: right;
  margin-right: 25px;
  margin-top: 10px;
  max-height: 100px;
}
.instance-footer-2 {
  display: none;
  font-family: "lato";
  font-size: 1.4rem;
  margin-top: 15px;
}
.instance-icons .instance-free,
.instance-icons .instance-time {
  width: 64px;
  height: 64px;
  border: 2px solid black;
  display: inline-block;
  border-radius: 50%;
  float: left;
  margin-left: 10px;
}
.instance-icons .instance-time[overflow="true"] {
  font-size: 1rem;
}
.instance-icons .instance-free > span {
  content: "Free";
  border: 4px solid black;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: inline-block;
  margin: 2px 0px 0px 2px;
  font-family: "lato";
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  font-style: normal;
}
.instance-icons .instance-time > span {
  border: 4px solid black;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: inline-block;
  margin: 2px 0px 0px 2px;
  font-family: "lato";
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  font-style: normal;
  background-image: url("images/clock-icon.png");
  background-size: contain;
}

/* Full Calendar */
.fc-center > h2 {
  color: #0d2133;
}

.panel.panel-summon {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  border-radius: 4px;
}

.panel.panel-summon > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f5f5f5),
    to(#e8e8e8)
  );
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
  border-color: #ddd;
}

.panel.panel-summon > .panel-body {
  padding: 15px;
  font-family: inherit;
}

/* Typeahead */
.typeahead__display {
  font-size: 2rem;
}

/* Just Buttons Page */
#mj-buttons {
  /*padding-left: 0;*/
  padding-right: 0;
  /*padding-right: 10px;*/
  min-height: 311px;
}

#mj-buttons a {
  background: #446788;
  color: #ffffff;
  font-size: 1.167rem;
  font-family: "lato";
  font-weight: 900;
  display: block;
  margin: 7px auto;
  padding: 18px 17px;
  transition: 0.5s;
  text-transform: uppercase;
}

#mj-buttons a:hover,
#mj-buttons a.active {
  background-color: #8a8a00; /*#8a2a00*/
}

/* Library Template */
#library-main {
  padding: 100px 50px;
  background-image: url("images/library-searchbar-bg.png");
  background-size: 1440px auto;
  background-repeat: no-repeat;
  width: 100%;
  /*height: 425px;*/
  color: #fff;
}
#library-main h2,
h3 {
  padding-bottom: 8px;
}
#library-main h2 {
  padding-top: 0;
  font-family: "lato";
}
#library-main h3 {
  font-family: "lato";
}
#library-main .library-main-left ul.summon-library-links li {
  border-right: 1px solid #fff;
  padding: 0px;
  padding-right: 15px;
  padding-left: 11px;
}
#library-main .library-main-left ul.summon-library-links li:first-of-type {
  padding-left: 0;
}
#library-main .library-main-left ul.summon-library-links li:last-of-type {
  border-right: none;
  padding-right: 0;
}
#library-main .library-main-left ul.summon-library-links li a {
  color: #fff;
  font-family: lato;
  font-size: 1.5rem;
  font-weight: 100;
}
#library-main .library-main-left ul.summon-library-links li a:hover {
  color: #fdb813;
}
#library-main .library-main-left,
#library-main .library-main-right {
  display: inline-block;
  padding: 0;
  min-height: 215px;
}
#library-main .library-main-left .library-search-area img {
  padding-bottom: 7px;
}
#library-main .library-main-left .library-search-area,
#library-main .library-main-right .library-hours {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 15px;
  min-height: 215px;
}
#library-main .library-main-left {
  padding-right: 15px;
}
#library-main .library-main-right {
}
#library-main .library-main-right .library-hours span {
  display: block;
  margin-top: calc((185px / 2) - (113px / 2));
}
#library-main .library-main-right .library-hours p {
  line-height: 1.2rem;
}
#library-main .library-main-right .library-hours a {
  color: #fff;
  font-weight: normal;
}
#library-main .library-main-right .library-hours a:hover {
  color: #fdb813;
}
#library-main .library-main-right .library-hours h2,
#library-main .library-main-right .library-hours h3 {
  color: #fff;
}

#library-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
}

#library-bottom .library-article {
  min-height: 304px;
  padding: 0;
}

#library-bottom .library-article .wrapper {
  margin: 0 0 0 15px;
  border: 1px solid #cdd7e0;
  min-height: 304px;
  padding: 10px;
}

#library-bottom .library-article P {
  color: #000;
  font-size: 1rem;
  padding: 5px 0 10px 0;
}

#library-bottom .library-article img {
  width: 100%;
  min-height: 173.69px;
  max-height: 215px;
}

#library-bottom .library-article h5 {
  padding-top: 5px;
  text-transform: uppercase;
  color: #05345e;
  font-family: "lato";
  font-weight: bold;
  font-size: 1.3rem;
}

#library-bottom .library-article a.read-more {
  /*color: #05345E;*/
  text-transform: uppercase;
  font-family: "lato";
  font-weight: bold;
  font-size: 1.3rem;
}

#library-bottom .social-media {
  padding-right: 0;
}

#library-bottom .social-media a {
  color: #fff;
  font-size: 3rem;
  position: relative;
  padding: 0 10px;
  margin-left: calc(50% - 23px);
}

#library-bottom .social-media a > i,
#library-bottom .social-media a > span {
  position: relative;
  z-index: 1;
}

#library-bottom .social-media a::before {
  content: " ";
  background-image: url(/wp-content/themes/NOSM/images/blue_circle.png);
  background-size: contain;
  position: absolute;
  height: 46px;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  left: 2.5px;
  top: 3px;
}

#library-bottom .social-media a:hover::before {
  background-image: none;
  border: 2px solid #05345e;
  border-radius: 50%;
}

#library-bottom .social-media a.yt::before {
  left: 5px;
}

#library-bottom .social-media a.fb:hover {
  color: #3b5998;
}

#library-bottom .social-media a.twt:hover {
  color: #1da1f2;
}

#library-bottom .social-media a.insta:hover {
  color: #8e5746;
}

#library-bottom .social-media a.yt:hover {
  color: #cc181e;
}

#library-bottom .social-media .wrapper {
  border: 1px solid #cdd7e0;
  padding: 15px;
  min-height: 104px;
}

#library-bottom .social-media h4 {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 1.3rem; /*1.167rem;*/
  font-family: "lato";
  padding-top: 0;
  padding-bottom: 15px;
}

#library-bottom .donate {
  padding-right: 0;
}

#library-bottom .donate .wrapper {
  border: 1px solid #cdd7e0;
  padding: 15px;
  min-height: 104px;
}

#library-bottom .donate h4 {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 1.3rem; /*1.167rem;*/
  font-family: "lato";
  padding-top: 0;
  padding-bottom: 15px;
}

#library-bottom .donate img {
  vertical-align: middle;
}

#library-bottom .donate span {
  font-size: 2.1rem; /*2.8rem;*/
  font-family: "lato";
  font-weight: 100;
  color: #05345e;
  padding-left: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}

#library-bottom_left {
  padding-left: 0;
}

#library-bottom_left .row {
  padding-right: 15px;
}

#library-bottom_left .row.last {
  margin-top: 15px;
}

#library-bottom_right {
  max-height: 500px;
  border: 1px solid #cdd7e0;
}

#library-bottom_right > a {
  display: block;
  padding: 10px 7px;
  color: #05345e;
  font-family: "lato";
  font-weight: 100;
  font-size: 1.5rem;
  text-align: center;
}

#library-bottom_right #twitter-widget-0 {
  height: 498px !important;
  max-height: 498px !important;
}

#library-quick-links {
  /*padding-left: 0;*/
  padding-right: 0;
  /*padding-right: 10px;*/
  min-height: 311px;
}

#library-quick-links h4 {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 1.3rem; /*1.167rem;*/
  font-family: "lato";
  padding-top: 0;
}

#library-quick-links > a {
  background: #446788;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "lato";
  font-weight: 900;
  display: block;
  margin: 7px auto;
  padding: 18px 17px;
  transition: 0.5s;
  text-transform: uppercase;
}

#library-quick-links > a:hover,
#library-quick-links > a.active {
  background-color: #8a2a00;
}

img#library-article-image {
  float: left;
  margin-right: 25px;
  margin-top: 9px;
}

/* Library Top Menu */
html body #mega-menu-wrap-library-main #mega-menu-library-main {
  width: 100%;
  text-align: right;
}
html
  body
  #mega-menu-wrap-library-main
  #mega-menu-library-main
  > li:first-child {
  float: left;
}
.container.library-main-container {
  padding-left: 0;
}
#cssmenu.library-menu {
  width: 100%;
}

/* Faculty Bios */
.faculty-header {
  padding-bottom: 7px;
}
.faculty-header:not(:first-child) {
  padding-top: 30px;
}

#faculty-bio table {
  margin-top: 4px;
}
img.faculty-profile-picture {
  float: left;
  margin-right: 25px;
  height: 200px;
  width: 200px;
}
.faculty-bio-col {
  padding-bottom: 15px;
}

#faculty-rank {
  padding-top: 0;
  padding-bottom: 0;
}

/* Bootstrap Colum Overrides */
@media (min-width: 768px) {
  .five-cols > .col-sm-1 {
    width: 20%;
  }
}

/* FontAwesome reversed */
i.fa.far,
span.fa.far {
  transform: rotateY(180deg);
}

/* Printed Version */
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }

  #cepd_logo_banner .cepd_logo_tab,
  #cepd_logo_banner .cepd_logo_tab * {
    color: white !important;
  }
  #cepd_logo_banner .cepd_logo_tab {
    font-size: 0.95rem;
  }
  #cepd_logo_banner .cepd_logo_tab.blue {
    background-color: #1b3762 !important;
  }
  #cepd_logo_banner .cepd_logo_tab.green {
    background-color: #50a748 !important;
  }
  #cepd_logo_banner .cepd_logo_tab.yellow {
    background-color: #fdb131 !important;
  }
  #cepd_logo_banner .cepd_logo_tab.red {
    background-color: #ed0030 !important;
  }
  #cepd_logo_banner .cepd_logo_tab.main {
    margin-top: -1px;
  }
  .instance-content,
  .program-content {
    border: 2px solid #0d2133;
    padding: 15px;
    margin-top: -5px;
    width: 100%;
    display: block;
  }
  .instance-footer {
    display: block;
    margin-top: -1px;
  }
  .instance-icons .instance-time > span {
    background-image: url("images/clock-icon.png") !important;
    background-size: contain !important;
  }

  /* Hide everything that should not be printed */
  #wpadminbar,
  #header,
  #content-right,
  #footer,
  #give_feedback,
  #my-cart,
  #cart-wrapper,
  .research_tp1,
  .elevate-back-btn,
  .elevate-register-btn,
  .elevate-add-to-cart-btn,
  .breadcrum_section.elevate_breadcrum,
  .cepd_page_title,
  .instance-controls,
  .program-table-controls,
  .program-controls,
  .cepd-temp {
    display: none;
  }

  /* Surface hidden by default items that should be printed */
  .accordion .accordion-item .accordion-content,
  #cepd_logo_banner,
  .instance-footer-2 {
    display: block;
  }

  /* Do not show URL text next to links */
  a[href]:after {
    content: none;
  }

  .main_content div.research_lt_text {
    border-bottom: none;
  }
}

/* NOHFC funded positions */
#nohfc-notice-qualifications {
  position: relative;
  top: -24px;
  padding-bottom: 0px !important;
}
#nohfc-notice-logo {
  padding: 42px 0px;
}
#nohfc-notice-logo.border-top::before {
  content: " ";
  display: block;
  width: 70%;
  height: 2px;
  position: relative;
  top: -42px;
  left: calc((100% - 70%) / 2);
  border-top: 2px solid #000;
}
#nohfc-notice-logo.margin-top {
  margin-top: 50px;
}
#nohfc-notice-logo img {
  width: 100%;
  height: auto;
}

.single-img {
  max-height: 216px;
}

/* BBox Forms */
#bbox-root {
  padding-bottom: 14px;
}
#bboxevent_registrant_templateRegistrant_IsPayer {
  display: none !important;
}

/* IE Printed Version Hacks */
@media print\0, print\9 {
  /*
    #cepd_logo_banner { color: #000; }
    #cepd_logo_banner::before {
        content: url("images/cepd_banner.png");
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(0.6);
    }
    #cepd_logo_banner .cepd_logo_tab {
        display: none;
        background-color: transparent !important;
    }
    #cepd_logo_banner .cepd_logo_tab.main {
        background-color: transparent !important;
        margin-top: 40px;
    }
    */
  #cepd_logo_banner .cepd_logo_tab {
    font-size: 0.8rem;
  }
}

/* Google Responsive Map iFrame Addition */
.nosm-google-maps {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}
.nosm-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 404 page */
#nosm-404 {
  padding: 0;
  width: 600px;
  margin: 0 auto;
  text-align: center;
}
#nosm-404 img {
  width: 320px;
}
#nosm-404 > h2 {
  font-size: 55px;
  margin-bottom: 20px;
}
#nosm-404 p {
  padding: 32px 0 24px 0;
}
#nosm-404 .research_lt_text {
  padding-top: 0;
}
#nosm-404 .search-form {
  margin-top: 10px;
}
#nosm-404 .search-form input {
  padding-left: 9px;
}
#nosm-404 .search-form h2 {
  font-size: 2.4rem;
}

.research_landing .research-block {
  margin: 2px 0;
  padding: 2px 0;
  border-bottom: 2px solid #0c2132;
}

.research_landing .research-block div:first-child {
  padding-left: 0;
}

.research_landing .research-block div:last-child {
  padding-right: 0;
}

.research_landing .research-block p {
  padding: 12px 0;
  color: #0d2133;
  font-size: 1.167rem;
  line-height: normal;
  font-family: "latoregular";
}

.research_landing .research-block img {
  margin: 25px 0;
}

.research_landing .research-block a {
  float: right;
}

.research_landing .banner .container {
  padding: 0;
}

#commentform .comment-btn {
  color: #fff;
  border-radius: 4px;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
#commentform textarea {
  height: unset;
  margin-bottom: 7px;
}
#commentform label {
  font-weight: 700;
  color: #2a2a2a;
  font-size: 1.333rem;
  line-height: 2.167rem;
}
#commentform .comment-notes {
  color: #2a2a2a;
}
#commentform .comment-form-url {
  display: none;
}
.comments-title {
  font-size: 1.333rem;
  line-height: 2.167rem;
  margin-bottom: 7px;
}
#homepage-awards {
  background-color: #f0f1f5;
  color: #2a2a2a;
  border-left: 16px solid #0c2134;
  font-size: 1.62rem;
}
#homepage-awards .box1 {
  padding: 33px 0;
}
#homepage-socials .box1 {
  background-color: #0c2134;
  color: #fff;
  height: 100%;
}
#homepage-socials .box1 h4 {
  color: #fff;
  font-size: 1.7rem;
  text-transform: none;
  text-align: center;
}
#homepage-socials .box1 > .social_media {
  color: #fff;
  font-size: 1.167rem;
  font-family: "lato";
  font-weight: 900;
  display: block;
  padding: 0 17px 0 21px;
  transition: 0.5s;
  text-transform: uppercase;
}
#homepage-socials .box1 > .social_media a {
  color: #fff;
  font-size: 3rem;
  padding: 0 10px;
  position: relative;
}
#homepage-socials .box1 > .social_media a:hover::after {
  content: " ";
  background-image: url("/wp-content/themes/NOSM/images/white_circle.png");
  background-size: contain;
  position: absolute;
  height: 46px;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  left: 2.5px;
  top: -1px;
}
#homepage-socials .box1 > .social_media a > span {
  position: relative;
  z-index: 1;
}
#homepage-socials .box1 > .social_media > a.fb:hover {
  color: #3b5998;
}
#homepage-socials .box1 > .social_media > a.twt:hover {
  color: #1da1f2;
}
#homepage-socials .box1 > .social_media > a.insta:hover {
  color: #8e5746;
}
#homepage-socials .box1 > .social_media > a.yt:hover {
  color: #cc181e;
}
#homepage-socials .box1 > .social_media > a.lin:hover {
  color: #0071ad;
}
#homepage-socials .box1 > .social_media a.yt:hover::after {
  left: 6px;
}
