/* mixins */
::-moz-selection {
  background-color: rgba(109, 176, 227, 0.2); }
::selection {
  background-color: rgba(109, 176, 227, 0.2); }

::-moz-selection {
  background-color: rgba(109, 176, 227, 0.2); }

html {
  font-size: 16px; }

html.nav-open {
  overflow: hidden; }

.page {
  overflow: hidden;
  padding-top: 222px; }

@media (max-width: 1200px) and (min-width: 901px) {
  .page {
    padding-top: 160px; } }

@media (max-width: 900px) {
  .page {
    padding-top: 170px; } }

@media (max-width: 1200px) {
  html.nav-open .page {
    padding-top: 115px; } }

img {
  height: auto;
  max-width: 100%; }

a {
  text-decoration: underline; }

a.cta {
  color: #faa434;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase; }

a.cta:hover {
  color: #e08a19; }

a.cta:after {
  content: "\00BB";
  padding-left: .25rem; }

.logo {
  max-width: 360px; }

@media (min-width: 901px) {
  .logo {
    width: 360px; } }

.container,
.container-lg {
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.container {
  max-width: 75rem; }

.container-lg {
  max-width: 87.5rem; }

/* line up with hero */
main > .row {
  margin-left: -1.125rem;
  margin-right: -1.125rem; }

main article:not(:only-child) {
  margin-left: auto;
  margin-right: 0; }

@media (max-width: 1200px) {
  main article:not(:only-child) {
    margin-bottom: 2rem;
    margin-top: 2rem; } }

/**************
*** BUTTONS ***
**************/
h1, h2, h3, h4, h5, h6 {
  color: #0c5a96;
  font-weight: 700;
  letter-spacing: 0.05em !important; }

h1 {
  font-size: 1.75rem;
  /* 28px */
  font-weight: 700; }

h2 {
  font-size: 1.625rem;
  /* 26px */
  letter-spacing: 0.2px; }

h3 {
  font-size: 1.375rem;
  /* 22px */ }

h4 {
  font-size: 1.25rem;
  /* 20px */ }

h5 {
  font-size: 1.125rem;
  /* 18px */
  font-weight: 600; }

h6 {
  font-size: 1.75rem;
  /* 16px */
  font-weight: 600; }

h6 a {
  font-weight: 400; }

ul {
  margin: 0 0 1rem;
  padding-left: 1.125rem; }

/**************
*** BUTTONS ***
**************/
.btn,
.btn.disabled {
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }

.btn-sm {
  font-size: .75rem;
  padding: .375rem 1.625rem; }

.btn-lg {
  font-size: 1.125rem;
  padding: .875rem 2.5rem; }

.btn.dropdown-toggle-split {
  padding: .375rem .5625rem; }

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle,
.btn:hover {
  color: #fff; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle,
.btn-secondary:hover {
  background-color: #062c4a;
  color: #fff; }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle,
.btn-success:hover {
  background-color: #43913a;
  color: #fff; }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle,
.btn-info:hover {
  background-color: #00477d;
  color: #fff; }

.btn-warning {
  color: #8a5500; }

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle,
.btn-warning:hover {
  background-color: #f2c40d;
  color: #fff; }

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #fff; }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle,
.btn-danger:hover {
  background-color: #a82a00;
  color: #fff; }

/**************
*** HELPERS ***
**************/
.text-black {
  color: #000 !important; }

.text-darkgray {
  color: #414141 !important; }

.text-gray {
  color: #545454 !important; }

.text-white {
  color: #fff !important; }

.text-red {
  color: #c23000 !important; }

.text-navy {
  color: #083c63 !important; }

.text-royal {
  color: #0c5a96 !important; }

.text-blue {
  color: #0f6bb1 !important; }

.menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0; }

.note {
  color: #a6a6a6;
  font-style: italic;
  margin-top: 1rem; }

.note + .note {
  margin-top: 0; }

.meta {
  color: #757575; }

.meta li:not(:last-child):after {
  color: #e8f0f7;
  content: "|";
  margin-left: .5rem; }

/*************
*** FORMS ***
*************/
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
  border-radius: 2px;
  border: 1px solid rgba(166, 166, 166, 0.7);
  background-color: #fff;
  border-radius: 5px;
  color: #a6a6a6;
  font-size: 1.125rem;
  font-weight: 400;
  padding: .5rem .75rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus, select:focus {
  background-color: #fff;
  border-color: #fddcb0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 164, 52, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(250, 164, 52, 0.25);
  color: #545454;
  outline: 0; }

select::-ms-expand {
  background-color: transparent;
  border: 0; }

@media (min-width: 1201px) {
  [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

label {
  margin: 0; }

label[for] {
  color: #062c4a;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase; }

.select-wrapper {
  display: inline-block;
  position: relative; }

.select-wrapper:after {
  background: #0f6bb1 url("/link/img/icon-sprite@2x.png") -2584px 13px no-repeat;
  background-size: 4000px auto;
  border: none;
  border-radius: 0 5px 5px 0;
  bottom: 0;
  content: "";
  font-size: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px; }

thead .select-wrapper:after {
  background-color: #083c63; }

.select-wrapper:hover:after {
  background-color: #0c5a96; }

.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  padding-right: calc(50px + 1rem); }

.input-with-button {
  position: relative; }

.input-with-button input {
  border-right: none;
  padding-right: 50px;
  width: 100%; }

.input-with-button button {
  background: #0f6bb1 url("/link/img/icon-sprite@2x.png") -885px 13px no-repeat;
  background-size: 2000px auto;
  border: none;
  border-radius: 0 5px 5px 0;
  bottom: 0;
  cursor: pointer;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px; }

.input-with-button:hover button {
  background-color: #0c5a96; }

/*************
*** TABLES ***
*************/
.table a {
  color: #137c78; }

.table a:hover {
  color: #0c4f4d; }

.table thead {
  background-color: #0f6bb1;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.43px;
  line-height: 30px;
  text-transform: uppercase; }

.table thead a {
  color: #fff;
  text-decoration: none; }

@media (min-width: 1201px) {
  .table td, .table th {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.table thead th {
  border: none; }

.table thead {
  border-radius: 6px 6px 0 0; }

.table thead th:first-child {
  border-radius: 6px 0 0 0; }

.table thead th:last-child {
  border-radius: 0 6px 0 0; }

.table tbody tr {
  border-bottom: 1px solid rgba(166, 166, 166, 0.2); }

.table tbody tr:nth-child(odd) {
  background: #fbfbfb; }

.table tbody td {
  border-left: 1px solid rgba(166, 166, 166, 0.2); }

.table tbody td:last-child {
  border-right: 1px solid rgba(166, 166, 166, 0.2); }

table.dataTable thead th {
  background: none !important; }

table.sortable th,
th.sortable {
  position: relative; }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  content: none !important; }

th.sorting:after,
th.sorting_asc:after,
th.sorting_desc:after,
th.sorting_asc_disabled:after,
th.sorting_desc_disabled:after,
th.sortable th:after {
  background: transparent url("/link/img/icon-sprite@2x.png") -2600px 0 no-repeat;
  background-size: 4000px auto;
  display: inline-block;
  content: "" !important;
  cursor: pointer;
  float: right;
  height: 19px;
  position: absolute;
  right: .75rem !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px; }

@media (min-width: 1201px) {
  table.sortable th:after {
    right: 1.25rem; } }

table.sortable th.active:after,
th.sortable.active:after {
  background-position: -2800px -200px;
  height: 8px; }

th.sorting_asc:after,
th.sorting_asc:after {
  background-position: -3000px -190px; }

th.sorting_desc:after,
th.sorting_desc:after {
  background-position: -2800px -200px; }

/*************
*** HEADER ***
*************/
#header {
  background: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20; }

#header.minimal {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.125); }

#header a {
  text-decoration: none; }

/** Top Bar **/
#top-bar {
  background-color: #fafdff;
  border-bottom: 1px solid #e4f1fd; }

#top-bar a:hover,
#top-bar .dropdown-label:hover {
  color: #062e4d; }

#top-bar li {
  padding-bottom: .5rem;
  padding-top: .5rem; }

#top-bar li:not(:last-child) {
  margin-right: 2rem; }

#top-bar li > a,
#top-bar .dropdown-label,
#top-bar a[data-target="#cart-modal"] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0f6bb1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none; }

#top-bar .dropdown-label {
  cursor: pointer; }

#language-picker a {
  font-size: .875rem; }

#top-bar li > a:before,
#top-bar .dropdown-label:before {
  background: transparent url("/link/img/icon-sprite@2x.png") 0 0 no-repeat;
  background-size: 2000px auto;
  content: "";
  display: block; }

#top-bar .dropdown-label:before {
  background-position: -400px 0;
  height: 22px;
  width: 22px; }

#top-bar li:nth-child(2) a:before {
  background-position: -500px 0;
  height: 24px;
  width: 23px; }

#top-bar li:nth-child(3) a:before {
  background-position: -600px 0;
  height: 24px;
  width: 21px; }

#top-bar li:nth-child(4) a:before {
  background-position: -700px 0;
  height: 24px;
  width: 23px; }

#top-bar li:nth-child(5) a:before {
  background-position: -800px 0;
  height: 18px;
  width: 23px; }

#top-bar .dropdown-label:hover:before,
#top-bar li a:hover:before {
  background-position-y: -100px; }

@media (min-width: 901px) {
  #top-bar li > a:before,
  #top-bar .dropdown-label:before,
  #top-bar a[data-target="#cart-modal"]:before {
    margin-right: .5rem; }
  #top-bar li:nth-child(4) {
    margin-right: 0;
    margin-left: auto; }
  #top-bar li:not(:last-child) {
    margin-right: 1.75rem; }
  #top-bar .dropdown-label:after {
    content: "\25BC";
    display: inline-block;
    font-size: .5rem;
    padding-left: .25rem;
    -webkit-transform: scaleX(1.75);
    transform: scaleX(1.75); } }

@media (max-width: 900px) {
  #top-bar li > a,
  #top-bar .dropdown-label {
    font-size: 0; } }

/*flags*/
.flag-english:before,
.flag-spanish:before {
  background: transparent url("/link/img/icon-sprite@2x.png") 0 0 no-repeat;
  background-size: 2000px auto;
  content: "";
  display: block;
  height: 13px;
  margin-right: .5rem;
  width: 20px; }

.flag-english:before {
  background-position: -1700px 0; }

.flag-spanish:before {
  background-position: -1800px 0; }

#top-bar [data-target="#cart-modal"]:before {
  background: transparent url("/link/img/icon-sprite@2x.png") -1900px 0 no-repeat;
  background-size: 2000px auto;
  content: "";
  height: 22px;
  width: 24px;
  display: block; }

/** Mast Head and Main Menu **/
#mast-head {
  background: #fff;
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
  position: relative;
  z-index: 2; }

@media (min-width: 1201px) {
  #mast-head {
    padding-bottom: 2rem;
    padding-top: 1.625rem; } }

#mast-head a {
  color: #0f6bb1;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase; }

@media (min-width: 1201px) {
  #mast-head a {
    font-size: .9375rem; } }

@media (max-width: 1200px) {
  #mast-head .logo {
    max-width: 64%;
    width: 180px; } }

@media (min-width: 1201px) {
  #mast-head nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 4rem;
    max-width: 650px;
    width: 100%; } }

@media (min-width: 1201px) {
  #main-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

#main-menu a:hover {
  color: #062e4d; }

@media (max-width: 1200px) {
  #main-menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: rgba(250, 253, 255, 0.95);
    height: calc(100vh - 115px);
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 115px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .3s, -webkit-transform 0s .3s;
    transition: opacity .3s, -webkit-transform 0s .3s;
    transition: opacity .3s, transform 0s .3s;
    transition: opacity .3s, transform 0s .3s, -webkit-transform 0s .3s;
    width: 90vw; }
  html.nav-open #mast-head nav:after {
    bottom: 0;
    content: "";
    cursor: pointer;
    left: 90vw;
    position: fixed;
    top: 115px;
    width: 10vw; }
  html.nav-open #main-menu {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s;
    transition: opacity .3s; } }

@media (min-width: 1201px) {
  #main-menu .menu > li {
    position: relative; }
  #main-menu .menu-secondary-label {
    display: none; }
  #main-menu .menu ul li:not(:last-child) {
    padding-bottom: .25rem; }
  #main-menu .menu ul {
    background-color: rgba(250, 253, 255, 0.95);
    border-radius: 0 0 5px 5px;
    left: -1.25rem;
    list-style: none;
    opacity: 0;
    padding: .75rem 1.25rem 1.5rem;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .3s, -webkit-transform 0s .3s;
    transition: opacity .3s, -webkit-transform 0s .3s;
    transition: opacity .3s, transform 0s .3s;
    transition: opacity .3s, transform 0s .3s, -webkit-transform 0s .3s;
    white-space: nowrap; }
  #main-menu li:hover ul {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  #main-menu .menu ul a {
    opacity: 0.8;
    color: #106db3;
    font-size: .875rem;
    font-weight: 400;
    text-transform: none; } }

@media (max-width: 1200px) {
  #main-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    max-height: 600px;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  #main-menu li.open > a:before,
  #main-menu li.open > a:after {
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    position: absolute;
    top: 1rem;
    -webkit-transition: none;
    transition: none;
    z-index: 1; }
  #main-menu li.open > a:before,
  #main-menu li.open > a:after {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity .2s .2s;
    transition: opacity .2s .2s; }
  #main-menu li.open > a:before {
    content: "<";
    left: 66.666%;
    padding-right: 0.5rem;
    -webkit-transform: translate(-100%, -2px);
    transform: translate(-100%, -2px); }
  #main-menu li.open > a:after {
    color: #0f6bb1;
    content: "Back";
    left: 66.666%;
    font-size: 1rem;
    font-weight: 400;
    text-transform: none; }
  #main-menu > .menu {
    margin-left: -.625rem;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  #main-menu .menu li {
    padding-bottom: .3125rem;
    padding-top: .3125rem; }
  #main-menu.second-level > .menu {
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%); }
  #main-menu .menu ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    list-style: none;
    opacity: 0;
    overflow: auto;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: translateX(55%);
    transform: translateX(55%);
    -webkit-transition: opacity .1s, -webkit-transform .2s ease-in;
    transition: opacity .1s, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, opacity .1s;
    transition: transform .2s ease-in, opacity .1s, -webkit-transform .2s ease-in;
    width: calc(100% + .5rem); }
  #main-menu .menu li.open > ul {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity .2s .075s, -webkit-transform .2s ease-in;
    transition: opacity .2s .075s, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, opacity .2s .075s;
    transition: transform .2s ease-in, opacity .2s .075s, -webkit-transform .2s ease-in; } }

#hamburger {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 18px;
  outline: none;
  padding: 0;
  width: 25px; }

#hamburger span,
#hamburger:before,
#hamburger:after {
  background-color: #b6d7f1;
  border-radius: .125rem;
  content: '';
  display: block;
  height: 3px;
  margin: 0 0 0.25rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

html.nav-open #hamburger span {
  -webkit-transform: scale(0);
  transform: scale(0); }

html.nav-open #hamburger:before {
  -webkit-transform: translateY(0.45rem) rotate(135deg);
  transform: translateY(0.45rem) rotate(135deg); }

html.nav-open #hamburger:after {
  -webkit-transform: translateY(-0.45rem) rotate(-135deg);
  transform: translateY(-0.45rem) rotate(-135deg); }

#icon-mast-head-search {
  background: transparent url("/link/img/icon-sprite@2x.png") -1000px 0 no-repeat;
  background-size: 2000px auto;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 20px;
  margin-left: 1rem;
  padding: 0;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  width: 20px; }

@media (min-width: 1201px) {
  #hamburger {
    display: none; } }

/** User Menu **/
#user-menu {
  background: #0a4b7d;
  border-bottom: 2px solid #fff;
  left: 0;
  margin-left: 2px;
  margin-right: 2px;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  z-index: 1; }

@media (max-width: 900px) {
  #user-menu {
    padding-bottom: .5rem;
    padding-top: .5rem; } }

#user-menu:before,
#user-menu:after {
  background: #0a4b7d;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

#user-menu:before {
  background: #fff;
  bottom: -2px;
  left: -2px;
  right: -2px; }

#user-menu > div {
  position: relative; }

html.nav-open #user-menu,
#header.minimal #user-menu {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

#user-menu .menu {
  background-color: #e3f2fc; }

@media (min-width: 901px) {
  #user-menu .menu {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative; }
  #user-menu .menu:before {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0a4b7d;
    color: #b7d7f2;
    content: "I Am A...";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: italic;
    padding-right: 2em;
    text-align: right;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    white-space: nowrap; } }

@media (max-width: 900px) {
  #user-menu .menu {
    display: none; } }

#user-menu li {
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px;
  width: 25%; }

#user-menu li a {
  background-color: #0a4b7d;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  text-align: center;
  text-transform: uppercase; }

#user-menu li a:hover {
  background-color: #003863; }

@media (min-width: 901px) {
  #user-menu .dropdown {
    display: none; } }

#user-menu .dropdown-label {
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #c2c2c2;
  color: #106db3;
  cursor: pointer;
  padding: .625rem 1rem;
  position: relative; }

#user-menu .dropdown-label:empty:before {
  content: "I Am A..."; }

#user-menu .dropdown-label:after {
  background: #0f6bb1 url("/link/img/icon-sprite@2x.png") -2989px -180px no-repeat;
  background-size: 4000px auto;
  border-radius: 0 5px 5px 0;
  border: 1px solid rgba(16, 109, 179, 0.5);
  bottom: -1px;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 40px; }

#user-menu .dropdown-menu {
  width: 100%; }

/***************
*** Carousel ***
***************/
.slick-dots {
  bottom: 1.625rem; }

.slick-dots li,
.slick-dots li button {
  height: .625rem;
  width: .625rem; }

.slick-dots li {
  cursor: pointer;
  margin: 0 .25rem;
  padding: 0; }

.slick-dots li:not(.slick-active) {
  opacity: .5; }

.slick-dots li button {
  background-color: #e8f0f7;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
  position: relative;
  text-indent: -999px; }

.carousel.hero .slick-arrow {
  height: 100%;
  text-align: center;
  width: 10%;
  z-index: 1; }

.slick-arrow:before {
  background: transparent url("/link/img/icon-sprite@2x.png") -2200px 0 no-repeat;
  background-size: 4000px auto;
  content: "";
  display: block;
  height: 39px;
  margin: auto;
  width: 21px; }

.carousel.hero .slick-prev {
  left: 0;
  right: auto; }

.carousel.hero .slick-next {
  left: auto;
  right: 0; }

.carousel.hero .slick-next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/*************
*** Footer ***
*************/
#footer {
  color: #757575;
  font-size: 1rem; }

#footer-menu {
  background-color: #fafdff;
  border: 1px solid #e4f1fd;
  border-width: 1px 0;
  width: 100%; }

#footer-main a {
  text-decoration: none; }

@media (min-width: 1201px) {
  #footer-menu {
    padding-bottom: 4rem;
    padding-top: 2.5rem; } }

#footer-menu a {
  color: #0f6bb1; }

#footer-menu a:hover {
  color: #062e4d; }

#footer-menu .accordion {
  margin: 0;
  padding: 0; }

#footer-menu .card-header {
  text-transform: uppercase; }

@media (min-width: 1201px) {
  #footer-menu .card-header {
    display: none; }
  #footer-menu-container {
    display: block; } }

#footer-menu .menu {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem; }

#footer-menu .card-header {
  border: none; }

@media (max-width: 1200px) {
  #footer-menu .menu {
    display: block;
    text-align: center; } }

#footer-menu .menu > li {
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 1200px) {
  #footer-menu .menu > li {
    width: 16.6667%; } }

@media (max-width: 1199px) and (min-width: 1201px) {
  #footer-menu .menu > li {
    width: 33.333%; }
  #footer-menu .menu > li:nth-child(-n + 3) {
    margin-bottom: 1.5rem; } }

#footer-menu .menu > li > a {
  color: #0f6bb1;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase; }

#footer-menu .menu > li > a:hover {
  color: #062e4d; }

#footer-menu ul ul {
  color: #106db3;
  font-size: 0.9375rem;
  list-style: none;
  margin-top: .625rem;
  padding: 0; }

#footer-menu ul ul:not(:last-of-type) {
  margin-bottom: 1.25rem; }

@media (max-width: 1200px) {
  #footer-menu ul ul {
    margin-bottom: 1.5rem; } }

#footer-menu ul ul li:not(:last-child) {
  margin-bottom: 0.75rem; }

#footer-main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }

@media (max-width: 1200px) {
  #footer-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 1200px) {
  #footer .logo {
    width: 280px; } }

@media (max-width: 1400px) and (min-width: 1201px) {
  #copyright {
    margin-top: 1rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; } }

@media (max-width: 1200px) {
  #copyright {
    max-width: 280px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center; } }

#copyright a {
  color: inherit; }

@media (max-width: 1200px) {
  #footer .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
    width: 100%; } }

#footer .social li:not(:last-child) {
  margin-right: 1.375rem; }

.social-icon {
  background: transparent url("/link/img/icon-sprite@2x.png") 0 0 no-repeat;
  background-size: 2000px auto;
  display: block;
  font-size: 0;
  height: 24px;
  width: 24px; }

.social-icon.facebook:hover {
  background-position: 0 -100px; }

.social-icon.twitter {
  background-position: -100px 0;
  height: 22px;
  width: 27px; }

.social-icon.twitter:hover {
  background-position: -100px -100px; }

.social-icon.instagram {
  background-position: -200px 0;
  width: 25px; }

.social-icon.instagram:hover {
  background-position: -200px -100px; }

.social-icon.youtube {
  background-position: -300px 0;
  height: 22px;
  width: 30px; }

.social-icon.youtube:hover {
  background-position: -300px -100px; }

/*************************
*** SIDEBAR AND BLOCKS ***
*************************/
@media (max-width: 900px) {
  .sidebar {
    margin-bottom: 1.875rem;
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0; } }

.sidebar-left {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

@media (min-width: 901px) {
  .sidebar {
    max-width: 360px; } }

.block {
  background-color: #fafdff;
  border-radius: 5px;
  padding: 0 1rem; }

@media (min-width: 1201px) {
  .block {
    margin-bottom: 1.25rem;
    padding: 0 1.875rem 1rem; } }

@media (max-width: 900px) {
  .block {
    border-bottom: 2px solid rgba(232, 240, 247, 0.6);
    width: 100%; } }

.block > h2:not(.block-title) {
  color: #0c5a96;
  margin-bottom: 0;
  padding: 1rem 0; }

@media (min-width: 901px) {
  .block > h2:not(.block-title) {
    padding: 2.3125rem 0 .875rem; } }

.block .block-title {
  background-color: #0f6bb1;
  color: #fff;
  font-size: 1.25rem;
  margin: 0 -1.25rem;
  padding: .875rem 1rem; }

@media (min-width: 1201px) {
  .block .block-title {
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }

@media (min-width: 1201px) {
  .block .block-title {
    margin-left: -1.875rem;
    margin-right: -1.875rem; } }

@media (max-width: 1200px) and (min-width: 901px) {
  .block .block-title {
    margin-left: -1rem;
    margin-right: -1rem; } }

@media (min-width: 901px) {
  .block .block-title {
    border-radius: 5px 5px 0 0; } }

@media (max-width: 900px) {
  .block .block-title[aria-expanded="true"]:not(.collapsed) {
    margin-bottom: 1rem; } }

.block h2:not(.block-title) {
  color: #0c5a96;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase; }

@media (min-width: 901px) {
  .block > h2,
  .block .block [data-toggle] {
    margin-bottom: 1.25rem;
    pointer-events: none; } }

h2.block-title a {
  color: #fff;
  text-decoration: none; }

@media (max-width: 900px) {
  .block [data-toggle]:after {
    background-color: #fafafa;
    border-radius: 50%;
    content: "+";
    float: right;
    font-size: 1.5rem;
    height: 30px;
    line-height: 24px;
    text-align: center;
    width: 30px;
    color: #0f6bb1; }
  .block [data-toggle][aria-expanded="true"]:after {
    content: "-"; } }

@media (min-width: 901px) {
  .block .collapse {
    padding-bottom: 1rem;
    padding-top: 1rem; } }

.block a {
  color: #0f6bb1; }

.block a:hover {
  color: #062e4d; }

.block ul {
  list-style-type: none;
  margin: 0 0 1rem;
  padding: 0 .5rem 1.25rem; }

.block ul > li:not(:last-child) {
  padding-bottom: 0.375rem; }

.block ul:not(.list-unstyled) > li {
  padding-left: 0.875rem;
  position: relative; }

.block ul:not(.list-unstyled) > li:before {
  content: "-";
  margin-right: .5rem;
  position: absolute;
  left: -.5rem; }

.block-related {
  background-color: #faffff;
  color: #137c78; }

.block-related .block-title {
  background-color: #137c78; }

.block-related a {
  color: #137c78; }

.block-related a:hover {
  color: #0c4f4d; }

/***********
*** HERO ***
***********/
.hero:not(.carousel),
.hero .slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.hero:not(.carousel) {
  height: 30vh; }

.hero .slide {
  height: 80vh; }

.hero {
  background: #fff;
  margin-bottom: 4.375rem;
  margin-left: 2px;
  margin-right: 2px;
  text-align: center; }

@media (min-width: 901px) {
  .hero-lg .slide {
    height: 34vw; } }

@media (max-width: 900px) {
  .has-sidebars .hero:not(.carousel) {
    margin-bottom: 0; } }

@media (max-width: 1200px) {
  .hero {
    margin-bottom: 1.75rem; } }

@media (min-width: 1201px) {
  .hero:not(.carousel) {
    height: 23.575vw; } }

.hero .container {
  max-width: 62.5rem;
  padding: 1rem;
  text-align: center; }

.hero h1 {
  color: #fff;
  font-size: 44px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

.hero h1 span {
  color: #e8f0f7;
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none; }

.hero h1 + .btn {
  margin-top: 1.75rem; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background: transparent url("/link/img/icon-sprite@2x.png") -2200px 0 no-repeat;
  background-size: 4000px auto;
  height: 39px;
  width: 21px; }

.carousel-control-next-icon {
  background-position: -2400px 0; }

.carousel-indicators li {
  background-color: #e8f0f7;
  border-radius: 50%;
  height: .625rem;
  margin-left: .3125rem;
  margin-left: .3125rem;
  width: .625rem; }

.carousel-indicators li:not(.active) {
  opacity: .5; }

/***************
*** Triptych ***
***************/
@media (min-width: 901px) {
  .triptych {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.25rem;
    margin-right: -2.25rem; }
  .triptych section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    width: 33.333%; }
  .triptych section > p:last-child {
    margin-top: auto; } }

@media (max-width: 1200px) {
  .triptych section:not(:last-child) {
    margin-bottom: 2rem; } }

.triptych section h2 {
  border-bottom: 1px solid rgba(65, 65, 65, 0.1);
  font-size: 1.25rem;
  margin-bottom: 1.375rem;
  padding-bottom: .5rem; }

.triptych h6 {
  color: #062e4d;
  font-size: .9375rem;
  letter-spacing: 0.47px;
  margin-bottom: 0; }

.triptych ul > li:not(:last-child) {
  margin-bottom: .5rem; }

.triptych .aligned-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  margin-right: 1.25rem;
  margin-top: .25rem;
  text-align: center;
  width: 55px; }

/***************
*** Calendar ***
***************/
.calendar-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  font-weight: 700;
  line-height: 1.25;
  margin-right: 1.25rem;
  margin-top: .25rem;
  text-align: center;
  text-transform: uppercase;
  width: 55px; }

.calendar-date .month {
  background-color: #0f6bb1;
  border-radius: 8px 8px 0 0;
  color: #fff;
  letter-spacing: 0.47px; }

.calendar-date .day {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 8px 8px;
  color: #414141;
  font-size: 1.875rem; }

/*************
*** BADGES ***
*************/
.badges {
  margin: 0 0 .75rem; }

.badge {
  color: #f8f8f5;
  letter-spacing: 0.45px;
  min-width: 6.25rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }

.badges .badge {
  margin-bottom: .5rem;
  margin-right: .625rem; }

/**************
*** Sub Nav ***
**************/
.sub-nav li:not(:last-child):after {
  color: #e8f0f7;
  content: "|";
  margin-left: .5rem; }

.sub-nav a {
  color: #137c78; }

.sub-nav a:hover {
  color: #056360; }

/*******************
*** Testimonials ***
*******************/
.testimonial {
  background-color: #fcfcfc;
  border: 1px solid rgba(166, 166, 166, 0.1);
  border-width: 1px 0;
  margin-top: 4rem;
  padding: 3rem 0; }

@media (min-width: 1201px) {
  .testimonial > .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 75rem; } }

@media (max-width: 1200px) {
  .testimonial > .container {
    display: block;
    text-align: center; } }

@media (min-width: 1201px) {
  .testimonial .image {
    height: 230px;
    width: 230px; } }

@media (max-width: 1200px) {
  .testimonial .image {
    margin-bottom: 1.25rem;
    text-align: center; } }

@media (min-width: 1201px) {
  .testimonial .content:not(:only-child) {
    width: 66.667%; } }

.testimonial quote {
  color: #545454;
  font-size: 1.375rem;
  font-style: italic; }

.testimonial cite {
  color: #757575;
  display: block;
  font-size: 1.125rem;
  margin-top: .5rem; }

/***********
*** TABS ***
************/
.nav-tabs {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: 3rem; }

@media (max-width: 900px) {
  .nav-tabs {
    display: block;
    border: 1px solid #dee2e6;
    border-width: 1px 1px 0; } }

@media (min-width: 901px) {
  .nav-tabs .nav-item {
    margin-left: 1px;
    margin-right: 1px; } }

.nav-tabs .nav-item a {
  background-color: #fafdff;
  border: 1px solid #e4f1fd;
  color: #137c78;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase; }

.nav-tabs .nav-item a.active:hover {
  background-color: #137c78;
  color: #fff; }

.nav-tabs .nav-link {
  text-decoration: none; }

.nav-tabs .nav-link:hover {
  background-color: #fff; }

@media (max-width: 900px) {
  .nav-tabs .nav-item {
    margin-bottom: 0; }
  .nav-tabs .nav-item a {
    border-radius: 0;
    border-width: 0; }
  .nav-tabs .nav-item:not(:last-child) a {
    border-bottom: 1px solid #dee2e6; } }

.tab-content:not(.accordion),
.tabs.sm.tab-content.accordion {
  border-radius: 0 0 5px 5px;
  border: 1px solid #e4f1fd;
  background-color: #fafdff;
  padding: 2.25rem 3.125rem 5rem; }

@media (min-width: 1401px) {
  .tabs-xl.tab-content.accordion {
    border-radius: 0 0 5px 5px;
    border: 1px solid #e4f1fd;
    background-color: #fafdff;
    margin-top: 0;
    padding: 2.25rem 3.125rem 5rem; } }

@media (min-width: 1201px) {
  .tabs-lg.tab-content.accordion {
    border-radius: 0 0 5px 5px;
    border: 1px solid #e4f1fd;
    background-color: #fafdff;
    margin-top: 0;
    padding: 2.25rem 3.125rem 5rem; } }

@media (min-width: 901px) {
  .tabs-md.tab-content.accordion {
    border-radius: 0 0 5px 5px;
    border: 1px solid #e4f1fd;
    background-color: #fafdff;
    margin-top: 0;
    padding: 2.25rem 3.125rem 5rem; } }

/****************
*** ACCORDION ***
****************/
.accordion:not(.tab-content) {
  padding: 1rem 0; }

@media (max-width: 1200px) {
  .accordion {
    margin-top: 3rem; } }

.accordion .card {
  background: inherit;
  border: none; }

.accordion .card-header {
  background: none;
  border-bottom-color: rgba(232, 240, 247, 0.6);
  padding-left: 0;
  padding-right: 0; }

.accordion [data-toggle] {
  color: #0c5a96;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0; }

.accordion h5[data-toggle] {
  font-size: 1rem; }

.accordion [data-toggle]:after {
  background-color: #fafafa;
  border-radius: 50%;
  content: "+";
  float: right;
  font-size: 1.5rem;
  height: 30px;
  line-height: 24px;
  text-align: center;
  width: 30px;
  color: #0c5a96; }

.accordion [data-toggle][aria-expanded="true"]:after {
  content: "-"; }

/**********************************
*** RESPONSIVE TABS (ACCORDION) ***
**********************************/
.accordion.tabs-sm .card-header {
  display: none; }

.accordion.tabs-sm .collapse {
  display: block !important; }

@media (min-width: 901px) {
  .accordion.tabs-md .card-header {
    display: none; }
  .accordion.tabs-md .collapse {
    display: block !important; } }

@media (min-width: 1201px) {
  .accordion.tabs-lg .card-header {
    display: none; }
  .accordion.tabs-lg .collapse {
    display: block !important; } }

/************
*** CARDS ***
************/
.card {
  background: #fbfdff;
  border: 1px solid #e3f1fd;
  margin-top: 1rem; }

.card-title {
  color: #0f6bb1; }

/*******************
*** SEARCH MODAL ***
*******************/
#search-modal {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: rgba(38, 38, 38, 0.95);
  bottom: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity .3s, -webkit-transform 0s .3s;
  transition: opacity .3s, -webkit-transform 0s .3s;
  transition: opacity .3s, transform 0s .3s;
  transition: opacity .3s, transform 0s .3s, -webkit-transform 0s .3s;
  z-index: 21; }

html.search-modal-open #search-modal {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

#search-modal .wrapper {
  cursor: default;
  max-width: 800px;
  margin: 2rem 1rem 0;
  position: relative;
  width: 96vw; }

#search-modal label {
  color: #fff; }

#search-modal .input-with-button {
  border-width: 0;
  position: relative; }

#search-modal .input-with-button:after {
  content: "";
  border-bottom: 1px solid rgba(245, 250, 255, 0.2);
  margin-top: 1.75rem;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1.875rem; }

#search-modal input {
  border-width: 0; }

#search-modal button {
  bottom: -1px;
  top: -1px; }

/******************
*** BREADCRUMBS ***
******************/
.breadcrumb {
  background-color: #fbfdff; }

.breadcrumb a {
  color: #137c78; }

.breadcrumb a:not(.active):hover {
  color: #056360; }

/************
*** HOME ***
************/
.page-home .tab-content:not(.accordion),
.page-home .tabs.sm.tab-content.accordion {
  background: #fff;
  border: none;
  padding: inherit; }

/************
*** ABOUT ***
************/
body.page-about .hero {
  background-image: url("/link/img/hero/scoe_hero-sub_four.jpg"); }

#highlighted-about-scoe p {
  margin-top: 1rem; }

/****************
*** DIRECOTRY ***
****************/
body.page-directory .hero {
  background-image: url("/link/img/hero/scoe_hero-sub_five.jpg"); }

@media (max-width: 1200px) {
  #search-filters > div:not(:last-child) {
    margin-bottom: 1.5rem; } }

#search-results {
  margin-top: 2rem; }

@media (min-width: 1201px) {
  #search-results td {
    width: 25%; } }

@media (max-width: 1200px) {
  table.table-sortable-responsive,
  .table-sortable-responsive thead,
  .table-sortable-responsive tbody,
  .table-sortable-responsive tr,
  .table-sortable-responsive th,
  .table-sortable-responsive td {
    display: block; }
  .table-sortable-responsive th:not(:first-child) {
    display: none; }
  .table td {
    border-top: none;
    padding: 0 .75rem; }
  .table td:first-child {
    padding-top: .75rem; }
  .table td:last-child {
    padding-bottom: .75rem; } }

#search-results-meta {
  color: #a6a6a6;
  padding: 0 .75rem 3.5rem; }

@media (min-width: 1201px) {
  #search-results-meta {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (max-width: 1200px) {
  #search-results-meta {
    text-align: center; }
  #search-results-meta > div:not(:last-child) {
    margin-bottom: 1rem; } }

#search-results-meta li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none; }

#search-results-meta li:first-child a:before,
#search-results-meta li:last-child a:after {
  content: "\25C0"; }

#search-results-meta li:first-child a:before {
  margin-right: .5rem; }

#search-results-meta li:last-child a:after {
  margin-left: .5rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/**************
*** ACCOUNT ***
**************/
body.page-account .hero {
  background-image: url("/link/img/hero/scoe_hero-sub_six.jpg"); }

#block-account-cart-items {
  border-bottom: 1px solid #dce1e6; }

#block-account-cart-items li {
  padding-right: 2rem;
  position: relative; }

#block-account-cart-items .close {
  font-size: 0;
  margin-top: -1.5rem;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 50%; }

#block-account-cart-items .close:after {
  background-color: #fafafa;
  border-radius: 50%;
  content: "+";
  float: right;
  font-size: 1.5rem;
  height: 30px;
  line-height: 24px;
  text-align: center;
  width: 30px;
  color: #0c5a96;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#block-account-cart-items li:not(:last-child) {
  margin-bottom: 1.875rem; }

#block-account-cart-content .d-flex .col {
  width: 50%; }

#block-account-cart-content .d-flex .col:nth-child(odd) {
  padding-left: 0; }

#block-account-cart-content .d-flex .col:nth-child(even) {
  padding-right: 0; }

/********************
*** TABLE FILTERS ***
********************/
.cs-cal-nav-header {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 900px) {
  .cs-cal-nav-header .btn,
  .cs-cal-nav-header select {
    font-size: .875rem; }
  .cs-cal-nav-header .btn {
    padding-left: 1rem;
    padding-right: 1rem; } }

.cs-cal-nav-header > * {
  margin-bottom: 1.25rem; }

.cs-cal-nav-header > *:not(:last-child),
.cs-cal-nav-header > form > *:not(:last-child) {
  margin-right: .5rem; }

.cs-cal-nav-header > form {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* steps pager */
.arrow_box.inprogress {
  font-weight: bold;
  background: #137c78;
  color: #fff;
  border-radius: 5px; }

.arrow_box {
  position: relative;
  border: 2px solid #137c78;
  margin-right: 20px;
  padding: 1em;
  border-radius: 5px !important;
  color: #137c78;
  text-transform: uppercase;
  font-weight: 800; }

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #137c78;
  border-width: 15px;
  margin-top: -15px; }

.arrow_box.completed:after, .arrow_box.inprogress:after {
  border-left-color: #137c78; }

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #FFFFFF;
  border-width: 12px;
  margin-top: -12px; }

/* wells */
.well {
  background-color: #fafdff;
  border: 1px solid #e4f1fd;
  border-radius: .3125rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin: 1rem;
  min-height: 1.25rem;
  padding: 1rem; }

/********************
*** POPULAR LINKS ***
********************/
section#popular-links {
  margin-top: 1rem;
  padding-top: 2rem; }

#popular-links h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase; }

#popular-links ul li {
  font-size: 18px; }

#popular-links ul li a:link,
#popular-links ul li a:visited {
  color: #faa434; }

#popular-links ul li a:hover,
#popular-links ul li a:focus {
  color: #f9930f; }

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