/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Typograpy */
h1, h2, h3, h4, h5 {
  font-family: "Cormorant", serif;
  text-transform: captialize;
  padding: 5px 0px; }

h1 {
  font-size: 4.209em; }
  @media (max-width: 1200px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-size: 3.157em; }
  @media (max-width: 1200px) {
    h2 {
      font-size: 1.9em; } }

h3 {
  font-size: 1.777em; }
  @media (max-width: 1200px) {
    h3 {
      font-size: 1.6em; } }

h4 {
  font-size: 1.3333em; }
  @media (max-width: 1200px) {
    h4 {
      font-size: 1em; } }

h6 {
  font-size: 1em;
  font-weight: bold; }

a {
  color: #003399; }
  a:hover {
    text-decoration: none; }

@media (max-width: 1200px) {
  .row {
    display: block; } }

b, strong {
  font-weight: 600; }

@media (min-width: 1200px) {
  .header {
    max-width: 1300px !important; } }

@media (max-width: 1200px) {
  .header {
    padding: 20px 0px; }
    .header img {
      max-width: 70%; } }

.custom-nav {
  padding: 0 40px;
  background: white;
  font-family: "Cormorant", serif; }
  .custom-nav .nav-link {
    color: #003399 !important;
    font-size: 22px;
    height: 106px;
    padding: 34px 9px !important;
    display: inline-block;
    transition: all ease .3s; }
    @media (max-width: 1200px) {
      .custom-nav .nav-link {
        display: block;
        padding: 10px !important;
        height: auto; } }
    .custom-nav .nav-link:hover {
      background: #003399;
      color: white !important;
      border-radius: 0 0 10px 10px; }

.dropdown-toggle:after {
  content: "";
  color: gray;
  font-size: 13px; }

.slick-parent {
  height: 700px;
  BACKGROUND: #363636; }
  @media (max-width: 1200px) {
    .slick-parent {
      height: 400px; } }
  .slick-parent .slide-columns {
    display: flex;
    background: #363636; }
  .slick-parent .slide-img {
    background-size: cover !important;
    height: 700px;
    width: 65%;
    background-color: pink;
    vertical-align: middle; }
    @media (max-width: 1200px) {
      .slick-parent .slide-img {
        height: 400px; } }
  .slick-parent .slide-description {
    height: 100%;
    color: white;
    width: 35%;
    position: relative; }
    .slick-parent .slide-description .inner_description {
      padding: 0px 13px;
      display: block; }
      @media (min-width: 1200px) {
        .slick-parent .slide-description .inner_description {
          position: absolute;
          top: -50%;
          transform: translateY(50%); } }
      @media (max-width: 1200px) {
        .slick-parent .slide-description .inner_description h2 {
          font-size: 1.5em; } }
      .slick-parent .slide-description .inner_description button {
        background: none;
        border: none; }
        .slick-parent .slide-description .inner_description button a {
          color: white;
          padding: 10px;
          border-bottom: 3px solid white;
          transition: ease all .3s; }
          .slick-parent .slide-description .inner_description button a:hover {
            background: white;
            color: #363636; }

.home-buttons {
  background: #000000;
  display: block; }
  .home-buttons .col {
    position: relative;
    overflow: hidden; }
    .home-buttons .col:nth-child(1) {
      background: #003399; }
    .home-buttons .col:nth-child(2) {
      background: #061534; }
    .home-buttons .col:nth-child(3) {
      background: #000000; }
    .home-buttons .col:nth-child(4) {
      background: #003399; }
    .home-buttons .col:nth-child(5) {
      background: #5C5C5C; }
    .home-buttons .col:hover img {
      opacity: 0; }
    .home-buttons .col img {
      transition: all ease .3s;
      position: absolute;
      top: 0px;
      left: 0px;
      object-fit: cover;
      height: 100%;
      width: 100%;
      z-index: 0;
      opacity: .2; }
    .home-buttons .col .btn-title {
      position: relative;
      z-index: 100;
      text-align: center; }
      .home-buttons .col .btn-title a {
        padding: 50px 30px 30px 30px;
        display: block;
        color: white;
        font-size: 19px; }
        .home-buttons .col .btn-title a img {
          width: 100px;
          opacity: 1;
          padding: 0 2px 0 0;
          display: inline;
          position: relative; }
        .home-buttons .col .btn-title a .icon {
          font-size: 38px;
          padding: 10px 10px 0 0; }
        .home-buttons .col .btn-title a h4 {
          display: inline;
          font-size: 30px; }

footer {
  background: #003399;
  padding: 10px;
  margin: 0px auto;
  text-align: center;
  font-size: 37px; }
  footer a {
    color: white;
    transition: all ease .3s; }
    footer a:hover {
      color: #a2a2a2; }

.copyright {
  margin: 0px auto;
  text-align: center;
  padding: 20px;
  color: #6a6a6a; }
  .copyright a {
    color: #525252; }

.interior-nav {
  background: #dfdfdf; }
  
  
  .interior-nav .navbar {
    padding: 0px; }
    @media (max-width: 1200px) {
      .interior-nav .navbar .nav-item {
        margin: 3px 0px; } 
 
        }
  .interior-nav .btn {
    margin: 0px 4px;
    border-radius: 20px;
    border-color: #003399; }
    .interior-nav .btn a {
      color: #363636;
      font-size: 14px; }
    .interior-nav .btn:hover {
      background: #d0d0d0; }
      .interior-nav .btn:hover a {
        /*   color:white !important; */ }
        
        @media screen and (max-width: 769px) {
	.page_title h1 {
	padding: 20px 0px;
	}
	
	.interior-nav {
	position: relative;
	top: -10px;
}
	}

.page_title {
  background: #003399;
  color: white;
  padding: 0px 0px 12px 0px; }
  
  .page_title h1 {
    margin: 0.3em 0;
     }

.interior-content {
  padding: 20px; }

.interior-grid {
  padding: 40px; }
  .interior-grid .col-sm-10 {
    border-bottom: 1px solid gray;
    padding: 20px 40px; }
  .interior-grid .col-sm-2 {
    position: relative; }
    @media (max-width: 1200px) {
      .interior-grid .col-sm-2 {
        height: 170px; } }
  .interior-grid .blue-icon {
    background: #003399;
    padding: 30px 23px;
    width: 150px;
    text-align: center;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .interior-grid .blue-icon i {
      font-size: 80px;
      color: white; }

.horizontal-blue-icon {
  display: block;
  background: #003399;
  padding: 30px;
  border-radius: 20px;
  margin: 0px auto;
  text-align: center;
  color: white;
  font-size: 24px !important; }
  @media (max-width: 1200px) {
    .horizontal-blue-icon {
      margin: 15px; } }

.horizontal-blue-grid {
  padding: 10px; }
