@charset "UTF-8";
/*  VARIABLES  */
/* Variables */
/* Colors */
/* Fonts */
@import url('https://brick.freetls.fastly.net/Roboto:100,400,500,700,900/Linux+Libertine:400,700,400i,700i"');
/* Buttons */
@font-face {
  font-family: "gcts-icons";
  src: url("https://www.gordonconwell.edu/wp-content/themes/gordonconwell/kit-gcts-sonis/icons/icons.woff2") format("woff2"), url("https://www.gordonconwell.edu/wp-content/themes/gordonconwell/kit-gcts-sonis/icons/icons.woff") format("woff"), url("https://www.gordonconwell.edu/wp-content/themes/gordonconwell/kit-gcts-sonis/icons/icons.eot") format("embedded-opentype"), url("https://www.gordonconwell.edu/wp-content/themes/gordonconwell/kit-gcts-sonis/icons/icons.otf") format("opentype"), url("https://www.gordonconwell.edu/wp-content/themes/gordonconwell/kit-gcts-sonis/icons/icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url(../fonts/icomoon.eot?csnrac);
  src: url(../fonts/icomoon.eot?#iefixcsnrac) format("embedded-opentype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.ttf?csnrac) format("truetype"), url(../fonts/icomoon.svg?csnrac#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-arrowdown:before {
  content: "";
}

.icon-icon-arrowleft:before {
  content: "";
}

.icon-icon-home:before {
  content: "";
}

.icon-icon-search:before {
  content: "";
}

/*  COMMON  */
.container:after,
.search-form .row:after,
#content .top-block:after,
.heading-wrap:after,
.column-holder:after,
.two-column:after,
.two-column .col .holder:after,
.three-columns .col:after,
.three-columns .col-wrap dl:after,
.table-footer:after,
.table-footer .wrap:after {
  content: " ";
  display: block;
  clear: both;
}

body {
  margin: 0;
  color: #555;
  background: #fff;
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 18px;
  -ms-text-size-adjust: none;
}

* {
  max-height: 100000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
ftrnav,
section,
summary {
  display: block;
}

img {
  border: 0;
  border-style: none;
}

a {
  text-decoration: none;
  color: #00417a;
  transition: 0.3s all ease-in-out;
}
a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Verdana, sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em;
}

p {
  margin: 0 0 1.2em;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 1rem auto;
}

/*  FORMS  */
/* Forms */
input,
textarea,
select {
  font: 1rem "Roboto", Verdana, sans-serif;
  color: #555;
  vertical-align: middle;
}

#text-search {
  color: #ffffff;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

.centerFieldset {
  text-align: center;
}

.centerFieldset fieldset {
  display: inline;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

input[type=submit]:hover,
button:hover {
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  margin: 0;
  padding: 0.25em 0.5em;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #00417a;
  outline: -webkit-focus-ring-color auto 0px;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
input[type=submit],
input[type=reset],
input[type=file],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* JCF Checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 2px 0 0;
  height: 18px;
  width: 18px;
}
.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #ccc;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483,M12=0.7071067811865467,M21=-0.7071067811865467,M22=0.7071067811865483,SizingMethod='auto expand')";
}
.jcf-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.jcf-checkbox.jcf-checked span {
  display: block;
}

/* JCF Select */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  margin: 0;
  width: 100%;
  height: 30px;
  color: #555;
  font-family: "Roboto", Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jcf-select.jcf-focus {
  border-color: #00417a;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: wrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 1rem;
  font-family: inherit;
  line-height: 1em;
  margin: 6px 18px 0 9px;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: url(../images/sprite.png) no-repeat -9px 12px;
  width: 16px;
  bottom: 0;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

form[name=app-checklist-form] .jcf-select .jcf-select-text {
  font-size: 0.75em;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #ccc;
}
.jcf-select-drop .jcf-select-drop-content .jcf-hover {
  background: #00417a;
  color: #fff;
}

/* JCF List Box */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #ccc;
  min-width: 100%;
  margin: 0;
}
.jcf-list-box .jcf-selected {
  background: #00417a;
  color: #fff;
}

/* JCF List */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 1em;
  font-size: 1em;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
  max-height: 240px;
  font-size: 12px;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  white-space: wrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  /*height:1%*/
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
.jcf-list .jcf-optgroup-caption {
  white-space: wrap;
  font-weight: 700;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-option-placeholder-option,
select .placeholder-option {
  color: dimgrey;
}

.jcf-disabled {
  background: #ddd !important;
}

.sumpage {
  padding-bottom: 10px;
  width: 100%;
}
.sumpage .sumblock {
  display: block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  width: 100%;
  min-width: 240px;
  background: #efefef;
  border: 1px solid #4d4d4d;
  margin: 0 0 8px;
}
.sumpage .sumblock_noborder {
  display: block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  min-width: 240px;
  width: 100%;
  margin: 0 0 8px;
}
.sumpage .sumblock_header,
.sumpage .sumblock_header_table {
  display: block;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 12px;
  width: 100%;
  min-width: 240px;
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  margin: 0;
}
.sumpage .sumblock_header_table {
  display: table-caption;
}
.sumpage .sumblock_header_edit {
  display: block;
  color: #fff;
  vertical-align: top;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 12px;
  width: 100%;
  min-width: 240px;
  background: #4d4d4d;
  border: 1px solid #4d4d4d;
  margin: 0;
}
.sumpage .sumblock_header_edit .sumedit_left {
  display: inline-block;
  width: 20%;
  text-align: left;
  margin: 0;
}
.sumpage .sumblock_header_edit .sumedit_middle {
  display: inline-block;
  width: 50%;
  text-align: center;
  margin: 0;
}
.sumpage .sumblock_header_edit .sumedit_right {
  display: inline-block;
  width: 20%;
  text-align: right;
  margin: 0;
}
.sumpage .homecol {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  width: 33.1%;
  min-width: 240px;
  padding: 0 0 15px;
}
.sumpage .col20 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  width: 19%;
  min-width: 240px;
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  .sumpage .col20 {
    width: 100%;
  }
}
.sumpage .col30 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  width: 29.5%;
  min-width: 240px;
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  .sumpage .col30 {
    width: 100%;
  }
}
.sumpage .col33 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  min-width: 240px;
  width: 33%;
  padding: 0 0 15px;
}
@media (max-width: 1035px) {
  .sumpage .col33 {
    width: 49%;
  }
}
@media (max-width: 785px) {
  .sumpage .col33 {
    width: 100%;
  }
}
.sumpage .col40 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  width: 36.5%;
  min-width: 240px;
  padding: 0;
}
@media (max-width: 767px) {
  .sumpage .col40 {
    width: 100%;
  }
}
.sumpage .col50 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  width: 49.5%;
  min-width: 240px;
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  .sumpage .col50 {
    width: 100%;
  }
}
.sumpage .col70 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  width: 70%;
  min-width: 240px;
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  .sumpage .col70 {
    width: 100%;
  }
}
.sumpage .onecol {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  width: 100%;
  min-width: 240px;
  padding: 0 0 15px;
}

a.sumedit_link,
a.sumedit_link.visited,
a.sumedit_link.hover,
a.sumedit_link.focus,
a.sumedit_link.active {
  color: #ff0;
}

.highlight {
  background-color: #fff34d;
  color: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  padding: 1px 4px;
  margin: 0 -4px;
}

input[type=submit],
.btn-link,
.prospective-form .submit-holder input[type=submit] {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 24px;
  color: white;
  font-family: "Linux Libertine", serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 1em;
  border: none;
  border-radius: 5px;
  background: #00417a;
  transition: 0.3s all ease-in-out;
}
input[type=submit]:hover, input[type=submit]:focus,
.btn-link:hover,
.btn-link:focus,
.prospective-form .submit-holder input[type=submit]:hover,
.prospective-form .submit-holder input[type=submit]:focus {
  background: #821427;
  color: white;
  text-decoration: none;
}

input[type=reset] {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 24px;
  color: white;
  font-family: "Linux Libertine", serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 1em;
  border: none;
  border-radius: 5px;
  background: #00417a;
  transition: 0.3s all ease-in-out;
  background: #ccc;
}
input[type=reset]:hover, input[type=reset]:focus {
  background: #821427;
  color: white;
  text-decoration: none;
}

/* Submit Buttons */
input[type=reset]:hover,
.prospective-form .submit-holder input[type=reset]:hover,
input[type=reset]:focus,
.prospective-form .submit-holder input[type=reset]:focus {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 24px;
  color: white;
  font-family: "Linux Libertine", serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 1em;
  border: none;
  border-radius: 5px;
  background: #00417a;
  transition: 0.3s all ease-in-out;
  background: #ccc;
}
input[type=reset]:hover:hover, input[type=reset]:hover:focus,
.prospective-form .submit-holder input[type=reset]:hover:hover,
.prospective-form .submit-holder input[type=reset]:hover:focus,
input[type=reset]:focus:hover,
input[type=reset]:focus:focus,
.prospective-form .submit-holder input[type=reset]:focus:hover,
.prospective-form .submit-holder input[type=reset]:focus:focus {
  background: #821427;
  color: white;
  text-decoration: none;
}

input[type=submit]:hover,
.btn-link:hover,
.prospective-form .submit-holder input[type=submit]:hover,
input[type=submit]:focus,
.btn-link:focus,
.prospective-form .submit-holder input[type=submit]:focus {
  background: #821427;
}

.btn-link {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 24px;
  color: white;
  font-family: "Linux Libertine", serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 1em;
  border: none;
  border-radius: 5px;
  background: #00417a;
  transition: 0.3s all ease-in-out;
}
.btn-link:hover, .btn-link:focus {
  background: #821427;
  color: white;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn-link {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Educational Background */
input[name=edu_smart_search] {
  display: none;
}

a.notice[href="InstitutSearch1.cfm"] {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 24px;
  color: white;
  font-family: "Linux Libertine", serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 1em;
  border: none;
  border-radius: 5px;
  background: #00417a;
  transition: 0.3s all ease-in-out;
}
a.notice[href="InstitutSearch1.cfm"]:hover, a.notice[href="InstitutSearch1.cfm"]:focus {
  background: #821427;
  color: white;
  text-decoration: none;
}

/* UI Accordion */
.ui-accordion .ui-accordion-header {
  margin-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header-active {
  background-color: #00417a !important;
  border: none;
}

/* Update Form */
.update-form,
#form1 {
  font-size: 18px;
  margin-top: 1em;
  /* Demographic Checkboxes */
}
.update-form input[type=text],
.update-form input[type=email],
.update-form input[type=list],
.update-form input[type=tel],
.update-form textarea,
#form1 input[type=text],
#form1 input[type=email],
#form1 input[type=list],
#form1 input[type=tel],
#form1 textarea {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: #fff;
  color: #555;
  border-radius: 3px;
  outline: none;
}
.update-form select,
#form1 select {
  width: 100%;
}
.update-form textarea,
#form1 textarea {
  width: 100% !important;
  min-height: 163px !important;
  overflow: auto;
}
@media (max-width: 1023px) {
  .update-form textarea,
#form1 textarea {
    width: 95% !important;
    min-height: 163px !important;
    overflow: auto;
  }
}
.update-form .submit-holder input[type=submit],
.update-form .submit-holder input[type=reset],
#form1 .submit-holder input[type=submit],
#form1 .submit-holder input[type=reset] {
  float: right;
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 24px;
  color: white;
  font-family: "Linux Libertine", serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 1em;
  border: none;
  border-radius: 5px;
  background: #00417a;
  transition: 0.3s all ease-in-out;
}
.update-form .submit-holder input[type=submit]:hover, .update-form .submit-holder input[type=submit]:focus,
.update-form .submit-holder input[type=reset]:hover,
.update-form .submit-holder input[type=reset]:focus,
#form1 .submit-holder input[type=submit]:hover,
#form1 .submit-holder input[type=submit]:focus,
#form1 .submit-holder input[type=reset]:hover,
#form1 .submit-holder input[type=reset]:focus {
  background: #821427;
  color: white;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .update-form .submit-holder input[type=submit],
.update-form .submit-holder input[type=reset],
#form1 .submit-holder input[type=submit],
#form1 .submit-holder input[type=reset] {
    margin: 0 0 0 10px;
  }
}
.update-form label,
#form1 label {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.75rem;
  font-family: "Roboto", Verdana, sans-serif;
  font-weight: 900;
  max-width: 265px;
  color: #777;
  padding-top: 0.5em;
  text-align: left;
  display: block;
}
@media (max-width: 1023px) {
  .update-form label,
#form1 label {
    max-width: 165px;
  }
}
@media (max-width: 767px) {
  .update-form label,
#form1 label {
    max-width: 220px;
  }
}
.update-form h2,
#form1 h2 {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding: 6px 10px 4px;
}
.update-form h2 .pending,
#form1 h2 .pending {
  display: inline-block;
  font-size: 10px;
  line-height: 15px;
  vertical-align: middle;
  padding: 0;
}
.update-form .col-wrap,
#form1 .col-wrap {
  margin-bottom: 0.5em;
}
.update-form .row,
#form1 .row {
  width: 100%;
  margin: 0px, 5px auto;
  text-align: left;
  padding-bottom: 10px;
  min-width: 83px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.update-form .row.small .col-md,
#form1 .row.small .col-md {
  width: 28.65%;
}
@media (max-width: 1023px) {
  .update-form .row.small .col-md,
#form1 .row.small .col-md {
    width: 100%;
  }
}
.update-form .row.checkbox,
#form1 .row.checkbox {
  margin: 0 0 5px;
}
.update-form .row.checkbox label,
#form1 .row.checkbox label {
  display: inline-block;
  vertical-align: middle;
  max-width: 265px;
  color: #a0a0a0;
}
@media (max-width: 1023px) {
  .update-form .row.checkbox label,
#form1 .row.checkbox label {
    max-width: 165px;
  }
}
@media (max-width: 767px) {
  .update-form .row.checkbox label,
#form1 .row.checkbox label {
    max-width: 220px;
  }
}
.update-form .col-md,
#form1 .col-md {
  float: left;
  width: 46.5%;
  margin-left: 7%;
}
@media (max-width: 1023px) {
  .update-form .col-md,
#form1 .col-md {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    overflow: hidden;
  }
}
.update-form .col-md:first-child,
#form1 .col-md:first-child {
  margin-left: 0;
}
@media (max-width: 1023px) {
  .update-form .heading-wrap .update-form .row input[type=text],
.update-form .heading-wrap .update-form .row input[type=password],
.update-form .heading-wrap .update-form input[type=text],
#form1 .heading-wrap .update-form .row input[type=text],
#form1 .heading-wrap .update-form .row input[type=password],
#form1 .heading-wrap .update-form input[type=text] {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .update-form .heading-wrap .update-form .row input[type=text],
#form1 .heading-wrap .update-form .row input[type=text] {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .update-form .heading-wrap .update-form .row input[type=password],
.update-form .heading-wrap .update-form .row input[type=text] input[type=text],
#form1 .heading-wrap .update-form .row input[type=password],
#form1 .heading-wrap .update-form .row input[type=text] input[type=text] {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .update-form .heading-wrap .update-form .row .col,
#form1 .heading-wrap .update-form .row .col {
    width: 50%;
    margin: 0px auto;
    min-width: 83px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.update-form h3,
#form1 h3 {
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.update-form p,
#form1 p {
  margin: 0 0 0.5em 24px;
}

@media (max-width: 1023px) {
  .heading-wrap .update-form .row .col {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
}
/* Additional Questions */
a.btn-link[href="javascript:openWindow1('reports/App_Ques_Rpt.cfm')"] {
  display: none;
}

.update-form fieldset .one-column .details-holder .col {
  margin-bottom: 2em;
}
.update-form fieldset .one-column .details-holder .col .col-wrap:first-child {
  font-size: 18px;
  margin-bottom: 0;
}
.update-form fieldset .one-column .details-holder .col .col-wrap:first-child h2 {
  font-size: 24px;
  font-family: "Roboto", Verdana, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #00417a;
  padding: 2em 0 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto minmax(20px, 1fr);
  align-items: center;
  grid-gap: 20px;
  width: 100%;
}
.update-form fieldset .one-column .details-holder .col .col-wrap:first-child h2:after {
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.33);
}
.update-form fieldset .one-column .details-holder .col h3 {
  font-size: 18px;
  font-weight: 900;
  color: #777;
  padding: 0;
  margin-bottom: 0.5em;
}
.update-form fieldset .two-column .details-holder .col .col-wrap .row {
  padding: 0;
  margin: 0;
}

/* SSO Login Buttons */
.ssoLoginButtons {
  box-sizing: border-box;
  position: relative;
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #fff;
  width: 250px;
}

.ssoLoginButtons:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

.ssoLoginButtons:focus {
  outline: none;
}

.ssoLoginButtons:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Configuration Name: Facebook */
/* the name after -- must be the name of the configuration you used in SSO Configurations */
.ssoLoginButtons--facebook {
  background-color: #4c69ba;
  background-image: linear-gradient(#4c69ba, #3b55a0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354c8c;
}

.ssoLoginButtons--facebook:before {
  border-right: #364e92 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png") 6px 6px no-repeat;
}

.ssoLoginButtons--facebook:hover,
.ssoLoginButtons--facebook:focus {
  background-color: #5b7bd5;
  background-image: linear-gradient(#5b7bd5, #4864b1);
}

/* Configuration Name: Google */
/* the name after -- must be the name of the configuration you used in SSO Configurations */
.ssoLoginButtons--google {
  background: #dd4b39;
}

.ssoLoginButtons--google:before {
  border-right: #bb3f30 1px solid;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png") 6px 6px no-repeat;
}

.ssoLoginButtons--google:hover,
.ssoLoginButtons--google:focus {
  background: #e74b37;
}

/* SSO Configuration Name: Microsoft */
/* the name after -- must be the name of the configuration you used in SSO Configurations */
.ssoLoginButtons--microsoft {
  background-color: #2f2f2f;
  color: white;
}

.ssoLoginButtons--microsoft:before {
  border-right: #000000 1px solid;
  background: url("../images/msicon.png") 6px 6px no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}

.ssoLoginButtons--microsoft:hover,
.ssoLoginButtons--microsoft:focus {
  background-color: #2f2f2fbe;
  background-image: linear-gradient(#2f2f2f, #6d6c6c);
}

/* SSO Configuration Name: Auth0 */
/* the name after -- must be the name of the configuration you used in SSO Configurations */
.ssoLoginButtons--auth0 {
  background-color: #eb5424;
  color: white;
}

.ssoLoginButtons--auth0:before {
  border: #c93001 1px solid;
  background: url("../images/auth0solid.png") 6px 6px no-repeat;
  background-color: rgba(255, 255, 255, 0);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}

.ssoLoginButtons--auth0:hover,
.ssoLoginButtons--auth0:focus {
  background-color: #eb5424;
  background-image: linear-gradient(#eb5424, #e67f60);
}

/* Gray Out Unnecessary Reference Fields */
#content form.update-form input#id_ref_title,
#content form.update-form label[for=id_ref_title],
#content form.update-form input#id_ref_add1,
#content form.update-form label[for=id_ref_add1],
#content form.update-form input#id_ref_add2,
#content form.update-form label[for=id_ref_add2],
#content form.update-form input#id_ref_add3,
#content form.update-form label[for=id_ref_add3],
#content form.update-form input#id_ref_city,
#content form.update-form label[for=id_ref_city],
#content form.update-form input#id_ref_county,
#content form.update-form label[for=id_ref_county],
#content form.update-form input#id_ref_state,
#content form.update-form label[for=id_ref_state],
#content form.update-form input#id_refcountry,
#content form.update-form label[for=id_refcountry],
#content form.update-form input#id_ref_zip,
#content form.update-form label[for=id_ref_zip],
#content form.update-form input#id_ref_phone,
#content form.update-form label[for=id_ref_phone],
#content form.update-form input#id_ref_fax,
#content form.update-form label[for=id_ref_fax] {
  opacity: 0.2;
}

/*  TABLES  */
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table[role=presentation] {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

div.table {
  display: table;
  white-space: normal;
  line-height: normal;
  font-weight: normal;
  font-size: medium;
  font-style: normal;
  color: -internal-quirk-inherit;
  text-align: start;
  border-spacing: 2px;
  border-color: grey;
  font-variant: normal;
  width: 100%;
  border: 0;
}

div.tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

div.td {
  display: table-cell;
  vertical-align: inherit;
}

div.td .message {
  width: 100%;
  text-align: center;
  color: red;
}

.alternate:nth-child(odd) {
  background-color: #eee;
}

.alternate:nth-child(even) {
  background-color: #fff;
}

.table-responsive {
  overflow-y: auto;
  overflow-x: auto;
  width: 100%;
  background: #fff;
  margin-bottom: 1em;
}
.table-responsive tr[bgcolor=D9D9F3] {
  background-color: rgba(0, 0, 0, 0.08);
}
.table-responsive tr[bgcolor="999999"] {
  background-color: #00417a;
  color: white !important;
}
.table-responsive tr[bgcolor="999999"] td,
.table-responsive tr[bgcolor="999999"] font {
  color: inherit;
}
.table-responsive font[color="#eb0000"] {
  color: #821427;
}
.table-responsive td {
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.2em;
}
.table-responsive td[bgcolor="999999"] {
  background-color: rgba(0, 0, 0, 0.04);
}

.standard-entry {
  border-collapse: collapse;
  font-size: 12px;
  line-height: 15px;
  width: 100%;
  min-width: 250px;
  padding: 0 0 15px;
}
@media (max-width: 1023px) {
  .standard-entry {
    width: 100%;
  }
}
.standard-entry thead tr {
  background: #002a64;
}
.standard-entry thead th {
  color: #fff;
}
.standard-entry tbody .even {
  background: #e5e5e5;
}
.standard-entry tbody .even td {
  border-color: #d8d8d8;
}

.listing-table,
.listing-table.dataTable {
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 1023px) {
  .listing-table,
.listing-table.dataTable {
    font-size: 12px;
  }
}
.listing-table thead tr,
.listing-table.dataTable thead tr {
  background: #00417a;
  border: none;
  color: white;
  font-family: "Roboto", Verdana, sans-serif;
}
.listing-table thead tr th,
.listing-table.dataTable thead tr th {
  text-align: left;
  font-weight: 700;
  color: white;
  font-size: 14px;
  line-height: 18px;
  padding: 12px;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .listing-table thead tr th,
.listing-table.dataTable thead tr th {
    padding: 9px 5px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .listing-table thead tr th,
.listing-table.dataTable thead tr th {
    padding: 9px 5px;
    font-size: 15px;
    white-space: nowrap;
  }
}
.listing-table thead tr th:first-child,
.listing-table.dataTable thead tr th:first-child {
  border-left: 0;
}
.listing-table tbody th[scope=row],
.listing-table.dataTable tbody th[scope=row] {
  text-align: left;
  font-weight: normal;
  padding: 12px;
}
.listing-table tbody .odd,
.listing-table tbody .even,
.listing-table.dataTable tbody .odd,
.listing-table.dataTable tbody .even {
  background: #f1f1f2;
}
.listing-table tbody .odd td,
.listing-table.dataTable tbody .odd td {
  /* border-color: #D3D3D3; */
}
.listing-table .other,
.listing-table.dataTable .other {
  background: #ffffff;
}
.listing-table td,
.listing-table.dataTable td {
  padding: 14px 23px 12px 12px;
  color: #080808;
  font-weight: 700;
  white-space: wrap;
}
@media (max-width: 1023px) {
  .listing-table td,
.listing-table.dataTable td {
    padding: 10px 5px 8px 10px;
  }
}
@media (max-width: 767px) {
  .listing-table td,
.listing-table.dataTable td {
    white-space: wrap;
  }
}
@media (max-width: 767px) {
  .listing-table td:first-child,
.listing-table.dataTable td:first-child {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .listing-table td span,
.listing-table td time,
.listing-table.dataTable td span,
.listing-table.dataTable td time {
    display: block;
  }
}
@media (max-width: 767px) {
  .listing-table td span.title, .listing-table td span.title,
.listing-table td time.title,
.listing-table td time.title,
.listing-table.dataTable td span.title,
.listing-table.dataTable td span.title,
.listing-table.dataTable td time.title,
.listing-table.dataTable td time.title {
    display: block;
    text-transform: uppercase;
  }
}

.calendar-table td {
  padding: 0px;
}
.calendar-table td .cal-tab {
  background-color: dimgrey;
  background-image: url("../IMAGES/taba.jpg");
}
.calendar-table td .cal-tab2 {
  background-color: dimgrey;
  background-image: url("../IMAGES/tab2.jpg");
}

table.month tr.dayheader td,
table.month tr.dayheader th {
  background-image: url(../IMAGES/taba.JPG);
  background-color: #470000;
  border: 1px solid #000000;
  border-bottom-width: 2px;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  text-align: center;
  font: 12px "Roboto", Verdana, sans-serif;
}
table.month tr.day td {
  height: 100px;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  padding: 5px 0px 5px 0px;
  text-align: left;
  font: 12px "Roboto", Verdana, sans-serif;
}
table.month tr.day td.othermonth {
  color: #999999;
  font: 12px "Roboto", Verdana, sans-serif;
}
table.month tr.day td.event {
  background-color: #640000;
  color: #ffffff;
  font-weight: bold;
  font: 12px "Roboto", Verdana, sans-serif;
  height: 100px;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
}
table.month tr.day td.event a {
  color: #8f005a;
}

/* Table Footer */
.table-footer .note {
  display: block;
  font-size: 12px;
  color: #000;
  margin: 3px 0 1px;
}
@media (max-width: 1023px) {
  .table-footer .note {
    text-align: center;
  }
}
.table-footer .wrap .total {
  float: left;
  padding-top: 8px;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  margin-left: 57px;
}
.table-footer .wrap .total:first-child {
  margin-left: 0;
}
@media (max-width: 1023px) {
  .table-footer .wrap .total {
    font-size: 15px;
    float: none;
    margin: 0 0 5px;
    text-align: center;
    display: block;
  }
  .table-footer .wrap .total strong {
    color: #000;
  }
}

@media (min-width: 768px) {
  .slide.js-slide-hidden {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .slide2.js-slide-hidden {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
  }
}
/* Table styles (General) */
.ce_cat {
  background: #b0bed9;
  text-transform: uppercase;
  font-size: 12px;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  /* border: 1px solid #9b9b9b; */
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

@media (max-width: 640px) {
  input.dataSearch {
    width: -webkit-fill-available;
    /* margin-left: 0em !important; */
    margin-bottom: 20px;
    /* margin-left: 5px; */
  }
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
  /* line-height: 15px; */
  /* border-top-left-radius: 10px; */
  /* border-top-right-radius: 10px; */
  border-top: 2px solid #c6007e;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 15px 10px;
  border-bottom: 1px solid #111;
}

table.dataTable .thead-align-right {
  text-align: right;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  /* background-image: url(../images/sort_both.png);*/
}

table.dataTable thead .sorting_asc {
  background-image: url(../images/m_sort_asc.png);
  /* filter: invert(10%); */
}

table.dataTable thead .sorting_desc {
  background-image: url(../images/m_sort_desc.png);
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url(../images/sort_asc_disabled.png);
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url(../images/sort_desc_disabled.png);
}

table.dataTable tbody tr {
  /* background-color: #ffffff; */
  line-height: 15px;
  /* font-size: 12px; */
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px 10px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:focus,
table.dataTable.display tbody tr:focus {
  background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr:focus > .sorting_1,
table.dataTable.order-column.hover tbody tr:focus > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr:focus > .sorting_2,
table.dataTable.order-column.hover tbody tr:focus > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr:focus > .sorting_3,
table.dataTable.order-column.hover tbody tr:focus > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr:focus.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:focus.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr:focus.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:focus.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr:focus.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:focus.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* Data Tables */
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  /* float: right; */
  /* text-align: right; */
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  /* float: left; */
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #000;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th .dataTables_wrapper.no-footer .dataTables_scrollHead table,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th .dataTables_wrapper.no-footer .dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
    display: inline-grid;
    width: 49%;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: white;
}

div.DTFC_Blocker {
  background-color: white;
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}

div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}

/* On Off Switch */
.onoffswitch {
  position: relative;
  /* width: 60px; */
  width: 25%;
  font-size: smaller;
  color: #fff;
  text-align: center;
  margin: 10px 0px 10px 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 767px) {
  .onoffswitch {
    display: none;
  }
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 50px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 5px;
  padding: 0;
  line-height: 10px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #eeeeee;
  color: #050505;
}
.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 14px;
  margin: -5px;
  background: #d3d3d3;
  position: absolute;
  top: 0;
  bottom: 0;
  /* right: 46px; */
  border: 2px solid #999999;
  border-radius: 50px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #64a70b;
}

/*  COLUMNS  */
/* Columns */
/* Column Holder */
.column-holder {
  letter-spacing: -4px;
  font-size: 0;
  margin: 0 -14px 28px;
}
@media (max-width: 1023px) {
  .column-holder {
    margin-bottom: 0;
  }
}
.column-holder h2 {
  background: rgba(0, 0, 0, 0.5);
}
.column-holder .col {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 12px;
  padding: 0 14px;
  letter-spacing: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .column-holder .col .column-holder .col {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.column-holder .holder {
  background: url(../images/img02.jpg) no-repeat;
  background-size: cover;
  min-height: 117px;
}
.column-holder .holder.green {
  background: url(../images/img03.jpg) no-repeat;
  background-size: cover;
}
.column-holder .holder.red {
  background: url(../images/img04.jpg) no-repeat;
  background-size: cover;
}
.column-holder .holder.yellow {
  background: url(../images/img05.jpg) no-repeat;
  background-size: cover;
}
.column-holder .info {
  padding: 12px 12px 8px;
  color: #fff;
}
.column-holder .info ul li {
  margin: 0 0 4px;
}
.column-holder .info ul li a {
  color: #fff;
  text-decoration: underline;
}
.column-holder .info ul li a:hover, .column-holder .info ul li a:focus {
  text-decoration: none;
}

/* One Column */
.one-column {
  letter-spacing: -4px;
  font-size: 0;
  margin: 0 -20px;
}
.one-column .col {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .one-column .col {
    width: 100%;
    display: block;
    margin: 0 0 30px;
    min-height: 0 !important;
  }
}
.one-column .col:before {
  display: none;
}
.one-column .col:before:first-child {
  display: none;
}
.one-column .col2 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .one-column .col2 .one-column .col2 {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 30px;
    min-height: 0 !important;
  }
}
.one-column h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #999;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .one-column h2 {
    font-size: 15px;
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .one-column h2 {
    font-size: 15px;
    padding: 6px 10px 4px;
    margin: 0 0 5px;
  }
}
.one-column h2 br {
  display: none;
}
@media (max-width: 1023px) {
  .one-column h2 br {
    display: block;
  }
}
@media (max-width: 767px) {
  .one-column h2 br {
    display: none;
  }
}

/* Two Columns */
.two-column {
  line-height: 18px;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .two-column {
    margin: 0;
  }
}
.two-column .col {
  float: right;
  width: 48.4%;
}
@media (max-width: 1199px) {
  .two-column .col {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .two-column .col.small {
    float: right;
    width: 48.6%;
  }
  .two-column .col.small:first-child {
    float: left;
    width: 48.4%;
    margin-bottom: 0;
  }
  .two-column .col.small:first-child .holder {
    padding-bottom: 7px;
  }
}
@media (max-width: 1023px) {
  .two-column .col {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.two-column .col:first-child {
  float: left;
  width: 48.6%;
}
@media (max-width: 1023px) {
  .two-column .col:first-child {
    float: none;
    width: 100%;
  }
}
.two-column .col.small {
  width: 47.6%;
}
@media (max-width: 1199px) and (max-width: 1023px) {
  .two-column .col.small {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .two-column .col.small:first-child {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
}
@media (max-width: 1199px) {
  .two-column .col.small .partner-block {
    margin-bottom: 47px;
  }
  .two-column .col.small .social-networks li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.two-column .col.small:first-child {
  width: 47.7%;
}
.two-column .col .holder {
  padding: 6px 16px 13px;
  border-width: 0 1px 1px;
  border-color: #a2a2a2;
  border-style: solid;
}
.two-column .col .holder img.photo {
  float: left;
  margin: 4px 13px 0 0;
  vertical-align: top;
}
.two-column .col .holder p {
  margin: 0;
}
.two-column .col .holder.add {
  border: 0;
  padding: 6px 0 0;
}
.two-column .col .holder.add p {
  margin: 0 0 6px;
}
.two-column .col h2 {
  background: #787676;
  text-align: center;
}
.two-column .col h2.blue {
  background: #002a64;
}
.two-column .col h2.green {
  background: #1b7841;
}
.two-column .col h2.red {
  background: #801212;
}
.two-column .col h2.yellow {
  background: #ab5e0b;
}
.two-column h3 {
  font-size: 12px;
  line-height: 18px;
  color: #787676;
  margin: 0 0 5px;
}
.two-column .btn-edit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #a2a2a2;
  padding-left: 10px;
  text-decoration: underline;
}
.two-column .btn-edit:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
.two-column .btn-edit:hover, .two-column .btn-edit:focus {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .two-column.add .col:first-child {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
}
@media (max-width: 1199px) and (max-width: 1023px) {
  .two-column.add .col:first-child {
    margin: 0;
  }
}

/* Three Columns */
.three-columns {
  padding: 16px 0 0;
  margin: 0;
}
.three-columns .student-name {
  font-size: 28px;
  line-height: 32px;
  color: #3e3e3e;
  font-weight: 400;
  margin: 0 0 23px;
  display: block;
}
@media (max-width: 1023px) {
  .three-columns .student-name {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .three-columns .details-holder {
    letter-spacing: -4px;
    font-size: 0;
    margin: 0 -20px;
  }
}
.three-columns .col {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 12px;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .three-columns .col {
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }
}
.three-columns .col:first-child {
  padding-top: 0;
}
.three-columns .col .image-holder {
  float: left;
  margin: 0 16px 0 2px;
  width: 49.2%;
}
@media (max-width: 1199px) {
  .three-columns .col .image-holder {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.three-columns .col .image-holder img {
  width: auto !important;
  height: 100px !important;
}
@media (max-width: 1199px) {
  .three-columns .col .image-holder img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .three-columns .col .three-columns .col .btn-holder {
    overflow: hidden;
  }
}
.three-columns .col .btn-link {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.5em 1em;
  font-size: 16px !important;
  letter-spacing: 0.2em;
  vertical-align: top;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .three-columns .col .btn-link {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .three-columns .col .btn-link {
    width: 100%;
    display: block;
  }
}
.three-columns .col .btn-link:hover, .three-columns .col .btn-link:focus {
  text-decoration: none;
  color: #fff;
}
.three-columns h2 {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .three-columns h2 {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
}
.three-columns .col-wrap dl {
  margin: 0;
}
.three-columns .col-wrap dl dt {
  float: left;
  text-align: right;
  min-width: 85px;
}
@media (max-width: 1023px) {
  .three-columns .col-wrap dl dt {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }
}
.three-columns .col-wrap dl dd {
  margin: 0 0 4px 96px;
  color: #000;
}
@media (max-width: 1023px) {
  .three-columns .col-wrap dl dd {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 15px;
  }
}
.three-columns .col-wrap dl dd a {
  text-decoration: underline;
}
.three-columns .col-wrap dl dd a:hover, .three-columns .col-wrap dl dd a:focus {
  text-decoration: none;
}
.three-columns .col-wrap dl dd a.tel-link {
  text-decoration: none;
}
.three-columns.add dt {
  min-width: 120px;
}
@media (max-width: 1023px) {
  .three-columns.add dt {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }
}
.three-columns.add dd {
  margin-left: 131px;
}
@media (max-width: 1023px) {
  .three-columns.add dd {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 15px;
  }
}

form fieldset .one-column .col-wrap,
form fieldset .two-column .col-wrap,
form fieldset .three-column .col-wrap {
  margin-bottom: 0.5em;
  vertical-align: middle;
}
form fieldset .one-column .col-wrap label,
form fieldset .two-column .col-wrap label,
form fieldset .three-column .col-wrap label {
  display: inline;
  font-family: "Linux Libertine", serif;
  font-size: 18px;
  font-weight: normal;
  vertical-align: middle;
  max-width: 100%;
  padding: 0;
}
form fieldset .one-column .col-wrap .row,
form fieldset .two-column .col-wrap .row,
form fieldset .three-column .col-wrap .row {
  padding-top: 0.5em;
}

/*  LAYOUT  */
/* Layout */
body,
html {
  height: 100%;
  font-family: "Linux Libertine", serif;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder {
  color: #fff !important;
}

#wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

#wrapper2 {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

.top-block {
  background: #f1f1f2;
  min-height: 40px;
}
.top-block .logo {
  width: 240px;
  height: 50px;
  padding: 0.75em 0;
  margin: 0 auto;
  background-image: URL("https://www.gordonconwell.edu/wp-content/themes/gordonconwell/images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top-block .logo img {
  vertical-align: top;
  content: url("../Images/SchoolLogo_alt1.png");
  /* background: url(../Images/SchoolLogo_alt1.png) no-repeat; */
  /* width: 175px; */
  height: 50px;
  width: 100%;
  height: auto;
  display: none;
}
.top-block .logo img:after {
  content: url("../Images/SchoolLogo_alt1.png");
  height: 50px;
  width: 100%;
  height: auto;
}
.top-block .logo .Banner_txt {
  display: none;
}

.switchon {
  float: left;
  -webkit-transition: width 0.5s, height 0s;
  /* Safari */
  transition: width 0.5s, height 0s;
  background: #4d4d4d;
  padding: 0 0 9999px;
  margin: 0 0 -9999px;
  width: 300px !important;
  background: #4d4d4d;
}

.maincontent {
  font-size: 36px;
  font-family: "Linux Libertine", serif;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  color: #00417a;
}

#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #bf1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

/* #sidebar managed in separate scss file */
/* Search Form */
.search-form {
  padding: 22px 17px 21px;
}
@media (max-width: 767px) {
  .search-form {
    padding: 15px 20px 12px;
  }
}
.search-form .row {
  border-bottom: 1px solid #fff;
  padding: 0 0 2px;
}
.search-form .btn-search {
  float: right;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: #fff;
  font-size: 15px;
}
.search-form .btn-search:hover, .search-form .btn-search:focus {
  color: #c6007e;
  filter: drop-shadow(0px 0px 3px #fff);
}
.search-form .input-wrap {
  overflow: hidden;
  float: left;
}
.search-form input[type=text],
.search-form input[type=search] {
  background: transparent;
  width: 100%;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
}

/* Content */
#content {
  overflow: hidden;
  background: #fff;
  min-height: -webkit-fill-available;
}
#content .top-block {
  padding: 8px 5px 7px 1px;
  letter-spacing: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  #content .top-block {
    position: relative;
    background: #4d4d4d;
    padding: 12px 0 13px;
    min-height: 30px;
  }
}
#content .top-block2 {
  position: relative;
  /* width: 100%; */
  background: white;
  padding: 12px 0 13px;
  min-height: 30px;
}
@media (max-width: 767px) {
  #content .top-block2 {
    position: relative;
    background: white;
    padding: 12px 0 13px;
    min-height: 30px;
  }
}

.content-holder {
  padding: 0 30px 60px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .content-holder {
    padding: 30;
  }
}

.portalupper {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 1em;
}

/* Page Note */
.pagenote,
.text-danger {
  font-size: 18px;
  line-height: 1.2em;
}

.text-danger {
  color: #821427;
}

/* Heading Wrap */
.heading-wrap,
.inner heading-wrap {
  margin: 1em 0;
  padding: 1em 0 0;
  border-top: 1px solid #ccc;
  /* Heading Wrap Buttons */
}
@media (max-width: 767px) {
  .heading-wrap,
.inner heading-wrap {
    margin: 0;
  }
}
.heading-wrap .column,
.inner heading-wrap .column {
  float: right;
  width: 50%;
}
@media (max-width: 767px) {
  .heading-wrap .column,
.inner heading-wrap .column {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
  }
}
.heading-wrap .column:first-child,
.inner heading-wrap .column:first-child {
  float: left;
}
@media (max-width: 767px) {
  .heading-wrap .column:first-child,
.inner heading-wrap .column:first-child {
    float: none;
  }
}
.heading-wrap h1,
.inner heading-wrap h1 {
  font-size: 28px;
  line-height: 32px;
  color: #3e3e3e;
  font-weight: 400;
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .heading-wrap h1,
.inner heading-wrap h1 {
    margin: 0 0 10px;
  }
}
.heading-wrap .breadcrumb li,
.inner heading-wrap .breadcrumb li {
  float: left;
  position: relative;
  margin-left: 12px;
  color: #c6c6c6;
  font-size: 12px;
  line-height: 15px;
}
@media (max-width: 767px) {
  .heading-wrap .breadcrumb li,
.inner heading-wrap .breadcrumb li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
.heading-wrap .breadcrumb li:after,
.inner heading-wrap .breadcrumb li:after {
  content: ">";
  position: absolute;
  top: 0;
  left: -9px;
}
@media (max-width: 767px) {
  .heading-wrap .breadcrumb li:after,
.inner heading-wrap .breadcrumb li:after {
    left: -10px;
  }
}
.heading-wrap .breadcrumb li:first-child,
.inner heading-wrap .breadcrumb li:first-child {
  margin-left: 0;
  padding-left: 17px;
}
.heading-wrap .breadcrumb li:first-child:before,
.inner heading-wrap .breadcrumb li:first-child:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-size: 12px;
  color: #c6c6c6;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.heading-wrap .breadcrumb li:first-child:after,
.inner heading-wrap .breadcrumb li:first-child:after {
  display: none;
}
.heading-wrap .breadcrumb li a,
.inner heading-wrap .breadcrumb li a {
  color: #c6c6c6;
}
.heading-wrap .time-holder,
.inner heading-wrap .time-holder {
  text-align: right;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .heading-wrap .time-holder,
.inner heading-wrap .time-holder {
    text-align: center;
    margin: 0 0 12px;
  }
}
.heading-wrap .time-holder time,
.inner heading-wrap .time-holder time {
  background: none;
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
  color: #00417a;
  position: relative;
  padding: 0;
}
.heading-wrap .time-holder time:after,
.inner heading-wrap .time-holder time:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  width: 13px;
  height: 14px;
}
.heading-wrap .announcement-block,
.inner heading-wrap .announcement-block {
  text-align: right;
  color: #9b9b9b;
}
@media (max-width: 767px) {
  .heading-wrap .announcement-block,
.inner heading-wrap .announcement-block {
    text-align: center;
  }
}
.heading-wrap .announcement-block p,
.inner heading-wrap .announcement-block p {
  margin: 0;
}
.heading-wrap .announcement-block p strong,
.inner heading-wrap .announcement-block p strong {
  color: #484848;
}
.heading-wrap .col,
.inner heading-wrap .col {
  width: 142px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .heading-wrap .col,
.inner heading-wrap .col {
    float: none;
    overflow: hidden;
    margin: 0 0 10px;
    width: 100%;
  }
}
.heading-wrap .col:first-child,
.inner heading-wrap .col:first-child {
  margin-left: 0;
}
.heading-wrap .col.add,
.inner heading-wrap .col.add {
  width: 84px;
}
@media (max-width: 767px) {
  .heading-wrap .col.add,
.inner heading-wrap .col.add {
    width: 100%;
  }
}
.heading-wrap input[type=submit],
.heading-wrap input[type=reset],
.inner heading-wrap input[type=submit],
.inner heading-wrap input[type=reset] {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 24px;
  color: white;
  font-family: "Linux Libertine", serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25em;
  line-height: 1em;
  border: none;
  border-radius: 5px;
  background: #00417a;
  transition: 0.3s all ease-in-out;
}
.heading-wrap input[type=submit]:hover, .heading-wrap input[type=submit]:focus,
.heading-wrap input[type=reset]:hover,
.heading-wrap input[type=reset]:focus,
.inner heading-wrap input[type=submit]:hover,
.inner heading-wrap input[type=submit]:focus,
.inner heading-wrap input[type=reset]:hover,
.inner heading-wrap input[type=reset]:focus {
  background: #821427;
  color: white;
  text-decoration: none;
}
@media (max-width: 767px) {
  .heading-wrap input[type=submit],
.heading-wrap input[type=reset],
.inner heading-wrap input[type=submit],
.inner heading-wrap input[type=reset] {
    width: 100%;
  }
}
.heading-wrap input[type=reset],
.inner heading-wrap input[type=reset] {
  background: #999;
}
.heading-wrap input[type=reset]:hover,
.inner heading-wrap input[type=reset]:hover {
  background: #821427;
}
.heading-wrap .row,
.inner heading-wrap .row {
  width: 100%;
  margin: 0px, 5px auto;
  text-align: center;
  padding-bottom: 10px;
  min-width: 83px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .heading-wrap .row,
.inner heading-wrap .row {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .heading-wrap .row input[type=password],
.inner heading-wrap .row input[type=password] {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
}
.heading-wrap .row .col,
.inner heading-wrap .row .col {
  width: 50%;
  margin: 0 auto;
  min-width: 83px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .heading-wrap .row .col,
.inner heading-wrap .row .col {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
}

/* Footer */
#footer2 {
  max-width: 100%;
  margin: 0;
}
#footer2 .powered-box {
  display: none;
}

/* Partner Block */
.partner-block .partner-list {
  letter-spacing: -4px;
  font-size: 0;
  margin: 0 -11px;
}
.partner-block li {
  font-size: 12px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 11px;
  margin: 0 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.partner-block li a {
  display: block;
  border: 1px solid #b8b8b8;
}
.partner-block li img {
  vertical-align: top;
}

/* Social Block */
.social-block .social-networks {
  overflow: hidden;
}
.social-block .social-networks li {
  float: left;
  margin: 0 6px 3px 0;
}
.social-block .social-networks a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/spriteportal.png) no-repeat -9999px -9999px;
  width: 25px;
  height: 25px;
}
.social-block .social-networks a.facebook {
  background-position: 0 0;
}
.social-block .social-networks a.twitter {
  background-position: -70px 0;
}
.social-block .social-networks a.linkedin {
  background-position: -143px 0;
}
.social-block .social-networks a.youtube {
  background-position: -107px 0;
}
.social-block .social-networks a.google {
  background-position: -35px 0;
}
.social-block .social-networks a:hover, .social-block .social-networks a:focus {
  opacity: 0.7;
}

/* Credit Block */
.credit-block {
  padding: 0 3px 0 2px;
  margin: 0 0 40px;
}
.credit-block h2,
.credit-block legend.portal-large-fieldset {
  margin: 0 0 6px;
}

/* Contact List */
.contact-list {
  padding-top: 2px;
  margin-top: 12px;
}
.contact-list.first {
  margin-top: 0;
}
.contact-list h3 {
  margin: 0;
  line-height: 14px;
}
.contact-list h3 .name {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.contact-list h3 .post {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 9px;
}
.contact-list h3 .post:before {
  content: "";
  background: #a09e9e;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 0;
}
.contact-list .contact-details {
  padding-left: 21px;
  line-height: 15px;
}
.contact-list .contact-details a {
  color: #787676;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  text-decoration: underline;
}
.contact-list .contact-details a:hover, .contact-list .contact-details a:focus {
  text-decoration: none;
}
.contact-list .contact-details a:after {
  content: "";
  background: url(../images/spriteportal.png) no-repeat -9999px -9999px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 11px;
  height: 9px;
}
.contact-list .contact-details a.mail:after {
  background-position: -177px 0;
}
.contact-list .contact-details a.tel-link {
  text-decoration: none;
}
.contact-list .contact-details a.tel-link:after {
  background-position: -197px 0;
  width: 7px;
  height: 9px;
  left: 2px;
}

/* Inner */
.inner h2,
.inner legend.portal-large-fieldset {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  text-align: left;
  padding: 0;
  /* margin: 0 0 10px; */
}
@media (max-width: 1199px) {
  .inner h2 {
    font-size: 15px;
    text-align: center;
  }
}
.inner legend.portal-large-fieldset {
  display: inline-block;
  text-transform: uppercase;
}

/* Fieldset */
#content .row fieldset {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1em;
}
#content .row fieldset legend {
  padding-right: 1em;
}
#content .row fieldset legend font {
  color: #821427 !important;
}

/* Footer Notes */
h3.footer-question {
  font: italic 36px/1em "Linux Libertine", serif;
  margin-bottom: 0.5em;
}

p.footer-notes {
  font-size: 18px;
  margin: 0 0 1em 0;
}

a.footer-button {
  font-size: 18px;
  margin: 0 0.25em;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a.footer-button:hover {
  background: #821427;
}

#sidebar,
#wrapper .container #sidebar {
  float: left;
  -webkit-transition: width 0.5s, height 0s;
  /* Safari */
  transition: width 0.5s, height 0s;
  background: #fff;
  padding: 0;
  margin: 0;
  width: 300px !important;
}
#sidebar:hover, #sidebar.hover-focus,
#wrapper .container #sidebar:hover,
#wrapper .container #sidebar.hover-focus {
  float: left;
  -webkit-transition: width 0.5s, height 0s;
  /* Safari */
  transition: width 0.5s, height 0s;
  background: #4d4d4d;
  padding: 0 0 9999px;
  margin: 0 0 -9999px;
  width: 300px;
  background: #fff;
}
@media (max-width: 767px) {
  #sidebar,
#wrapper .container #sidebar {
    width: 100%;
    float: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #021329;
  }
}
#sidebar header.top-block,
#wrapper .container #sidebar header.top-block {
  padding: 0 1px;
  overflow: hidden;
  background: #fff;
}
#sidebar header.top-block .logo,
#wrapper .container #sidebar header.top-block .logo {
  width: 240px;
  height: 50px;
  padding: 0.75em 0;
  margin: 0 auto;
  background-image: URL("https://www.gordonconwell.edu/wp-content/themes/gordonconwell/images/logo.svg") !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#sidebar header.top-block .logo .Banner_txt,
#wrapper .container #sidebar header.top-block .logo .Banner_txt {
  display: none;
}
#sidebar #skiptocontent a,
#wrapper .container #sidebar #skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #bf1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}
#sidebar #skiptocontent a:focus,
#wrapper .container #sidebar #skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

/* Aside-Drop */
.aside-drop {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .aside-drop {
    width: 100%;
    position: relative;
    overflow: visible;
    background: #fff;
  }
}
.aside-drop .opener {
  display: none;
}
@media (max-width: 767px) {
  .aside-drop .opener {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/spriteportal.png) no-repeat -231px 0;
    width: 18px;
    height: 18px;
    padding: 0;
    position: absolute;
    right: 0px;
    top: -55px;
  }
}
@media (max-width: 767px) {
  .aside-drop .slide {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .aside-drop .slide .holder {
    background: #4d4d4e;
    margin: 7px 20px 20px;
  }
}

/* Side Nav */
.side-nav ul,
#nav ul,
#ftrnav ul,
.user-box .drop-holder ul,
.heading-wrap .breadcrumb ul,
.column-holder .info ul,
.partner-block .partner-list,
.social-block .social-networks,
.contact-list .contact-details {
  margin: 0;
  padding: 0px;
  list-style: none;
}

.side-nav {
  font-family: "Roboto", Verdana, sans-serif;
  width: 300px;
}
.side-nav ul {
  padding: 0 30px;
  box-sizing: border-box;
}
.side-nav ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.side-nav ul li:first-child {
  border: none;
}
.side-nav ul li.current {
  background: #658cc2;
  text-decoration: none;
}
.side-nav ul li.current:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #fff;
  border-top: 11px solid transparent;
  height: 0;
  width: 0;
}
.side-nav ul li[aria-selected=true] {
  background: #00417a;
  color: white;
  text-decoration: none;
  vertical-align: middle;
}
.side-nav ul li.active a {
  background: #fff;
  color: #00417a;
  text-decoration: none;
  vertical-align: middle;
}
.side-nav ul li.active a.has-drop-down-a:after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 20px;
  content: "";
  font-size: 4px;
  color: #00417a;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.side-nav ul li.active .slide1 {
  background: #eee;
}
.side-nav ul li.active .slide1 ul {
  padding: 0;
  border-top: 1px solid #00417a;
  border-bottom: 1px solid #00417a;
}
.side-nav ul li.active .slide1 ul a {
  background: none;
  padding: 6px 32px;
  border-top: 0;
  color: #bbb;
}
.side-nav ul li.active .slide1 ul a:hover {
  background: #00417a;
}
.side-nav ul li.active .slide1 ul a:focus {
  background: #00417a;
}
.side-nav ul li.active .slide1 ul aa:before {
  left: 2em;
}
.side-nav ul a {
  color: #999;
  position: relative;
  display: block;
  padding: 0.5em 1em;
  font-weight: 900;
  border: none;
}
.side-nav ul a.first-child {
  border-top: 0;
}
.side-nav ul a:before {
  display: none;
  content: "";
  position: relative;
  top: auto;
  margin-top: 0;
  left: 0;
  font-size: 1em;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.side-nav ul a:hover, .side-nav ul a:focus {
  background: #eee;
  color: #00417a;
  text-decoration: none;
}
.side-nav ul a.has-drop-down-a:after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 21px;
  content: "";
  font-size: 10px;
  color: #00417a;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.side-nav ul a img.nav_p_menu {
  display: none;
}
@media (max-width: 767px) {
  .side-nav ul a img.nav_p_menu {
    padding: 0px;
    vertical-align: middle;
    /**/
    display: none;
  }
}

@media (max-width: 767px) {
  .side-nav {
    margin: 0;
    padding: 0px;
    list-style: none;
    width: 100%;
    text-transform: uppercase;
  }
  .side-nav ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    width: 100%;
  }
  .side-nav ul li {
    padding: 5px;
    position: relative;
  }
  .side-nav ul li.current {
    color: #bccbe2;
  }
  .side-nav ul li.current:after {
    display: none;
  }
  .side-nav ul li.active a.has-drop-down-a:after {
    position: static;
    display: inline-block;
    vertical-align: top;
    color: #f9fafd;
    margin: 7px 0 0 7px;
  }
  .side-nav ul a {
    padding: 15px 42px;
    color: #f9fafd;
  }
  .side-nav ul a:before {
    margin-top: -10px;
    left: 19px;
  }
  .side-nav ul a.has-drop-down-a:after {
    position: static;
    display: inline-block;
    vertical-align: top;
    content: "";
    font-size: 4px;
    color: #f9fafd;
    margin: 7px 0 0 7px;
  }
}
/* Header */
#header {
  position: relative;
  display: block;
  height: 64px;
  border: none;
}
#header .container {
  display: flex;
}
#header .container .logo {
  height: auto;
  width: auto;
  flex: 1 0 auto;
}
#header .container .logo a {
  display: block;
  width: 240px;
  height: 50px;
  padding: 20px 0 0;
  margin: 0 0 0 10px;
  background-image: URL("https://www.gordonconwell.edu/wp-content/themes/gordonconwell/images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
#header .container .logo a .Banner_txt {
  display: none;
}
#header .container .logo2 {
  margin: 10px 25px 0 0;
  font-size: 24px;
  font-size-adjust: from-font;
  order: 3;
}
#header .container .logo2 form.update-form2 {
  min-width: auto;
}

/* Navigation */
.nav-holder {
  padding: 0;
  margin: 0;
  z-index: 1000;
}
@media (max-width: 767px) {
  .nav-holder {
    margin: 0;
    width: 25%;
    float: right;
  }
}
.nav-holder.active #nav {
  padding: 0;
}
.nav-holder.active .opener {
  text-decoration: none;
}
.nav-holder.active .opener:after, .nav-holder.active .opener:before {
  /*background: #a3a59b;*/
}
.nav-holder.active .opener span {
  background: #a3a59b;
}
.nav-holder .opener {
  display: none;
}
@media (max-width: 767px) {
  .nav-holder .opener {
    display: block;
    position: relative;
    float: right;
    color: #42535c;
    font-size: 0px;
    line-height: 24px;
    color: #42535c;
    padding: 0;
    text-align: center;
    transition: all 0.2s linear;
  }
}
.nav-holder .opener:before, .nav-holder .opener:after {
  background: #6e6e6e;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  /*left: 50%;*/
  float: right;
  right: 0;
  height: 4px;
  margin: -2px 0 0 25px;
  /* height/2 */
  content: "";
  top: 30%;
  width: 45px;
}
.nav-holder .opener:after {
  top: 70%;
}
.nav-holder .opener:hover, .nav-holder .opener:focus {
  text-decoration: none;
  color: #821427;
}
.nav-holder .opener:hover:after, .nav-holder .opener:hover:before, .nav-holder .opener:focus:after, .nav-holder .opener:focus:before {
  background: #00417a;
}
.nav-holder .opener:hover span, .nav-holder .opener:focus span {
  background: #a3a59b;
}
.nav-holder .opener span {
  background: #6e6e6e;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  /*left: 50%;*/
  float: right;
  right: 0;
  height: 4px;
  margin: -2px 0 0 25px;
  width: 45px;
}

#nav,
#nav ul,
.footer-holder .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  /* border-radius: 3px; */
}

ul#nav {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0;
  font-size: 12;
  line-height: 12px;
  padding: 0;
  margin: 0;
}
ul#nav > li {
  display: inline-block;
  margin: 0 30px 0 0px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 12px 0;
  position: relative;
}
@media (max-width: 1023px) {
  ul#nav > li {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  ul#nav > li {
    display: block;
  }
}
@media (max-width: 1199px) {
  ul#nav > li ul {
    background: #6e6e6e;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.35);
    border: 1px solid #2f2f2f;
    border-radius: 5px;
    width: 225px;
    margin-left: -1px;
  }
}
@media (max-width: 767px) {
  ul#nav > li ul {
    width: auto;
    margin: 56px 11px 9px;
    padding-top: 0;
  }
}
ul#nav > li.hover {
  color: #821427;
}
ul#nav > li.hover ul {
  display: block;
  background: #fff;
  border-radius: 2px !important;
  border: 1px solid #ccc;
  box-shadow: none;
}
ul#nav > li.hover ul a {
  color: #333;
  transition: all 0.3s ease-in-out;
}
ul#nav a {
  display: block;
  font-weight: bold;
  color: #777;
  font-family: "Roboto", Verdana, sans-serif;
  position: relative;
}
@media (max-width: 767px) {
  ul#nav a {
    color: #fff;
  }
}
ul#nav a:hover, ul#nav a:active, ul#nav a:focus {
  color: #821427;
  text-decoration: none;
}
@media (max-width: 767px) {
  ul#nav a:hover, ul#nav a:active, ul#nav a:focus {
    color: #ffcd00;
  }
}
ul#nav a.has-drop-down-a:after {
  background: url(../images/sprite.png) no-repeat 0 0;
  width: 7px;
  filter: invert(100%);
  height: 4px;
  display: inline-block;
  vertical-align: top;
  content: "";
  margin: 9px 0 0 3px;
}
ul#nav a.has-drop-down-a:hover:after {
  background: url(../images/sprite.png) no-repeat 0 0;
  width: 7px;
  height: 4px;
  display: inline-block;
  vertical-align: top;
  content: "";
  margin: 9px 0 0 3px;
}
ul#nav .drop-slide-wrapper {
  top: 100% !important;
}
@media (max-width: 767px) {
  ul#nav .drop-slide-wrapper {
    position: static !important;
    float: right;
    width: 100% !important;
  }
}
ul#nav ul {
  position: absolute;
  margin: 0px 0px 0px -110px;
  top: 100%;
  width: 175px;
  left: 0;
  transition: all 0.1s ease;
  text-align: left;
  display: none;
  border-radius: 2px;
  z-index: 9999;
}
@media (max-width: 767px) {
  ul#nav ul {
    width: 100%;
    text-align: center;
    position: static;
    margin: 0px 0px 0px 0px;
    padding-top: 7px;
    background: #d3d3d3;
    text-align: left;
  }
}
ul#nav ul li {
  display: block;
  margin: 0;
  padding: 0;
}
ul#nav ul li:first-child a {
  border-top: 0;
}
ul#nav ul a {
  padding: 7px 9px 6px;
}
@media (max-width: 767px) {
  ul#nav ul a {
    border-top: 0;
  }
}
ul#nav ul a:hover, ul#nav ul a:focus {
  background: #f1f1f2;
}
@media (max-width: 1023px) {
  ul#nav {
    /* background: #6E6E6E; */
    width: 100%;
  }
}
@media (max-width: 767px) {
  ul#nav {
    background: #6e6e6e;
    position: absolute;
    /* z-index: 1000; */
    width: 185%;
    /* float: right; */
    margin: 33px 0 0 0;
    width: 100%;
    left: 0px;
  }
}

#nav > li.hover ul a.sidebar:hover,
#nav > li.hover ul a.sidebar:focus {
  color: fff;
}

/* Main */
/* (Main Body Area between header & footer) */
#main {
  width: 100%;
  margin: 0;
}
#main .container .block-holder {
  padding: 60px 3%;
}
#main .container .block-holder h1 {
  font-family: "Linux Libertine", serif;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0.5em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#main .row {
  box-sizing: border-box;
  width: 100%;
  max-width: calc(100vw - 50px);
  margin: 0 auto 1em;
  display: block;
}

/* Login Form */
#main .container .block-holder header.heading-wrap,
#main .container .block-holder header.heading-wrap-Login {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #main .container .block-holder header.heading-wrap,
#main .container .block-holder header.heading-wrap-Login {
    /* max-width: 300px; */
  }
}
#main .container .block-holder header.heading-wrap h1,
#main .container .block-holder header.heading-wrap-Login h1 {
  font-size: 24px;
  font-family: "Roboto", Verdana, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2rem;
  color: #00417a;
  padding: 0.5em 0;
}
@media (max-width: 767px) {
  #main .container .block-holder header.heading-wrap h1,
#main .container .block-holder header.heading-wrap-Login h1 {
    font-size: 1rem;
    text-align: center;
  }
}
#main .container .block-holder header.heading-wrap form.update-form,
#main .container .block-holder header.heading-wrap-Login form.update-form {
  border: 1px solid #ccc;
  padding: 30px;
  margin: 30px auto;
  border-radius: 5px;
  background: #fff;
}
#main .container .block-holder header.heading-wrap form.update-form .holder,
#main .container .block-holder header.heading-wrap-Login form.update-form .holder {
  max-width: 600px;
  margin: 0 auto;
}
#main .container .block-holder header.heading-wrap form.update-form .holder .row a.btn-link,
#main .container .block-holder header.heading-wrap-Login form.update-form .holder .row a.btn-link {
  display: block;
  margin: 0;
}
#main .container .block-holder .return {
  text-align: center;
}
.apply_head {
  max-width: 600px;
  margin: 0 auto 30px;
}

/* Error Message */
#main .errormessage {
  text-align: center;
  color: #821427;
  padding: 48px 0;
}

/* OnlineApp Form */
#main .container .block-holder form.onlineapp-form {
  min-width: auto;
  max-width: 900px;
  padding: 30px;
  margin: 30px auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#main .container .block-holder form.onlineapp-form .one-column .col .row {
  padding-top: 0;
}
#main .container .block-holder form.onlineapp-form .one-column .col2 {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 18px;
}
#main .container .block-holder form.onlineapp-form .one-column .col2 label {
  display: block;
  vertical-align: middle;
  font-size: 0.75rem;
  font-family: "Roboto", Verdana, sans-serif;
  font-weight: 900;
  max-width: 265px;
  color: #777;
  padding-top: 0.5em;
  padding-bottom: 0.25em;
}
#main .container .block-holder .heading-wrap {
  max-width: auto;
}

#main .container .block-holder form.update-form .row .col {
  width: 100%;
}

#main .container .block-holder .one-column .col .row {
  padding-top: 1.5em;
  font-size: 18px;
  line-height: 1.5em;
}

#wrapper .container #content .content-holder .row {
  margin-left: 0;
  margin-right: 0;
}

/* Notes */
#main .container #notes {
  max-width: 900px;
  margin: 0 auto;
}

/* Gallery */
#main .container .cycle-gallery .slide img {
  width: 100%;
  height: auto;
}

/* Courses */
#main .block-holder .crslist {
  max-width: 700px;
  margin: 0 auto;
}

/* Course Descriptions */
.block-holder {
  padding: 0;
}
.block-holder .row_crs {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  border: none;
  line-height: 1.2em;
}
.block-holder .row_crs .col_crs {
  width: 100%;
  display: inline-grid;
  height: auto;
  max-height: 4.5em;
  overflow: hidden;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px;
  margin: 0.5em auto;
  z-index: -999;
  transition: 0.5s all ease-in-out;
}
.block-holder .row_crs .col_crs:active, .block-holder .row_crs .col_crs:hover, .block-holder .row_crs .col_crs:active, .block-holder .row_crs .col_crs:focus {
  height: max-content;
  display: contents;
  display: inline-table;
  min-height: max-content !important;
  max-height: max-content !important;
  background: white;
  border: 1px solid #00417a;
  z-index: 999;
}
@media (max-width: 1520px) {
  .block-holder .row_crs .col_crs {
    /* width: 49.1%; */
  }
}
@media (max-width: 820px) {
  .block-holder .row_crs .col_crs {
    width: 100%;
  }
}
.block-holder .row_crs .col_crs .alternate h2 {
  color: #00417a;
}
.block-holder .row_crs .col_crs .alternate span {
  font-family: "Roboto", Verdana, sans-serif;
}
.block-holder .row_crs .col_crs .alternate p {
  color: #555;
}

/* Course Schedules managed in tables file */
/* Footer */
#footer {
  padding-top: 0;
  width: 100%;
  overflow: hidden;
  display: block;
}
#footer .powered-box {
  display: none;
}
#footer .wavebar {
  display: none;
}
#footer .wavebar_down {
  display: none;
}

.footer-holder {
  box-shadow: none;
  color: #fff;
  background: #00417a;
  padding: 24px 0;
}
.footer-holder .footer-nav {
  text-align: center;
  letter-spacing: -4px;
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-holder .footer-nav li {
  display: inline-block;
  margin: 0 8px 10px;
  font-size: 12px;
  font-family: "Roboto", Verdana, sans-serif;
  text-transform: none;
  line-height: 16px;
  letter-spacing: 0;
  position: relative;
}
.footer-holder .footer-nav li:before {
  content: "|";
  position: absolute;
  top: -1px;
  left: -9px;
  color: #fff;
  display: none;
}
.footer-holder .footer-nav li:first-child:before {
  display: none;
}
.footer-holder .footer-nav li a {
  display: block;
  color: #ccc;
  text-transform: none;
}
.footer-holder .footer-nav li a:hover, .footer-holder .footer-nav li a:active, .footer-holder .footer-nav li a:focus {
  color: white;
  text-decoration: none;
}

#footer2 {
  max-width: 100%;
  margin: 0;
}
#footer2 .powered-box {
  display: none;
}

/* Footer Notes */
h3.footer-question {
  font: italic 36px/1em "Linux Libertine", serif;
  margin-bottom: 0.5em;
}

p.footer-notes {
  font-size: 18px;
  margin: 0 0 1em 0;
}

a.footer-button {
  font-size: 18px;
  margin: 0 0.25em 1em 0.25em;
  padding: 0.5em 1em;
  border-radius: 5px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  display: inline-block;
}
a.footer-button:hover {
  background: #821427;
}

/* Image Montage */
#footer .montage2 {
  display: none;
}

/*  NAVIGATION  */
/*@import "scss/nav";*/
/* User */
.user-box {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  margin-right: 60px;
  margin-top: 5px;
  float: right;
}
@media (max-width: 1199px) {
  .user-box {
    float: right;
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .user-box {
    float: none;
    display: block;
    overflow: hidden;
    margin: 0;
  }
}
.user-box .profile-pic {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 4px;
}
.user-box .profile-pic img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.user-box .username {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  max-width: 105px;
  color: #777;
}
@media (max-width: 1199px) {
  .user-box .username {
    max-width: none;
  }
}
.user-box .drop-holder {
  float: right;
  position: relative;
  z-index: 9999;
}
@media (max-width: 767px) {
  .user-box .drop-holder {
    float: left;
    width: 100%;
    position: static;
  }
}
.user-box .drop-holder .opener3 {
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.user-box .drop-holder .opener3:hover, .user-box .drop-holder .opener3:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .user-box .drop-holder .opener3 {
    position: absolute;
    left: 10px;
    top: 13px;
    z-index: 99999;
  }
}
.user-box .drop-holder .icon-icon-arrowdown {
  font-size: 4px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 3px;
}
.user-box .drop-holder .slide3 {
  position: absolute;
  width: 134px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .user-box .drop-holder .slide3 {
    position: static;
    width: 100%;
    padding-top: 43px;
  }
}
.user-box .drop-holder ul {
  background: #fff;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.35);
  box-shadow: none;
  border: solid 1px #dedede;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@media (max-width: 767px) {
  .user-box .drop-holder ul {
    padding: 0;
    text-align: center;
    width: 100%;
    box-shadow: none;
    border: 0;
    box-shadow: none;
  }
}
.user-box .drop-holder ul li:first-child a {
  border-top: 0;
  padding-top: 7px;
}
@media (max-width: 767px) {
  .user-box .drop-holder ul li:first-child a {
    padding-top: 18px;
  }
}
.user-box .drop-holder ul li {
  padding: 0;
}
.user-box .drop-holder ul li > a {
  color: #333;
  display: block;
  font-size: 12px;
  line-height: 1em;
  margin: 0;
  padding: 0.5em 1em;
  border: none;
  text-decoration: none;
}
.user-box .drop-holder ul li > a:hover, .user-box .drop-holder ul li > a:focus {
  background: #00417a;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .user-box .drop-holder ul li > a {
    font-size: 14px;
    padding: 18px 40px 19px;
    border-color: #002a64;
  }
}

.user-box2 {
  float: right;
  margin-right: 20px;
}

/*  HACKS  */
.holder .row2 {
  width: 305px;
  height: 50px;
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Hide Returning Student Form */
form[name="create_app2"] {
  display: none;
}

/*# sourceMappingURL=combined.css.map */
