/* ==========================================================================
   =Reset and Normalize
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
	 * 1. Correct the line height in all browsers.
	 * 2. Prevent adjustments of font size after orientation changes in
	 *    IE on Windows Phone and in iOS.
	 */
html {
  line-height: 1;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
	 * 1. Add the correct box sizing in Firefox.
	 * 2. Show the overflow in Edge and IE.
	 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
	 * 1. Remove the gray background on active links in IE 10.
	 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
	 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
	 * Hide the overflow in IE.
	 */
svg:not(:root) {
  overflow: hidden;
}

/**
	 * 1. Correct color not being inherited.
	 *    Known issue: affects color of disabled elements.
	 * 2. Correct font properties not being inherited.
	 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 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;
}

/**
	 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
	 *    controls in Android 4.
	 * 2. Correct the inability to style clickable types in iOS and Safari.
	 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
	 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
	 * Remove the default vertical scrollbar in IE.
	 */
textarea {
  overflow: auto;
}

/**
	 * 1. Add the correct box sizing in IE 10-.
	 * 2. Remove the padding in IE 10-.
	 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
	 */
[type="search"]::-webkit-search-cancel-button,
[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 */
}

/*
	 * Add the correct display in all browsers.
	 */
summary {
  display: list-item;
}

/**
	 * Add the correct display in IE.
	 */
template {
  display: none;
}

/**
	 * Add the correct display in IE 10-.
	 */
[hidden] {
  display: none;
}

/* ==========================================================================
   =Typography
   ========================================================================== */
body {
  background-color: #ffffff;
  color: #323232;
  font-family: 'Overpass', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: 'Overpass', sans-serif;
}

h1 {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 56px;
}

h2 {
  margin-top: 49px;
  margin-bottom: 19px;
  font-size: 28px;
  line-height: 46px;
}

h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 37px;
}

h4 {
  margin-bottom: 7px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}

p {
  margin-bottom: 30px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

small {
  font-size: 90%;
}

big {
  font-size: 125%;
}

sub {
  padding: 0 1px;
  font-size: 75%;
  vertical-align: sub;
}

sup {
  padding: 0 1px;
  font-size: 75%;
  vertical-align: super;
}

abbr[title] {
  border-bottom: 1px dotted #323232;
  cursor: help;
}

address {
  display: block;
  margin-bottom: 30px;
}

blockquote {
  overflow: hidden;
  padding-left: 19px;
  border-style: solid;
  border-color: #f5f5f5;
  border-width: 0 0 0 7px;
}

code, pre, kbd {
  font-size: 15px;
}

code {
  padding: 3px 4px;
  border-radius: 7px;
  margin: 0 1px;
  background-color: #f5f5f5;
}

pre {
  display: block;
  padding: 12px;
  border-style: solid;
  border-color: #f5f5f5;
  border-width: 0 0 0 7px;
  margin-bottom: 30px;
  overflow-x: auto;
  white-space: pre-wrap;
}

kbd {
  padding: 3px 4px;
  border-radius: 4px;
  margin: 0 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 #f5f5f5;
          box-shadow: 0 0 4px 0 #f5f5f5;
}

mark,
ins {
  text-decoration: none;
}

s,
del {
  text-decoration: line-through;
}

/* ==========================================================================
   =Forms
   ========================================================================== */
fieldset {
  display: block;
}

label {
  display: block;
  color: #666666;
}

/**
	 * 1. IE input fix. 
	 */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 69px;
  /* 1 */
  padding: 19px 0;
  border-width: 0;
  border-radius: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  color: #323232;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #003399;
  outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  cursor: not-allowed;
  background-color: #f5f5f5;
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #f5f5f5;
}

textarea[rows] {
  height: auto;
}

/**
	 *  1. Disallow resize out of parent
	 */
textarea {
  max-width: 100%;
  /* 1 */
}

/**
	 * 1. IE input fix.
	 */
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 69px;
  /* 1 */
  padding: 19px 0;
  border: 1px solid #cccccc;
  border-radius: 0;
  margin-bottom: 30px;
  color: #323232;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select[multiple] {
  height: auto;
  padding: 12px 12px;
  line-height: 30px;
}

select:disabled {
  cursor: not-allowed;
}

select:focus {
  border-color: #f5f5f5;
}

input[type="range"] {
  width: 50%;
}

/**
	 * 1. Firefox fix for size. or else it overflows on 320px
	 */
input[type="file"] {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
  font-size: 15px;
  /* 1 */
}

input[type="checkbox"],
input[type="radio"] {
  margin-bottom: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  vertical-align: baseline;
}

input[type="reset"],
input[type="submit"],
input[type="button"] {
  position: relative;
  display: inline-block;
  padding: 7px 30px;
  border: 2px solid #00569F;
  border-radius: 0;
  margin-bottom: 30px;
  background-color: #00569F;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  border: 2px solid #01428A;
  background-color: #01428A;
  color: #ffffff;
}

input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  border-color: #01428A;
  background-color: #01428A;
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: #888888;
}

::-moz-placeholder {
  color: #888888;
}

::-ms-input-placeholder {
  color: #888888;
}

::placeholder {
  color: #888888;
}

/* ==========================================================================
   =Formatting
   ========================================================================== */
hr {
  height: 1px;
  border: 0;
  margin: 30px 0;
  background-color: #dddddd;
}

/* ==========================================================================
   =Lists
   ========================================================================== */
ul, ol {
  margin-bottom: 30px;
  list-style-position: inside;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  margin-bottom: 12px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 30px;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 30px;
}

/* ==========================================================================
   =Images
   ========================================================================== */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

/* ==========================================================================
   =Tables
   ========================================================================== */
/**
	 * 1. Prevents HTML tables from becoming too wide
	 */
table {
  width: 100%;
  border: 1px solid #dddddd;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
  table-layout: fixed;
  /* 1 */
  overflow-x: scroll;
}

caption {
  margin-bottom: 30px;
  font-weight: 400;
  text-align: left;
}

th {
  padding: 12px;
  border: 1px solid #dddddd;
  font-weight: 600;
  text-align: left;
}

td {
  padding: 12px;
  border: 1px solid #dddddd;
  text-align: left;
}

/* ==========================================================================
   =Links
   ========================================================================== */
a {
  color: #00569F;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}

a:focus {
  color: #01428A;
}

a:hover {
  color: #01428A;
}

a:active {
  color: #01428A;
}

/* ==========================================================================
   =Wrap
   ========================================================================== */
#anar-wrap {
  position: relative;
  background-color: #f5f5f5;
}

/* ==========================================================================
   =Header
   ========================================================================== */
#anar-header {
  position: relative;
  padding: 15px;
  background-color: #00569F;
}

#anar-header:before {
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  background-color: #00569F;
  opacity: 0.75;
  content: '';
}

#anar-header:after {
  position: absolute;
  z-index: 1;
  bottom: -14px;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  background-color: #00569F;
  opacity: 0.5;
  content: '';
}

@media (min-width: 768px) {
  #anar-header {
    padding: 25px 30px;
  }
  #anar-header:before {
    bottom: -12px;
    height: 12px;
  }
  #anar-header:after {
    bottom: -24px;
    height: 12px;
  }
}

@media (min-width: 1200px) {
  #anar-header {
    padding: 25px 60px;
  }
}

@media (min-width: 1300px) {
  #anar-header {
    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;
    padding: 0 30px;
  }
}

@media (min-width: 1600px) {
  #anar-header {
    padding: 0 60px;
  }
}

/* =Logo
   ========================================================================== */
#anar-logo {
  display: inline-block;
  height: 60px;
}

/* =Desktop Menu
   ========================================================================== */
#anar-desktop-menu {
  display: none;
}

@media (min-width: 1300px) {
  #anar-desktop-menu {
    display: inline-block;
  }
  .sf-menu {
    margin-bottom: 0;
    text-align: center;
    list-style: none;
  }
  /*
		 * 1. Clearfix hack 
		 */
  .sf-menu:after {
    /* 1 */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .sf-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
  }
  .sf-menu > li {
    display: inline-block;
    margin-bottom: 0;
  }
  .sf-menu > li > a {
    position: relative;
    display: block;
  }
  .sf-menu .sf-mega,
  .sf-menu li.dropdown ul {
    position: absolute;
    z-index: 1025;
    top: 100%;
    left: 0;
    display: none;
  }
  .sf-menu .sf-mega {
    right: 0;
  }
  .sf-menu li.dropdown {
    position: relative;
  }
  .sf-menu li.dropdown ul ul {
    top: 0;
    left: 100%;
  }
  .sf-menu li:hover > .sf-mega,
  .sf-menu li.sfHover > .sf-mega,
  .sf-menu li.dropdown:hover > ul,
  .sf-menu li.dropdown.sfHover > ul {
    display: block;
  }
  /* Level 2 & 3 Links */
  .sf-menu a {
    position: relative;
    display: block;
    color: #fff;
  }
  .sf-menu a:hover {
    text-decoration: underline;
  }
  /* Level 1 Links */
  .sf-menu > li > a,
  .sf-menu > li.dropdown > a,
  .sf-menu > li.mega > a {
    position: relative;
    padding: 42px 18px 42px 17px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  .sf-menu > li:not(:last-child) > a:after {
    position: absolute;
    top: 38px;
    right: 0;
    height: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    content: "";
  }
  .sf-menu > li.sfHover > a:focus,
  .sf-menu > li > a:focus,
  .sf-menu > li.sfHover > a:hover,
  .sf-menu > li > a:hover {
    text-decoration: none;
  }
  /* Currently selected link */
  .sf-menu > li.current-page-ancestor > a:before,
  .sf-menu > li.current > a:before {
    position: absolute;
    bottom: 9px;
    left: 50%;
    font-family: 'anariconfont' !important;
    font-size: 30px;
    line-height: 1;
    content: "\e922";
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* =DropDown */
  /**
		 * 1. allow long menu items to determine submenu width
		 */
  .sf-menu li.dropdown ul {
    left: 0;
    padding: 30px;
    min-width: 180px;
    /* 1 */
    background-color: rgba(1, 66, 138, 0.98);
  }
  .sf-menu li.dropdown ul li {
    margin-bottom: 0;
  }
  /* =Mega Menu Section */
  .sf-mega {
    padding: 60px;
    background-color: rgba(1, 66, 138, 0.98);
    color: #fff;
  }
  .sf-mega-section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
  .sf-mega-section:not(:last-child) {
    padding-right: 30px;
  }
  .sf-mega-section > ul > li {
    margin-bottom: 19px;
  }
  .sf-mega-section > ul > li a {
    line-height: 24px;
  }
  .sf-mega-section > ul > li > a {
    text-transform: uppercase;
  }
  .sf-mega-section ol {
    padding-left: 15px;
    margin: 15px 0 15px 15px;
    border-left: 1px solid #ffffff;
    list-style: none;
  }
  .sf-mega-section ol li {
    margin-bottom: 0;
  }
  .sf-mega-section ol li a {
    margin-bottom: 6px;
  }
  /**
		 * 1. set mega menu section size, as a percentage of the mega menu width
		 */
  .sf-mega.sf-mega-1-col .sf-mega-section {
    width: 100%;
  }
  /* 1 */
  .sf-mega.sf-mega-2-col .sf-mega-section {
    width: 50%;
  }
  .sf-mega.sf-mega-3-col .sf-mega-section {
    width: 33.3333333333%;
  }
  .sf-mega.sf-mega-4-col .sf-mega-section {
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .sf-menu > li > a,
  .sf-menu > li.dropdown > a,
  .sf-menu > li.mega > a {
    padding: 42px 20px 42px 19px;
    font-size: 17px;
  }
}

@media (min-width: 1600px) {
  .sf-menu > li > a,
  .sf-menu > li.dropdown > a,
  .sf-menu > li.mega > a {
    padding: 42px 27px 42px 26px;
  }
}

@media (min-width: 1900px) {
  .sf-menu > li > a,
  .sf-menu > li.dropdown > a,
  .sf-menu > li.mega > a {
    padding: 42px 50px 42px 49px;
  }
}

/* =Social
   ========================================================================== */
#anar-facebook {
  position: absolute;
  top: 20px;
  right: 85px;
  display: inline-block;
  padding: 7px 5px;
  color: #fff;
  font-size: 30px;
}

@media (min-width: 768px) {
  #anar-facebook {
    top: 27px;
    right: 126px;
  }
}

@media (min-width: 1300px) {
  #anar-facebook {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    font-size: 30px;
    padding-right: 3px;
  }
}

/* =Search
   ========================================================================== */
#anar-custom-search-trigger {
  position: absolute;
  top: 20px;
  right: 45px;
  display: inline-block;
  padding: 7px 5px;
  color: #fff;
  font-size: 30px;
}

#anar-custom-search {
  position: absolute;
  z-index: 1024;
  right: 0;
  bottom: -105px;
  left: 0;
  display: none;
  padding: 30px 15px;
  background-color: rgba(1, 66, 138, 0.98);
  text-align: right;
}

#anar-custom-search input[type="text"] {
  display: inline-block;
  width: 180px;
  height: 45px;
  padding: 7px 0;
  margin-right: 7px;
  margin-bottom: 0;
  border-bottom-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}

#anar-custom-search input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

#anar-custom-search input[type="text"]::-moz-placeholder {
  color: #ffffff;
}

#anar-custom-search input[type="text"]::-ms-input-placeholder {
  color: #ffffff;
}

#anar-custom-search input[type="text"]::placeholder {
  color: #ffffff;
}

#anar-custom-search input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 4px 19px;
  margin-bottom: 0;
  text-transform: uppercase;
}

#anar-custom-search input[type="submit"]:hover {
  background-color: #00569F;
  border-color: #00569F;
}

@media (min-width: 400px) {
  #anar-custom-search input[type="text"] {
    width: auto;
  }
}

@media (min-width: 768px) {
  #anar-custom-search-trigger {
    top: 27px;
    right: 76px;
  }
  #anar-custom-search {
    padding: 30px 30px;
  }
  #anar-custom-search input[type="text"] {
    width: 330px;
  }
}

@media (min-width: 1300px) {
  #anar-custom-search-trigger {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    font-size: 30px;
  }
  #anar-custom-search {
    bottom: -135px;
    padding: 45px 30px;
  }
}

@media (min-width: 1600px) {
  #anar-custom-search {
    padding: 45px 60px;
  }
}

/* =Mobile Menu
   ========================================================================== */
#anar-mobile-menu-trigger {
  position: absolute;
  z-index: 1026;
  top: 20px;
  right: 5px;
  display: inline-block;
  padding: 7px 5px;
  color: #fff;
  font-size: 30px;
}

@media (min-width: 768px) {
  #anar-mobile-menu-trigger {
    top: 27px;
    right: 22px;
  }
}

@media (min-width: 1300px) {
  #anar-mobile-menu-trigger {
    display: none;
  }
}

/* ==========================================================================
   =Content
   ========================================================================== */
#anar-content {
  position: relative;
}

/*
	 * 1. Clearfix hack 
	 */
#anar-content:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* ==========================================================================
   =Page Header
   ========================================================================== */
#anar-page-header {
  position: relative;
  height: 128px;
  background: url(images/bg-anar-page-header.jpg) no-repeat center center;
  background-size: cover;
}

@media (min-width: 768px) {
  #anar-page-header {
    height: 207px;
  }
}

@media (min-width: 768px) {
  #anar-page-header {
    height: 335px;
  }
}

@media (min-width: 1300px) {
  #anar-page-header {
    height: 390px;
  }
}

@media (min-width: 1600px) {
  #anar-page-header {
    height: 420px;
  }
}

/* ==========================================================================
   =Page Content
   ========================================================================== */
#anar-page-content {
  margin-left: 15px;
}

@media (min-width: 768px) {
  #anar-page-content {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  #anar-page-content {
    margin-left: 60px;
  }
}

@media (min-width: 1300px) {
  #anar-page-content {
    position: relative;
    left: 30%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70%;
    margin-left: 0;
    float: left;
  }
}

@media (min-width: 1800px) {
  #anar-page-content {
    left: 25%;
    width: 75%;
  }
}

/* ==========================================================================
   =Page Main Content
   ========================================================================== */
#anar-page-main-content {
  position: relative;
  z-index: 1;
  padding: 30px 15px 30px 30px;
  margin-top: -30px;
  background-color: #ffffff;
}

@media (min-width: 360px) {
  #anar-page-main-content {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  #anar-page-main-content {
    padding: 49px;
    margin-top: -79px;
  }
}

@media (min-width: 1200px) {
  #anar-page-main-content {
    padding: 90px;
    margin-top: -79px;
  }
}

@media (min-width: 1600px) {
  #anar-page-main-content {
    margin-top: -118px;
    background: #ffffff url("images/bg-symbol-anar.png") no-repeat bottom right;
    background-size: 200px;
  }
}

@media (min-width: 1800px) {
  #anar-page-main-content {
    background-size: auto;
  }
}

/* ==========================================================================
   =Page Main Content Wrap
   ========================================================================== */
#anar-page-main-content-wrap > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #anar-page-main-content-wrap {
    max-width: 800px;
  }
}

@media (min-width: 1300px) {
  #anar-page-main-content-wrap {
    min-height: 1100px;
  }
}

/* =Page Title
   ========================================================================== */
/* =Page Title Separator
   ========================================================================== */
#anar-page-title-separator {
  position: relative;
  border-top: 1px solid #dddddd;
  margin: 30px 0;
}

#anar-page-title-separator:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 128px;
  border-top: 1px solid #00569F;
  content: "";
}

@media (min-width: 768px) {
  #anar-page-title-separator {
    margin: 30px 0 49px 0;
  }
}

@media (min-width: 1200px) {
  #anar-page-title-separator {
    margin: 30px 0 79px 0;
  }
}

/* ==========================================================================
   =Page Breadcrumbs
   ========================================================================== */
#anar-page-breadcrumbs {
  position: relative;
  padding: 30px 15px 30px 30px;
  margin-bottom: 30px;
  background-color: #e8e8e8;
}

#anar-page-breadcrumbs:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 19px solid #f5f5f5;
  border-right: 19px solid transparent;
  content: '';
}

#anar-breadcrumbs {
  margin-bottom: 0;
  list-style: none;
  font-size: 15px;
}

#anar-breadcrumbs li {
  display: inline-block;
  margin-bottom: 0;
}

#anar-breadcrumbs li a:hover {
  text-decoration: underline;
}

@media (min-width: 360px) {
  #anar-page-breadcrumbs {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  #anar-page-breadcrumbs {
    padding: 30px 49px;
    margin-bottom: 49px;
  }
}

@media (min-width: 1200px) {
  #anar-page-breadcrumbs {
    padding: 50px 90px;
  }
}

@media (min-width: 1300px) {
  #anar-page-breadcrumbs {
    margin-bottom: 0;
  }
}

/* ==========================================================================
   =Page Sidebar
   ========================================================================== */
#anar-page-sidebar {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  #anar-page-sidebar {
    margin-left: 30px;
    margin-right: 49px;
  }
}

@media (min-width: 1200px) {
  #anar-page-sidebar {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (min-width: 1300px) {
  #anar-page-sidebar {
    position: relative;
    right: 70%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 30%;
    padding: 60px 30px 0;
    margin: 0;
    float: left;
  }
}

@media (min-width: 1600px) {
  #anar-page-sidebar {
    padding: 79px 49px 0;
  }
}

@media (min-width: 1800px) {
  #anar-page-sidebar {
    right: 75%;
    width: 25%;
    padding: 90px 60px 0;
  }
}

/* ==========================================================================
   =Footer
   ========================================================================== */
#anar-footer {
  padding: 15px 15px 30px;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  #anar-footer {
    padding: 19px 49px 49px 30px;
  }
}

@media (min-width: 1200px) {
  #anar-footer {
    padding: 49px 60px 49px 60px;
  }
}

@media (min-width: 1300px) {
  #anar-footer {
    padding: 79px 60px 49px 60px;
  }
}

@media (min-width: 1300px) {
  #anar-footer {
    padding: 79px 30px 49px 30%;
  }
}

@media (min-width: 1800px) {
  #anar-footer {
    padding: 79px 0 49px 25%;
  }
}

/* ==========================================================================
   =Footer Content
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
#anar-footer-content:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#anar-footer-content hr {
  margin: 49px 0;
}

@media (min-width: 1200px) {
  #anar-footer-content hr {
    margin: 79px 0 49px;
  }
}

@media (min-width: 1300px) {
  #anar-footer-content {
    padding: 0 30px 0 30px;
  }
}

@media (min-width: 1600px) {
  #anar-footer-content {
    max-width: 1180px;
    padding: 0 90px 0 90px;
  }
}

/* =About Summary
   ========================================================================== */
#anar-about-summary {
  margin-bottom: 30px;
}

@media (min-width: 1200px) and (max-width: 1299px), (min-width: 1440px) {
  #anar-about-summary {
    width: 60%;
    margin-bottom: 0;
    float: left;
  }
}

/* =Certifications
   ========================================================================== */
#anar-certifications {
  margin-bottom: 30px;
}

#anar-certifications img {
  width: 60px;
}

#anar-certifications img:not(:last-child) {
  margin-right: 4px;
}

@media (min-width: 1200px) and (max-width: 1299px), (min-width: 1440px) {
  #anar-certifications {
    width: 40%;
    margin-bottom: 0;
    text-align: right;
    float: left;
  }
  #anar-certifications img {
    width: 79px;
  }
  #anar-certifications img:not(:last-child) {
    margin-right: 7px;
  }
}

/* =Copyright
   ========================================================================== */
#anar-copyright {
  font-size: 15px;
  font-weight: 600;
}

@media (min-width: 1200px) {
  #anar-copyright {
    width: 50%;
    font-size: 17px;
    float: left;
  }
}

/* =Policies
   ========================================================================== */
#anar-policies {
  font-size: 15px;
}

#anar-policies a:hover {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  #anar-policies {
    width: 50%;
    text-align: right;
    font-size: 17px;
    float: left;
  }
}

/* ==========================================================================
   =Mobile Menu
   ========================================================================== */
#anar-mobile-menu-wrap {
  position: fixed;
  z-index: 1025;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-height: 100vh;
  padding: 80px 60px 30px 30px;
  background-color: rgba(1, 66, 138, 0.98);
}

/* =Mobile Menu
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
#anar-mobile-menu:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#anar-mobile-menu {
  margin-bottom: 60px;
  color: #ffffff;
}

#anar-mobile-menu li {
  display: block;
  margin: 0;
}

#anar-mobile-menu > li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

#anar-mobile-menu li a {
  position: relative;
  display: block;
  padding: 7px 0;
  color: #ffffff;
  text-decoration: none;
}

#anar-mobile-menu > li > a {
  padding: 10px 0;
  text-transform: uppercase;
}

#anar-mobile-menu .dropdown > a,
#anar-mobile-menu .mega > a {
  padding-right: 49px;
}

#anar-mobile-menu .anar-mobile-menu-has-submenu {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

#anar-mobile-menu > li > ul,
#anar-mobile-menu > li > ul > li > ul {
  display: none;
  margin-left: 0;
}

#anar-mobile-menu .dropdown ul {
  padding: 0 7px;
}

#anar-mobile-menu .sf-mega {
  display: none;
  padding: 0 15px 12px 0;
  border: none;
  margin: 0;
}

#anar-mobile-menu .sf-mega-section {
  width: 100%;
  padding: 0 7px;
  border: none;
  float: none;
}

#anar-mobile-menu .sf-mega-section ul {
  margin-left: 0;
  margin-bottom: 0;
}

#anar-mobile-menu .sf-mega-section > ul > li a {
  line-height: 20px;
}

#anar-mobile-menu .sf-mega-section > ul > li > a {
  text-transform: uppercase;
}

#anar-mobile-menu .sf-mega-section ol {
  padding-left: 19px;
  margin: 0 0 7px 7px;
  border-left: 1px solid #ffffff;
}

/* ==========================================================================
   =WordPress Accessibility
   ========================================================================== */
/**
 	 * Text meant only for screen readers.
	 *
	 * 1. Many screen reader and browser combinations announce broken words as they would appear visually.
 	 */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  /* 1 */
}

/**
	 * 1. Above WP toolbar.
 	 */
.screen-reader-text:focus {
  z-index: 100000;
  /* 1 */
  top: 4px;
  left: 4px;
  display: block;
  width: auto;
  height: auto;
  padding: 19px 30px 19px;
  clip: auto !important;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

/* ==========================================================================
   =WordPress Alignments
   ========================================================================== */
.alignleft {
  float: left;
  display: inline;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  display: inline;
  margin: 0 0 1.5em 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

/* ==========================================================================
   =Posts
   ========================================================================== */
.post {
  position: relative;
}

.post + .post {
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .post + .post {
    padding-top: 49px;
  }
}

@media (min-width: 1200px) {
  .post + .post {
    padding-top: 79px;
  }
}

/* =Sticky Post + Other Required Classes
   ========================================================================== */
.sticky {
  /* Required class WordPress */
}

.updated:not(.published) {
  display: none;
}

.bypostauthor {
  /* Required WordPress Class */
}

/* =Post Header
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
.post-header:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* =Post Title 
   ========================================================================== */
/* =Post Meta
   ========================================================================== */
.post-meta {
  position: relative;
  padding: 0 0 30px 0;
  margin-bottom: 0;
}

.post-meta:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.post-meta a:hover {
  text-decoration: underline;
}

.posted-on,
.cat-links,
.post-author {
  display: block;
  margin: 4px 0;
}

.cat-links:before {
  padding-right: 7px;
  font-family: 'anariconfont';
  content: "\e915";
}

.post-author:before {
  padding-right: 7px;
  font-family: 'anariconfont';
  content: "\e930";
}

@media (min-width: 768px) {
  .posted-on,
  .cat-links,
  .post-author {
    display: inline-block;
    margin: 0 19px 0 0;
  }
}

/* =Post Header Separator
   ========================================================================== */
#anar-post-header-separator {
  position: relative;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 30px 0;
}

#anar-post-header-separator:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 128px;
  border-top: 1px solid #00569F;
  content: "";
}

@media (min-width: 768px) {
  #anar-post-header-separator {
    margin: 0 0 49px 0;
  }
}

@media (min-width: 1200px) {
  #anar-post-header-separator {
    margin: 0 0 79px 0;
  }
}

/* =Post Thumbnail
   ========================================================================== */
.post-thumbnail {
  margin-bottom: 30px;
}

.post-thumbnail img {
  border-radius: 4px;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .post-thumbnail {
    margin-bottom: 49px;
  }
  .post-content .post-thumbnail {
    float: left;
    display: inline-block;
    margin: 7px 19px 7px 0;
  }
  .post-content .post-thumbnail img {
    max-width: 300px;
  }
}

/* =Post Content
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
.post-content:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* =Page Links
   ========================================================================== */
.page-links {
  margin: 30px 0;
}

.page-links .page-number {
  padding: 7px;
}

.page-links {
  color: #323232;
}

.page-links a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .page-links {
    margin: 49px 0;
  }
}

/* =Post Footer
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
.post-footer:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* =Tags 
   ========================================================================== */
.tags-links {
  margin: 30px 0;
}

.tags-links a {
  position: relative;
  display: inline-block;
  padding: 4px 23px 4px 19px;
  margin: 0 7px 12px 0;
  background-color: #00569F;
  color: #ffffff;
}

.tags-links a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #ffffff;
  border-left: 12px solid transparent;
  content: '';
}

.tags-links a:hover {
  color: #ffffff;
  background-color: #01428A;
}

@media (min-width: 768px) {
  .tags-links {
    margin: 49px 0;
  }
  .tags-links a {
    margin: 0 12px 12px 0;
  }
}

/* =More Link 
   ========================================================================== */
.more-link {
  position: relative;
  display: inline-block;
  padding: 4px 23px 4px 19px;
  margin: 15px 0 30px 0;
  background-color: #00569F;
  color: #ffffff;
}

.more-link:first-child {
  margin-top: 0;
}

.more-link:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #ffffff;
  border-left: 12px solid transparent;
  content: '';
}

.more-link:active,
.more-link:hover,
.more-link:focus {
  color: #ffffff;
  background-color: #01428A;
}

/* ==========================================================================
   =Posts Navigation(s)
   ========================================================================== */
/* =Post Navigation
   ========================================================================== */
.post-navigation {
  padding: 30px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 30px 0;
}

.post-navigation:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.post-navigation .nav-previous {
  margin-bottom: 30px;
}

.post-navigation a:hover .nav-title {
  text-decoration: underline;
}

/*
	 * 1. Clearfix hack 
	 */
.post-navigation:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.post-navigation .nav-subtitle {
  display: block;
  margin-bottom: 7px;
  color: #000000;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .post-navigation {
    margin: 49px 0;
    padding: 49px 0;
  }
  .post-navigation .nav-previous {
    width: 50%;
    margin-bottom: 0;
    float: left;
  }
  .post-navigation .nav-next {
    text-align: right;
    width: 50%;
    float: right;
  }
}

/* =Post Pagination
   ========================================================================== */
.pagination {
  padding-top: 30px;
  border-top: 1px solid #dddddd;
  margin-top: 0;
}

/*
	 * 1. Clearfix hack 
	 */
.pagination:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pagination .nav-links {
  text-align: left;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 28px;
  text-align: center;
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination .page-numbers.current {
  position: relative;
  min-width: 28px;
  min-height: 28px;
  padding: 5px 12px;
  background-color: #00569F;
  color: #ffffff;
}

.pagination .page-numbers.current:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #ffffff;
  border-left: 12px solid transparent;
  content: '';
}

@media (max-width: 767px) {
  .pagination .page-numbers {
    margin-right: 15px;
  }
  .pagination .page-numbers {
    display: none;
  }
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next,
  .pagination .page-numbers.current {
    display: block;
    margin: 12px 0;
  }
  .page-numbers.prev .screen-reader-text,
  .page-numbers.next .screen-reader-text,
  .page-numbers.current .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative !important;
    width: auto;
  }
}

@media (min-width: 768px) {
  .pagination {
    padding-top: 49px;
  }
}

@media (min-width: 1200px) {
  .pagination {
    padding-top: 79px;
  }
}

/* ==========================================================================
   =Media
   ========================================================================== */
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

/* =Captions
   ========================================================================== */
.wp-caption {
  margin-bottom: 30px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  padding: 12px 0;
}

/* =Galleries
   ========================================================================== */
.gallery {
  margin-bottom: 30px;
}

.gallery-item {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  padding: 12px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* ==========================================================================
   =Comments, Pingbacks and Trackbacks
   ========================================================================== */
/* ==========================================================================
   =Comments Form
   ========================================================================== */
/* ==========================================================================
   =Widgets: Default WordPress Widgets
   ========================================================================== */
/* ==========================================================================
   =Widgets: Custom Widgets
   ========================================================================== */
/* ==========================================================================
   =Utilities
   ========================================================================== */
/* =Colors
   ========================================================================== */
.anar-color-text {
  color: #323232;
}

.anar-color-heading {
  color: #000000;
}

.anar-color-accent {
  color: #00569F;
}

.anar-color-accent-2 {
  color: #01428A;
}

/* =Floats
   ========================================================================== */
/*
	 * 1. Clearfix hack 
	 */
.anar-clearfix:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.anar-clear {
  clear: both;
}

.anar-float-left {
  float: left;
}

.anar-float-none {
  float: none;
}

.anar-float-right {
  float: right;
}

/* =Text
   ========================================================================== */
.anar-text-align--left {
  text-align: left;
}

.anar-text-align--center {
  text-align: center;
}

.anar-text-align--right {
  text-align: right;
}

.anar-text-transform--uppercase {
  text-transform: uppercase;
}

/* =Truncation
   ========================================================================== */
.anar-truncate {
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.anar-truncate--25 {
  max-width: 25%;
}

.anar-truncate--50 {
  max-width: 50%;
}

.anar-truncate--75 {
  max-width: 75%;
}

/* =Visibility
   ========================================================================== */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* =Overflow
   ========================================================================== */
.overflow-hidden {
  overflow: hidden;
}

/* ==========================================================================
   =Components
   ========================================================================== */
/* =Button
   ========================================================================== */
.anar-btn {
  position: relative;
  display: inline-block;
  padding: 7px 30px 7px 19px;
  margin-right: 7px;
  margin-bottom: 30px;
  background-color: #00569F;
  color: #ffffff;
}

.anar-btn-alt {
  border: 1px solid #fff;
  padding: 6px 30px 6px 19px;
}

.anar-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #ffffff;
  border-left: 12px solid transparent;
  content: '';
}

.anar-btn-alt:before {
  display: none;
}

.anar-btn:focus,
.anar-btn:hover,
.anar-btn:focus {
  background-color: #01428A;
  color: #ffffff;
}

.anar-btn:active {
  background-color: #01428A;
  color: #ffffff;
}

.anar-btn i {
  margin: -3px 0;
  color: #ffffff;
  font-size: 17px;
}

.anar-btn i:last-child {
  margin-left: 12px;
}

/* =File List
   ========================================================================== */
.anar-file-list {
  margin: 0 0;
  border: 1px solid #dddddd;
  border-radius: 4px;
  list-style: none;
}

.anar-file-list li {
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd;
}

.anar-file-list li:last-child {
  border-bottom: 0;
}

.anar-file-list li a {
  display: block;
  position: relative;
  padding: 19px 12px 19px 49px;
}

.anar-file-list li a:before {
  position: absolute;
  top: 17px;
  left: 12px;
  color: #00569F;
  font-size: 24px;
  font-family: 'anariconfont';
  content: "\e911";
}

.anar-file-list li:first-child a {
  border-radius: 4px 4px 0 0;
}

.anar-file-list li:last-child a {
  border-radius: 0 0 4px 4px;
}

@media (min-width: 768px) {
  .anar-file-list {
    margin: 0 0;
  }
  .anar-file-list li a {
    padding: 24px 49px 24px 95px;
  }
  .anar-file-list li a:hover {
    background-color: #00569F;
    color: #ffffff;
  }
  .anar-file-list li a:before {
    top: 23px;
    left: 49px;
    font-size: 29px;
  }
  .anar-file-list li a:hover:before {
    color: #ffffff;
    content: "\e908";
  }
}

@media (min-width: 1200px) {
  .anar-file-list {
    margin: 0 0;
  }
}

/* =Gallery List
   ========================================================================== */
.anar-gallery-list {
  position: relative;
  list-style: none;
}

.anar-gallery-list li {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}

/*
	 * 1. Clearfix hack 
	 */
.anar-gallery-list li:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.anar-gallery-list li:first-child {
  padding-top: 0;
}

.anar-gallery-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.anar-gallery-list li *:last-child {
  margin-bottom: 0;
}

.anar-gallery-list li .post-title {
  margin-top: 0;
}

.anar-gallery-list li .post-meta {
  padding: 0;
}

@media (min-width: 768px) {
  .anar-gallery-list .post-thumbnail {
    display: inline-block;
    margin: 7px 19px 7px 0;
    float: left;
  }
  .anar-gallery-list .post-thumbnail img {
    max-width: 300px;
  }
}

/* =Gallery
   ========================================================================== */
.anar-gallery {
  position: relative;
  margin: 30px 0;
  list-style: none;
}

/*
	 * 1. Clearfix hack 
	 */
.anar-gallery:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.anar-gallery li {
  position: relative;
}

.anar-gallery li img {
  border-radius: 4px;
}

.anar-gallery li a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  padding: 12px;
  border-radius: 50%;
  background-color: #00569F;
  color: #ffffff;
  font-family: 'anariconfont';
  font-size: 30px;
  content: "\e929";
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.anar-gallery li a:hover:after {
  display: inline;
}

@media (min-width: 480px) {
  .anar-gallery {
    margin: 30px -7px;
  }
  .anar-gallery li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 7px;
    margin-bottom: 0;
    float: left;
  }
  .anar-gallery li:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .anar-gallery li {
    width: 33.33333333%;
  }
  .anar-gallery li:nth-child(2n+1) {
    clear: none;
  }
  .anar-gallery li:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .anar-gallery {
    margin: 79px -15px;
  }
  .anar-gallery li {
    padding: 15px;
  }
}

/* =Page List
   ========================================================================== */
.anar-page-list {
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin: 0 0;
  list-style: none;
}

.anar-page-list li {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}

.anar-page-list li:last-child {
  border-bottom: 0;
}

.anar-page-list li a {
  display: block;
  position: relative;
  padding: 19px 12px 19px 49px;
}

.anar-page-list li a:before {
  position: absolute;
  top: 17px;
  left: 12px;
  color: #00569F;
  font-family: 'anariconfont';
  font-size: 24px;
  content: "\e915";
}

.anar-page-list li:first-child a {
  border-radius: 4px 4px 0 0;
}

.anar-page-list li:last-child a {
  border-radius: 0 0 4px 4px;
}

@media (min-width: 768px) {
  .anar-page-list {
    margin: 0 0;
  }
  .anar-page-list li a {
    padding: 24px 49px 24px 95px;
  }
  .anar-page-list li a:hover {
    background-color: #00569F;
    color: #ffffff;
  }
  .anar-page-list li a:before {
    top: 23px;
    left: 49px;
    font-size: 29px;
  }
  .anar-page-list li a:hover:before {
    color: #ffffff;
    content: "\e926";
  }
}

@media (min-width: 1200px) {
  .anar-page-list {
    margin: 0 0;
  }
}

/* =Recent Posts
   ========================================================================== */
.anar-recent-posts {
  position: relative;
  margin: 0 0 30px 0;
  list-style: none;
}

.anar-recent-posts li {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}

/*
	 * 1. Clearfix hack 
	 */
.anar-recent-posts li:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.anar-recent-posts li *:last-child {
  margin-bottom: 0;
}

.anar-recent-posts li .post-title {
  margin-top: 0;
}

.anar-recent-posts li .post-meta {
  padding: 0;
}

@media (min-width: 768px) {
  .anar-recent-posts li {
    padding: 30px 0;
  }
  .anar-recent-posts .post-thumbnail {
    float: left;
    display: inline-block;
    margin: 7px 19px 7px 0;
  }
  .anar-recent-posts .post-thumbnail img {
    width: 200px;
    height: auto;
  }
}

/* =Recent Posts Grid
   ========================================================================== */
.anar-recent-posts-grid {
  position: relative;
  margin: 0 0 30px 0;
  list-style: none;
}

.anar-recent-posts-grid li {
  padding: 15px;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}

/*
	 * 1. Clearfix hack 
	 */
.anar-recent-posts-grid:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.anar-recent-posts-grid li *:last-child {
  margin-bottom: 0;
}

.anar-recent-posts-grid .post-thumbnail {
  margin: -16px -16px 15px -16px;
}

.anar-recent-posts-grid .post-thumbnail img {
  border-radius: 0;
}

.anar-recent-posts-grid li .post-title {
  margin-top: 0;
}

.anar-recent-posts-grid li .post-meta {
  padding: 0;
}

@media (min-width: 992px) {
  .anar-recent-posts-grid {
    margin: 0 -15px 15px;
  }
  .anar-recent-posts-grid li {
    padding: 30px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 15px 15px;
    width: calc(50% - 30px);
  }
  .anar-recent-posts-grid li:first-child {
    width: calc(100% - 30px);
    float: none;
  }
  .anar-recent-posts-grid li:nth-child(3n+1) {
    clear: left;
  }
  .anar-recent-posts-grid .post-thumbnail {
    margin: -31px -31px 30px -31px;
  }
}

/* =Sidebar Menu
   ========================================================================== */
.anar-sidebar-nav {
  position: relative;
  margin-bottom: 30px;
}

.anar-sidebar-nav-title {
  position: relative;
  display: block;
  padding: 24px 30px;
  background-color: #00569F;
  color: #ffffff;
}

.anar-sidebar-nav-title:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 19px solid #f5f5f5;
  border-left: 19px solid transparent;
  content: '';
}

.anar-sidebar-nav-title:after {
  position: absolute;
  top: 22px;
  right: 30px;
  color: #ffffff;
  font-family: 'anariconfont' !important;
  font-size: 25px;
  content: "\e909";
}

.anar-sidebar-nav-title.anar-opened:after {
  content: "\e90c";
}

.anar-sidebar-nav-title h4 {
  margin: 0;
  color: #ffffff;
}

.anar-sidebar-nav-content {
  display: none;
  padding: 30px 30px 30px 30px;
  background-color: #ffffff;
}

.anar-sidebar-nav-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.anar-sidebar-nav-content ul > li {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
}

.anar-sidebar-nav-content ul > li > a {
  margin: 13px 0;
  padding-right: 12px;
}

.anar-sidebar-nav-content ul > li:first-child > a {
  margin-top: 0;
}

.anar-sidebar-nav-content li a {
  position: relative;
  display: block;
  padding-right: 12px;
}

.anar-sidebar-abas .anar-sidebar-nav-content li a {
  display: inline-block;
}

.anar-sidebar-abas .anar-sidebar-nav-content li a.anar-aba-social {
  border-right: 1px solid #dddddd;
  margin-right: 12px;
}

.anar-sidebar-nav-content li i {
  padding-right: 12px;
}

.anar-sidebar-abas .anar-sidebar-nav-content li a.anar-aba-social i {
  padding-right: 0;
}

.anar-sidebar-nav-content a.current:after {
  position: absolute;
  top: 50%;
  right: -7px;
  font-family: 'anariconfont' !important;
  font-size: 24px;
  content: "\e921";
  line-height: 1;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
}

.anar-sidebar-nav-content ol {
  padding-left: 15px;
  border-left: 1px solid #dddddd;
  margin: 0 0 15px 5px;
  list-style: none;
}

.anar-sidebar-nav-content ol ol {
  margin: 15px 0 15px 5px;
}

.anar-sidebar-nav-content ol li {
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd;
}

.anar-sidebar-nav-content ol li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.anar-sidebar-nav-content ol li a {
  margin: 7px 0;
}

.anar-sidebar-nav-content .children {
  display: none;
}

.anar-sidebar-nav-content .current_page_ancestor > .children,
.anar-sidebar-nav-content .current_page_item > .children {
  display: block;
}

@media (min-width: 1300px) {
  .anar-sidebar-nav-content {
    display: block;
  }
  .anar-sidebar-nav-title:after {
    content: "\e90c";
  }
  .anar-sidebar-nav-title.anar-opened:after {
    content: "\e909";
  }
  .anar-sidebar-nav {
    margin-bottom: 49px;
  }
}

/* =Team
   ========================================================================== */
.anar-team-member {
  margin: 0 0 30px 0;
}

/*
	 * 1. Clearfix hack 
	 */
.anar-team-member:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.anar-team-member:last-child {
  border-bottom: 0;
}

.anar-team-member-photo {
  padding-bottom: 30px;
}

.anar-team-member-photo img {
  border-radius: 4px;
}

.anar-team-member-details *:last-child {
  margin-bottom: 0;
}

.anar-team-member-details h3 {
  margin: 0;
}

.anar-team-member-details h4 {
  text-transform: uppercase;
  color: #989898;
}

.anar-team-member-separator {
  display: none;
}

@media (min-width: 768px) {
  .anar-team-member-photo {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding-right: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
    float: left;
  }
  .anar-team-member-details {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
    float: left;
  }
  .anar-team-member-separator {
    position: relative;
    display: block;
    max-width: 75%;
    border-bottom: 1px solid #dddddd;
    margin: 15px 0;
  }
  .anar-team-member-separator:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 79px;
    border-top: 1px solid #00569F;
    content: "";
  }
}

@media (min-width: 1200px) {
  .anar-team-member {
    margin: 0 0 49px 0;
  }
}

/* =Wealth Declarations
   ========================================================================== */
.anar-declaration {
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-bottom: 30px;
}

/*
	 * 1. Clearfix hack 
	 */
.anar-declaration:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.anar-declaration-person {
  position: relative;
  padding: 30px;
}

.anar-declaration-person h3 {
  margin: 0;
}

.anar-declaration-person h4 {
  margin: 0;
  color: #989898;
  text-transform: uppercase;
}

.anar-declaration-person a {
  display: none;
}

.anar-persons-declarations {
  margin-bottom: 0;
  list-style: none;
}

.anar-persons-declarations li {
  border-top: 1px solid #dddddd;
  margin-bottom: 0;
}

.anar-persons-declarations li.anar-persons-declarations-missing {
  padding: 19px 12px 19px 49px;
}

.anar-persons-declarations li a {
  position: relative;
  display: block;
  padding: 19px 12px 19px 49px;
}

.anar-persons-declarations li:last-child a {
  border-radius: 0 0 4px 4px;
}

.anar-persons-declarations li a:before {
  position: absolute;
  top: 17px;
  left: 12px;
  color: #00569F;
  font-family: 'anariconfont';
  font-size: 24px;
  content: "\e911";
}

@media (min-width: 768px) {
  .anar-declaration-person {
    padding: 30px 149px 30px 49px;
  }
  .anar-declaration-person a {
    position: absolute;
    right: 49px;
    top: 50%;
    display: block;
    padding: 7px 17px;
    background-color: #00569F;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .anar-declaration-person a:hover {
    background-color: #01428A;
  }
  .anar-declaration-person a:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 7px solid #ffffff;
    border-left: 7px solid transparent;
    content: '';
  }
  .anar-persons-declarations {
    display: none;
  }
  .anar-persons-declarations li a {
    padding: 24px 49px 24px 95px;
  }
  .anar-persons-declarations li a:hover {
    background-color: #00569F;
    color: #ffffff;
  }
  .anar-persons-declarations li a:before {
    top: 23px;
    left: 49px;
    font-size: 29px;
  }
  .anar-persons-declarations li a:hover:before {
    color: #ffffff;
    content: "\e908";
  }
}

/* =Header Hero
   ========================================================================== */
.anar-header-hero {
  position: relative;
  margin-bottom: 30px;
}

/*
	 * 1. Clearfix hack 
	 */
.anar-header-hero:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.anar-header-hero img {
  border-radius: 4px 4px 0 0;
}

.anar-header-hero-content {
  background-color: #00569F;
  color: #fff;
  padding: 30px 19px;
  position: relative;
  border-radius: 0 0 0 4px;
}

.anar-header-hero-content:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 12px solid #ffffff;
  border-left: 12px solid transparent;
  content: '';
}

.anar-header-hero-content *:last-child {
  margin-bottom: 0;
}

.anar-header-hero-content h3 {
  color: #fff;
}

.anar-header-hero-content p {
  color: #fff;
}

.anar-header-hero-content .anar-btn {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .anar-header-hero {
    margin-bottom: 49px;
  }
  .anar-header-hero img {
    border-radius: 4px;
  }
  .anar-header-hero-content {
    padding: 49px;
    margin: -79px 49px 0 0;
    border-radius: 0 4px 0 4px;
  }
}

/* =Iconbox
   ========================================================================== */
.anar-iconboxes {
  position: relative;
  list-style: none;
}

/*
	 * 1. Clearfix hack 
	 */
.anar-iconboxes:after {
  /* 1 */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.anar-iconboxes li {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}

.anar-iconboxes li *:last-child {
  margin-bottom: 0;
}

.anar-iconboxes li img {
  margin-bottom: 19px;
  width: 64px;
}

.anar-iconboxes h4 {
  position: relative;
  padding-bottom: 30px;
}

.anar-iconboxes h4:after {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 49px;
  border-top: 1px solid #00569F;
  content: "";
}

@media (min-width: 768px) {
  .anar-iconboxes {
    margin: 0 -15px 30px;
  }
  .anar-iconboxes li {
    float: left;
    width: 33.33333333%;
    padding: 15px;
  }
  .anar-iconboxes li:nth-child(3n+1) {
    clear: left;
  }
}
