@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,900|Montserrat:400,600,700&display=swap");
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}

/*
.image-caption {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.image-caption .item {
    display: flex;
    flex-direction: column;
    border: none;
}
.image-caption .item img {					*/
    /* height: auto !important; */

/*margin-right: auto !important;
    margin-left: auto !important;
    /* width: 100% !important; */
/*	margin-bottom: 0px !important;   
}
.image-caption .item p {
    /* font-size: 18px !important; */
/*    font-weight: 200 !important;
    font-style: italic !important;
    padding: 0px 20px 10px 20px !important;
}
*/
/* ============================================= */
.icapHolder {
    display: inline-table !important;
    /* background-color: #f8f8f8 !important; */
    padding: .5em !important;
    /* border: 1px solid #ccc !important; */
    margin-top: 0 !important;
	margin-right: auto !important;		
	margin-left: auto !important;	
    width: 1% !important;
    vertical-align: top !important;
}
.icapHolder img {
    /* border: 1px solid #ccc !important; */
    width: auto !important;
    max-width: calc(100vw - 4em) !important;
    height: auto !important;
	margin-top: 0 !important;
	margin-right: auto !important;
	margin-bottom: 1em !important;
	margin-left: auto !important;	
}
.icapHolder figcaption {
    text-align: justify !important;
    padding-right: 2em !important;
    padding-left: 2em !important;
/*    padding-bottom: 1em !important; */
    padding-top: 0 !important;
	font-style: italic;
	font-size: smaller;
}
.icapHolder a {
    word-wrap: break-word !important;
}

/* ============================================= */








body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  line-height: 1.5;
  color: #0f213b;
  text-align: left;
  background-color: #fff;
  height: 100%
}
[tabindex="-1"]:focus {
  outline: 0 !important
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
b, strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #0056b3;
  text-decoration: underline
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):focus {
  outline: 0
}
code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit
}
label {
  display: inline-block;
  margin-bottom: 0.5rem
}
button {
  border-radius: 0
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
select {
  word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none !important
}
img {
  max-width: 100%;
  width: auto;
  height: auto
}
.map-canvas img {
  max-width: none
}
.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0
}
.clearfix:after {
  clear: both;
  content: "";
  display: table
}
.alignleft {
  float: left !important
}
.alignright {
  float: right !important
}
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important
}
.overflow-hidden {
  overflow: hidden;
  display: block
}
.nowrap {
  white-space: nowrap
}
.content-box {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}
*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 1100px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 1100px
  }
}
@media (min-width:992px) {
  .container {
    max-width: 1100px;
  }
}



@media (max-width:992px) {
 	/* Replace Home Page Video with IMG on Mobile Screens */ 
	  #home-video {
		display: none !important;
	}
	  #home-hero-image {
			display: block;
	  }
}


@media (min-width:1200px) {
  .container {
    max-width: 1100px
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}
.offset-1 {
  margin-left: 8.33333%
}
.offset-2 {
  margin-left: 16.66667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.33333%
}
.offset-5 {
  margin-left: 41.66667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.33333%
}
.offset-8 {
  margin-left: 66.66667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.33333%
}
.offset-11 {
  margin-left: 91.66667%
}
@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333%
  }
  .offset-sm-2 {
    margin-left: 16.66667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333%
  }
  .offset-sm-5 {
    margin-left: 41.66667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333%
  }
  .offset-sm-8 {
    margin-left: 66.66667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333%
  }
  .offset-sm-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333%
  }
  .offset-md-2 {
    margin-left: 16.66667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333%
  }
  .offset-md-5 {
    margin-left: 41.66667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333%
  }
  .offset-md-8 {
    margin-left: 66.66667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333%
  }
  .offset-md-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333%
  }
  .offset-lg-2 {
    margin-left: 16.66667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333%
  }
  .offset-lg-5 {
    margin-left: 41.66667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333%
  }
  .offset-lg-8 {
    margin-left: 66.66667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333%
  }
  .offset-lg-11 {
    margin-left: 91.66667%
  }
}
@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333%
  }
  .offset-xl-2 {
    margin-left: 16.66667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333%
  }
  .offset-xl-5 {
    margin-left: 41.66667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333%
  }
  .offset-xl-8 {
    margin-left: 66.66667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333%
  }
  .offset-xl-11 {
    margin-left: 91.66667%
  }
}
.d-none {
  display: none !important
}
.d-inline {
  display: inline !important
}
.d-inline-block {
  display: inline-block !important
}
.d-block {
  display: block !important
}
.d-table {
  display: table !important
}
.d-table-row {
  display: table-row !important
}
.d-table-cell {
  display: table-cell !important
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}
@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }
  .d-sm-inline {
    display: inline !important
  }
  .d-sm-inline-block {
    display: inline-block !important
  }
  .d-sm-block {
    display: block !important
  }
  .d-sm-table {
    display: table !important
  }
  .d-sm-table-row {
    display: table-row !important
  }
  .d-sm-table-cell {
    display: table-cell !important
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }
  .d-md-inline {
    display: inline !important
  }
  .d-md-inline-block {
    display: inline-block !important
  }
  .d-md-block {
    display: block !important
  }
  .d-md-table {
    display: table !important
  }
  .d-md-table-row {
    display: table-row !important
  }
  .d-md-table-cell {
    display: table-cell !important
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }
  .d-lg-inline {
    display: inline !important
  }
  .d-lg-inline-block {
    display: inline-block !important
  }
  .d-lg-block {
    display: block !important
  }
  .d-lg-table {
    display: table !important
  }
  .d-lg-table-row {
    display: table-row !important
  }
  .d-lg-table-cell {
    display: table-cell !important
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }
  .d-xl-inline {
    display: inline !important
  }
  .d-xl-inline-block {
    display: inline-block !important
  }
  .d-xl-block {
    display: block !important
  }
  .d-xl-table {
    display: table !important
  }
  .d-xl-table-row {
    display: table-row !important
  }
  .d-xl-table-cell {
    display: table-cell !important
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
@media print {
  .d-print-none {
    display: none !important
  }
  .d-print-inline {
    display: inline !important
  }
  .d-print-inline-block {
    display: inline-block !important
  }
  .d-print-block {
    display: block !important
  }
  .d-print-table {
    display: table !important
  }
  .d-print-table-row {
    display: table-row !important
  }
  .d-print-table-cell {
    display: table-cell !important
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important
}
@media (min-width:576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}
@media (min-width:768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}
@media (min-width:1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}
a {
  color: #0f213b;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color
}
a:hover {
  color: #75d0f4;
  text-decoration: none
}
a.underline {
  color: #00b8ff;
  text-decoration: underline
}
a.underline:hover {
  color: #75d0f4
}
.wysiwyg {
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.5;
  color: #0f213b
}
.wysiwyg h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-top: 42px;
  margin-bottom: 42px
}
.wysiwyg h1 + p {
  margin-top: -25px
}
.wysiwyg h1 + h2 {
  color: #727d86;
  margin-top: -25px
}
.wysiwyg h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-top: 42px;
  margin-bottom: 42px
}
.wysiwyg h2 + p.big {
  margin-top: -39px
}
.wysiwyg h2.h3, .wysiwyg h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-top: 42px;
  margin-bottom: 42px
}
.wysiwyg h3 + p, .wysiwyg h3 + ul {
  /* margin-top: -25px */
}
.wysiwyg .student-type h3, .wysiwyg h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-top: 42px;
  margin-bottom: 42px
}
.wysiwyg h5 {
  margin-top: 42px;
  margin-bottom: 42px
}
.wysiwyg h6 {
  margin-top: 42px;
  margin-bottom: 42px
}

.wysiwyg p {
  margin-top: 25px;
  margin-bottom: 25px
}
.wysiwyg p.big {
  font-size: 20px
}
.wysiwyg a {
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  /* color: #00b8ff; */
	color: #0f213b;
	font-size: 105%;
	font-weight: 900;
}

.wysiwyg a:hover {
  color: #75d0f4;
}
	  
.wysiwyg img {
  display: block;
  margin-top: 42px;
  margin-bottom: 42px
}
.wysiwyg img.alignleft {
  margin: 42px 42px 42px 0
}
.wysiwyg img.alignright {
  margin: 42px 0 42px 42px
}
.wysiwyg blockquote {
  margin-top: 42px;
  margin-bottom: 42px;
  padding-left: 42px;
  font-style: italic
}
.wysiwyg blockquote p {
  margin-bottom: 0
}
.wysiwyg hr {
  clear: both;
  margin-top: 42px;
  margin-bottom: 42px;
  border: 0;
  border-bottom: 1px solid #f2f4f4
}
.wysiwyg hr.transparent {
  border-bottom-color: transparent;
  margin-top: -15px
}
.wysiwyg ul {
  margin-top: 25px;
  margin-bottom: 25px
}
.wysiwyg ul li {
  margin-bottom: 10px
}
.wysiwyg ol {
  margin-top: 25px;
  margin-bottom: 25px
}
.wysiwyg ol li {
  margin-bottom: 10px
}
.wysiwyg table {
  width: 100%;
  margin-top: 42px;
  margin-bottom: 42px
}
.wysiwyg table th {
  padding: 15px 20px;
  background: #eee;
  border: 1px solid #eee
}
.wysiwyg table td {
  padding: 13px 20px;
  border: 1px solid #eee
}
.wysiwyg ul.tabs-header {
  margin-top: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #0f213b
}
.wysiwyg ul.tabs-header li {
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px 0 0;
  padding: 10px 20px;
  background-color: #eee;
  font-weight: bold
}
.wysiwyg ul.tabs-header li:hover {
  background-color: #75d0f4;
  color: #ffffff
}
.wysiwyg ul.tabs-header li.active {
  color: #ffffff;
  background-color: #0f213b
}
.wysiwyg .row .student-type h3, .wysiwyg .row h3, .wysiwyg .row h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 7px
}
.wysiwyg .row p {
  margin-top: 0
}
.content {
  max-width: 730px;
  margin-left: auto
}
.col-icon, .col-thumb {
  max-width: 90px;
  margin-bottom: 22px
}
.col-icon img, .col-thumb img {
  display: block;
  margin: 0
}
.col-thumb {
  max-width: 100%
}
.col-thumb img {
  width: 100%;
  height: auto
}
.student-type img {
  margin: 0 0 12px;
  border-radius: 50%;
  display: block;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1)
}
.student-type a:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}
.toggles {
  margin-top: 42px;
  margin-bottom: 42px
}
.toggle {
  margin-bottom: 6px
}
.toggle-opened .toggle-title a {
  background-color: #75d0f4
}
.toggle-opened .toggle-title a:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.toggle-title a {
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  font-size: 18px;
  font-weight: bold;
  background-color: #eee;
  padding: 18px 20px 18px 60px;
  position: relative
}
.toggle-title a:hover {
  background-color: #75d0f4;
  color: #0f213b
}
.toggle-title a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  background: url("../upload/icons/close.svg") 50% 50% no-repeat;
  background-size: 14px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1)
}
.toggle-content {
  padding: 0 30px;
  display: none;
  border: 2px solid #eee;
  overflow: auto !important
}
.toggle-content ol, .toggle-content p, .toggle-content table, .toggle-content ul {
  margin-top: 20px;
  margin-bottom: 20px
}
.col-md-6 .toggle-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px
}
.toggles-row {
  margin-left: -3px;
  margin-right: -3px
}
.toggles-row .toggles {
  margin-top: 0;
  margin-bottom: 0
}
.toggles-row .col-12 {
  padding-left: 3px;
  padding-right: 3px
}
body, html {
  height: 100%
}
.main-global {
  min-height: 100%;
  overflow: hidden;
  padding-bottom: -10px
}

.main2-global {
  min-height: 100%;
  overflow: hidden;
}


.red {
  color: #f00 !important
}
.error {
  color: #ef343b !important;
  border-color: #ef343b !important
}
.success {
  color: #00c100 !important;
  border-color: #00c100 !important
}
.disabled {
  color: #727d86 !important;
  border-color: #727d86 !important;
  cursor: default !important
}
input.input-text, textarea.textarea {
  height: 54px;
  width: 100%;
  border-radius: 0;
  padding: 10px;
  border: 1px solid #0f213b;
  background: transparent;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color
}
textarea.textarea {
  font-family: "Lato", sans-serif;
  overflow: auto;
  background: #ffffff;
  height: 230px
}
select.select {
  width: 100%;
  padding: 10px;
  border: 1px solid #0f213b;
  background: transparent url("../upload/select.svg") no-repeat calc(100% - 10px) 50%;
  background-size: 14px;
  height: 54px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0
}
select.select::-ms-expand {
  display: none
}
.checkbox, .radio {
  display: block
}
.checkbox input, .radio input {
  display: none
}
.checkbox label, .radio label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

a.btn, a.button, button.button, input.button, span.button {
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  background: #75d0f4;
  /* color: #ffffff; */
  color: #0f213b;
  display: inline-block;
  padding: 10px 42px;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color, background-color, border-color
}
a.btn:hover, a.button:hover, button.button:hover, input.button:hover, span.button:hover {
  background-color: #00b8ff;
  color: #ffffff !important
}
a.btn-big, a.button-big, button.button-big, input.button-big, span.button-big {
  padding: 15px 30px;
  font-size: 20px;
  letter-spacing: 1px
}
a.btn-inline, a.button-inline, button.button-inline, input.button-inline, span.button-inline {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 8px;
  margin-bottom: 12px
}
button.button, input.button {
  line-height: normal;
  border: 0
}
.form-row input.button {
  padding-left: 66px;
  padding-right: 66px
}
.form-cell {
  margin-bottom: 20px
}
.form-cell label {
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  display: block
}
.form-cell-note {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.2
}

.header-alert {
  margin-bottom: 12px;
  margin-top: -12px;
  /* RED Alert Background Color */
  /* background: #7d1415; - RED */
  /* background: #0f213b; - BLUE */
  background: yellow;	
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 10px 0 9px
}
.header-alert strong {
  font-weight: 500
}
.header-alert a {
  color: #ffffff
}
.header-alert a:hover {
  color: #ffffff
}
.header-alert img {
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding-right: 13px
}
.header-alert-close {
  right: 10px;
  top: 50%;
  margin-top: -16px;
  position: absolute;
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  color: transparent
}
.header-alert-close:after, .header-alert-close:before {
  border-radius: 1px;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  height: 2px;
  right: 5px;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.header-alert-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.header-global {
  padding: 12px 0 10px
}
.header-global .col-lg-8 {
  position: static
}
.header-global .container {
  position: relative
}



.header-global-give {
  padding: 12px 0 10px
}
.header-global-give .col-lg-8 {
  position: static
}
.header-global-give .container {
  position: relative
}


.logo {
  max-width: 336px
}
.logo a {
  display: block
}
.logo img {
  width: 100%;
  height: auto;
  display: block
}
.navigation-mobile {
  display: none
}
.header-global .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.4px
}
.header-global .menu > li {
  margin-left: 40px
}
.header-global .menu > li.menu-item-relative {
  position: relative
}
.header-global .menu > li.menu-item-has-children > a {
  position: relative
}
.header-global .menu > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -9px;
  bottom: -30px
}
.header-global .menu > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: -9px;
  top: 14px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #0f213b
}
.header-global .menu > li:first-child {
  margin-left: 0
}
.header-global .menu > li:hover > a {
  color: #75d0f4
}
.header-global .menu > li:hover > .mega-menu, .header-global .menu > li:hover > ul {
  display: block
}
.header-global .menu > li > a {
  display: block;
  padding: 3px 0
}
.header-global .menu > li > a.menu-button {
  background: #0f213b;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px
}
.header-global .menu > li > a.menu-button:hover {
  color: #75d0f4
}
.header-global .menu > li > ul {
  padding: 5px 0;
  display: none;
  position: absolute;
  left: -15px;
  top: 100%;
  margin: 0;
  list-style: none;
  background: #ffffff;
  z-index: 5050;
  white-space: nowrap;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3)
}
.header-global .menu > li > ul > li > a {
  padding: 5px 15px;
  display: block
}



.header-global-give .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.4px
}
.header-global-give .menu > li {
  margin-left: 10px;
    margin-right: 10px
}
.header-global-give .menu > li.menu-item-relative {
  position: relative
}
.header-global-give .menu > li.menu-item-has-children > a {
  position: relative
}
.header-global-give .menu > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -9px;
  bottom: -30px
}
.header-global-give .menu > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: -9px;
  top: 14px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #0f213b
}
.header-global-give .menu > li:first-child {
  margin-left: 0
}
.header-global-give .menu > li:hover > a {
  color: #75d0f4
}
.header-global-give .menu > li:hover > .mega-menu, .header-global-give .menu > li:hover > ul {
  display: block
}
.header-global-give .menu > li > a {
  display: block;
  padding: 3px 0
}
.header-global-give .menu > li > a.menu-button {
  background: #0f213b;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px
}
.header-global-give .menu > li > a.menu-button:hover {
  color: #75d0f4
}
.header-global-give .menu > li > ul {
  padding: 5px 0;
  display: none;
  position: absolute;
  left: -15px;
  top: 100%;
  margin: 0;
  list-style: none;
  background: #ffffff;
  z-index: 5050;
  white-space: nowrap;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3)
}
.header-global-give .menu > li > ul > li > a {
  padding: 5px 15px;
  display: block
}


.mega-menu {
  display: none;
  padding: 30px 15px;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 100%;
  z-index: 5050;
  background: #ffffff;
  -webkit-box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.3)
}
.mega-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  line-height: 1.2
}
.mega-menu-list > li {
  padding: 4px 0 10px
}
.mega-menu-list > li > ul {
  margin: 0;
  padding: 5px 0 10px;
  list-style: none;
  text-transform: none;
  font-weight: normal;
  font-size: 16px
}
.mega-menu-list > li > ul > li {
  padding: 4px 0
}
.mega-menu-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px
}
.mega-menu-button + .mega-menu-button {
  margin-top: 15px
}
.mega-menu-button a.button {
  padding-left: 18px;
  padding-right: 18px
}
.mega-menu-thumb {
  margin-bottom: 20px
}
a.menu-search {
  display: block;
  text-indent: -9999px;
  width: 27px;
  height: 27px;
  background: url("../upload/icons/search.png") no-repeat 50% 50%;
  background-size: 22px;
  margin-left: -18px;
  position: relative
}
a.menu-search:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff url("../upload/icons/close.svg") no-repeat 50% 50%;
  background-size: 18px;
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1)
}
.search-block {
  position: relative
}
.search-form-panel {
  display: none;
  padding-top: 18px;
  padding-right: 50px;
  padding-left: 200px;
  position: absolute;
  top: -30px;
  right: 100%;
  margin-right: 24px;
  background: #ffffff;
  width: 570px;
  height: 85px
}
.search-form-panel label {
  display: none
}
.search-opened .search-form-panel {
  display: block
}
.search-opened a.menu-search:before {
  opacity: 1
}
input.search-text {
  border: 0;
  height: 50px;
  width: 100%;
  border-bottom: 2px solid #0f213b;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #0f213b
}
input.search-text:focus {
  outline: none
}
.search-form-panel-mobile {
  position: relative;
  max-width: 375px;
  padding-right: 50px;
  padding-top: 18px;
  padding-bottom: 18px
}
.search-form-panel-mobile label.hidden {
  display: none
}
input.search-button {
  position: absolute;
  right: 0;
  top: 18px;
  width: 50px;
  height: 50px;
  background: url("../upload/icons/search.png") no-repeat 50% 50%;
  background-size: 22px;
  border: 0;
  text-indent: -9999px
}
.navigation-toggle {
  display: none;
  position: absolute;
  right: 5px;
  top: -12px;
  width: 60px;
  height: 60px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: -9999px
}
.navigation-toggle-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  right: 14px;
  height: 2px;
  background: #0f213b;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1)
}
.navigation-toggle-icon:after, .navigation-toggle-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #0f213b;
  -webkit-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1)
}
.navigation-toggle-icon:after {
  -webkit-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 9px, 0)
}
.navigation-open .navigation-toggle-icon {
  background-color: transparent
}
.navigation-open .navigation-toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.navigation-open .navigation-toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.navigation-global {
  background: #0f213b
}
.menu-global {
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 16px 0;
  list-style: none;
  text-transform: uppercase;
  /* font-size: 14px; */
  font-size: 16px;
  /* below added 6/2/2021 */
  text-align: center;
  letter-spacing: 1.4px
}
.menu-global > li.menu-item-has-children > a {
  position: relative
}
.menu-global > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -9px;
  bottom: -30px
}
.menu-global > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: -9px;
  top: 14px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #ffffff
}
.menu-global > li:hover > a {
  color: #75d0f4
}
.menu-global > li:hover .mega-menu {
  display: block
}
.menu-global > li > a {
  padding: 3px 0;
  margin-right: 10px;
  color: #ffffff;
  display: block
}
.menu-global > li > a:hover {
  color: #75d0f4
}
.menu-global > li > a.menu-button {
  margin-right: 0;
  background: #ffffff;
  color: #0f213b;
  padding-left: 14px;
  padding-right: 14px
}
.menu-global > li > a.menu-button:hover {
  color: #75d0f4
}
.navigation-mobile .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  text-align: left;
  font-weight: 900;
  text-transform: uppercase
}
.navigation-mobile .menu > li {
  margin: 10px 0
}
.navigation-mobile .menu > li > a {
  color: #ffffff;
  display: block
}
.navigation-mobile .menu > li > a:hover {
  color: #75d0f4
}
.navigation-mobile .menu .mega-menu-mobile a {
  color: #ffffff
}
.navigation-mobile .menu .mega-menu-mobile a:hover {
  color: #75d0f4
}
.navigation-mobile .mega-menu-mobile {
  display: none
}
.navigation-mobile .mega-menu-mobile > ul {
  margin: 0;
  padding: 10px 0 1px 30px;
  list-style: none;
  font-size: 16px
}
.navigation-mobile .mega-menu-mobile > ul > li > ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  font-size: 14px;
  font-weight: normal;
  text-transform: none
}
.navigation-mobile .children-opened .menu-item-has-children-toggle {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%
}
.navigation-mobile .children-opened .mega-menu-mobile {
  display: block
}
.navigation-mobile .navigation-mobile-secondary {
  padding-left: 10px;
  padding-right: 10px;
  background: #ffffff
}
.navigation-mobile .menu-global {
  font-size: 20px;
  text-align: left
}
.navigation-mobile .menu-global > li.menu-item-has-children:before {
  display: none
}
.navigation-mobile .menu-global > li:hover > a {
  color: #75d0f4
}
.navigation-mobile .menu-global > li > a {
  margin-right: 0;
  color: #0f213b
}
.navigation-mobile .menu-global > li > a.menu-button {
  background-color: #0f213b;
  color: #ffffff
}
.navigation-mobile .menu-global > li > a.menu-button:hover {
  color: #75d0f4
}
.navigation-mobile .navigation-mobile-primary {
  background: #0f213b;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px
}
.menu-item-has-children-toggle {
  width: 28px;
  height: 28px;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -2px;
  border: 0;
  background: #75d0f4;
  position: relative;
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%
}
.menu-item-has-children-toggle:after, .menu-item-has-children-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 2px;
  background: #ffffff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}
.menu-item-has-children-toggle:after {
  height: 60%;
  width: 2px
}
.menu-item-has-children-toggle:focus {
  outline: none
}
/*

.footer-global {
  padding-top: 50px;
  padding-bottom: 50px;

 
 background: #2d2d2e;
  margin-top: -420px;
  height: 420px;
  color: #ffffff
}
.footer-global a {
  color: #ffffff
}
.footer-global a:hover {
  color: #75d0f4
}
*/

.f2-global {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #2d2d2e;
  color: #ffffff
}
.f2-global a {
  color: #ffffff
}
.f2-global a:hover {
  color: #75d0f4
}
.f2-global a:hover {
  color: #75d0f4
}

.footer-logo {
  max-width: 310px;
  margin: 0 auto 24px
}
.footer-logo img {
  display: block;
  width: 100%;
  height: auto
}
.social {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px
}
.social li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  max-width: 38px;
  height: 38px;
  margin: 0 10px 10px
}
.social a:hover svg path {
  fill: #75d0f4;
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1)
}
.social svg {
  display: block;
  width: 38px;
  height: 38px
}
.social svg path {
  fill: #ffffff
}
.footer-navigation {
  margin-bottom: 30px
}
.footer-navigation ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.5px
}
.footer-navigation ul li {
  margin: 0 2px 3px
}
.footer-navigation ul li:before {
  content: "|";
  margin-right: 2px
}
.footer-navigation ul li:first-child::before, .footer-navigation ul li:nth-child(2):before {
  display: none
}
.copyright {
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px
}
.copyright p {
  margin: 0
}
.disclaimer {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  max-width: 700px
}
.disclaimer p {
  margin: 0
}
.cta {
  padding: 56px 0 52px;
  background: #0f213b;
  color: #ffffff;
  text-align: center
}
.cta-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 18px
}
.cta-button {
  background: #75d0f4;
  color: #ffffff;
  display: inline-block;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  padding: 11px 30px
}
.cta-button:hover {
  color: #0f213b
}
.stories {
  padding-top: 48px
}
.global-title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 38px
}
.global-title h1, .global-title h2, .global-title h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 100%
}
.storie-link {
  display: block;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 63px
}
.storie-link:hover .storie-thumb {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}
.storie-thumb {
  display: block;
  height: 0;
  padding-top: 80%;
  background: #0f213b no-repeat 50% 50%;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  text-replace: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 10px
}
.storie-autor {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #75d0f4;
  text-transform: uppercase
}
.storie-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  display: block;
  color: #0f213b;
	hyphens: none
}
.storie-title-center {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  display: block;
  color: #0f213b;
	text-align: center;
	hyphens: none
}
.hero {
  position: relative;
  text-align: center;
  height: 0;
  padding-bottom: 56.5%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover
}
.hero .hgroup {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px
}
.hero .hgroup h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2
}
.hero .hgroup h2 {
  line-height: 1.25;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px
}
.color-blue {
  color: #75d0f4 !important
}
.instagram-stories {
  padding-bottom: 50px
}
.instagram-stories-wrap {
  padding-left: 40px;
  padding-right: 40px
}
.instagram-stories-item {
  padding: 0 10px
}
.hero-contact, .hero-military, .hero-number {
  background: #999 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed
}
.hero-contact-mask, .hero-military-mask, .hero-number-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  background: #000000
}
.hero-contact img, .hero-military img, .hero-number img {
  display: block;
  margin: 0 auto
}
.hero-contact .row, .hero-military .row, .hero-number .row {
  min-height: 498px
}
.hero-contact-scroll {
  background-attachment: scroll
}
.hero-contact {
  color: #ffffff;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif
}
.hero-contact .row {
  padding-top: 55px;
  padding-bottom: 20px
}
.hero-contact-mask {
  opacity: 0.7
}
.hero-contact a {
  color: #ffffff
}
.hero-contact a:hover {
  color: #75d0f4
}
.hero-contact h2, .hero-contact h3.big {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 12px
}
.hero-contact h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 5px
}
.hero-contact p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 20px
}
.hero-number-title {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 9px
}
.hero-number-num {
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 98px;
  line-height: 1
}
.breadcrumbs {
  background: #0f213b;
  color: #ffffff;
  padding: 13px 0
}
.breadcrumbs a {
  color: #ffffff
}
.breadcrumbs a:hover {
  color: #75d0f4
}
.breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px
}
.breadcrumbs-list li {
  display: inline-block
}
.breadcrumbs-list li:before {
  content: ">";
  display: inline-block;
  margin-right: 5px
}
.breadcrumbs-list li:first-child:before {
  display: none
}
.breadcrumbs-list li span {
  font-weight: 900
}
.hero-global {
/*  background: #999 50% 50% no-repeat; */
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  height: 0;
  padding-top: 39.5%
}
.hero-global-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 25%;
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%) */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%)
}
.hero-global-navigation {

  position: absolute;
  left: 0;
  top: 13px;
  right: 0
}
.hero-global-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px
}
.hero-global-content h1 {
  padding: 8px 21px;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  background-color: rgba(15, 33, 59, 0.9);
  color: #ffffff;
  margin: 0;
  letter-spacing: 1.5px
}
.hero-global-content h2 {
  padding: 6px 28px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  background-color: rgba(117, 208, 244, 0.9);
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.7px
}
.hero-global-content h2 img {
  margin-top: -2px;
  margin-bottom: -2px;
  width: 18px;
  display: inline-block;
  vertical-align: middle
}
.hero-global-content .text-right {
  text-align: right
}



.hero-global-content-give {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px
}
.hero-global-content-give h1 {
  padding: 8px 21px;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  /*background-color: rgba(15, 33, 59, 0.9); 
  color: #ffffff; */
  color: rgba(15, 33, 59, 0.9);
  margin: 0;
  letter-spacing: 1.5px
}
.hero-global-content-give h2 {
  padding: 1px 60px;
  font-size: 20px;
  line-height: 2.5;
  font-weight: 500;
  display: inline-block;
  background-color: rgba(117, 208, 244, 0.9);
  color: #ffffff;
  margin-left: 25px;
  letter-spacing: 0.7px
}
.hero-global-content-give h2 img {
  margin-top: -2px;
  margin-bottom: -2px;
  width: 18px;
  display: inline-block;
  vertical-align: middle
}
.hero-global-content-give .text-right {
  text-align: right
}




.athletic-teams-header, .intro-global-text, .intro-military {
  padding: 45px 0
}
.athletic-teams-header h2, .intro-global-text h2, .intro-military h2 {
  text-align: right;
  color: #0f213b;
  margin: 0;
  line-height: 1.2;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  border-right: 5px solid #b3b3b3;
  padding: 13px 22px 13px 0
}
.athletic-teams-header p, .intro-global-text p, .intro-military p {
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 16px;
  margin: 0
}
.content-military {
  padding: 60px 0 92px;
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #0f213b;
  letter-spacing: 1px
}
.content-military a {
  color: #0f213b
}
.content-military a:hover {
  color: #75d0f4
}
.content-military-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%)
}
.military-features-header {
  font-size: 20px;
  margin-bottom: 37px
}
.military-features-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin: 0
}
.military-feature {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 40px
}
.military-feature p {
  line-height: 1.25
}
.military-feature img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px
}
.military-feature-title {
  font-weight: bold;
  margin-bottom: 4px
}
.military-features-footer {
  padding-top: 70px;
  text-align: right;
  font-size: 16px;
  line-height: 1.2;
  margin-left: auto;
  max-width: 330px
}
.military-features-footer p {
  margin-bottom: 30px
}
.military-features-footer h3 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1.1
}
.military-features-footer a.btn {
  color: #ffffff
}
.open-doors {
  padding-top: 30px;
  padding-bottom: 23px
}
.open-doors-header {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 38px
}
.open-doors-header-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px
}
.open-doors-item {
  letter-spacing: 1px;
  margin-bottom: 30px
}
.open-doors-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 12px
}
.open-doors-item ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.open-doors-item-title {
  font-weight: 600;
  font-family: "Montserrat", sans-serif
}
.testimonial {
  padding: 40px 0;
  background: #0f213b;
  color: #ffffff
}
.testimonial-thumb {
  max-width: 171px;
  margin: 0 auto
}
.testimonial-thumb img {
  display: block;
  border-radius: 50%
}
.testimonial-content {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 17px
}
.testimonial-meta {
  font-size: 20px;
  line-height: 1.2
}
.testimonial-autor {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px
}
.section-form {
  padding: 70px 0 51px;
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #0f213b;
  letter-spacing: 1px
}
.section-form a {
  color: #0f213b
}
.section-form a:hover {
  color: #75d0f4
}
.section-form-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%)
}
.section-form-sidebar {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px
}
.section-form-sidebar-title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px
}
.hero-features {
  padding: 35px 0 30%;
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #0f213b;
  letter-spacing: 1px
}
.hero-features a {
  color: #0f213b
}
.hero-features a:hover {
  color: #75d0f4
}
.hero-features-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%)
}
.hero-feature {
  letter-spacing: 1px;
  margin: 0 auto;
  max-width: 320px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.2
}
.hero-feature-title {
  font-weight: bold;
  margin-bottom: 7px
}
.hero-feature img {
  display: block;
  margin: 0 auto 15px
}
.thumbs-navigation {
  padding-top: 55px
}
.thumb-link {
  max-width: 400px;
  margin: 0 auto 40px;
  display: block;
  position: relative
}
.thumb-link img {
  width: 100%;
  height: auto
}
.thumb-link .button {
  text-align: center;
  min-width: 246px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;

  position: absolute;
  bottom: -29px;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.info-block {
  padding: 75px 0;
  margin-bottom: 95px;
  background: #0f213b;
  color: #ffffff
}
.info-block a {
  color: #ffffff
}
.info-block a.button {
  color: #0f213b;
}
.info-block a:hover {
  color: #75d0f4
}
.info-block-img {
  margin-bottom: -130px;
  position: relative;
  z-index: 2
}
.info-block-img img {
  display: block;
  width: 100%;
  height: auto
}
.info-block-content {
  letter-spacing: 1px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.2
}
.info-block-content h3 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif
}
.info-block-content p {
  margin-bottom: 28px
}
.info-block-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px
}
.info-block-nav a.button {
  padding-left: 36px;
  padding-right: 36px
}
.info-block-nav-item {
  padding: 0 5px 10px;
  white-space: nowrap
}
.matches {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px
}
.match {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 85px;
  align-items: center;
  border-left: 1px solid #e4e4e4
}
.match-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px)
}
.match-content-full {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.match-sidebar {
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  text-align: right
}
.match-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.match-row-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  max-width: 32px
}
.match-row-logo img {
  display: block;
  margin: 0
}
.match-row-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 32px);
  flex: 0 0 calc(100% - 32px);
  max-width: calc(100% - 32px);
  padding-left: 10px
}
.match-row-name span {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}
.match-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  color: transparent;
  line-height: 0
}
.match-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #a21435;
  border-bottom-color: #a21435
}
.match-link-icon {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 8px;
  height: 8px
}
.match-link-icon:after, .match-link-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #ffffff
}
.match-link-icon:before {
  margin-left: 0;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px
}
.about-intro {
  padding: 45px 0 105px
}
.about-intro h3 {
  text-align: right;
  color: #0f213b;
  margin: 0;
  line-height: 1.2;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  border-right: 5px solid #b3b3b3;
  padding: 13px 22px 13px 0
}
.about-intro p {
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 16px;
  margin: 0
}
.about-mission {
  padding-bottom: 65px;
  color: #ffffff;
  background: #0f213b
}
.about-mission a {
  color: #ffffff
}
.about-mission-thumb {
  margin-top: -45px
}
.about-mission-thumb img {
  display: block;
  width: 100%
}
.about-mission-content {
  padding-top: 40px;
  padding-left: 20px
}
.about-mission-content h3 {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-weight: 600
}
.about-mission-content p {
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 16px;
  margin: 0
}
.about-mission-link {
  margin-top: 22px
}
.about-mission-link a.button {
  padding-left: 22px;
  padding-right: 22px
}
.about-history {
  padding: 43px 0 70px;
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed
}
.about-history-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%)
}
.about-history-intro {
  margin-bottom: 32px
}
.about-history-intro h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin: 0 0 12px
}
.about-history-intro p {
  letter-spacing: 0.7px;
  line-height: 1.2;
  font-size: 16px;
  margin: 0 0 12px
}
.about-history-more {
  display: inline-block;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px
}
.about-history-item {
  margin-bottom: 23px;
  text-align: center
}
.about-history-item-title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px
}
.about-history-item-date {
  color: #75d0f4;
  font-weight: 900;
  font-size: 98px;
  line-height: 1;
  letter-spacing: 1.5px
}
.about-history-thumb {
  padding: 6px 0 24px 20px
}
.about-history-thumb img {
  display: block;
  width: 100%
}
.about-chancellor {
  padding: 66px 0 43px
}
.about-chancellor h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin: 0 0 46px;
  text-align: center
}
.about-chancellor-info {
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px
}
.about-chancellor-thumb {
  margin-bottom: 12px
}
.about-chancellor-thumb img {
  display: block;
  width: 100%
}
.about-chancellor-name {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.16
}
.about-chancellor-post {
  font-size: 21px;
  line-height: 1.1
}
.about-chancellor-message {
  padding-left: 25px
}
.about-chancellor-message p {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 19px
}
.about-chancellor-message img {
  display: block;
  margin-top: 18px
}
.about-community {
  padding-top: 75px;
  color: #ffffff;
  background: #0f213b
}
.about-community a {
  color: #ffffff
}
.about-community-content {
  padding: 2px 20px 40px 0
}
.about-community-content h3 {
  margin: 0 0 17px;
  line-height: 1.2;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-weight: 600
}
.about-community-content p {
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 16px;
  margin: 0 0 14px
}
.about-community-more {
  display: inline-block;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 900
}
.about-community-more:hover {
  color: #75d0f4
}
.about-community-thumb {
  margin-bottom: -55px
}
.about-community-thumb img {
  display: block;
  width: 100%
}
.about-stories {
  padding-top: 64px
}
.about-stories .storie-autor {
  font-size: 13px;
  margin-bottom: 3px
}
.about-stories .storie-title {
  font-size: 23px
}
.about-stories-intro {
  margin-bottom: 38px
}
.about-stories-intro h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin: 0 0 13px
}
.about-stories-intro p {
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-size: 16px;
  margin: 0 0 12px
}
.about-stories-more {
  display: inline-block;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 900
}
.about-visit {
  background: #999 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed
}
.about-visit .row {
  min-height: 405px
}
.about-visit-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background: #000000
}
.about-visit-content {
  padding: 50px 0;
  color: #ffffff;
  text-align: center
}
.about-visit-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.5px;
  margin: 0 0 20px
}
.about-view {
  position: absolute;
  bottom: 10px;
  right: 32px;
  width: 100px;
  height: 100px;
  background: transparent url("../upload/icons/about-view.png") 50% 50% no-repeat
}
.athletic-teams-thumbs-list, .intro-global-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px
}
.athletic-teams-thumb, .intro-global-thumb {
  padding: 0 10px 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif
}
.athletic-teams-thumb a, .intro-global-thumb a {
  display: block
}
.athletic-teams-thumb img, .intro-global-thumb img {
  display: block;
  margin: 0 auto 11px;
  width: 100%;
  height: auto
}
.athletic-teams-list {
  padding-top: 82px;
  text-align: right;
  letter-spacing: 1px
}
.athletic-teams-list h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif
}
.athletic-teams-list ul {
  font-size: 16px;
  line-height: 1.43;
  list-style: none;
  margin: 0;
  padding: 0
}
.athletic-teams-list ul li {
  margin-bottom: 1px
}
.athletic-teams {
  padding-bottom: 112px;
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%
}
.athletic-teams-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%)
}
.athletic-news {
  padding-top: 40px;
  padding-bottom: 50px;
  letter-spacing: 1px;
  background: #0f213b;
  color: #ffffff;
  font-family: "Montserrat", sans-serif
}
.athletic-news a {
  color: #ffffff
}
.athletic-news a:hover {
  color: #75d0f4
}
.athletic-news-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px
}
.athletic-news-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px
}
.athletic-news-hero-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%
}
.athletic-news-hero-thumb a {
  display: block
}
.athletic-news-hero-thumb img {
  display: block;
  width: 100%;
  height: auto
}
.athletic-news-hero-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.2
}
.athletic-news-hero-content p {
  margin: 0 0 8px
}
.athletic-news-hero-title {
  font-weight: bold;
  margin-bottom: 19px
}
.athletic-news-hero-title .date {
  font-weight: normal
}
.athletic-news-hero-more {
  font-weight: 600
}
.athletic-news-list {
  max-width: 320px
}
.athletic-news-item {
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 10px
}
.athletic-news-item .date {
  color: #75d0f4
}
.athletic-news-navigation a.button {
  font-family: "Lato", sans-serif
}
.athletic-news-list {
  border-left: 1px solid #ffffff;
  padding-left: 40px
}
.athletic-follow {
  padding-top: 65px;
  padding-bottom: 32%;
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%
}
.athletic-follow-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%)
}
.athletic-follow-landing {
  padding-bottom: 47%
}
.athletic-follow-gallery {
  padding-left: 40px;
  padding-right: 40px
}
.athletic-follow-item {
  padding: 10px
}
.athletic-follow-item img {
  display: block;
  width: 100%;
  height: auto
}
.athletic-follow-gallery-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 50px;
  margin-bottom: 20px
}
.athletic-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.athletic-social li {
  margin-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px
}
.athletic-social li a {
  display: block;
  opacity: 0.4
}
.athletic-social li a:hover {
  opacity: 1
}
.athletic-follow-thumb {
  margin-bottom: 54px
}
.athletic-follow-thumb img {
  display: block;
  margin: 0 auto
}
.athletic-follow-content {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 74px;
  padding-left: 50px;
  padding-right: 50px
}
.athletic-follow-content h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.44;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 18px
}
.athletic-follow-content p {
  margin-bottom: 26px
}
.uscb-athletics-line {
  padding: 3px 0;
  background: #e2bf84
}
.uscb-athletics-line-title {
  text-align: center;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 60px
}
.uscb-athletics-line-logo {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 113px;
  z-index: 2
}
.uscb-athletics-line-logo img {
  display: block
}
.uscb-athletics-hero {
  position: relative;
  background: #999 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.2
}
.uscb-athletics-hero h2 {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 600
}
.uscb-athletics-hero a {
  color: #ffffff
}
.uscb-athletics-hero a:hover {
  color: #75d0f4
}
.uscb-athletics-hero a.button {
  font-family: "Lato", sans-serif
}
.uscb-athletics-hero .row {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 456px
}
.uscb-athletics-hero-mask {
  opacity: 0.4;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}
.uscb-athletics-hero p {
  margin-bottom: 30px
}
.programs-list {
  color: #ffffff;
  letter-spacing: 1px;
  background: #0f213b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.programs-content {
  -webkit-box-flex: 0;
/*  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%; */
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  height: 201px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500
}
.programs-content-wrap {
  max-width: 385px;
  margin: 0 auto
}
.programs-content h4 {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 14px
}



.program {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  height: 201px;
  display: block;
  background: transparent 50% 50% no-repeat;
  background-size: cover;
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative
}
.program:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.33
}
.program:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%)
}
.program-title {
  padding: 10px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase
}
.opportunities {
  padding-top: 140px;
  padding-bottom: 90px
}
.opportunities-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 60px;
  line-height: 1;
  text-align: right;
  margin-bottom: 10px
}
.opportunities-list {
  max-width: 400px;
  margin: 0;
  margin-left: auto;
  padding: 15px 0 0;
  list-style: none;
  border-right: 1px solid #939598;
  text-align: right;
  font-size: 19px;
  line-height: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase
}
.opportunities-list li {
  margin-top: 40px;
  padding-right: 53px;
  position: relative;
  color: #939598;
  cursor: pointer
}
.opportunities-list li:last-child:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -3px;
  width: 6px;
  height: 50%;
  background: #ffffff
}
.opportunities-list li.active {
  color: #75d0f4
}
.opportunities-list li span {
  position: absolute;
  right: 0;
  top: 50%;
  width: 37px;
  height: 1px;
  background: #939598
}
.opportunities-list li span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 3px;
  background: #939598;
  border-radius: 50%;
  margin-top: -1px;
  margin-right: -1px
}
.opportunities-content {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 1px
}
.opportunities-content img {
  display: block;
  margin-bottom: 40px
}
.opportunities-more {
  font-size: 20px;
  font-weight: bold
}
.box {
  display: none
}
.box.visible {
  display: block
}
.focus {
  padding-top: 36px;
  background: #0f213b
}
.focus a {
  color: #ffffff
}
.focus a:hover {
  color: #75d0f4
}
.focus-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff
}
.focus-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
  height: 1px;
  background: #ffffff
}
.focus-item-thumb {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
  padding-right: 30px
}
.focus-item-thumb img {
  display: block;
  width: 100%;
  height: auto
}
.focus-item-thumb-text {
  left: 100%;
  bottom: 0;
  position: absolute;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  white-space: nowrap;
  -webkit-transform: rotate(90deg) translate3d(-100%, 36px, 0);
  transform: rotate(90deg) translate3d(-100%, 36px, 0);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%
}
.focus-item-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.5%;
  flex: 0 0 32.5%;
  max-width: 32.5%;
  padding-right: 60px;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  background: #0f213b
}
.focus-item-icon {
  top: 50%;
  right: 0;
  width: 52px;
  height: 52px;
  position: absolute;
  background: #0f213b;
  border-radius: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.focus-item-icon img {
  display: block
}
.focus-item-t1 {
  margin-top: -150px
}
.focus-item-t2 {
  margin-top: -70px
}
.focus-item-t2 .focus-item-thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 0;
  padding-left: 30px
}
.focus-item-t2 .focus-item-text {
  text-align: right;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 60px
}
.focus-item-t2 .focus-item-icon {
  right: auto;
  left: 0
}
.focus-item-t2 .focus-item-thumb-text {
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-90deg) translate3d(-50%, -4px, 0);
  transform: rotate(-90deg) translate3d(-50%, -4px, 0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0
}
.focus-item-t3 {
  margin-top: -75px;
  margin-bottom: -52px
}
.focus-item-t3 .focus-item-thumb-text {
  bottom: auto;
  top: 0;
  -webkit-transform: rotate(90deg) translate3d(-40px, 36px, 0);
  transform: rotate(90deg) translate3d(-40px, 36px, 0)
}
.focus-title {
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 1.2
}
.intro-global {
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%
}
.intro-global-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%)
}
.intro-global-thumbs {
  margin-top: 22px;
  margin-bottom: 20px
}
.intro-global-thumb-x4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.intro-global-num {
  margin-top: 10px;
  margin-bottom: 58px;
  text-align: center;
  color: #0f213b;
  font-weight: 900;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 1px
}
.intro-global-num-title {
  color: #0f213b;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 8px
}
.campus {
  margin-top: 120px;
  padding-bottom: 65px;
  background: #0f213b;
  color: #ffffff
}
.campus a {
  color: #ffffff
}
.campus a:hover {
  color: #75d0f4
}
.campus-item + .campus-item {
  margin-top: 70px
}
.campus-item-t1 .campus-thumb {
  margin-top: -95px
}
.campus-item-t2 .campus-content {
  text-align: right;
  padding-left: 0;
  padding-right: 25px
}
.campus-item-t3 .campus-thumb {
  margin-bottom: -140px
}
.campus-thumb {
  position: relative;
  z-index: 2
}
.campus-thumb img {
  display: block;
  margin: 0
}
.campus-content {
  padding-left: 25px;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.2
}
.campus-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 15px
}
.campus-content p {
  margin: 10px 0 0
}
.campus-content p + p {
  margin-top: 30px
}
.campus-place {
  padding-top: 130px;
  padding-bottom: 31.5%;
  position: relative;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%
}
.campus-place-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%)
}
.campus-place-thumb {
  max-width: 400px;
  margin: 0 auto
}
.campus-place-thumb img {
  display: block;
  width: 100%;
  height: auto
}
.campus-place-content {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px
}
.campus-place-content h3 {
  max-width: 450px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 12px
}
.events-line {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  background: #0f213b;
  width: 1px
}
.section-events {
  letter-spacing: 1px;
  padding-top: 35px;
  padding-bottom: 50px
}
.events {
  padding: 0 10px;
  max-width: 360px;
  margin: 0 auto
}
.events-title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  /* margin-bottom: 60px */
  margin-bottom: 20px
}
.events-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px
}
.events-item-date {
  display: block;
  font-size: 26px;
  font-weight: 900;
  color: #0f213b;
  line-height: 1.2;
  min-width: 110px
}

.events-item-content {
  display: block;
  font-size: 16px;
  line-height: 21px
}
.events-item-content strong {
  font-size: 18px;
  font-weight: bold
}
.events-more {
  font-size: 20px;
  font-weight: bold;
  text-align: right
}
.featured-event {
  max-width: 360px;
  margin: 0 auto;
  display: block;
  background: transparent url("../upload/date.png") 50% 70px no-repeat;
  background-size: 100%
}
.featured-event:hover {
  color: #0f213b
}
.featured-event:hover .featured-event-text {
  color: #75d0f4
}
.featured-event-title {
  display: block;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 50px
}
.featured-event-date {
  display: block;
  font-size: 80px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 90px
}
.featured-event-text {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 30px;
  -webkit-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1)
}
.featured-event-title-single {
  font-size: 28px;
  font-weight: bold
}
.featured-event-more {
  display: block
}
.stories-landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0f213b;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.story-landing {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  display: block;
  min-height: 400px;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  color: transparent;
  line-height: 0
}
.story-landing-text {
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 26px 10px 0 30px
}
.story-landing-text a {
  color: #ffffff
}
.story-landing-text a:hover {
  color: #75d0f4
}
.story-landing-text h3 {
  font-size: 60px;
  line-height: 1.2;
  margin: 0 0 12px;
  font-weight: bold
}
.story-landing-text p {
  margin: 0
}
.story-landing-more {
  margin-top: 14px;
  font-weight: 600;
  font-size: 20px
}
.intro-landing {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed
}
.intro-landing-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  opacity: 0.6
}
/* added 6/9/2021 - home page Bigger Bluffton Campus Link */
.landing-campus-big-link:hover {
  color: #75d0f4
}
/* added 6/9/2021 - home page Bigger Bluffton Campus Link */
.landing-campus-title-big {
  z-index: 2;
  color: white; 
  font-size: 40px; 
  font-weight: 900; 
  padding: 10px 10px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}
.landing-campus-link {
  display: block;
  padding-top: 100%;
  height: 0;
  position: relative;
  margin-bottom: 30px;
  color: #ffffff;
  background: 50% 50% no-repeat;
  background-size: cover
}
.landing-campus-link:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
  position: absolute
}
.landing-campus-link:hover {
  color: #75d0f4
}
.landing-campus-title {
  z-index: 2;
  /* font-size: 28px; */
  font-size: 22px;
  line-height: 1.2;
  padding: 10px 10px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

/*  
.intro-landing-numbers {
  padding-top: 60px; 
  padding-bottom: 40px
}
*/
.intro-landing-numbers img {
  display: block;
  margin: 0 auto
}
.intro-landing-content {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.2
}
.intro-landing-content img {
  display: block;
  width: 100%;
  height: auto
}
.intro-landing-content p {
  margin-bottom: 0;
  margin-top: 15px
}
.intro-landing-content a {
  font-weight: 900
}
.intro-landing-content h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px
}

.intro-landing-header {
  /* padding-top: 70px; */
  padding-top: 20px;
  padding-bottom: 55px;
  font-size: 28px;
  line-height: 1.2
}
.intro-landing-header strong {
  font-weight: bold
}
.intro-landing-header h2 {
  max-width: 400px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px
}
.intro-landing-header p {
  margin: 20px 0 0
}
.intro-landing-header img {
  display: block;
  margin: 0 auto
}
.sidebar {
  padding-top: 48px;
  margin-bottom: 30px;
  color: #0f213b;
  letter-spacing: 1px
}
.sidebar-navigation {
  border-right: 5px solid #b3b3b3;
  padding-right: 30px;
  max-width: 232px;
  margin-bottom: 80px
}
.sidebar-navigation-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px
}





.sidebar-navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 28px
}
.sidebar-navigation-list > li {
  margin-bottom: 8px
}

.sidebar-navigation-list li.current-menu-item > a {
 font-weight: 600;
 list-style-type: none
}


/*
.sidebar-navigation-list > li.current-menu-item > a, .sidebar-navigation-list > li.current-menu-parent > a {
  font-weight: 600
}
*/
.sidebar-navigation-list > li > ul {
  list-style: none;
  margin: 0;
  padding: 8px 0 0 36px
}
.sidebar-navigation-list > li > ul > li {
  margin-bottom: 8px
}
/*
.sidebar-navigation-list > li > ul > li.current-menu-item > a, .sidebar-navigation-list > li > ul > li.current-menu-parent > a {
  font-weight: 600
}
*/
.sidebar-questions {
  font-family: "Montserrat", sans-serif
}
.sidebar-questions + .sidebar-questions {
  margin-top: 50px
}
.sidebar-questions-icon {
  max-width: 100px;
  margin-bottom: 25px
}
.sidebar-questions-icon img {
  display: block
}
.sidebar-questions-title {
  font-weight: bold;
  font-size: 20px
}
.sidebar-questions-content {
  max-width: 210px;
  margin-bottom: 18px
}
.sidebar-questions-navigation {
  margin-bottom: 18px
}
.sidebar-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -10px 0 0;
  padding: 0;
  list-style: none
}
.sidebar-social li {
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  max-width: 38px;
  font-size: 0;
  line-height: 0;
  color: transparent
}
.sidebar-social img {
  display: block
}
.sidebar-social svg {
  width: 38px;
  height: 38px;
  display: block
}
.sidebar-social svg path {
  fill: #9c9c9c;
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1)
}
.sidebar-social a:hover svg path {
  fill: #75d0f4
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slide, .slick-slide img, .slick-slider .slick-list, .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-vertical .slick-slide {
  display: block;
  height: auto
}
.slick-next, .slick-prev {
  position: absolute;
  height: 50px;
  width: 23px;
  background: url("../upload/left-arrow.svg") no-repeat 50% 50%;
  background-size: 23px;
  top: 50%;
  left: -40px;
  margin-top: -25px;
  z-index: 2;
  text-indent: -9999px;
  border: 0
}
.slick-next:focus, .slick-prev:focus {
  outline: none
}
.slick-next {
  left: auto;
  right: -40px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.matches .slick-next, .matches .slick-prev {
  width: 30px;
  height: 100%;
  top: 0;
  margin-top: 0;
  background-image: url("../upload/icons/right-arrow.svg");
  background-size: 8px
}
.matches .slick-prev {
  left: -30px
}
.matches .slick-next {
  border-right: 1px solid #e4e4e4;
  right: -30px
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
  opacity: 0.25;
  cursor: default
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%
}
.slick-dots li {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px
}
.slick-dots li button {
  border: 0;
  background: #ff00ff;
  display: block;
  height: 20px;
  width: 20px
}
.slick-dots li.slick-active button {
  background: #ff0000
}
@media (max-width:1199.98px) {
  .focus-item-t1 {
    margin-top: -100px
  }
  .story-landing-text h3 {
    font-size: 40px
  }
}
@media (max-width:991.98px) {
  .main-global {
    padding-top: 61px;
    min-height: 0;
    padding-bottom: 0
  }
	
.main2-global {
    padding-top: 61px;
    min-height: 0;
    padding-bottom: 0
  }
	
  .footer-global {
    margin-top: 0;
    height: auto;
    padding-bottom: 30px
  }  
  .f2-global {
    margin-top: 0;
    height: auto;
    padding-bottom: 30px
  }  

  .hero-global {
    padding-top: 0;
    height: 400px
  }
  .hero {
    background-size: 100%;
    padding-bottom: 500px;
    background-position: 50% 100%
  }
  .hero-global .hgroup, .hero .hgroup {
    top: 20px
  }
  .hero-global .hgroup h1, .hero .hgroup h1 {
    font-size: 34px
  }
  .hero-global .hgroup h2, .hero .hgroup h2 {
    font-size: 16px
  }
  .hero-military .row, .hero-number .row {
    min-height: 400px
  }
  .hero-number-num {
    font-size: 70px
  }
  .hero-global-content {
    bottom: 30px
  }

    .hero-global-content-give {
    bottom: 30px
  }


  .header-global {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 6060;
    height: 61px;
    background: #ffffff;
    border-bottom: 1px solid #eee
  }
  .logo {
    max-width: 200px
  }
  .navigation-toggle {
    display: block
  }
  .header-alert {
    margin-bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding-left: 15px;
    padding-right: 50px
  }
  .menu, .menu-global {
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .menu-global > li, .menu-global li, .menu > li, .menu li {
    margin: 5px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .menu-global > li > ul, .menu > li > ul {
    left: auto;
    top: auto;
    position: relative
  }
  .menu-global a, .menu a {
    display: inline-block !important
  }
  .navigation-mobile-primary {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #ffffff
  }
  .navigation-mobile-secondary {
    padding-top: 10px;
    padding-bottom: 40px;
    background: #0f213b
  }
  a.menu-search {
    margin-left: 0
  }
  .navigation-mobile {
    display: none;
    z-index: 4040;
    position: fixed;
    background: #0f213b;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 61px
  }
  .navigation-open .navigation-mobile {
    display: block
  }
  .hero-global-navigation {
    display: none
  }
  .about-intro {
    padding-bottom: 45px
  }
  .about-mission-thumb {
    margin-top: 40px
  }
  .about-history {
    padding-bottom: 40px
  }
  .about-history-intro h2 {
    font-size: 30px
  }
  .about-history-thumb {
    padding-left: 0
  }
  .about-history-thumb img {
    width: auto;
    margin: 0 auto
  }
  .about-chancellor h2 {
    font-size: 34px
  }
  .about-community-thumb {
    margin-bottom: 40px
  }
  .about-stories-intro h2 {
    font-size: 34px
  }
  .uscb-athletics-line-logo {
    max-width: 60px
  }
  .athletic-teams-thumb, .intro-global-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%
  }
  .programs-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .program {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .opportunities-title {
    font-size: 36px
  }
  .focus-item-t1 {
    margin-top: -50px
  }
  .focus-item-t2 {
    margin-top: -50px
  }
  .focus-item-t3 {
    margin-top: -50px
  }
  .focus-title {
    font-size: 36px
  }
  .focus-item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
  }
  .featured-event {
    margin-bottom: 50px
  }
  .events {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px
  }
  .events-title {
    /* margin-bottom: 30px */
    margin-bottom: 20px
  }
  .events-line {
    display: none
  }
  .story-landing, .story-landing-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .story-landing-text h3, .story-landing h3 {
    font-size: 30px
  }
  .about-history, .about-visit, .hero-global, .hero-military, .hero-number, .intro-landing, .uscb-athletics-hero {
    background-attachment: scroll
  }
  .hero-global-right {
    background-position: 75% 50%
  }
  .wysiwyg ul.tabs-header li {
    margin-top: 2px;
    margin-right: 2px;
    font-size: 15px;
    padding: 8px 10px;
    letter-spacing: 0
  }
  .wysiwyg ul.tabs-header li:last-child {
    margin-right: 0
  }
}
@media (max-width:767.98px) {
  .hero {
    padding-bottom: 70%
  }
  .footer-logo {
    max-width: 200px
  }
  .cta-title {
    font-size: 20px
  }
  .military-features-footer {
    padding-top: 0;
    text-align: left
  }
  .athletic-teams-header h2, .intro-global-text h2, .intro-military h2 {
    padding-top: 0;
    text-align: left;
    padding-right: 0;
    border-right: 0
  }
  .section-form-sidebar-title {
    font-size: 30px
  }
  .section-form-sidebar-title br {
    display: none
  }
  .testimonial-thumb {
    margin-bottom: 30px
  }
  .wysiwyg h1 {
    font-size: 36px
  }
  .wysiwyg h1 br {
    display: none
  }
  .info-block {
    margin-bottom: 0
  }
  .info-block-img {
    margin-bottom: 30px
  }
  .info-block-content {
    padding-left: 0
  }
  .info-block-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .about-intro h3 {
    padding-top: 0;
    text-align: left;
    padding-right: 0;
    border-right: 0
  }
  .about-mission-content {
    padding-left: 0
  }
  .about-history-item {
    margin-bottom: 40px
  }
  .about-history-item-date {
    font-size: 70px
  }
  .about-chancellor h2 {
    font-size: 30px;
    margin-bottom: 30px
  }
  .about-chancellor-thumb img {
    width: auto;
    margin: 0 auto
  }
  .about-chancellor-message {
    padding-left: 0
  }
  .about-community {
    padding-top: 50px
  }
  .about-community-content {
    padding-right: 0
  }
  .about-stories {
    padding-top: 50px
  }
  .about-visit-content h3 {
    font-size: 34px
  }
  .athletic-follow-content {
    padding-left: 0;
    padding-right: 0
  }
  .athletic-follow-content h2 {
    font-size: 34px
  }
  .athletic-news-list {
    padding-left: 0;
    border-left: 0;
    max-width: none
  }
  .intro-global-num {
    font-size: 50px
  }
  .programs-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .program {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%
  }
  .focus-title {
    text-align: center
  }
  .focus-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto;
    max-width: 400px
  }
  .focus-item:before {
    display: none
  }
  .focus-item-thumb {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 40px
  }
  .focus-item-thumb-text {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: auto !important;
    right: auto !important;
    left: 0 !important;
    bottom: 0 !important;
    font-size: 20px;
    margin: 0 !important
  }
  .focus-item-text {
    text-align: left !important;
    padding-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  .focus-item-icon {
    display: none
  }
  .opportunities {
    padding-top: 50px;
    padding-bottom: 50px
  }
  .opportunities-title {
    text-align: left
  }
  .opportunities-list {
    max-width: none;
    text-align: left;
    margin-bottom: 30px;
    border-right: 0
  }
  .opportunities-list li {
    margin: 0 0 4px
  }
  .opportunities-list li span {
    display: none
  }
  .campus-place-content h3 {
    font-size: 30px
  }
  .campus-place-thumb {
    margin-bottom: 20px
  }
  .campus-place {
    padding-top: 30px
  }
  .campus {
    padding-top: 40px;
    margin-top: 30px
  }
  .campus-thumb {
    margin-bottom: 20px !important;
    max-width: 400px
  }
  .campus-item-t1 .campus-thumb {
    margin-top: 0
  }
  .campus-item-t3 .campus-thumb {
    margin-bottom: 0
  }
  .campus-content {
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  .intro-landing-header {
    font-size: 20px
  }
  .intro-landing-header img {
    margin-bottom: 30px
  }
  .intro-landing-header h2 {
    font-size: 30px
  }
  .intro-landing-content img {
    margin-bottom: 30px
  }
  .landing-campus-title {
    font-size: 20px
  }
}
@media (max-width:575.98px) {
  .hero {
    padding-bottom: 350px
  }
  .military-features-footer {
    padding-top: 30px;
    text-align: right
  }
  .sidebar-navigation {
    padding-right: 0;
    max-width: 100%;
    border-right: 0
  }
  .about-visit-content h3 {
    font-size: 30px
  }
  .athletic-teams-thumb, .intro-global-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .athletic-follow-gallery-title {
    padding-left: 0
  }
  .athletic-f-social, .athletic-f-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center
  }
  .athletic-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .athletic-social li:first-child {
    margin-left: 0
  }
  .athletic-news-hero-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
  }
  .athletic-news-hero-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
  }
  .programs-content {
    height: auto;
    min-height: 201px;
    padding-top: 20px;
    padding-bottom: 20px
  }
  .program {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .story-landing-text {
    padding-bottom: 40px
  }
  .story-landing, .story-landing-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}
.wysiwyg .faculty h2{
    margin-top:0;
	margin-bottom:10px;  
}

.wysiwyg .faculty h3{
    margin-top:10px;
    margin-bottom:10px;  
}

.wysiwyg .faculty img{
    margin-top: 10px;
    margin-bottom:0;  
}

.wysiwyg .faculty img.shadow{
    box-shadow: 2px 6px 10px #c0c0c0;
    border: 3px solid #fff;
}

.wysiwyg .faculty img.circle{
    width: 100%;
    height: 100%;
    clip-path: circle(140px at center);
}

@media (min-width:768px) and (max-width:991px){
    .wysiwyg .faculty img.circle{
        clip-path: circle(92px at center);
    }
}

@media (max-width:767px){
    .wysiwyg .faculty img.circle{
        width: auto;
        height: auto;
        clip-path: circle(122px at center);
    }
}

.wysiwyg .faculty {margin-top:42px;}
.wysiwyg .faculty h3+p, .wysiwyg .faculty h3+ul {
    margin-top: 0px;
}
.wysiwyg .faculty .facultyInfo{
    margin:15px 0;
	font-size:16px;
	line-height:1.4em;
}
.my-auto{
    margin:0 auto;
}
.text-center{
    text-align: center;
}
.wysiwyg .facultyInfo .fa{
    margin-left:-6px;
    color:#00b8ff;
}
.wysiwyg .faculty h2+p.big {
    margin-top: 0;
}



.cars img:hover {
  opacity: 0.5;
}