/* ==========================================================================
	Imports
/* ========================================================================== */
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Directories */
/* Colors */
/* Font Sizes */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 2.5em;
}

dfn {
  font-style: italic;
}

mark {
  background: #fff;
  color: #444;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

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

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* ==========================================================================
	Print styles.
	Inlined to avoid required HTTP connection: h5bp.com/r
/* ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #444;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Directories */
/* Colors */
/* Font Sizes */
/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

html,
button,
input,
select,
textarea {
  font-family: 'Source Sans Pro', sans-serif;
  color: #444;
}

body {
  min-height: 100%;
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  background: #ffffff;
}

/*	Apply to all elements. In a responsive design, this is almost always a good idea */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  height: auto;
  max-width: 100%;
}
img.alignright, img.alignleft {
  margin: 16px;
}
@media all and (max-width: 860px) {
  img.alignright, img.alignleft {
    margin: 16px 12px;
    float: none;
    display: block;
  }

}
@media all and (max-width: 400px) {
  img.alignright, img.alignleft {
    margin: 16px 0;
  }
}

/* Responsive Media Styles */
.media {
  /* Set width on this selector based on design and needs */
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/* Clear Fix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.container {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 20px;
  width: 100%;
}
.container.width-sidebar .content article {
  float: left;
  margin-right: 5%;
  width: 70%;
}
.container.width-sidebar .sidebar {
  float: right;
  max-width: 300px;
  width: 25%;
}
@media all and (max-width: 768px) {
  .container.width-sidebar .content article,
  .container.width-sidebar .sidebar {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .container.width-sidebar .content article {
    margin-bottom: 20px;
  }
}

#page-content {
  padding: 30px 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 580px) {
  iframe {
    width: 100%;
  }
}
/* ==========================================================================
	Links
/* ========================================================================== */
a {
  color: #26527c;
  text-decoration: underline;
}

a:focus,
a:hover {
  color: #08111a;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
}

h5, h6 {
  font-size: 1.1em;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em;
}

/* Paragraphs */
/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 1.2em;
}

/* Selection Colors */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

.search-form .search label {
  display: none;
}
.search-form .search input {
  border: none;
  color: #6d6d6d;
  font-style: italic;
  font-size: 16px;
  padding: 14px;
  width: 100%;
}
.search-form .submit {
  display: none;
}

#page-header {
  max-height: calc(100vh - 93px);
  height: 22.910662824vw;
  position: relative;
}
#page-header .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media all and (min-width: 580px) {
  #page-header {
    z-index: 120;
  }
}
.home #page-header {
  height: calc(100vh - 93px);
  min-height: 280px;
  padding: 0;
}
@media all and (max-width: 900px) {
  .home #page-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media all and (max-width: 540px) {
  #page-header {
    max-height: calc(100vh - 50px);
  }
  .home #page-header {
    height: calc(100vh - 50px);
  }
}
#page-header.sticky1 .social-media {
  top: -200px;
}
@media all and (max-width: 540px) {
  #page-header.sticky1 .social-media {
    top: auto;
    bottom: 10px;
  }
}
#page-header.sticky2 .social-media {
  top: 120px;
}
@media all and (max-width: 540px) {
  #page-header.sticky2 .social-media {
    top: auto;
    bottom: 10px;
  }
}
#page-header .social-media {
  position: fixed;
  top: 0;
  right: 0;
  width: 49px;
  z-index: 100;
  transition: top 250ms ease-out;
}
@media all and (max-width: 540px) {
  #page-header .social-media {
    position: absolute;
    top: auto;
    bottom: 4px;
  }
}
#page-header .social-media a {
  display: block;
 
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 49px;
  height: 47px;
  background-color: rgba(0, 0, 0, 0.29);
  border: 1px solid rgba(255, 255, 255, 0.29);
  border-right: 0;
  border-top: 0;
  transition: all 250ms ease-out;
}
#page-header .social-media a.twitter {
  height: 48px;
   background-image: url("../images/twitter.svg");
  background-size: 20px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.29);
}
#page-header .social-media a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#page-header .social-media a.facebook{
  background-image: url("../images/facebook.svg");
  background-size: 11px 21px;
}
#page-header .social-media a.googleplus {
  background-image: url("../images/googleplus.svg");
  background-size: 21px 17px;
}
#page-header .social-media a.linkdin {
  background-image: url("../images/linkdin.svg");
  background-size: 21px 17px;
}
@media all and (max-width: 720px) {
  #page-header .social-media {
    width: 36px;
  }
  #page-header .social-media a {
    background-size: 16px 13px;
    width: 36px;
    height: 34px;
  }
  #page-header .social-media a:first-child {
    height: 35px;
  }
  #page-header .social-media a:nth-child(2) {
    background-size: 9px 17px;
  }
  #page-header .social-media a:nth-child(3) {
    background-size: 18px 14px;
  }
}
@media all and (max-width: 540px) {
  #page-header .social-media {
    width: 108px;
  }
  #page-header .social-media a {
    border: 1px solid rgba(255, 255, 255, 0.29);
    display: inline-block;
    vertical-align: top;
  }
  #page-header .social-media a:first-child {
    height: 34px;
    width: 35px;
    border-right: 0;
  }
}
#page-header video, #page-header img {
  display: block;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.object-fit #page-header video, .object-fit #page-header img {
  height: 100%;
  object-fit: cover;
}

@media all and (max-width: 900px) {
  #page-header video {
    display: none;
  }
}
#page-header .header-text {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  padding: 0 20px;
}
#page-header .header-text h2 {
  color: #ffffff;
  font-size: 71px;
  font-weight: 100;
  line-height: 1.3;
  letter-spacing: 2px;
  margin: 0 0 2px 0;
  text-transform: uppercase;
}
@media all and (max-width: 700px) {
  #page-header .header-text h2 {
    font-size: 48px;
  }
}
@media all and (max-width: 460px) {
  #page-header .header-text h2 {
    font-size: 36px;
  }
}
@media all and (max-width: 360px) {
  #page-header .header-text h2 {
    font-size: 30px;
  }
}
#page-header .header-text h3 {
  display: inline-block;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 32px 0;
  position: relative;
  text-transform: uppercase;
}
@media all and (max-width: 700px) {
  #page-header .header-text h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 460px) {
  #page-header .header-text h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 360px) {
  #page-header .header-text h3 {
    font-size: 16px;
  }
}
#page-header .header-text h3 > span {
  display: block;
  position: relative;
}
#page-header .header-text h3 > span:before {
  background-color: rgba(255, 255, 255, 0.4);
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  left: -37px;
  width: 24px;
}
#page-header .header-text h3 > span:after {
  background-color: rgba(255, 255, 255, 0.4);
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  right: -37px;
  width: 24px;
}
@media all and (max-width: 700px) {
  #page-header .header-text h3 > span:before {
    left: -28px;
    width: 16px;
  }
  #page-header .header-text h3 > span:after {
    right: -28px;
    width: 16px;
  }
}
@media all and (max-width: 360px) {
  #page-header .header-text h3 > span:before {
    left: -22px;
    width: 12px;
  }
  #page-header .header-text h3 > span:after {
    right: -22px;
    width: 12px;
  }
}
#page-header .header-text h3 > span > span {
  display: block;
  position: relative;
}
#page-header .header-text h3 > span > span:before {
  background-color: #ffffff;
  content: '';
  height: 8px;
  position: absolute;
  margin-top: -4px;
  top: 50%;
  left: -57px;
  transform: rotate(45deg);
  width: 8px;
}
#page-header .header-text h3 > span > span:after {
  background-color: #ffffff;
  content: '';
  height: 8px;
  position: absolute;
  margin-top: -4px;
  top: 50%;
  right: -57px;
  transform: rotate(45deg);
  width: 8px;
}
@media all and (max-width: 700px) {
  #page-header .header-text h3 > span > span:before {
    height: 6px;
    width: 6px;
    margin-top: -3px;
    left: -47px;
  }
  #page-header .header-text h3 > span > span:after {
    height: 6px;
    width: 6px;
    margin-top: -3px;
    right: -47px;
  }
}
@media all and (max-width: 360px) {
  #page-header .header-text h3 > span > span:before {
    left: -41px;
  }
  #page-header .header-text h3 > span > span:after {
    right: -41px;
  }
}
#page-header .header-text h3 > span > span > span {
  background-image: -webkit-repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%);
  background-position: top left;
  -webkit-background-size: 4px 4px;
  -webkit-clip-path: polygon(0% 50%, 32px 0%, calc(100% - 32px) 0%, 100% 50%, calc(100% - 32px) 100%, 32px 100%);
  clip-path: polygon(0% 50%, 32px 0%, calc(100% - 32px) 0%, 100% 50%, calc(100% - 32px) 100%, 32px 100%);
  background-size: 4px 4px;
  padding: 0 32px;
  display: block;
}
@media all and (max-width: 680px) {
  #page-header .header-text h3 > span > span > span {
    padding: 0 24px;
    -webkit-clip-path: polygon(0% 50%, 24px 0%, calc(100% - 24px) 0%, 100% 50%, calc(100% - 24px) 100%, 24px 100%);
    clip-path: polygon(0% 50%, 24px 0%, calc(100% - 24px) 0%, 100% 50%, calc(100% - 24px) 100%, 24px 100%);
  }
}
#page-header .header-text .header-links {
  position: relative;
  display: table;
  margin: 0 auto;
            /*&:after {
                background-image: -webkit-repeating-linear-gradient(-45deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%);
                background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, .6) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .6) 50%);

                -webkit-background-size: 4px 4px;
                background-size: 4px 4px;
                content: '';
                height: 7px;
                width: 2%;
                position: absolute;
                bottom: -7px;
                left: 0;
                -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
                clip-path: polygon(0% 0%, 100% 0%, 100% 100%);

            }*/
}
@media all and (max-width: 700px) {
  #page-header .header-text .header-links {
    max-width: 380px;
  }
}
@media all and (max-width: 400px) {
  #page-header .header-text .header-links {
    max-width: 240px;
  }
}
#page-header .header-text .header-links:before {
  background-image: -webkit-repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.8) 50%);
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.8) 50%);
  -webkit-background-size: 4px 4px;
  background-size: 4px 4px;
  content: '';
  height: 7px;
  width: 100%;
  position: absolute;
  bottom: -7px;
  right: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 2% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 2% 100%);
}
#page-header .header-text .header-links a {
  background-color: rgba(0, 0, 0, 0.25);
  border: 2px solid #ffffff;
  border-left: none;
  color: #ffffff;
  display: inline-block;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 8px 19px 8px 57px;
  position: relative;
  text-decoration: none;
  transition: all 250ms ease-out;
  vertical-align: top;
  width: 157px;
}
#page-header .header-text .header-links a:first-child {
  border-left: 2px solid #ffffff;
}
#page-header .header-text .header-links a:hover {
  background-color: #ffffff;
  color: #6b6b6b;
}
#page-header .header-text .header-links a:hover .sub-text {
  display: block;
}
#page-header .header-text .header-links a:hover:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 12px;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-bottom: 11px solid rgba(255, 255, 255, 0.9);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
#page-header .header-text .header-links a:hover svg line,
#page-header .header-text .header-links a:hover svg path,
#page-header .header-text .header-links a:hover svg rect,
#page-header .header-text .header-links a:hover svg ellipse {
  stroke: #6b6b6b;
}
#page-header .header-text .header-links a:hover:first-child svg path {
  fill: #6b6b6b;
}
#page-header .header-text .header-links a:hover:last-child svg > path {
  fill: #6b6b6b;
}
#page-header .header-text .header-links a svg {
  height: 33px;
  width: 25px;
  position: absolute;
  top: 6px;
  left: 16px;
}
#page-header .header-text .header-links a svg line,
#page-header .header-text .header-links a svg path,
#page-header .header-text .header-links a svg rect,
#page-header .header-text .header-links a svg ellipse {
  stroke: #ffffff;
}
#page-header .header-text .header-links a:first-child svg path {
  fill: #ffffff;
}
#page-header .header-text .header-links a:nth-child(2) svg {
  width: 31px;
  height: 23px;
  top: 11px;
}
#page-header .header-text .header-links a:nth-child(3) svg {
  width: 27px;
  left: 23px;
  height: 22px;
  top: 11px;
}
#page-header .header-text .header-links a:last-child svg {
  width: 26px;
  left: 22px;
  height: 29px;
  top: 8px;
}
#page-header .header-text .header-links a:last-child svg > path {
  fill: #ffffff;
}
@media all and (max-width: 700px) {
  #page-header .header-text .header-links a {
    font-size: 18px;
    width: 50%;
  }
  #page-header .header-text .header-links a svg {
    -webkit-transform: scale(0.75) translateY(-2px);
    transform: scale(0.75) translateY(-2px);
  }
  #page-header .header-text .header-links a:nth-child(1), #page-header .header-text .header-links a:nth-child(2) {
    border-bottom-width: 1px;
  }
  #page-header .header-text .header-links a:nth-child(3) {
    border-left: 2px solid #ffffff;
  }
  #page-header .header-text .header-links a:nth-child(3) svg {
    left: 16px;
  }
  #page-header .header-text .header-links a:nth-child(3), #page-header .header-text .header-links a:nth-child(4) {
    border-top-width: 1px;
  }
  #page-header .header-text .header-links a:nth-child(4) svg {
    left: 16px;
  }
  #page-header .header-text .header-links a:hover:before {
    display: none;
  }
  #page-header .header-text .header-links a:hover .sub-text {
    display: none;
  }
}
@media all and (max-width: 400px) {
  #page-header .header-text .header-links a {
    font-size: 21px;
    margin-bottom: 6px;
    padding: 8px 19px 8px 24%;
    text-align: left;
    width: 100%;
  }
  #page-header .header-text .header-links a svg {
    display: inline-block;
    position: static;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    vertical-align: middle;
  }
  #page-header .header-text .header-links a span {
    display: inline-block;
    padding-left: 12px;
    vertical-align: middle;
  }
  #page-header .header-text .header-links a:nth-child(1), #page-header .header-text .header-links a:nth-child(2) {
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
  }
  #page-header .header-text .header-links a:nth-child(1) {
    border-top: 2px solid #ffffff;
  }
  #page-header .header-text .header-links a:nth-child(1) span {
    padding-top: 2px;
  }
  #page-header .header-text .header-links a:nth-child(2) {
    padding-bottom: 9px;
    padding-top: 9px;
  }
  #page-header .header-text .header-links a:nth-child(2) span {
    padding-left: 6px;
  }
  #page-header .header-text .header-links a:nth-child(3) {
    border-left: 2px solid #ffffff;
    padding-bottom: 9px;
    padding-top: 9px;
  }
  #page-header .header-text .header-links a:nth-child(3) svg {
    left: 16px;
  }
  #page-header .header-text .header-links a:nth-child(3) span {
    padding-left: 10px;
  }
  #page-header .header-text .header-links a:nth-child(3), #page-header .header-text .header-links a:nth-child(4) {
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
  }
  #page-header .header-text .header-links a:nth-child(4) {
    padding-bottom: 9px;
    padding-top: 9px;
  }
  #page-header .header-text .header-links a:nth-child(4) span {
    padding-left: 11px;
  }
}
@media all and (max-width: 375px) {
  #page-header .header-text .header-links a {
    padding-left: 24%;
  }
}
@media all and (max-width: 350px) {
  #page-header .header-text .header-links a {
    padding-left: 24%;
  }
}
#page-header .header-text .header-links .sub-text {
  display: none;
  position: absolute;
  width: 320px;
  font-size: 15px;
  left: 0;
  top: 100%;
  padding-top: 22px;
  text-align: left;
  color: #424242;
}
#page-header .header-text .header-links .sub-text > div {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 5px rgba(0, 0, 0, 0.22);
  padding: 16px 20px 20px;
}
#page-header .header-text .header-links .sub-text span {
  display: inline-block;
  background-color: #032f3f;
  font-size: 14px;
  color: #fefefe;
  padding: 6px 40px 6px 10px;
  position: relative;
}
#page-header .header-text .header-links .sub-text span:before {
  background-color: #001e29;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAYAAABcUvyWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTRBMzVCQUE1N0QzMTFFNUFDRDBCRjhGODIxQTVERDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTRBMzVCQUI1N0QzMTFFNUFDRDBCRjhGODIxQTVERDIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQURDNzQ3RjU3OUExMUU1QUNEMEJGOEY4MjFBNUREMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQURDNzQ4MDU3OUExMUU1QUNEMEJGOEY4MjFBNUREMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuxAn/cAAABPSURBVHjaYvj///89IM4EYgZkDCIq/0NAEroECHcA8V8gjkaXAOFeqGQAugQjEE8H4l9A7McIlkUAJiC+AsRiOHUQtAOrq3D6A6vPAQIMAEPlyK3iVspgAAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  font-size: 24px;
  position: absolute;
  line-height: 30px;
  top: 0;
  right: 0;
  width: 31px;
  height: 100%;
}

#page-nav {
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  width: 100%;
  top: 0;
  z-index: 110;
}
.csspositionsticky #page-nav {
  position: -webkit-sticky;
  position: sticky;
}
.no-csspositionsticky #page-nav.sticky {
  position: fixed;
  left: 0;
}
.no-csspositionsticky #page-nav.sticky + * {
  margin-top: 93px;
}
@media all and (max-width: 540px) {
  #page-nav {
    border-bottom: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    height: 173px;
    transition: 250ms all ease-out;
    top: -127px;
    position: fixed;
  }
  #page-nav.active {
    top: 0;
  }
  .csspositionsticky #page-nav {
    position: fixed;
  }
  .no-csspositionsticky #page-nav.sticky + * {
    margin-top: 0px;
  }
  #page-nav #page-logo {
    border-right: 0;
    flex: 1 0 auto;
    order: 3;
  }
  #page-nav #page-logo a {
    border-bottom: 0;
    border-right: 0;
  }
  #page-nav #primary-nav {
    background-color: #ffffff;
    border-top: 1px solid #e1e1e1;
    flex: 1 0 auto;
    order: 1;
    width: 100%;
  }
  #page-nav #primary-nav .menu-item {
    border-bottom: 0;
    width: 50%;
  }
  #page-nav #primary-nav .menu-item a {
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 9px 11px;
  }
  #page-nav .search-form.search-form {
    border-left: 0;
    border-right: 0;
    flex: 1 0 auto;
    order: 3;
    position: static;
    width: calc(100% - 216px);
  }
  #page-nav .search-form.search-form .search:before {
    background-size: 24px;
    background-position: right top 10px;
    border-left: 1px solid #dcdcdc;
    height: 47px;
    width: 27px;
    padding-left: 15px;
    top: auto;
    margin-top: auto;
  }
}
@media all and (max-width: 400px) {
  #page-nav .search-form.search-form .search:before {
    right: 8px;
  }
  #page-nav .search-form.search-form .search input {
    padding: 9px 39px 6px 8px;
  }
}
@media all and (max-width: 340px) {
  #page-nav .search-form.search-form {
    width: calc(100% - 180px);
  }
}
#page-nav .search-form {
  border-left: 1px solid #dcdcdc;
  display: inline-block;
  vertical-align: middle;
  width: 16vw;
}
@media all and (max-width: 1200px) {
  #page-nav .search-form {
    width: 18vw;
  }
}
#page-nav .search-form .search {
  position: relative;
}
#page-nav .search-form .search:before {
  background-image: url("../images/search-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  right: 18px;
  height: 25px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#page-nav .search-form .search input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
  outline: none;
  border: none;
  margin: 0;
  font-size: 15px;
  line-height: 2.075;
  padding: 33px 46px 28px 16px;
}
#page-nav .search-form .search input:focus, #page-nav .search-form .search input:active {
  outline: none;
}
@media all and (max-width: 860px) {
  #page-nav .search-form {
    width: 169px;
    position: absolute;
    bottom: 0;
    border-right: 1px solid #e1e1e1;
    left: 0;
  }
  #page-nav .search-form .search input {
    padding: 9px 46px 6px 16px;
  }
}

#page-logo {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#page-logo a {
  display: block;
  padding: 26px 28px 21px 20px;
}
#page-logo img {
  display: block;
  height: auto;
  width: 171px;
}
@media all and (max-width: 1200px) {
  #page-logo a {
    border-right: 1px solid #e1e1e1;
    padding: 31px 28px 25px 20px;
  }
  #page-logo img {
    width: 140px;
  }
}
@media all and (max-width: 860px) {
  #page-logo {
    vertical-align: top;
  }
  #page-logo a {
    border-bottom: 1px solid #e1e1e1;
    display: inline-block;
    padding: 7px 28px 3px 20px;
  }
  #page-logo img {
    background-color: #ffffff;
    padding: 5px 10px;
    width: 120px;
  }
}
@media all and (max-width: 540px) {
  #page-logo a {
    padding: 8px 10px 1px 20px;
  }
}

#nav-menu-button {
  display: none;
}
@media all and (max-width: 540px) {
  #nav-menu-button {
    display: block;
    height: 46px;
    background-color: #f5cb22;
    border-left: 1px solid #dcdcdc;
    position: relative;
    width: 46px;
    order: 2;
  }
  #nav-menu-button:before {
    background-color: #ffffff;
    box-shadow: 0px -8px #ffffff, 0px 8px #ffffff;
    content: '';
    left: 50%;
    height: 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 24px;
  }
  #nav-menu-button:hover {
    cursor: pointer;
  }
}

#primary-nav {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 219px - 16vw);
}
@media all and (max-width: 1200px) {
  #primary-nav {
    width: calc(100% - 189px - 18vw);
  }
}
@media all and (max-width: 860px) {
  #primary-nav {
    width: calc(100% - 169px);
  }
}
#primary-nav .menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flexbox-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
}
#primary-nav .menu-item {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#primary-nav .menu-item a {
  color: #5a5a5a;
  display: inline-block;
  font-size: 13px;
  padding: 41px 14px 33px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 250ms all ease-out;
  width: 100%;
}
@media all and (max-width: 1200px) {
  #primary-nav .menu-item {
    width: 33.3333%;
  }
  #primary-nav .menu-item:nth-child(-n + 4) {
    border-bottom: 1px solid #e1e1e1;
    width: 25%;
  }
  #primary-nav .menu-item a {
    padding: 16px 14px 12px;
  }
}
@media all and (max-width: 950px) {
  #primary-nav .menu-item:first-child {
    width: auto;
  }
  #primary-nav .menu-item:first-child a {
    padding: 16px 12px 12px;
  }
  #primary-nav .menu-item:nth-child(2) {
    width: auto;
  }
  #primary-nav .menu-item:nth-child(2) a {
    padding: 16px 12px 12px;
  }
  #primary-nav .menu-item a {
    padding: 16px 7px 12px;
  }
}
@media all and (max-width: 860px) {
  #primary-nav .menu-item:first-child {
    width: 25%;
  }
  #primary-nav .menu-item:first-child a {
    padding: 16px 7px 12px;
  }
  #primary-nav .menu-item:nth-child(2) {
    width: 25%;
  }
  #primary-nav .menu-item:nth-child(2) a {
    padding: 16px 7px 12px;
  }
}
@media all and (max-width: 680px) {
  #primary-nav .menu-item a {
    font-size: 12px;
    padding: 17px 7px 13px;
  }
  #primary-nav .menu-item:first-child a {
    padding: 17px 7px 13px;
  }
  #primary-nav .menu-item:nth-child(2) a {
    padding: 17px 7px 13px;
  }
}
@media all and (max-width: 650px) {
  #primary-nav .menu-item {
    width: auto;
  }
  #primary-nav .menu-item a {
    padding: 17px 10px 13px;
  }
  #primary-nav .menu-item:first-child a {
    padding: 17px 10px 13px;
  }
  #primary-nav .menu-item:nth-child(2) a {
    padding: 17px 10px 13px;
  }
  #primary-nav .menu-item:nth-child(-n + 4) {
    width: auto;
  }
}
@media all and (max-width: 590px) {
  #primary-nav .menu-item a {
    padding: 17px 7px 13px;
  }
  #primary-nav .menu-item:first-child a {
    padding: 17px 7px 13px;
  }
  #primary-nav .menu-item:nth-child(2) a {
    padding: 17px 7px 13px;
  }
}
#primary-nav .menu-item:hover a, #primary-nav .menu-item.current-menu-item a, #primary-nav .menu-item.current_page_item a, #primary-nav .menu-item.current-page-ancestor a {
  background-color: #0e3e67;
  color: #ffffff;
}

#page-footer {
  background-color: #032f3f;
  color: #ffffff;
  padding: 44px 0;
}
@media all and (max-width: 780px) {
  #page-footer {
    text-align: center;
  }
}
@media all and (max-width: 780px) {
  #page-footer .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
}
#page-footer .footer-right {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
}
@media all and (max-width: 990px) {
  #page-footer .footer-right {
    width: 50%;
  }
}
@media all and (max-width: 780px) {
  #page-footer .footer-right {
    margin-bottom: 50px;
    max-width: 500px;
    text-align: left;
    width: 100%;
  }
}
#page-footer .amega-finance-updates {
  background-color: #032f3f;
  border: 1px solid #f5cb22;
  color: #f5cb22;
  margin-bottom: 25px;
  padding: 16px 29px 19px 23px;
}
@media all and (max-width: 400px) {
  #page-footer .amega-finance-updates {
    padding: 14px 23px 17px 19px;
  }
}
#page-footer .amega-finance-updates h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9px;
  text-transform: uppercase;
}
#page-footer .amega-finance-updates p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  margin-bottom: 14px;
}
#page-footer .amega-finance-updates .gform_wrapper .gform_fields .gfield > label {
  display: none;
}
#page-footer .amega-finance-updates .gform_wrapper .gform_fields .gfield .ginput_container {
  width: 100%;
}
#page-footer .amega-finance-updates .gform_wrapper .top_label input.medium {
  width: 100%;
}
#page-footer .amega-finance-updates .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  clear: none;
  width: 35%;
  float: right;
}
@media all and (max-width: 400px) {
  #page-footer .amega-finance-updates .gform_wrapper .gform_footer {
    width: auto;
    float: none;
  }
}
#page-footer .amega-finance-updates .gform_wrapper .gform_fields .gfield .gfield_checkbox > li {
  margin-right: 0;
}
#page-footer .amega-finance-updates .gform_wrapper ul li.gfield.finance-updates-accept {
  clear: none;
  width: 60%;
  float: left;
}
@media all and (max-width: 400px) {
  #page-footer .amega-finance-updates .gform_wrapper ul li.gfield.finance-updates-accept {
    width: auto;
    float: none;
  }
}
#page-footer .amega-finance-updates .gform_wrapper .gform_fields .gfield input[type=text] {
  border: none;
}
#page-footer .amega-finance-updates .gform_wrapper .gform_footer .gform_button {
  margin-top: 3px;
  font-size: 15px;
}
#page-footer .amega-finance-updates .gform_wrapper .gform_fields .gfield .gfield_checkbox > li label {
  font-size: 15px;
}
#page-footer .amega-finance-updates input[type="checkbox"] {
  background: #ffffff;
}
#page-footer .amega-finance-updates input[type="checkbox"]:checked {
  background: #f5cb22;
}
#page-footer .amega-finance-updates input[type="submit"] {
  appearance: none;
  background-color: #f5cb22;
  border: none;
  color: #032f3f;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 8px;
  width: 100%;
}
#page-footer .footer-contact-info {
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  float: left;
  line-height: 1.5;
}
#page-footer .footer-contact-info a {
  color: #ffffff;
  text-decoration: none;
}
@media all and (max-width: 350px) {
  #page-footer .footer-contact-info {
    margin-bottom: 16px;
  }
}
#page-footer .button {
  background-color: #f5cb22;
  clear: right;
  color: #000000;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 9px 7px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 136px;
}
@media all and (max-width: 400px) {
  #page-footer .button {
    padding: 8px 4px 7px;
    width: 120px;
  }
}
@media all and (max-width: 350px) {
  #page-footer .button {
    clear: both;
    float: left;
  }
  #page-footer .button:last-child {
    margin-bottom: 0;
  }
}
#page-footer .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
#page-footer .gform_wrapper li.gfield_error ul.gfield_checkbox,
#page-footer .gform_wrapper li.gfield_error ul.gfield_radio,
#page-footer .gform_wrapper div.validation_error,
#page-footer .gform_wrapper div.validation_message,
#page-footer .gform_wrapper .validation_message {
  color: #ffffff;
}
#page-footer .gform_wrapper div.validation_error, #page-footer .gform_wrapper div.validation_message {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

#footer-nav {
  display: inline-block;
  vertical-align: top;
  width: 66.6666%;
}
@media all and (max-width: 990px) {
  #footer-nav {
    width: 50%;
  }
}
@media all and (max-width: 780px) {
  #footer-nav {
    margin-bottom: 0;
    order: 1;
    text-align: left;
    width: 100%;
  }
}
#footer-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flexbox.flexwrap #footer-nav .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer-nav .menu > li {
  float: left;
  margin-bottom: 34px;
  margin-right: 4%;
  min-width: 120px;
  width: 21%;
}
@media all and (max-width: 990px) {
  #footer-nav .menu > li {
    margin-right: 5%;
    width: 28.3333%;
  }
}
@media all and (max-width: 920px) {
  #footer-nav .menu > li {
    width: 45%;
  }
}
@media all and (max-width: 780px) {
  #footer-nav .menu > li {
    margin-right: 4%;
    width: 21%;
  }
}
@media all and (max-width: 640px) {
  #footer-nav .menu > li {
    margin-right: 5%;
    width: 28.3333%;
  }
}
@media all and (max-width: 500px) {
  #footer-nav .menu > li {
    width: 45%;
  }
}
@media all and (max-width: 340px) {
  #footer-nav .menu > li {
    margin-right: 0;
    width: 100%;
  }
}
#footer-nav .menu > li > a {
  color: #f1c100;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
#footer-nav .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-nav .sub-menu > li > a {
  color: #ffffff;
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  line-height: 1.6;
  text-decoration: none;
}

#disclaimer-section {
  font-family: 'Noto Sans', sans-serif;
  padding: 20px 0 22px;
}
#disclaimer-section .disclaimer-container {
  position: relative;
}
#disclaimer-section img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#disclaimer-section .disclaimer {
  padding-right: 290px;
}
#disclaimer-section .disclaimer > a {
  background-color: #e8f6fb;
  background-image: url("../images/download.svg");
  background-size: 16px auto;
  background-position: 6px 50%;
  background-repeat: no-repeat;
  color: #067fab;
  font-size: 12px;
  padding: 6px 12px 5px 30px;
  text-decoration: none;
}
#disclaimer-section p {
  color: #3d6573;
  font-size: 11px;
  line-height: 1.7;
  margin: 0 0 8px 0;
}
@media all and (max-width: 700px) {
  #disclaimer-section img {
    height: auto;
    width: 156px;
  }
  #disclaimer-section .disclaimer {
    padding-left: 188px;
  }
}
@media all and (max-width: 580px) {
  #disclaimer-section {
    text-align: center;
  }
  #disclaimer-section img {
    display: inline-block;
    height: auto;
    margin-bottom: 26px;
    position: static;
    -webkit-transform: none;
    transform: none;
    width: auto;
  }
  #disclaimer-section .disclaimer {
    display: inline-block;
    max-width: 480px;
    padding: 0;
    text-align: left;
  }
}

.article-title {
  color: #5a5a5a;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 30px;
  margin-top: 52px;
  text-align: left;
}

.article-content a {
  word-break: break-all;
}

/* SECTIONS */
a.tag {
  background-color: #e8f6fb;
  color: #0e3e67;
  display: inline-block;
  font-size: 14px;
  margin: 0 6px 6px 0;
  text-decoration: none;
  padding: 3px 10px;
}

.article-tags {
  margin-top: 36px;
}

.gform_wrapper .gform_fields .gfield > label {
  display: inline-block;
  vertical-align: top;
  margin:  0.85em 16px .525em 0;
  width: 200px;
}
.gform_wrapper .gform_fields .gfield .ginput_container {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 216px);
  margin: 0 0 .5em;
}
@media all and (max-width: 500px) {
  .gform_wrapper .gform_fields .gfield > label {
    margin: 1em 0 .15em 0;
    width: 100%;
  }
  .gform_wrapper .gform_fields .gfield .ginput_container {
    width: 100%;
  }
}
.gform_wrapper .gform_fields .gfield input[type=text] {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: .45em;
}
.gform_wrapper .gform_fields .gfield textarea {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: .45em;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox > li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 38px;
  margin-top: 3px;
  overflow: visible;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox > li input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 3px solid #ffffff;
  border-radius: 2px;
  box-shadow: 0px 0px 0px 1px #c9c9c9;
  display: inline-block;
  float: none;
  height: 16px;
  margin: 0;
  vertical-align: middle;
  width: 16px !important;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox > li input[type=checkbox]:checked {
  background-color: #666666;
}
.gform_wrapper .gform_fields .gfield .gfield_checkbox > li label {
  display: inline-block;
  float: none;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.gform_wrapper .gform_footer {
  margin-top: 0;
  text-align: right;
}
.gform_wrapper .gform_footer input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f1c100;
  border: none;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 20px;
}
.gform_wrapper div.validation_error, .gform_wrapper div.validation_message {
  font-size: 12px !important;
  padding: 10px 0 !important;
  border: none;
  margin: 0 0 1em !important;
}
.gform_wrapper li.gfield.gfield_error {
  background: none !important;
  border: none !important;
  margin: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !important;
}

.sidebar-form {
  background-color: #f5cb22;
  padding: 14px 16px;
}
.sidebar-form h5 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.sidebar-form .gform_wrapper {
  margin: 0;
  max-width: 100%;
}
.sidebar-form .gform_wrapper#gform_wrapper_3 .gform_fields .gfield:last-child > label {
  display: none;
}
.sidebar-form .gform_wrapper .gform_fields .gfield > label {
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  vertical-align: top;
  margin: 0.6em 16px 0 0;
  width: 100%;
}
.sidebar-form .gform_wrapper .gform_fields .gfield .ginput_container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: .2em 0 .35em;
}
.sidebar-form .gform_wrapper .gform_fields .gfield input[type=text] {
  border: 0;
  border-radius: 0px;
  width: 100%;
}
.sidebar-form .gform_wrapper .gform_fields .gfield textarea {
  border: 0;
  border-radius: 0;
  padding: .45em;
  width: 100%;
}
.sidebar-form .gform_wrapper .gform_fields .gfield .gfield_checkbox > li {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 38px;
  margin-top: 3px;
  overflow: visible;
}
.sidebar-form .gform_wrapper .gform_fields .gfield .gfield_checkbox > li input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  float: none;
  height: 16px;
  margin: 0;
  vertical-align: middle;
  width: 16px !important;
}
.sidebar-form .gform_wrapper .gform_fields .gfield .gfield_checkbox > li input[type=checkbox]:checked {
  background-color: #000000;
}
.sidebar-form .gform_wrapper .gform_fields .gfield .gfield_checkbox > li label {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  float: none;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.sidebar-form .gform_wrapper .gform_footer {
  margin-top: 0;
  padding: .5em 0 0;
  text-align: right;
}
.sidebar-form .gform_wrapper .gform_footer input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: none;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 8px;
  width: 100%;
}

#icon-menu-section {
  padding: 20px 0 60px;
  font-size: 14px;
}
#icon-menu-section .container > ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#icon-menu-section .container > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
  width: 22%;
}
#icon-menu-section .container > ul > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 900px) {
  #icon-menu-section .container > ul > li {
    margin-right: 6%;
    width: 47%;
  }
  #icon-menu-section .container > ul > li:nth-child(2) {
    margin-right: 0;
  }
}
@media all and (max-width: 580px) {
  #icon-menu-section .container > ul > li {
    margin-right: 0%;
    max-width: 360px;
    width: 100%;
  }
  #icon-menu-section .container > ul > li:nth-child(2) {
    margin-right: 0;
  }
}
#icon-menu-section li {
  text-align: center;
}
#icon-menu-section li img {
  margin-bottom: 20px;
  margin-top: 20px;
}
#icon-menu-section li h5 {
  font-size: 1.2em;
  text-align: left;
  text-transform: uppercase;
}
#icon-menu-section li p {
  color: #4a4a4a;
  text-align: left;
}
#icon-menu-section .menu {
  border-top: 1px solid #e6e6e6;
  list-style: none;
  margin: 0;
  padding: 0;
}
#icon-menu-section .menu li {
  border-bottom: 1px solid #e6e6e6;
  color: #4a4a4a;
  float: left;
  text-align: left;
  width: 100%;
}
#icon-menu-section .menu a {
  color: #4a4a4a;
  display: block;
  padding: 10px 10px 10px 20px;
  position: relative;
  text-decoration: none;
  transition: 250ms all ease-out;
}
#icon-menu-section .menu a:hover {
  transform: translateX(10px);
}
#icon-menu-section .menu a:before {
  background-image: url("../images/right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 6px;
  height: 11px;
  transition: 250ms all ease-out;
}

#blue-banner-section {
  background-color: #032f3f;
  padding: 53px 0;
}
#blue-banner-section + #featured-latest-news {
  margin-top: 42px;
}
#blue-banner-section .call-out {
  display: inline-block;
  vertical-align: top;
  margin-right: 6%;
  width: 58%;
}
#blue-banner-section .left {
  display: inline-block;
  vertical-align: top;
}
#blue-banner-section h4 {
  color: #000000;
  display: block;
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 8px;
  position: relative;
}
#blue-banner-section h4 span {
  background-color: #032f3f;
  color: #f5cb22;
  border: 1px solid #f5cb22;
  display: inline-block;
  padding: 2px 11px 3px 9px;
  margin-bottom: 9px;
  line-height: 1.4;
  font-weight: 400;
}
#blue-banner-section p {
  color: #ffffff;
  font-size: 16px;
}
#blue-banner-section img {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
#blue-banner-section h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#blue-banner-section .menu {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#blue-banner-section .menu li {
  text-align: left;
  width: 100%;
}
#blue-banner-section .menu a {
  color: #ffffff;
  display: block;
  padding: 4px 10px 4px 20px;
  position: relative;
  text-decoration: none;
  transition: 250ms all ease-out;
}
#blue-banner-section .menu a:hover {
  transform: translateX(10px);
}
#blue-banner-section .menu a:before {
  background-image: url("../images/right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 9px;
  left: 3px;
  width: 6px;
  height: 11px;
  transition: 250ms all ease-out;
}

#blue-banner-menu-1 {
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
  width: 16%;
}

#blue-banner-menu-2 {
  display: inline-block;
  vertical-align: top;
  width: 19%;
}

@media all and (max-width: 980px) {
  #blue-banner-section .call-out {
    margin-right: 5%;
    width: 55%;
  }
  #blue-banner-section img {
    width: 27.5%;
  }
  #blue-banner-section h4 {
    font-size: 20px;
  }
  #blue-banner-section p {
    font-size: 14px;
  }
  #blue-banner-section .menu {
    font-size: 14px;
  }
  #blue-banner-section .menu a {
    padding-left: 18px;
  }
  #blue-banner-section .menu a:before {
    top: 8px;
  }
  #blue-banner-section h3 {
    font-size: 13px;
  }

  #blue-banner-menu-1 {
    width: 18%;
  }

  #blue-banner-menu-2 {
    width: 21%;
  }
}
@media all and (max-width: 790px) {
  #blue-banner-section {
    padding: 53px 0 23px;
    text-align: center;
  }
  #blue-banner-section .call-out {
    margin: 0 0 6%;
    max-width: 600px;
    text-align: left;
    width: 100%;
  }
  #blue-banner-section h4 {
    font-size: 24px;
  }
  #blue-banner-section p {
    font-size: 16px;
  }
  #blue-banner-section .menu {
    font-size: 16px;
  }
  #blue-banner-section .menu a {
    padding-left: 20px;
  }
  #blue-banner-section .menu a:before {
    top: 9px;
  }
  #blue-banner-section h3 {
    font-size: 14px;
  }

  #blue-banner-menu-1 {
    margin-bottom: 30px;
    margin-right: 8%;
    text-align: left;
    width: auto;
  }

  #blue-banner-menu-2 {
    margin-bottom: 30px;
    text-align: left;
    width: auto;
  }
}
@media all and (max-width: 560px) {
  #blue-banner-section h4 {
    font-size: 20px;
  }
  #blue-banner-section p {
    font-size: 14px;
  }
  #blue-banner-section .menu {
    font-size: 14px;
  }
  #blue-banner-section .menu a {
    padding-left: 18px;
  }
  #blue-banner-section .menu a:before {
    top: 8px;
  }
  #blue-banner-section h3 {
    font-size: 13px;
  }
}
@media all and (max-width: 450px) {
  #blue-banner-section img {
    display: none;
  }
}
@media all and (max-width: 355px) {
  #blue-banner-section h4 {
    font-size: 18px;
  }
  #blue-banner-section .menu {
    font-size: 13px;
  }
  #blue-banner-section .menu a {
    padding-left: 16px;
  }
  #blue-banner-section .menu a:before {
    top: 7px;
  }
  #blue-banner-section h3 {
    font-size: 12px;
  }

  #blue-banner-menu-1 {
    margin-right: 8%;
    text-align: left;
    width: auto;
  }

  #blue-banner-menu-2 {
    text-align: left;
    width: auto;
  }
}
#whats-happening-section {
  padding: 40px 0;
  text-align: center;
}
#whats-happening-section .container {
  max-width: 740px;
}
#whats-happening-section h3 {
  color: #404040;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.6em;
}

@media all and (max-width: 580px) {
  #whats-happening-section h3 {
    font-size: 32px;
  }
}
#whats-happening-section p {
  color: #5d5d5d;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

#featured-latest-news {
  padding: 10px 0 60px;
}
#featured-latest-news .container {
  display: flex;
}
#featured-latest-news .featured-article {
  border-top: 1px solid #e3e3e3;
  display: inline-block;
  margin-right: 4.1%;
  padding-bottom: 38px;
  position: relative;
  vertical-align: top;
  width: 47.95%;
}
#featured-latest-news .featured-article .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
}
#featured-latest-news .latest-news {
  border-top: 1px solid #e3e3e3;
  display: inline-block;
  vertical-align: top;
  width: 47.95%;
}
#featured-latest-news .latest-news .news {
  display: inline-block;
  vertical-align: top;
  width: 47.95%;
}
#featured-latest-news .latest-news .news:nth-child(2n) {
  margin-right: 4.1%;
}
#featured-latest-news .latest-news .news:nth-child(-n+3) {
  margin-bottom: 38px;
}
#featured-latest-news .latest-news .news p {
  font-size: 15px;
 
}
#featured-latest-news .latest-news .news img {
  margin-bottom: 12px;
}
@media all and (max-width: 700px) {
  #featured-latest-news .container {
    display: block;
    text-align: center;
  }
  #featured-latest-news .featured-article {
    width: 100%;
    margin-right: 0;
    max-width: 561px;
    margin-bottom: 30px;
    text-align: left;
  }
  #featured-latest-news .latest-news {
    border-top: 0;
    text-align: center;
    width: 100%;
  }
  #featured-latest-news .latest-news .news {
    text-align: left;
    max-width: 269px;
  }
  #featured-latest-news .latest-news h4 {
    border-top: 1px solid #e3e3e3;
    display: inline-block;
    max-width: calc((269px * 2) + 4.1%);
    width: 100%;
    padding-top: 0.85em;
    text-align: left;
  }
}
@media all and (max-width: 400px) {
  #featured-latest-news .latest-news .news {
    margin-bottom: 38px;
    margin-right: 0;
    width: 100%;
  }
  #featured-latest-news .latest-news .news:nth-child(2n) {
    margin-right: 0%;
  }
}
#featured-latest-news h4 {
  color: #3a3a3a;
  font-size: 13px;
  font-weight: bold;
  margin: 0.85em 0 0.9em;
  text-transform: uppercase;
}
#featured-latest-news h3 {
  color: #353536;
  font-size: 21px;
  font-weight: normal;
  margin: .75em 0 .7em;
}
#featured-latest-news h3 a {
  color: #353536;
  text-decoration: none;
}
#featured-latest-news p {
  color: #353536;
  font-size: 14px;  height:80px; /* text-overflow: ellipsis; overflow:hidden */
}
#featured-latest-news .read-more {
  background-color: #fff;
  color: #26527c;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  border:1px #26527c solid;
  padding: 5px 11px 4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 250ms all ease-out;
}
#featured-latest-news .read-more:hover {
 /* -webkit-transform: translateY(-3px);
  transform: translateY(-3px);*/
  background-color: #f1c100;
  color:#26527c;
  border:1px #f1c100 solid;
}

#quick-tips-advice {
  padding: 0 0 60px;
}
@media all and (max-width: 580px) {
  #quick-tips-advice {
    text-align: center;
  }
}
#quick-tips-advice h4 {
  border-top: 1px solid #e3e3e3;
  color: #3a3a3a;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 1.1em;
  padding-top: 0.85em;
  text-transform: uppercase;
}
@media all and (max-width: 580px) {
  #quick-tips-advice h4 {
    text-align: left;
  }
}
#quick-tips-advice .quick-tip {
  display: inline-block;
  margin-right: 2.75%;
  vertical-align: top;
  width: 22.9375%;
}
#quick-tips-advice .quick-tip:last-child {
  margin-right: 0;
}
@media all and (max-width: 960px) {
  #quick-tips-advice .quick-tip {
    margin-right: 4%;
    width: 48%;
  }
  #quick-tips-advice .quick-tip:nth-of-type(2) {
    margin-right: 0;
  }
}
@media all and (max-width: 580px) {
  #quick-tips-advice .quick-tip {
    margin-right: 0;
    max-width: 400px;
    text-align: left;
    width: 100%;
  }
}
#quick-tips-advice h3 {
  color: #232323;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.45;
}
#quick-tips-advice h3 a {
  color: #232323;
  text-decoration: none;
}
#quick-tips-advice video {
  height: auto;
  margin-bottom: 8px;
  width: 100%;
}

.general-sidebar-nav {
  margin-bottom: 32px;
}
.general-sidebar-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.general-sidebar-nav .menu-item a {
  color: #4a4a4a;
  font-size: 14px;
  text-decoration: none;
}
.general-sidebar-nav .menu-item.current-menu-ancestor > a, .general-sidebar-nav .menu-item.current-menu-parent > a, .general-sidebar-nav .menu-item.current-menu-item > a {
  color: #0e3e67;
  font-weight: bold;
}

/* PAGES */
.post-type-archive-our_team #page-content, .archive.tax-role #page-content, .archive.tax-certification #page-content {
  padding: 80px 0;
}
.post-type-archive-our_team #page-content .our-team-sidebar, .archive.tax-role #page-content .our-team-sidebar, .archive.tax-certification #page-content .our-team-sidebar {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.post-type-archive-our_team #page-content .our-team-content, .archive.tax-role #page-content .our-team-content, .archive.tax-certification #page-content .our-team-content {
  display: inline-block;
  vertical-align: top;
  width: 74%;
}
.post-type-archive-our_team #page-content .our-team-content{width:100%;}
@media all and (max-width: 580px) {
  .post-type-archive-our_team #page-content .our-team-sidebar, .archive.tax-role #page-content .our-team-sidebar, .archive.tax-certification #page-content .our-team-sidebar {
    display: none;
  }
  .post-type-archive-our_team #page-content .our-team-content, .archive.tax-role #page-content .our-team-content, .archive.tax-certification #page-content .our-team-content {
    width: 100%;
  }
}
.post-type-archive-our_team #page-content .role-wrap, .archive.tax-role #page-content .role-wrap, .archive.tax-certification #page-content .role-wrap {
  margin-bottom: 20px;
}
.post-type-archive-our_team #page-content h2, .archive.tax-role #page-content h2, .archive.tax-certification #page-content h2 {
  color: #5a5a5a;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0.8em;
}
.post-type-archive-our_team #page-content p, .archive.tax-role #page-content p, .archive.tax-certification #page-content p {
  color: #4a4a4a;
  font-size: 14px;
  margin-bottom: 2.25em;
  padding-right: 3.5%;
  line-height: 1.5;
}
@media all and (max-width: 460px) {
  .post-type-archive-our_team #page-content .team-members-wrap, .archive.tax-role #page-content .team-members-wrap, .archive.tax-certification #page-content .team-members-wrap {
    text-align: center;
  }
}
.post-type-archive-our_team #page-content .team-member, .archive.tax-role #page-content .team-member, .archive.tax-certification #page-content .team-member {
  display: inline-block;
  margin-bottom: 52px;
  margin-right: 3.5%;
  vertical-align: top;
  width: 29%;
}
.post-type-archive-our_team #page-content .team-member{width:21%;}

@media all and (max-width: 900px) {
/*  .post-type-archive-our_team #page-content .team-member, .archive.tax-role #page-content .team-member, .archive.tax-certification #page-content .team-member {
    width: 46.5%;
  }*/
  .post-type-archive-our_team #page-content .team-member{width:29%;}
}
@media all and (max-width: 600px) {
  .post-type-archive-our_team #page-content .team-member{width:45% !important;}
}
@media all and (max-width: 460px) {
  .post-type-archive-our_team #page-content .team-member, .archive.tax-role #page-content .team-member, .archive.tax-certification #page-content .team-member {
    max-width: 292px;
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
}
.post-type-archive-our_team #page-content .image-link, .archive.tax-role #page-content .image-link, .archive.tax-certification #page-content .image-link {
  display: inline-block;
  margin-bottom: 15px;
}
.post-type-archive-our_team #page-content h4, .archive.tax-role #page-content h4, .archive.tax-certification #page-content h4 {
  color: #000000;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.post-type-archive-our_team #page-content h4 a, .archive.tax-role #page-content h4 a, .archive.tax-certification #page-content h4 a {
  color: #000000;
  text-decoration: none;
}
.post-type-archive-our_team #page-content .roles, .post-type-archive-our_team #page-content .certifications, .archive.tax-role #page-content .roles, .archive.tax-role #page-content .certifications, .archive.tax-certification #page-content .roles, .archive.tax-certification #page-content .certifications {
  font-size: 15px;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.post-type-archive-our_team #page-content .roles li, .post-type-archive-our_team #page-content .certifications li, .archive.tax-role #page-content .roles li, .archive.tax-role #page-content .certifications li, .archive.tax-certification #page-content .roles li, .archive.tax-certification #page-content .certifications li {
  display: inline-block;
  margin-right: 4px;
}
.post-type-archive-our_team #page-content .roles a, .post-type-archive-our_team #page-content .certifications a, .archive.tax-role #page-content .roles a, .archive.tax-role #page-content .certifications a, .archive.tax-certification #page-content .roles a, .archive.tax-certification #page-content .certifications a {
  color: #4a4a4a;
  text-decoration: none;
}
.post-type-archive-our_team #page-content .roles.certifications, .post-type-archive-our_team #page-content .certifications.certifications, .archive.tax-role #page-content .roles.certifications, .archive.tax-role #page-content .certifications.certifications, .archive.tax-certification #page-content .roles.certifications, .archive.tax-certification #page-content .certifications.certifications {
  margin-bottom: 10px;
  margin-top: -10px;
}
.post-type-archive-our_team #page-content .roles.certifications li, .post-type-archive-our_team #page-content .certifications.certifications li, .archive.tax-role #page-content .roles.certifications li, .archive.tax-role #page-content .certifications.certifications li, .archive.tax-certification #page-content .roles.certifications li, .archive.tax-certification #page-content .certifications.certifications li {
  font-style: italic;
}
.post-type-archive-our_team #page-content .team-member-links, .archive.tax-role #page-content .team-member-links, .archive.tax-certification #page-content .team-member-links {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
}
.post-type-archive-our_team #page-content .team-member-links ul, .archive.tax-role #page-content .team-member-links ul, .archive.tax-certification #page-content .team-member-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-type-archive-our_team #page-content .team-member-links li, .archive.tax-role #page-content .team-member-links li, .archive.tax-certification #page-content .team-member-links li {
  display: inline-block;
  font-size: 13px;
  width: 30%;
  border-right: 1px solid #e8e8e8;
  margin-right: 2%;
}

.post-type-archive-our_team #page-content .team-member-links li:last-child, .archive.tax-role #page-content .team-member-links li:last-child, .archive.tax-certification #page-content .team-member-links li:last-child {
  border-right: none;
  margin-right: 0;
}
.no-flexbox .post-type-archive-our_team #page-content .team-member-links li:first-child, .no-flexbox .archive.tax-role #page-content .team-member-links li:first-child, .no-flexbox .archive.tax-certification #page-content .team-member-links li:first-child {
  width: 36%;
}
@media all and (max-width: 1140px) {
  .no-flexbox .post-type-archive-our_team #page-content .team-member-links li, .no-flexbox .archive.tax-role #page-content .team-member-links li, .no-flexbox .archive.tax-certification #page-content .team-member-links li {
    width: 48%;
  }
  .no-flexbox .post-type-archive-our_team #page-content .team-member-links li:first-child, .no-flexbox .archive.tax-role #page-content .team-member-links li:first-child, .no-flexbox .archive.tax-certification #page-content .team-member-links li:first-child {
    width: 48%;
  }
}
.post-type-archive-our_team #page-content .team-member-links li a, .archive.tax-role #page-content .team-member-links li a, .archive.tax-certification #page-content .team-member-links li a, .member-intro .team-member-links li a {
  color: #4a4a4a;
  display: inline-block;
  font-size: 14px;
  padding: 0 3px 0 20px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.post-type-archive-our_team #page-content .team-member-links li a:before, .archive.tax-role #page-content .team-member-links li a:before, .archive.tax-certification #page-content .team-member-links li a:before, .member-intro .team-member-links li a:before {
  background-image: url("../images/right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 6px;
  height: 11px;
}
.flexbox .post-type-archive-our_team #page-content .team-member-links ul, .flexbox .archive.tax-role #page-content .team-member-links ul, .flexbox .archive.tax-certification #page-content .team-member-links ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
 .member-intro .team-member-links ul{display:block; padding:0px; list-style-type:none;}
.flexbox .post-type-archive-our_team #page-content .team-member-links li, .flexbox .archive.tax-role #page-content .team-member-links li, .flexbox .archive.tax-certification #page-content .team-member-links li {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.flexbox .post-type-archive-our_team #page-content .team-member-links li:first-child, .flexbox .archive.tax-role #page-content .team-member-links li:first-child, .flexbox .archive.tax-certification #page-content .team-member-links li:first-child {
  width: auto;
}

.single-our_team #page-content, .archive.tax-role #page-content, .archive.tax-certification #page-content {
  padding: 56px 0 90px;
}
@media all and (max-width: 730px) {
  .single-our_team #page-content, .archive.tax-role #page-content, .archive.tax-certification #page-content {
    padding: 30px 0 80px;
  }
}
.single-our_team #page-content .our-team-sidebar, .archive.tax-role #page-content .our-team-sidebar, .archive.tax-certification #page-content .our-team-sidebar {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.single-our_team #page-content .our-team-sidebar .back-to-team, .archive.tax-role #page-content .our-team-sidebar .back-to-team, .archive.tax-certification #page-content .our-team-sidebar .back-to-team {
  color: #4a4a4a;
  display: inline-block;
  margin-top: 70px;
  padding: 0 3px 0 18px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.single-our_team #page-content .our-team-sidebar .back-to-team:before, .archive.tax-role #page-content .our-team-sidebar .back-to-team:before, .archive.tax-certification #page-content .our-team-sidebar .back-to-team:before {
  background-image: url("../images/right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 6px;
  height: 11px;
}
@media all and (max-width: 730px) {
  .single-our_team #page-content .our-team-sidebar, .archive.tax-role #page-content .our-team-sidebar, .archive.tax-certification #page-content .our-team-sidebar {
    width: 100%;
  }
  .single-our_team #page-content .our-team-sidebar .back-to-team, .archive.tax-role #page-content .our-team-sidebar .back-to-team, .archive.tax-certification #page-content .our-team-sidebar .back-to-team {
    margin: 0px 0 30px;
  }
}
.single-our_team #page-content .our-team-content, .archive.tax-role #page-content .our-team-content, .archive.tax-certification #page-content .our-team-content {
  display: inline-block;
  vertical-align: top;
  width: 74%;
}
@media all and (max-width: 730px) {
  .single-our_team #page-content .our-team-content, .archive.tax-role #page-content .our-team-content, .archive.tax-certification #page-content .our-team-content {
    width: 100%;
  }
}
.single-our_team #page-content .team-member-intro, .archive.tax-role #page-content .team-member-intro, .archive.tax-certification #page-content .team-member-intro {
  color: #5a5a5a;
  font-size: 40px;
  font-weight: 300;
}
@media all and (max-width: 580px) {
  .single-our_team #page-content .team-member-intro, .archive.tax-role #page-content .team-member-intro, .archive.tax-certification #page-content .team-member-intro {
    font-size: 36px;
  }
}
.single-our_team #page-content .member-intro, .archive.tax-role #page-content .member-intro, .archive.tax-certification #page-content .member-intro {
  margin-bottom: 30px;
}
.single-our_team #page-content .member-intro img, .archive.tax-role #page-content .member-intro img, .archive.tax-certification #page-content .member-intro img {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 25px;
  vertical-align: top;
}
.single-our_team #page-content .member-intro .info-right, .archive.tax-role #page-content .member-intro .info-right, .archive.tax-certification #page-content .member-intro .info-right {
  display: inline-block;
  max-width: 310px;
  vertical-align: top;
}
.single-our_team #page-content .member-intro h3, .archive.tax-role #page-content .member-intro h3, .archive.tax-certification #page-content .member-intro h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.single-our_team #page-content .member-intro .roles, .single-our_team #page-content .member-intro .certifications, .archive.tax-role #page-content .member-intro .roles, .archive.tax-role #page-content .member-intro .certifications, .archive.tax-certification #page-content .member-intro .roles, .archive.tax-certification #page-content .member-intro .certifications {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-our_team #page-content .member-intro .roles li, .single-our_team #page-content .member-intro .certifications li, .archive.tax-role #page-content .member-intro .roles li, .archive.tax-role #page-content .member-intro .certifications li, .archive.tax-certification #page-content .member-intro .roles li, .archive.tax-certification #page-content .member-intro .certifications li {
  display: inline-block;
  margin-right: 4px;
}
.single-our_team #page-content .member-intro .roles a, .single-our_team #page-content .member-intro .certifications a, .archive.tax-role #page-content .member-intro .roles a, .archive.tax-role #page-content .member-intro .certifications a, .archive.tax-certification #page-content .member-intro .roles a, .archive.tax-certification #page-content .member-intro .certifications a {
  color: #4a4a4a;
  text-decoration: none;
}
.single-our_team #page-content .member-intro .roles.certifications, .single-our_team #page-content .member-intro .certifications.certifications, .archive.tax-role #page-content .member-intro .roles.certifications, .archive.tax-role #page-content .member-intro .certifications.certifications, .archive.tax-certification #page-content .member-intro .roles.certifications, .archive.tax-certification #page-content .member-intro .certifications.certifications {
  margin-bottom: 10px;
}
.single-our_team #page-content .member-intro .roles.certifications li, .single-our_team #page-content .member-intro .certifications.certifications li, .archive.tax-role #page-content .member-intro .roles.certifications li, .archive.tax-role #page-content .member-intro .certifications.certifications li, .archive.tax-certification #page-content .member-intro .roles.certifications li, .archive.tax-certification #page-content .member-intro .certifications.certifications li {
  font-style: italic;
}
.single-our_team #page-content .member-intro .member-quote, .archive.tax-role #page-content .member-intro .member-quote, .archive.tax-certification #page-content .member-intro .member-quote {
  border-top: 1px solid #e6e6e6;
  color: #4a4a4a;
  font-size: 13px;
  font-style: italic;
  padding: 8px 0 0 0;
}
.single-our_team #page-content .member-content, .archive.tax-role #page-content .member-content, .archive.tax-certification #page-content .member-content {
  color: #4a4a4a;
  font-size: 14px;
  max-width: 760px;
}
.single-our_team #page-content .member-content h2, .archive.tax-role #page-content .member-content h2, .archive.tax-certification #page-content .member-content h2 {
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0.65em;
}
.single-our_team #page-content .member-content h3, .archive.tax-role #page-content .member-content h3, .archive.tax-certification #page-content .member-content h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.05em;
}
.single-our_team #page-content .member-content p + h3, .archive.tax-role #page-content .member-content p + h3, .archive.tax-certification #page-content .member-content p + h3 {
  margin-top: 3.2em;
}

.page-template-advice-solutions,
.page-template-default {
  /*&:not(.page-child) {
      #page-content {
          .container {
              max-width: 1010px;
              .solution-content {
                  > h3 {
                      text-align: left;
                  }
              }
          }
      }
  }*/
}
.page-template-advice-solutions.page-child #page-content .container > h3,
.page-template-default.page-child #page-content .container > h3 {
  line-height: 1.2;
  padding-left: 210px;
  text-align: left;
}
@media all and (max-width: 540px) {
  .page-template-advice-solutions.page-child #page-content .container > h3,
  .page-template-default.page-child #page-content .container > h3 {
    padding-left: 0;
    text-align: center;
  }
}
.page-template-advice-solutions.page-child #page-content .container .solution-content > h3,
.page-template-default.page-child #page-content .container .solution-content > h3 {
  line-height: 1.2;
  text-align: left;
  margin-top: 18px;
}
@media all and (max-width: 540px) {
  .page-template-advice-solutions.page-child #page-content .container .solution-content > h3,
  .page-template-default.page-child #page-content .container .solution-content > h3 {
    text-align: center;
  }
}
.page-template-advice-solutions #page-content,
.page-template-default #page-content {
  padding: 48px 0 66px;
}
@media all and (max-width: 900px) {
  .page-template-advice-solutions #page-content,
  .page-template-default #page-content {
    text-align: center;
  }
}
.page-template-advice-solutions #page-content .container > h3,
.page-template-default #page-content .container > h3 {
  color: #5a5a5a;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 52px;
  text-align: center;
}
.page-template-advice-solutions #page-content .container .solution-content > h3,
.page-template-default #page-content .container .solution-content > h3 {
  color: #5a5a5a;
  font-weight: 300;
  font-size: 40px;
  margin-top: 18px;
  margin-bottom: 52px;
  text-align: center;
}
@media all and (max-width: 540px) {
  .page-template-advice-solutions #page-content .container,
  .page-template-default #page-content .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (max-width: 580px) {
  .page-template-advice-solutions #page-content .solutions-wrap,
  .page-template-default #page-content .solutions-wrap {
    text-align: center;
  }
}
.page-template-advice-solutions #page-content .solution,
.page-template-default #page-content .solution {
  display: inline-block;
  margin-bottom: 6.5%;
  margin-right: 2.5%;
  vertical-align: top;
  width: 31.6666%;
}
.page-template-advice-solutions #page-content .solution:nth-child(3n),
.page-template-default #page-content .solution:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 780px) {
  .page-template-advice-solutions #page-content .solution,
  .page-template-default #page-content .solution {
    margin-bottom: 8%;
    margin-right: 5%;
    width: 47.5%;
  }
  .page-template-advice-solutions #page-content .solution:nth-child(3n),
  .page-template-default #page-content .solution:nth-child(3n) {
    margin-right: 5%;
  }
  .page-template-advice-solutions #page-content .solution:nth-child(2n),
  .page-template-default #page-content .solution:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 580px) {
  .page-template-advice-solutions #page-content .solution,
  .page-template-default #page-content .solution {
    margin-right: 0;
    max-width: 322px;
    text-align: left;
    width: 100%;
  }
  .page-template-advice-solutions #page-content .solution:nth-child(2n), .page-template-advice-solutions #page-content .solution:nth-child(3n),
  .page-template-default #page-content .solution:nth-child(2n),
  .page-template-default #page-content .solution:nth-child(3n) {
    margin-right: 0;
  }
}
.page-template-advice-solutions #page-content .image-link,
.page-template-default #page-content .image-link {
  display: inline-block;
  margin-bottom: 19px;
}
.page-template-advice-solutions #page-content h4,
.page-template-default #page-content h4 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.page-template-advice-solutions #page-content h4 a,
.page-template-default #page-content h4 a {
  color: #000000;
  text-decoration: none;
}
.page-template-advice-solutions #page-content p,
.page-template-default #page-content p {
  color: #4a4a4a;
  font-size: 14px;
}
.page-template-advice-solutions #page-content .related-links,
.page-template-default #page-content .related-links {
  border-top: 1px solid #e6e6e6;
  list-style: none;
  margin: 1.5em 0 0;
  max-width: 260px;
  padding: 0;
}
@media all and (max-width: 900px) {
  .page-template-advice-solutions #page-content .related-links,
  .page-template-default #page-content .related-links {
    margin: 1.5em auto 0;
  }
}
.page-template-advice-solutions #page-content .related-links li,
.page-template-default #page-content .related-links li {
  color: #4a4a4a;
  float: left;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
.page-template-advice-solutions #page-content .related-links a,
.page-template-default #page-content .related-links a {
  border-bottom: 1px solid #e6e6e6;
  color: #4a4a4a;
  display: block;
  padding: 10px 10px 10px 20px;
  position: relative;
  text-decoration: none;
  transition: 250ms all ease-out;
}
.page-template-advice-solutions #page-content .related-links a:hover,
.page-template-default #page-content .related-links a:hover {
  padding-left: 30px;
}
.page-template-advice-solutions #page-content .related-links a:hover:before,
.page-template-default #page-content .related-links a:hover:before {
  left: 13px;
}
.page-template-advice-solutions #page-content .related-links a:before,
.page-template-default #page-content .related-links a:before {
  background-image: url("../images/right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 6px;
  height: 11px;
  transition: 250ms all ease-out;
}
.page-template-advice-solutions #page-content .solution-content,
.page-template-default #page-content .solution-content {
  color: #4a4a4a;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
  width: calc(100% - 255px);
}
@media all and (max-width: 540px) {
  .page-template-advice-solutions #page-content .solution-content,
  .page-template-default #page-content .solution-content {
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .page-template-advice-solutions #page-content .solution-content,
  .page-template-default #page-content .solution-content {
    order: 0;
  }
}
.page-template-advice-solutions #page-content .solution-content h2,
.page-template-default #page-content .solution-content h2 {
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0.65em;
  line-height: 1.25;
}
.page-template-advice-solutions #page-content .solution-content h3,
.page-template-default #page-content .solution-content h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.05em;
  line-height: 1.3;
}
.page-template-advice-solutions #page-content .solution-content p + h3,
.page-template-default #page-content .solution-content p + h3 {
  margin-top: 3.2em;
}
@media all and (max-width: 900px) {
  .page-template-advice-solutions #page-content .solution-content,
  .page-template-default #page-content .solution-content {
    text-align: left;
  }
}
.page-template-advice-solutions #page-content .solution-wrap,
.page-template-default #page-content .solution-wrap {
  color: #4a4a4a;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 40px;
  margin-right: 7%;
  vertical-align: top;
  width: calc(93% - 240px);
}
@media all and (max-width: 900px) {
  .page-template-advice-solutions #page-content .solution-wrap,
  .page-template-default #page-content .solution-wrap {
    margin-right: 0;
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .page-template-advice-solutions #page-content .solution-wrap,
  .page-template-default #page-content .solution-wrap {
    order: 0;
  }
}
.page-template-advice-solutions #page-content .solution-wrap h2,
.page-template-default #page-content .solution-wrap h2 {
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0.65em;
  line-height: 1.25;
}
.page-template-advice-solutions #page-content .solution-wrap h3,
.page-template-default #page-content .solution-wrap h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.05em;
  line-height: 1.3;
}
.page-template-advice-solutions #page-content .solution-wrap p + h3,
.page-template-default #page-content .solution-wrap p + h3 {
  margin-top: 3.2em;
}
@media all and (max-width: 900px) {
  .page-template-advice-solutions #page-content .solution-wrap,
  .page-template-default #page-content .solution-wrap {
    text-align: left;
  }
}
.page-template-advice-solutions #page-content .solution-sidebar,
.page-template-default #page-content .solution-sidebar {
  display: inline-block;
  vertical-align: top;
  width: 235px;
}
@media all and (max-width: 900px) {
  .page-template-advice-solutions #page-content .solution-sidebar,
  .page-template-default #page-content .solution-sidebar {
    max-width: 400px;
    text-align: left;
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .page-template-advice-solutions #page-content .solution-sidebar,
  .page-template-default #page-content .solution-sidebar {
    order: 2;
  }
}

body.page-id-12.page-template-advice-solutions #page-content .solutions-wrap {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
body.page-id-12.page-template-advice-solutions #page-content .solution {
  margin-left: 1.5%;
  margin-right: 1.5%;
  width: 47%;
}

.solutions-nav,
.news-resources-nav {
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  width: 250px;
  padding-right: 10px;
  margin-top: 18px;
}
.solutions-nav .sub-menu,
.news-resources-nav .sub-menu {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: .5em;
  margin-top: .5em;
}
.solutions-nav .sub-menu ul,
.news-resources-nav .sub-menu ul {
  padding-left: 15px;
}
.solutions-nav .sub-menu a,
.news-resources-nav .sub-menu a {
  color: #4a4a4a;
  display: block;
  padding: 2px 10px 2px 20px;
  position: relative;
  text-decoration: none;
  transition: 250ms all ease-out;
}
.solutions-nav .sub-menu a:hover,
.news-resources-nav .sub-menu a:hover {
  padding-left: 30px;
}
.solutions-nav .sub-menu a:hover:before,
.news-resources-nav .sub-menu a:hover:before {
  left: 13px;
}
.solutions-nav .sub-menu a:before,
.news-resources-nav .sub-menu a:before {
  background-image: url("../images/right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  margin-top: -7px;
  position: absolute;
  top: 13px;
  left: 3px;
  width: 6px;
  height: 11px;
  transition: 250ms all ease-out;
}
@media all and (max-width: 900px) {
  .solutions-nav,
  .news-resources-nav {
    text-align: left;
  }
}
@media all and (max-width: 540px) {
  .solutions-nav,
  .news-resources-nav {
    order: 1;
    text-align: center;
    width: 100%;
  }
  .solutions-nav .general-sidebar-nav,
  .news-resources-nav .general-sidebar-nav {
    display: inline-block;
    margin-right: 42px;
    margin-bottom: 46px;
    vertical-align: top;
    text-align: left;
  }
}

.search-results #page-content .container {
  max-width: 700px;
}
.search-results #page-content .container > h1 {
  font-size: 36px;
  margin-top: 6%;
  margin-bottom: 52px;
}
.search-results #page-content .article {
  margin: 0 0 52px 0;
}
.search-results #page-content .article:last-child {
  margin-bottom: 13.5%;
}
.search-results #page-content h1 {
  color: #5a5a5a;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 14px;
  text-align: left;
}
.search-results #page-content h1 a {
  color: #5a5a5a;
  text-decoration: none;
}
@media all and (max-width: 580px) {
  .search-results #page-content h1 {
    font-size: 24px;
  }
}
.search-results #page-content .article-content {
  font-size: 14px;
}
.search-results .search-excerpt {
  background-color: #f5cb22;
}

.page-template-contact-us #page-content {
  padding-bottom: 50px;
}
.page-template-contact-us #page-content .article-title {
  padding-left: 13.5%;
}
.page-template-contact-us #page-content article {
  display: inline-block;
  margin-left: 13.5%;
  margin-right: 11%;
  width: 47.5%;
  vertical-align: top;
}
.page-template-contact-us #page-content .contact-sidebar {
  display: inline-block;
  width: 28%;
  vertical-align: top;
}
.page-template-contact-us #page-content .contact-sidebar h5 {
  color: #3a3a3a;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.page-template-contact-us #page-content .contact-details {
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
}
.page-template-contact-us #page-content .contact-details strong {
  font-size: 13px;
}
.page-template-contact-us #page-content .contact-details a {
  color: #000000;
  text-decoration: none;
}
.page-template-contact-us #page-content p {
  font-size: 14px;
}
.page-template-contact-us #page-content strong {
  color: #0e3e67;
  font-weight: normal;
  font-size: 14px;
}
.page-template-contact-us #page-content .sidebar-div {
  margin-bottom: 1.5em;
}
@media all and (max-width: 1000px) {
  .page-template-contact-us #page-content .article-title {
    padding-left: 0;
  }
  .page-template-contact-us #page-content article {
    margin-left: 0;
    margin-right: 12%;
    width: 56%;
  }
  .page-template-contact-us #page-content .contact-sidebar {
    width: 32%;
  }
}
@media all and (max-width: 860px) {
  .page-template-contact-us #page-content article {
    margin-left: 0;
    margin-right: 6%;
    width: 62%;
  }
  .page-template-contact-us #page-content .contact-sidebar {
    width: 32%;
  }
}
@media all and (max-width: 750px) {
  .page-template-contact-us #page-content {
    text-align: center;
  }
  .page-template-contact-us #page-content .article-title {
    text-align: left;
  }
  .page-template-contact-us #page-content article {
    margin-left: 0;
    margin-right: 0%;
    max-width: 520px;
    text-align: left;
    width: 100%;
  }
  .page-template-contact-us #page-content .contact-sidebar {
    max-width: 400px;
    text-align: left;
    width: 100%;
  }
}

@media all and (max-width: 880px) {
  .news-and-resources {
    text-align: center;
  }
}
.news-and-resources .article-title {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media all and (max-width: 540px) {
  .news-and-resources .article-title {
    margin-top: 0;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 540px) {
  .news-and-resources .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.news-and-resources .news-resources-nav {
  display: inline-block;
  margin-right: 6%;
  vertical-align: top;
  margin-top: 18px;
  margin-bottom: 18px;
  width: 14%;
}
@media all and (max-width: 880px) {
  .news-and-resources .news-resources-nav {
    margin-right: 24px;
    text-align: left;
    width: 148px;
  }
}
@media all and (max-width: 540px) {
  .news-and-resources .news-resources-nav {
    text-align: center;
    order: 1;
    width: 100%;
  }
  .news-and-resources .news-resources-nav .general-sidebar-nav {
    display: inline-block;
    margin-right: 42px;
    margin-bottom: 46px;
    vertical-align: top;
    text-align: left;
  }
  .news-and-resources .news-resources-nav > a {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .news-and-resources .news-resources-nav > a img {
    width: 56px;
  }
}
.news-and-resources .news-resources-container {
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
  width: calc(80% - 5px);
}
@media all and (max-width: 880px) {
  .news-and-resources .news-resources-container {
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .news-and-resources .news-resources-container {
    order: 0;
  }
}
.news-and-resources .news-resources-content {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 3%;
  vertical-align: top;
  width: calc(93% - 240px);
}
@media all and (max-width: 880px) {
  .news-and-resources .news-resources-content {
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .news-and-resources .news-resources-content {
    order: 0;
  }
}
.news-and-resources .news-resources-content .article-name {
  font-size: 13px;
  color: #000000;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3px;
  text-transform: uppercase;
  height:40px;
}
.news-and-resources .news-resources-content .article-name a {
  color: #000000;
  text-decoration: none;
}
.news-and-resources .news-resources-content .article-info {
  color: #747474;
  font-size: 13px;
  margin-bottom: 1.75em;
  letter-spacing: 1px;
}
.news-and-resources .news-resources-content .article-header {
  margin-bottom: 1.4em;
}
.news-and-resources .news-resources-content .article-content {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.5;
}
.news-and-resources .news-resources-content .article-content p {
  margin-bottom: 1.6em;
}
.news-and-resources .news-resources-content .article {
  margin-bottom: 40px;
  margin-right:5%; width:45%; float:left;
}
.news-and-resources .news-resources-content .read-more {
  display: inline-block;
  margin-top: 22px;
  font-size: 13px;
  background-color: #f1c100;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  padding: 5px 10px;
  text-transform: uppercase;
}
.news-and-resources .news-resources-sidebar {
  display: inline-block;
  vertical-align: top;
  width: 265px;
}
@media all and (max-width: 880px) {
  .news-and-resources .news-resources-sidebar {
    order: 2;
    max-width: 400px;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
  .news-and-resources .news-resources-content .article-name {height:60px;}
}
.news-and-resources .news-resources-sidebar .request-information-brochure {
  background-color: #f5cb22;
  margin: 0 0 30px 0;
  padding: 13px 15px;
  display: block;
}
.news-and-resources .news-resources-sidebar .request-information-brochure h6 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  min-height: 4em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  line-height: 1.2;
}
.news-and-resources .news-resources-sidebar .request-information-brochure a {
  background-color: #ffffff;
  color: #000000;
  display: block;
  text-align: center;
  padding: 8px 15px 10px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
}
.news-and-resources .news-resources-sidebar .news-resources-widget {
  border-top: 1px solid #e3e3e3;
  margin: 0 0 30px 0;
}
.news-and-resources .news-resources-sidebar h5 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 12px 0 0;
  margin-bottom: 1.15em;
}
.news-and-resources .news-resources-sidebar .small-post {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.news-and-resources .news-resources-sidebar .small-post .featured-image {
  display: inline-block;

  margin-right: 4%;
  width: 36%;
  vertical-align: top;
}
.news-and-resources .news-resources-sidebar .small-post .excerpt {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  font-size: 13px;
  color: #353536;
}
.news-and-resources .news-resources-sidebar .small-post .excerpt a {
  color: #0082f0;
  text-decoration: none;
}

.page-template-news-resources .article-title {
  margin: 7px 0 56px 0;
}
@media all and (max-width: 540px) {
  .page-template-news-resources .article-title {
    text-align: center;
  }
}
@media all and (max-width: 540px) {
  .page-template-news-resources .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-news-resources .news-resources-nav {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  text-align: left;
  margin-bottom: 18px;
  padding-right: 20px;
}
@media all and (max-width: 540px) {
  .page-template-news-resources .news-resources-nav {
    text-align: center;
    width: 100%;
  }
  .page-template-news-resources .news-resources-nav .general-sidebar-nav {
    display: inline-block;
    margin-right: 42px;
    margin-bottom: 46px;
    vertical-align: top;
    text-align: left;
  }
  .page-template-news-resources .news-resources-nav > a {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .page-template-news-resources .news-resources-nav > a img {
    width: 56px;
  }
}
@media all and (max-width: 540px) {
  .page-template-news-resources .news-resources-nav {
    order: 1;
  }
}
.page-template-news-resources .news-resources-content {
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
  width: calc(100% - 255px);
  text-align: left;
}
@media all and (max-width: 540px) {
  .page-template-news-resources .news-resources-content {
    order: 0;
    width: 100%;
  }
}
.page-template-news-resources .news-resources-archive-wrap {
  display: inline-block;
  margin-bottom: 40px;
  padding-right: 2%;
  vertical-align: top;
  width: calc(93% - 240px);
  text-align: left;
}
.page-template-news-resources .news-resources-archive-wrap .news-resources-item {
  border-top: 1px solid #e3e3e3;
  display: inline-block;
  margin-bottom: 5.5%;
  margin-right: 5%;
  vertical-align: top;
  width: 44%;
}
@media all and (max-width: 710px) {
  .page-template-news-resources .news-resources-archive-wrap .news-resources-item {
    margin-bottom: 10%;
    margin-right: 0;
    width: 100%;
  }
  .news-and-resources .news-resources-content .article{width:100%; margin-right:0px;}
  .news-and-resources .news-resources-content .article-name{height:auto;}
}
.page-template-news-resources .news-resources-archive-wrap .news-resources-item h4 {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0 12px 0;
  text-transform: uppercase;
}
.page-template-news-resources .news-resources-archive-wrap .news-resources-item h4 a {
  color: #000000;
  text-decoration: none;
}
.page-template-news-resources .news-resources-archive-wrap .news-resources-item p {
  color: #4a4a4a;
  font-size: 14px;
}
.page-template-news-resources .news-resources-archive-wrap .news-resources-item .explore {
  background-color: #f1c100;
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 12px 4px;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-news-resources .news-resources-archive-wrap .news-resources-item .image-wrap {
  display: block;
  margin-bottom: 12px;
}
.page-template-news-resources .news-resources-archive-wrap .news-resources-item img {
  max-width: none;
  width: 100%;
}
@media all and (max-width: 970px) {
  .page-template-news-resources .news-resources-archive-wrap {
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .page-template-news-resources .news-resources-archive-wrap {
    order: 0;
  }
  .news-and-resources .news-resources-container{width:100% !important;}
}
.page-template-news-resources .news-resources-sidebar {
  background-color: #6cc4f7;
  color: #ffffff;
  display: inline-block;
  padding: 12px 20px 20px 20px;
  text-align: center;
  vertical-align: top;
  width: 265px;
}
.page-template-news-resources .news-resources-sidebar a {
  text-decoration: none;
}
.page-template-news-resources .news-resources-sidebar strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 9px;
  text-align: left;
  display: block;
  text-transform: uppercase;
}
.page-template-news-resources .news-resources-sidebar p {
  color: #ffffff;
  font-size: 11px;
  margin-bottom: 30px;
  text-align: left;
}
.page-template-news-resources .news-resources-sidebar img {
  display: block;
  margin: 0 auto 45px;
}
.page-template-news-resources .news-resources-sidebar .button-click {
  background-color: #e65100;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding: 6px 13px;
}
@media all and (max-width: 970px) {
  .page-template-news-resources .news-resources-sidebar {
    margin-bottom: 20px;
    max-width: 400px;
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .page-template-news-resources .news-resources-sidebar {
    order: 2;
  }
}

@media all and (max-width: 540px) {
  .page-template-a-z-finance #page-content .container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.page-template-a-z-finance #page-content .letter-wrap {
  border: 1px solid #e4e4e4;
  margin-bottom: 16px;
  position: relative;
}
.page-template-a-z-finance #page-content .letter-wrap > span {
  color: #0e3e67;
  line-height: 32px;
  height: 52px;
  display: block;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 18px;
  cursor: pointer;
}
.page-template-a-z-finance #page-content .letter-wrap .open-wrap {
  background-image: url("../images/a-z-down.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-left: 1px solid #e4e4e4;
  height: 52px;
  width: 57px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.page-template-a-z-finance #page-content .letter-wrap .items-wrapper {
  background-color: #e9eff5;
  display: none;
  padding: 40px 36px 30px 25px;
}
@media all and (max-width: 880px) {
  .page-template-a-z-finance #page-content .letter-wrap .items-wrapper {
    padding-right: 25px;
  }
}
@media all and (max-width: 360px) {
  .page-template-a-z-finance #page-content .letter-wrap .items-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.page-template-a-z-finance #page-content .letter-wrap .items-wrapper h5 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.page-template-a-z-finance #page-content .letter-wrap .items-wrapper p {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.6;
}
.page-template-a-z-finance #page-content .letter-wrap .individual-item {
  margin-bottom: 36px;
}
.page-template-a-z-finance #page-content .letter-wrap .individual-item:last-child {
  margin-bottom: 0;
}
.page-template-a-z-finance #page-content .letter-wrap.active .open-wrap {
  background-color: #e9eff5;
  border-left: 1px solid #e9eff5;
  background-image: url("../images/a-z-up.png");
}
.page-template-a-z-finance #page-content .letter-wrap.active .items-wrapper {
  display: block;
}
.page-template-a-z-finance #page-content .article-title {
  line-height: 1.2;
  margin-top: 18px;
  margin-bottom: 44px;
}
@media all and (max-width: 880px) {
  .page-template-a-z-finance #page-content .article-title {
    margin-top: 0;
  }
}
@media all and (max-width: 540px) {
  .page-template-a-z-finance #page-content .article-title {
    font-size: 28px;
    text-align: center;
  }
}
.page-template-a-z-finance #page-content .news-resources-content {
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
  width: calc(74% - 5px);
  text-align: left;
}
@media all and (max-width: 880px) {
  .page-template-a-z-finance #page-content .news-resources-content {
    width: calc(100% - 177px);
  }
}
@media all and (max-width: 540px) {
  .page-template-a-z-finance #page-content .news-resources-content {
    order: 0;
    width: 100%;
  }
}
.page-template-a-z-finance #page-content .a-z-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  max-width: 750px;
  vertical-align: top;
  width: 100%;
}
@media all and (max-width: 970px) {
  .page-template-a-z-finance #page-content .a-z-wrapper {
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .page-template-a-z-finance #page-content .a-z-wrapper {
    order: 0;
  }
}
.page-template-a-z-finance #page-content .news-resources-nav {
  display: inline-block;
  margin-right: 6%;
  vertical-align: top;
  margin-top: 18px;
  width: 20%;
}
@media all and (max-width: 880px) {
  .page-template-a-z-finance #page-content .news-resources-nav {
    margin-right: 24px;
    text-align: left;
    width: 148px;
  }
}
@media all and (max-width: 540px) {
  .page-template-a-z-finance #page-content .news-resources-nav {
    order: 1;
    text-align: center;
    width: 100%;
  }
  .page-template-a-z-finance #page-content .news-resources-nav .general-sidebar-nav {
    display: inline-block;
    margin-right: 42px;
    margin-bottom: 46px;
    vertical-align: top;
    text-align: left;
  }
  .page-template-a-z-finance #page-content .news-resources-nav > a {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .page-template-a-z-finance #page-content .news-resources-nav > a img {
    width: 56px;
  }
}

.post-type-archive-video_tutorials .article-title,
.tax-type .article-title,
.single-video_tutorials .article-title {
  line-height: 1.2;
  margin-top: 18px;
  margin-bottom: 44px;
}
@media all and (max-width: 880px) {
  .post-type-archive-video_tutorials .article-title,
  .tax-type .article-title,
  .single-video_tutorials .article-title {
    margin-top: 0;
  }
}
@media all and (max-width: 540px) {
  .post-type-archive-video_tutorials .article-title,
  .tax-type .article-title,
  .single-video_tutorials .article-title {
    font-size: 28px;
    text-align: center;
  }
}
.post-type-archive-video_tutorials .video-tutorials-content,
.tax-type .video-tutorials-content,
.single-video_tutorials .video-tutorials-content {
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
  width: calc(74% - 5px);
  text-align: left;
}
@media all and (max-width: 880px) {
  .post-type-archive-video_tutorials .video-tutorials-content,
  .tax-type .video-tutorials-content,
  .single-video_tutorials .video-tutorials-content {
    width: calc(100% - 177px);
  }
}
@media all and (max-width: 540px) {
  .post-type-archive-video_tutorials .video-tutorials-content,
  .tax-type .video-tutorials-content,
  .single-video_tutorials .video-tutorials-content {
    order: 0;
    width: 100%;
  }
}
.post-type-archive-video_tutorials .video-tutorials-wrap,
.tax-type .video-tutorials-wrap,
.single-video_tutorials .video-tutorials-wrap {
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
  width: 75%;
}
@media all and (max-width: 880px) {
  .post-type-archive-video_tutorials .video-tutorials-wrap,
  .tax-type .video-tutorials-wrap,
  .single-video_tutorials .video-tutorials-wrap {
    width: 65%;
  }
}
@media all and (max-width: 540px) {
  .post-type-archive-video_tutorials .video-tutorials-wrap,
  .tax-type .video-tutorials-wrap,
  .single-video_tutorials .video-tutorials-wrap {
    order: 0;
  }
}
.post-type-archive-video_tutorials .video-tutorials-wrap .video-tutorial,
.tax-type .video-tutorials-wrap .video-tutorial,
.single-video_tutorials .video-tutorials-wrap .video-tutorial {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4%;
  margin-right: 6.5%;
  width: 43.5%;
}
@media all and (max-width: 900px) {
  .post-type-archive-video_tutorials .video-tutorials-wrap .video-tutorial,
  .tax-type .video-tutorials-wrap .video-tutorial,
  .single-video_tutorials .video-tutorials-wrap .video-tutorial {
    width: 46.75%;
  }
  .post-type-archive-video_tutorials .video-tutorials-wrap .video-tutorial:nth-child(2n),
  .tax-type .video-tutorials-wrap .video-tutorial:nth-child(2n),
  .single-video_tutorials .video-tutorials-wrap .video-tutorial:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 720px) {
  .post-type-archive-video_tutorials .video-tutorials-wrap .video-tutorial,
  .tax-type .video-tutorials-wrap .video-tutorial,
  .single-video_tutorials .video-tutorials-wrap .video-tutorial {
    margin-bottom: 10%;
    margin-right: 0;
    width: 100%;
  }
}
.post-type-archive-video_tutorials .video-tutorials-wrap video,
.tax-type .video-tutorials-wrap video,
.single-video_tutorials .video-tutorials-wrap video {
  height: auto;
  margin-bottom: 15px;
  width: 100%;
}
.post-type-archive-video_tutorials .video-tutorials-wrap h4,
.tax-type .video-tutorials-wrap h4,
.single-video_tutorials .video-tutorials-wrap h4 {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 13px;
  line-height: 1.3;
}
.post-type-archive-video_tutorials .video-tutorials-wrap h4 a,
.tax-type .video-tutorials-wrap h4 a,
.single-video_tutorials .video-tutorials-wrap h4 a {
  color: #000000;
  text-decoration: none;
}
.post-type-archive-video_tutorials .video-tutorials-wrap p,
.tax-type .video-tutorials-wrap p,
.single-video_tutorials .video-tutorials-wrap p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.5;
}
.post-type-archive-video_tutorials.single-video_tutorials .news-resources-nav,
.tax-type.single-video_tutorials .news-resources-nav,
.single-video_tutorials.single-video_tutorials .news-resources-nav {
  margin-bottom: 18px;
}
@media all and (max-width: 960px) {
  .post-type-archive-video_tutorials.single-video_tutorials .news-resources-nav,
  .tax-type.single-video_tutorials .news-resources-nav,
  .single-video_tutorials.single-video_tutorials .news-resources-nav {
    width: 184px;
  }
}
@media all and (max-width: 540px) {
  .post-type-archive-video_tutorials.single-video_tutorials .news-resources-nav,
  .tax-type.single-video_tutorials .news-resources-nav,
  .single-video_tutorials.single-video_tutorials .news-resources-nav {
    text-align: center;
    width: 100%;
  }
  .post-type-archive-video_tutorials.single-video_tutorials .news-resources-nav .general-sidebar-nav,
  .tax-type.single-video_tutorials .news-resources-nav .general-sidebar-nav,
  .single-video_tutorials.single-video_tutorials .news-resources-nav .general-sidebar-nav {
    display: inline-block;
    margin-right: 42px;
    margin-bottom: 46px;
    vertical-align: top;
    text-align: left;
  }
  .post-type-archive-video_tutorials.single-video_tutorials .news-resources-nav > a,
  .tax-type.single-video_tutorials .news-resources-nav > a,
  .single-video_tutorials.single-video_tutorials .news-resources-nav > a {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .post-type-archive-video_tutorials.single-video_tutorials .news-resources-nav > a img,
  .tax-type.single-video_tutorials .news-resources-nav > a img,
  .single-video_tutorials.single-video_tutorials .news-resources-nav > a img {
    width: 56px;
  }
}
@media all and (max-width: 960px) {
  .post-type-archive-video_tutorials.single-video_tutorials .article-title,
  .tax-type.single-video_tutorials .article-title,
  .single-video_tutorials.single-video_tutorials .article-title {
    padding-left: 184px;
  }
}
@media all and (max-width: 540px) {
  .post-type-archive-video_tutorials.single-video_tutorials .article-title,
  .tax-type.single-video_tutorials .article-title,
  .single-video_tutorials.single-video_tutorials .article-title {
    padding-left: 0;
  }
}
.post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap,
.tax-type.single-video_tutorials .video-tutorials-wrap,
.single-video_tutorials.single-video_tutorials .video-tutorials-wrap {
  padding-right: 6%;
}
@media all and (max-width: 1060px) {
  .post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap,
  .tax-type.single-video_tutorials .video-tutorials-wrap,
  .single-video_tutorials.single-video_tutorials .video-tutorials-wrap {
    padding-right: 0;
  }
 
}
@media all and (max-width: 960px) {
  .post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap,
  .tax-type.single-video_tutorials .video-tutorials-wrap,
  .single-video_tutorials.single-video_tutorials .video-tutorials-wrap {
    width: calc(100% - 184px);
  }
}
@media all and (max-width: 540px) {
  .post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap,
  .tax-type.single-video_tutorials .video-tutorials-wrap,
  .single-video_tutorials.single-video_tutorials .video-tutorials-wrap {
    width: 100%;
  }
}
.post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap h2,
.tax-type.single-video_tutorials .video-tutorials-wrap h2,
.single-video_tutorials.single-video_tutorials .video-tutorials-wrap h2 {
  font-size: 21px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media all and (max-width: 960px) {
  .post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap h2,
  .tax-type.single-video_tutorials .video-tutorials-wrap h2,
  .single-video_tutorials.single-video_tutorials .video-tutorials-wrap h2 {
    font-size: 19px;
  }
}
.post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap .video-tutorial.featured,
.tax-type.single-video_tutorials .video-tutorials-wrap .video-tutorial.featured,
.single-video_tutorials.single-video_tutorials .video-tutorials-wrap .video-tutorial.featured {
  margin-bottom: 8%;
  width: 100%;
  margin-right: 0;
}
@media all and (max-width: 540px) {
  .post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap .video-tutorial.featured,
  .tax-type.single-video_tutorials .video-tutorials-wrap .video-tutorial.featured,
  .single-video_tutorials.single-video_tutorials .video-tutorials-wrap .video-tutorial.featured {
    margin-bottom: 12%;
  }
}
.post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap .video-tutorial.featured p,
.tax-type.single-video_tutorials .video-tutorials-wrap .video-tutorial.featured p,
.single-video_tutorials.single-video_tutorials .video-tutorials-wrap .video-tutorial.featured p {
  font-size: 15px;
  margin-bottom: 1.5em;
}
.post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap .related-videos h2,
.tax-type.single-video_tutorials .video-tutorials-wrap .related-videos h2,
.single-video_tutorials.single-video_tutorials .video-tutorials-wrap .related-videos h2 {
  margin-bottom: 36px;
}
.post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial,
.tax-type.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial,
.single-video_tutorials.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial {
  width: 46.75%;
}
.post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial:nth-child(2n+1),
.tax-type.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial:nth-child(2n+1),
.single-video_tutorials.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial:nth-child(2n+1) {
  margin-right: 0;
}
@media all and (max-width: 900px) {
  .post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial:nth-child(2n),
  .tax-type.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial:nth-child(2n),
  .single-video_tutorials.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial:nth-child(2n) {
    margin-right: 6.5%;
  }
}
@media all and (max-width: 720px) {
  .post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial,
  .tax-type.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial,
  .single-video_tutorials.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial {
    margin-bottom: 10%;
    margin-right: 0;
    width: 100%;
  }
  .post-type-archive-video_tutorials.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial:nth-child(2n),
  .tax-type.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial:nth-child(2n),
  .single-video_tutorials.single-video_tutorials .video-tutorials-wrap .related-videos .video-tutorial:nth-child(2n) {
    margin-right: 0%;
  }
}

@media all and (max-width: 700px) {
#page-header .header-text .header-links a span{padding:35px 13px 8px !important;}
}

.post-type-archive-video_tutorials .news-resources-nav,
.tax-type .news-resources-nav,
.single-video_tutorials .news-resources-nav {
  display: inline-block;
  margin-bottom: 18px;
  padding-right: 20px;
  vertical-align: top;
  width: 25%;
}
@media all and (max-width: 880px) {
  .post-type-archive-video_tutorials .news-resources-nav,
  .tax-type .news-resources-nav,
  .single-video_tutorials .news-resources-nav {
    width: 35%;
    text-align: left;
  }
}
@media all and (max-width: 540px) {
  .post-type-archive-video_tutorials .news-resources-nav,
  .tax-type .news-resources-nav,
  .single-video_tutorials .news-resources-nav {
    order: 1;
    text-align: center;
    width: 100%;
  }
  .post-type-archive-video_tutorials .news-resources-nav .general-sidebar-nav,
  .tax-type .news-resources-nav .general-sidebar-nav,
  .single-video_tutorials .news-resources-nav .general-sidebar-nav {
    display: inline-block;
    margin-right: 42px;
    margin-bottom: 46px;
    vertical-align: top;
    text-align: left;
  }
  .post-type-archive-video_tutorials .news-resources-nav > a,
  .tax-type .news-resources-nav > a,
  .single-video_tutorials .news-resources-nav > a {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .post-type-archive-video_tutorials .news-resources-nav > a img,
  .tax-type .news-resources-nav > a img,
  .single-video_tutorials .news-resources-nav > a img {
    width: 56px;
  }
}

.page-template-form-page #page-content .container {
  max-width: 730px;
}

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

/*GURDEEP CODE*/
.news-resources-nav .bellows{margin:0px 0px 20px;}
/*.news-resources-nav .bellows, .news-resources-nav .bellows .bellows-nav, .news-resources-nav .bellows .bellows-nav *{line-height:auto; background:#26527c;}
 .news-resources-nav .bellows .bellows-nav *{line-height:auto; background:#26527c;}
.news-resources-nav  .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target:hover{background:#f5cb22;}

.news-resources-nav .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target, .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-custom-content{color:#fff; font-size:15px;}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target .bellows-subtoggle{}
.news-resources-nav .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target .bellows-subtoggle{}
.news-resources-nav .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target .bellows-subtoggle

.news-resources-nav .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target .bellows-subtoggle:hover{}
.news-resources-nav .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-active > .bellows-target{}
/*.news-resources-nav .bellows .bellows-nav .bellows-subtoggle{height:auto; top:25px;}*/

.news-resources-nav .bellows.bellows-skin-blue-material{background:#26527c;}
.news-resources-nav .bellows .bellows-nav .bellows-target > .bellows-target-text{font-size:15px;}
.news-resources-nav .bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-target:hover{background:#d3d3d3;}
.news-resources-nav .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0 > .bellows-target:hover{background:#26527c;}
.news-resources-nav .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-active > .bellows-target{background:#26527c;}
.news-resources-nav .bellows .bellows-nav .bellows-menu-item-has-children > .bellows-target{padding-right:0px;}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-target, .bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-custom-content, .bellows.bellows-skin-blue-material .bellows-nav .bellows-submenu .bellows-widget .textwidget{}


.news-and-resources .news-resources-nav{width:250px; margin-right:0px; margin-top:0px;}
.page-template-a-z-finance #page-content .news-resources-nav{width:255px; margin-right:0px;}
.news-and-resources .news-resources-container{width:calc(100% - 255px)}
.bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-current-menu-item > .bellows-target, .bellows.bellows-skin-blue-material .bellows-nav .bellows-item-level-0.bellows-current-menu-ancestor > .bellows-target{background:#26527c !important;}
.solutions-nav, .news-resources-nav{margin-top:0px;}

.solution-sidebar.sidebar-form{}
.sidebar-form #gform_wrapper_3 .gform_fields .gfield > label{text-transform:uppercase; font-size:13px; color:#fff; padding-bottom:4px;}
.sidebar-form #gform_wrapper_2 .gform_fields .gfield > label{text-transform:uppercase; font-size:13px; color:#fff; padding-bottom:4px;}
.gform_wrapper .gform_body{width:90% !important; margin:0px auto;}
body .gform_wrapper ul li.gfield{margin-top:5px !important;}
.gform_wrapper ul.gform_fields li.gfield{padding-right:0px !important;}
#gform_3 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){padding:8px 4px !important; border:0px; background:#f5f5f5;}
.gform_wrapper input([type="text"]), .gform_wrapper input([type="email"]){font-size:14px !important;}
.gform_wrapper textarea.medium{max-height:140px !important; background:#f5f5f5;}
.sidebar-form .gform_wrapper .gform_footer input[type="submit"]{padding:10px 8px; font-size:16px; font-weight:normal; background-color:#26527c; color:#fff; cursor:pointer;}
.sidebar-form h5{color:#fff; font-size:25px; text-align:center; line-height:28px; margin-bottom:15px;}
.sidebar-form .gform_wrapper .gform_fields .gfield .ginput_container{margin:0px !important;}
.gform_wrapper span.gform_description{color:#fff; width:100% !important; text-align:center; line-height:16px; font-size:14px;}
.page-template-advice-solutions #page-content .solution-wrap, .page-template-default #page-content .solution-wrap{margin-right:3%;}
.page-template-advice-solutions #page-content .solution-sidebar, .page-template-default #page-content .solution-sidebar{width:265px;}
.sidebar-form .gform_wrapper .gform_fields .gfield .gfield_checkbox > li label{font-size:13px; color:#fff; font-weight:normal;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{padding-top:0px !important;}
.gform_wrapper span.gfield_required{color:#f62828;}
.gform_wrapper .gform_footer{margin:0px auto !important; width:90% !important;}

.sidebar-form{background:#0e3e67 !important;}
.gform_wrapper div.validation_error, .gform_wrapper .validation_message{font-weight:normal;}
.sidebar-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){  max-width: calc(100% - 0px)!important;}
.sidebar-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{font-weight:normal; height:10px; color:#f62828; display:none;}
#gform_1 div.gfield_description{display:none !important;}
.gform_wrapper .contactUsForm .gform_fields .gfield > label{marging:10px 16px 2.525em 0 !important;}

.page-template-advice-solutions #page-content .solution-content, .page-template-default #page-content .solution-content{color:#fff;}

/*.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error input[type="checkbox"]{border:1px #f62828 solid !important;}

.gform_wrapper .top_label .gfield_error textarea.textarea{border:1px #f62828 solid !important;}
*/
.sidebar-form .gform_wrapper div.validation_error{border-top:1px #f62828 solid !important; border-bottom:1px #f62828 solid !important; color:#f62828 !important; font-weight:400 !important;}

.sidebar-form .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .sidebar-form .gform_wrapper li.gfield_error textarea, .sidebar-form .gform_wrapper li.gfield_error input[type="checkbox"]{border:1px #f00 solid !important;}



.sidebar-form .gform_wrapper .gform_fields .gfield .gfield_checkbox > li input[type="checkbox"]:checked{background-color:#26527c;}
.sidebar-form .gform_wrapper li.gfield.gfield_error, .sidebar-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{margin-bottom:0px; padding-bottom:0px;}


/*contact page*/
#gform_wrapper_1 #gform_1 .gform_wrapper .gform_fields .gfield input[type="text"], .gform_wrapper .gform_fields .gfield textarea{background:#fff !important; border:1px solid #c9c9c9 !important;}
#gform_wrapper_1 #gform_1 .gform_body{width:100% !important;}
#gform_wrapper_3 #gform_3 .gform_wrapper .gform_fields .gfield input[type="text"], #gform_wrapper_3 #gform_3.gform_wrapper .gform_fields .gfield textarea{background:#fff !important; border:1px solid #c9c9c9 ;}







.sidebar-form .gform_wrapper ul li.gfielde:last-child{margin-top:8px;}
.gfield.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible:last-child{margin-top:0px !important;}
.gform_wrapper ul.gfield_checkbox{margin-top:12px !important;}
.sidebar-form .gform_wrapper .gform_fields .gfield .gfield_checkbox > li{width:100%;}
#page-header .header-text .header-links a{padding:15px 20px 8px !important; float:left;}
#page-header .header-text .header-links a svg{width:100% !important; position:absolute !important; left:0px;}
#page-header .header-text .header-links a:nth-child(3) svg, #page-header .header-text .header-links a:last-child svg{left:0px;}
#page-header .header-text .header-links a span{padding:35px 11px 8px 11px; font-size:15px; display:inline-block; line-height:20px;}
#booking_calender a span {background: #f5cb22 none repeat scroll 0 0; color: #fff; display: inline-block; padding: 10px; margin-top:30px; border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; -o-border-radius:8px; box-shadow: 2px 2px #d5ad0c; -moz-box-shadow: 2px 2px #d5ad0c; -webkit-box-shadow: 2px 2px #d5ad0c; -o-box-shadow: 2px 2px #d5ad0c;}
#booking_calender a span:hover{background:#032f3f; box-shadow: 2px 2px #001e29; -moz-box-shadow: 2px 2px #001e29; -webkit-box-shadow: 2px 2px #001e29; -o-box-shadow: 2px 2px #001e29;}
#featured-latest-news .read-more, .news-and-resources .news-resources-content .read-more, .page-template-news-resources .news-resources-archive-wrap .news-resources-item .explore, 
.home_we_help{background:#f6f6f6;}
.home_we_help{border-bottom:3px #26527c solid;}
.home_we_help .container .read-more, .eventSecRgt .eventPara a.read-more {
  background-color: #fff;
  color: #26527c;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  border:1px #26527c solid;
  padding: 5px 11px 4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 250ms all ease-out;
}
#featured-latest-news .read-more:hover, .news-and-resources .news-resources-content .read-more:hover, .page-template-news-resources .news-resources-archive-wrap .news-resources-item .explore:hover, .home_we_help .container .read-more:hover, .eventSecRgt .eventPara a.read-more:hover {
  background-color: #f1c100;
  color:#26527c;
  border:1px #f1c100 solid;
}

#icon-menu-section{clear:both;}
.team-members-wrap .team-member ul.roles{}
.team-members-wrap .team-member .team-member-links ul li{width:100% !important; border-right:0px !important; }
.home_we_help .container h4{ font-size: 1.2em; text-transform: uppercase; font-weight:600; margin-bottom:0px;}
.home_we_help .container h4 a{text-decoration:none;}
#icon-menu-section .icon-menu-section-title{text-align:center; margin:25px auto 30px; max-width:1170px; color:#26527c; font-size:30px; text-transform:uppercase; clear:both;}

#icon-menu-section.home_we_help .container > ul > li{float:left;}

.post-type-archive-our_team #page-content .team-member-links li a:hover, .archive.tax-role #page-content .team-member-links li a:hover, .archive.tax-certification #page-content .team-member-links li a:hover
{
text-decoration:underline; color:#0e3e67;
}
.post-type-archive-our_team #page-content .roles li a, .archive.tax-role #page-content .roles li a, .archive.tax-certification #page-content .roles li a{text-decoration:none;}
.post-type-archive-our_team #page-content .roles li a:hover, .archive.tax-role #page-content .roles li a:hover, .archive.tax-certification #page-content .roles li a:hover,  .member-intro .team-member-links ul li a:hover{color:#0e3e67; text-decoration:underline;}

#event-id{ padding: 20px 0 60px; font-size: 14px;}
#event-id .container{margin: 0 auto;  max-width: 1210px;  padding: 0px 20px; width: 100%;}
#event-id .container h4.evntH4{font-size:30px; color:#26527c; margin:10px auto 30px; text-transform:uppercase;}
.eventSec{padding:0px 0px 0px 0px; float:left; border-top:3px #26527c solid; border-bottom:3px #26527c solid; margin-bottom:50px; max-width:100% !important;}
.eventSecLeft{width:30%; float:left; text-align:left;}
.eventSecLeft img{float:left;}
.eventSecRgt{width:67%; float:right; padding:15px 0px 0px;}
.eventSecRgt .eventTitle{font-size:15px; font-weight:600; text-transform:uppercase; color:#26527c; padding-bottom:10px;}
.eventSecRgt .eventDate{font-size: 14px; color: #353536; font-weight: 600; padding: 10px 0px; display:none;}
.eventSecRgt .eventPara p {color: #4a4a4a; text-align: left; font-size:15px;}
.wid100{width:100% !important;}
/*@media all and (max-width: 1060px) {
 .eventSecRgt .eventTitle{padding-top:22px !important;}
}*/
@media all and (max-width: 950px) {
.page-template-advice-solutions #page-content .solution-wrap, .page-template-default #page-content .solution-wrap{margin-right:1% !important;}
.page-template-advice-solutions #page-content .solution-sidebar, .page-template-default #page-content .solution-sidebar{width:260px !important;}
.eventSecLeft{width:26%;}
.eventSecRgt{width:71%;}
 .eventSecRgt .eventTitle{padding-top:0px !important; font-size:14px;}

}
@media all and (max-width: 860px) {
  .eventSecLeft{width:31%;}
.eventSecRgt{width:66%; padding-top:12px;}
.eventSecRgt .eventPara p{color: #4a4a4a; text-align: left;font-size: 14px;}
@media all and (max-width:650px) {
  .eventSecLeft{width:50%;}
.eventSecRgt{width:47%;}
}
@media all and (max-width:560px) {
  .eventSecLeft{width:100%; margin-bottom:20px;}
.eventSecRgt{width:100%;}
}




