.header-holder:after, .add-info:after, .timeline-section .scaling-list:after {
  content: " ";
  display: block;
  clear: both; }

.secondary-nav, .main-nav, .three-columns ul, .four-columns, .footer-links, .info ul, .social-links, .contact-list, .add-info, .accordion, .accordion .detail-info ul, .select-options .drop-holder ul, #aside .aside-list, #aside .aside-list .inner-list, .links-boxs, .text-area ul, .markdown-text-area ul, .timeline-section .scaling-list, .timeline-section .req-parts ul {
  margin: 0;
  padding: 0;
  list-style: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0;
  color: #000;
  background: #fff;
  font: 12px/1.25 'Open Sans', sans-serif;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }

* {
  max-height: 1000000px; }

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block; }

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

a {
  text-decoration: none;
  color: #666; }

a:hover {
  text-decoration: underline; }

input, textarea, select {
  font: 100% 'Open Sans', sans-serif;
  color: #000;
  vertical-align: middle; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  margin: 0;
  padding: 4px 7px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
  border-color: #4d4d4d; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

input[type="checkbox"], input[type="radio"] {
  padding: 0; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2em;
  margin: 0 0 1.2em; }

p {
  margin: 0 0 1.2em; }

q {
  quotes: none; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

.gm-style img {
  max-width: none; }

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input[type=search]::-ms-clear {
  display: none; }

input[type=search]::-webkit-search-decoration {
  display: none; }

@font-face {
  font-family: 'icomoon';
  src: url(/assets/icomoon-e105bada25a5b5fc2dfcfb68172dd702d9484b49a7ad03fb6546797a04fcee3c.eot);
  src: url(/assets/icomoon-e105bada25a5b5fc2dfcfb68172dd702d9484b49a7ad03fb6546797a04fcee3c.eot) format("embedded-opentype"), url(/assets/icomoon-2a86e43e30704f9dce1b53ddaa5eb6acaa1c613d5b65d0f2680ba614dfd43e1d.ttf) format("truetype"), url(/assets/icomoon-3c6900e2bd4fa7c15d61f3847203a6c151ee8570aec75ad0efd4ff49cbf562d7.woff) format("woff"), url(/assets/icomoon-4f4a60b5bc3e4690e5e439ecaf421454696bb0a72baf249f5e5f04fc6232e478.svg) format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.new-content {
  color: #fcb103;
  font-size: 13px; }

.new-content:hover {
  color: #000000; }

.icon-arrow:before {
  content: "\e600"; }

.icon-icon_facebook:before {
  content: "\e601"; }

.icon-icon_linkedin:before {
  content: "\e602"; }

.icon-icon_twitter:before {
  content: "\e603"; }

@media only screen and (min-width: 1025px) {
  .nav-holder.js-slide-hidden {
    position: static !important;
    top: 0 !important;
    left: 0 !important; } }
/* placeholder input styles */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000; }

.bg-img {
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -720px;
  width: 1440px;
  opacity: 0.5;
  z-index: 999;
  pointer-events: none; }

#header {
  background: #fff; }

.header-holder {
  max-width: 1230px;
  margin: 0 auto;
  padding: 18px 24px 20px; }

@media only screen and (max-width: 1025px) {
  .header-holder {
    padding: 18px 0 20px; } }
h3 {
  color: #1c75b2; }

.container-holder {
  max-width: 1230px;
  margin: 0 auto; }

.title-bar {
  position: relative;
  padding: 56px 24px; }

.title-bar:after {
  position: absolute;
  content: "";
  left: -999px;
  right: -999px;
  top: 0;
  bottom: 0;
  background: #f1f2f2;
  z-index: -1; }

.title-bar h1 {
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 5px;
  color: #231f20;
  font-weight: normal; }

@media only screen and (max-width: 767px) {
  .title-bar h1 {
    font-size: 31px;
    line-height: 35px;
    text-align: center; } }
.logo {
  float: left;
  width: 127px; }

.logo a {
  display: block;
  height: 112px; }

.logo a img {
  display: block;
  width: 100%;
  height: auto; }

@media only screen and (max-width: 1025px) {
  .logo {
    margin: 0 0 0 24px; } }
#nav {
  position: relative;
  float: right;
  max-width: 85%; }

@media only screen and (max-width: 1025px) {
  #nav {
    float: none;
    width: 100%;
    max-width: inherit; } }
.nav-opener {
  display: none;
  width: 50px;
  height: 31px;
  position: absolute;
  right: 29px;
  top: 29px;
  text-indent: -9999px; }

.nav-opener:before, .nav-opener:after, .nav-opener span {
  background: #d1d3d4;
  position: absolute;
  top: 12px;
  left: 0;
  right: 25%;
  height: 4px;
  margin-top: 1px;
  width: 50px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.nav-opener:before, .nav-opener:after {
  content: '';
  top: 0; }

.nav-opener:after {
  top: 24px; }

.nav-opener:hover:before, .nav-opener:hover:after, .nav-opener:hover span {
  background: #0075b2; }

@media only screen and (max-width: 1025px) {
  .nav-opener {
    display: block; } }
.nav-holder {
  width: 100%;
  overflow: hidden; }

@media only screen and (max-width: 1025px) {
  .nav-holder {
    top: 132px;
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.4); } }
@media only screen and (max-width: 1025px) {
  .nav-box {
    display: table;
    width: 100%;
    padding: 16px 0 0; } }
.secondary-nav {
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.secondary-nav li {
  float: left;
  padding: 1px 2px 3px 28px; }

.secondary-nav li.active a {
  color: #2c2c2c; }

.secondary-nav a {
  color: #A8AAAD;
  text-decoration: none;
  transition: color 0.3s ease 0s; }

.secondary-nav a:hover {
  text-decoration: none;
  color: #6D6E71; }

@media only screen and (max-width: 1025px) {
  .secondary-nav a {
    color: #6D6E71;
    display: block;
    padding: 20px 10px 17px; }

  .secondary-nav a:hover {
    color: #A8AAAD; } }
@media only screen and (max-width: 1025px) {
  .secondary-nav {
    margin: 0;
    padding: 0;
    display: table-footer-group;
    width: 100% !important;
    font-size: 18px;
    line-height: 22px;
    float: none; }

  .secondary-nav li {
    float: none;
    padding: 0; } }
.nav-active .nav-opener:before, .nav-active .nav-opener:after, .nav-active .nav-opener span {
  background: #0075b2; }

.main-nav {
  float: right;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding: 33px 48px 0 0;
  text-transform: uppercase; }

.main-nav li {
  float: left;
  margin: 0 2px 0 36px;
  padding: 0 0 21px;
  position: relative; }

.main-nav li:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }

@media only screen and (max-width: 1210px) {
  .main-nav li {
    margin: 0 2px 0 20px; } }
@media only screen and (max-width: 1050px) {
  .main-nav li {
    margin: 0 2px 0 18px; } }
@media only screen and (max-width: 1025px) {
  .main-nav li {
    margin: 0;
    padding: 0; } }
.main-nav .blue.active a, .main-nav .blue:hover a {
  color: #406DE4; }

.main-nav .blue.active:after, .main-nav .blue:hover:after {
  display: block;
  background: #406DE4; }

.main-nav .blue a:hover {
  color: #406DE4; }

@media only screen and (max-width: 1025px) {
  .main-nav .blue.active a, .main-nav .blue:hover a {
    color: #6D6E71; }

  .main-nav .blue.active:after, .main-nav .blue:hover:after {
    display: none; }

  .main-nav .blue a:hover {
    color: #fff;
    background: #406DE4; }

  .main-nav .blue.active a {
    color: #fff;
    background: #406DE4; } }
.main-nav .green.active a, .main-nav .green:hover a {
  color: #4A882A; }

.main-nav .green.active:after, .main-nav .green:hover:after {
  display: block;
  background: #4A882A; }

.main-nav .green a:hover {
  color: #4A882A; }

@media only screen and (max-width: 1025px) {
  .main-nav .green.active a, .main-nav .green:hover a {
    color: #6D6E71; }

  .main-nav .green.active:after, .main-nav .green:hover:after {
    display: none; }

  .main-nav .green a:hover {
    color: #fff;
    background: #4A882A; }

  .main-nav .green.active a {
    color: #fff;
    background: #4A882A; } }
.main-nav .pink.active a, .main-nav .pink:hover a {
  color: #D84765; }

.main-nav .pink.active:after, .main-nav .pink:hover:after {
  display: block;
  background: #D84765; }

.main-nav .pink a:hover {
  color: #D84765; }

@media only screen and (max-width: 1025px) {
  .main-nav .pink.active a, .main-nav .pink:hover a {
    color: #6D6E71; }

  .main-nav .pink.active:after, .main-nav .pink:hover:after {
    display: none; }

  .main-nav .pink a:hover {
    color: #fff;
    background: #D84765; }

  .main-nav .pink.active a {
    color: #fff;
    background: #D84765; } }
.main-nav .yellow.active a, .main-nav .yellow:hover a {
  color: #f7941e; }

.main-nav .yellow.active:after, .main-nav .yellow:hover:after {
  display: block;
  background: #f7941e; }

.main-nav .yellow a:hover {
  color: #f7941e; }

@media only screen and (max-width: 1025px) {
  .main-nav .yellow.active a, .main-nav .yellow:hover a {
    color: #6D6E71; }

  .main-nav .yellow.active:after, .main-nav .yellow:hover:after {
    display: none; }

  .main-nav .yellow a:hover {
    color: #fff;
    background: #f7941e; }

  .main-nav .yellow.active a {
    color: #fff;
    background: #f7941e; } }
.main-nav a {
  color: #6E6F72;
  text-decoration: none;
  transition: all 0.3s ease 0s; }

.main-nav a:hover {
  text-decoration: none;
  color: #6D6E71; }

@media only screen and (max-width: 1025px) {
  .main-nav a {
    color: #6D6E71;
    display: block;
    padding: 18px 10px; } }
@media only screen and (max-width: 1210px) {
  .main-nav {
    font-size: 16px;
    line-height: 20px; } }
@media only screen and (max-width: 1025px) {
  .main-nav {
    font-size: 18px;
    line-height: 22px;
    padding: 16px 0 0;
    float: none;
    display: table-header-group;
    width: 100%; }

  .main-nav li {
    float: none; } }
#main {
  overflow: hidden; }

.banner {
  position: relative; }

.banner img {
  display: block;
  width: 100%;
  height: auto; }

@media only screen and (max-width: 767px) {
  .banner img {
    width: 384%;
    position: relative;
    right: 219%;
    max-width: inherit;
    max-height: 592px; } }
.banner-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@media only screen and (max-width: 767px) {
  .banner-holder {
    background: rgba(255, 255, 255, 0.8); } }
.banner-box {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden; }

.banner-text {
  float: left;
  max-width: 480px;
  padding: 61px 59px 60px;
  font-size: 30px;
  line-height: 48px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  color: #0A4665; }

@media only screen and (max-width: 1439px) {
  .banner-text {
    padding: 10px 59px 0; } }
@media only screen and (max-width: 1200px) {
  .banner-text {
    background: none;
    max-width: 700px;
    padding: 20px 59px 0; } }
@media only screen and (max-width: 900px) {
  .banner-text {
    max-width: 600px; } }
@media only screen and (max-width: 767px) {
  .banner-text {
    padding: 49px 24px 0;
    max-width: 350px; } }
@media only screen and (max-width: 374px) {
  .banner-text {
    padding: 49px 10px 0; } }
h1 {
  font-size: 30px;
  line-height: 48px;
  font-weight: 600;
  margin: 0 0 5px;
  letter-spacing: -1px; }

@media only screen and (max-width: 890px) {
  h1 {
    margin: 0 0 25px;
    font-size: 28px;
    line-height: 38px; } }
@media only screen and (max-width: 767px) {
  h1 {
    line-height: 48px;
    margin: 0 0 57px; } }
.btn {
  position: relative;
  height: 70px;
  padding: 16px 75px 15px 29px;
  margin: 0 0 23px;
  text-align: center;
  min-width: 382px;
  max-width: 382px;
  background: #0075b2;
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  text-align: left;
  font-weight: 700;
  transition: background 0.3s ease 0s;
  border-top: 4px solid rgba(255, 255, 255, 0.5); }

.btn:hover {
  text-decoration: none;
  background: #005885; }

.btn .icon-arrow {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  margin: -11px 0 0; }

@media only screen and (max-width: 1000px) {
  .btn {
    padding: 7px 75px 7px 29px;
    height: 50px;
    font-size: 17px;
    line-height: 25px; } }
@media only screen and (max-width: 767px) {
  .btn {
    min-width: inherit;
    width: 324px;
    font-size: 18px;
    line-height: 25px;
    height: 70px;
    padding: 16px 60px 16px 29px;
    margin: 0 0 21px 2px; }

  .btn .icon-arrow {
    right: 24px; } }
@media only screen and (max-width: 374px) {
  .btn {
    padding: 16px 60px 16px 10px;
    width: 295px; } }
.three-columns {
  padding: 92px 0 106px;
  max-width: 1210px;
  margin: 0 auto; }

.three-columns ul {
  overflow: hidden;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700; }

@media only screen and (max-width: 1200px) {
  .three-columns ul {
    font-size: 18px;
    line-height: 30px; } }
.three-columns li {
  float: left;
  width: 33.3%;
  padding: 0 15px; }

@media only screen and (max-width: 767px) {
  .three-columns li {
    float: none;
    text-align: left;
    width: 100%;
    padding: 0 26px 27px; } }
.three-columns a {
  color: #fff;
  padding: 38px 45px;
  text-decoration: none;
  display: block;
  border-top: 6px solid rgba(255, 255, 255, 0.5);
  transition: background 0.3s ease 0s; }

@media only screen and (max-width: 1200px) {
  .three-columns a {
    padding: 20px; } }
@media only screen and (max-width: 767px) {
  .three-columns a {
    padding: 36px 31px; } }
.three-columns .blue-box {
  background: #406de4; }

.three-columns .blue-box:hover {
  background: #0075b2; }

.three-columns .green-box {
  background: #63b538; }

.three-columns .green-box:hover {
  background: #4A882A; }

.three-columns .pink-box {
  background: #d84765; }

.three-columns .pink-box:hover {
  background: #db2d51; }

.three-columns p {
  margin: 0 0 25px; }

@media only screen and (max-width: 975px) {
  .three-columns {
    padding: 49px 0 26px; }

  .three-columns p {
    margin: 0 0 7px; } }
.text-none {
  display: inline-block;
  vertical-align: top; }

@media only screen and (max-width: 767px) {
  .text-none {
    display: none; } }
h2 {
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 28px;
  font-weight: 300; }

@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 28px;
    line-height: 32px; } }
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 23px; } }
h3 {
  font-size: 36px;
  line-height: 42px;
  color: #67809F;
  margin: 0;
  font-weight: 300; }

@media only screen and (max-width: 975px) {
  h3 {
    font-size: 28px;
    line-height: 34px; } }
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 36px;
    line-height: 42px; } }
h4 {
  font-size: 27px;
  line-height: 36px;
  margin: 0 0 14px;
  font-weight: 600; }

h4 a {
  text-decoration: none;
  color: #414042;
  transition: color 0.3s ease 0s; }

h4 a:hover {
  text-decoration: none;
  color: #0075b2; }

@media only screen and (max-width: 975px) {
  h4 {
    font-size: 20px;
    line-height: 26px; } }
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 27px;
    line-height: 36px;
    margin: 0 0 17px; } }
.recent-news {
  background: #F1F2F2; }

.recent-news-holder li {
  list-style-type: none; }

.recent-news-holder {
  max-width: 1210px;
  margin: 0 auto;
  overflow: auto;
  padding: 15px; }

@media only screen and (max-width: 767px) {
  .recent-news-holder {
    padding: 15px 25px 18px; } }
.recent-news-holder .news-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 4px; }

.recent-news-holder .news-caption {
  max-width: 300px;
  font-size: 14px; }
  .recent-news-holder .news-caption p {
    margin: 8px 0; }

.recent-news-holder .news-image.large > .news-caption {
  width: 100%; }

.recent-news-holder p.actions {
  clear: both; }

.recent-news-intro {
  clear: both; }

.heading-holder {
  padding: 43px 60px 50px 0; }

@media only screen and (max-width: 767px) {
  .heading-holder {
    padding: 43px 0 33px; } }
.view-all {
  text-decoration: none;
  color: #0075b2;
  font-size: 21px;
  line-height: 25px;
  position: relative;
  font-weight: 700;
  margin: 6px 0 0 40px;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.3s ease 0s; }

.view-all:hover {
  text-decoration: none;
  color: #d84765; }

.view-all:hover .icon-arrow {
  color: #d84765; }

.view-all .icon-arrow {
  font-size: 16px;
  line-height: 16px;
  color: #0075b2;
  position: absolute;
  transition: color 0.3s ease 0s;
  top: 50%;
  right: -62px;
  margin: -6px 0 0; }

@media only screen and (max-width: 767px) {
  .view-all .icon-arrow {
    display: none; } }
@media only screen and (max-width: 975px) {
  .view-all {
    font-size: 16px;
    line-height: 20px; }

  .view-all .icon-arrow {
    font-size: 10px;
    line-height: 10px;
    margin: -3px 0 0; } }
@media only screen and (max-width: 767px) {
  .view-all {
    margin: 7px 0 0 18px;
    font-size: 18px;
    line-height: 22px; } }
.four-columns {
  overflow: hidden;
  color: #6D6E71;
  font-size: 18px;
  line-height: 27px; }

.four-columns li {
  width: 25%;
  float: left;
  padding: 0 16px 0 8px; }

@media only screen and (max-width: 767px) {
  .four-columns li {
    width: 50%;
    padding: 0 10px 10px 0; } }
@media only screen and (max-width: 639px) {
  .four-columns li {
    padding: 39px 0;
    width: 100%;
    border-top: 1px solid #e5e6e7; } }
.four-columns li:first-child {
  padding: 0 20px 0 0; }

@media only screen and (max-width: 767px) {
  .four-columns li:first-child {
    padding: 0 0 10px; } }
@media only screen and (max-width: 639px) {
  .four-columns li:first-child {
    width: 100%;
    border: none;
    padding: 10px 0 36px; } }
.four-columns time {
  font-size: 14px;
  line-height: 18px;
  color: #0075b2;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 4px; }

.four-columns p {
  margin: 0; }

@media only screen and (max-width: 975px) {
  .four-columns {
    font-size: 15px;
    line-height: 22px; } }
@media only screen and (max-width: 767px) {
  .four-columns {
    font-size: 18px;
    line-height: 27px; } }
#footer {
  background: #2c2c2c; }

.head {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 20px;
  display: block;
  font-weight: 400;
  color: #808080; }

@media only screen and (max-width: 975px) {
  .head {
    font-size: 20px;
    line-height: 24px; } }
.footer-holder {
  max-width: 1180px;
  margin: 0 auto;
  padding: 49px 0 43px;
  overflow: hidden;
  border-bottom: 2px solid #454545; }

.footer-holder .col {
  width: 25%;
  float: left;
  padding: 0 0 0 10px; }

.footer-holder .col:first-child {
  padding: 0 10px 0 0; }

@media only screen and (max-width: 1220px) {
  .footer-holder {
    padding: 49px 20px 43px; } }
@media only screen and (max-width: 767px) {
  .footer-holder {
    display: none; } }
.footer-links {
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }

.footer-links li {
  margin: 0 0 12px; }

.footer-links a {
  color: #d1d3d4;
  text-decoration: underline;
  transition: color 0.3s ease 0s; }

.footer-links a:hover {
  color: #fff; }

@media only screen and (max-width: 975px) {
  .footer-links {
    font-size: 13px;
    line-height: 21px; } }
.sub-footer {
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  padding: 32px 0; }

.sub-footer .title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 11px; }

.sub-footer p {
  margin: 0; }

@media only screen and (max-width: 1200px) {
  .sub-footer {
    padding: 32px 20px; } }
@media only screen and (max-width: 767px) {
  .sub-footer {
    padding: 40px 20px 49px; }

  .sub-footer .title {
    line-height: 19px;
    margin: 0 0 13px; } }
.disclaimer {
  clear: both;
  font-size: 12.5px;
  line-height: 18px;
  color: #a8a8a8; }

.info {
  float: left;
  max-width: 700px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #808080;
  font-style: normal; }

.info ul {
  overflow: hidden;
  padding: 6px 0; }

@media only screen and (max-width: 767px) {
  .info ul {
    display: inline-block;
    vertical-align: top; } }
.info li {
  float: left;
  position: relative;
  padding: 0 0 0 22px; }

.info li:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 7px;
  margin: -2px 0 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #808080; }

@media only screen and (max-width: 767px) {
  .info li {
    padding: 0 9px; }

  .info li:after {
    left: -2px; } }
.info li:first-child {
  padding: 0; }

.info li:first-child:after {
  content: '';
  display: none; }

.info a {
  color: #d1d3d4;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s ease 0s;
  margin: 0 4px; }

.info a:hover {
  color: #fff; }

.info .mobile-link {
  position: relative; }

@media only screen and (max-width: 767px) {
  .info .mobile-link:after {
    content: '';
    display: none; } }
@media only screen and (max-width: 767px) {
  .info {
    float: none;
    margin: 0 auto;
    text-align: center; } }
@media only screen and (max-width: 1025px) {
  .none {
    display: none; } }
.social-links {
  float: right;
  max-width: 320px; }

.social-links li {
  float: left;
  margin: 0 0 10px 17px; }

.social-links a {
  text-decoration: none;
  color: #565656; }

.social-links a:hover {
  text-decoration: none; }

.social-links a:hover .icon-icon_linkedin, .social-links a:hover .icon-icon_twitter, .social-links a:hover .icon-icon_facebook {
  color: #fff; }

.social-links .icon-icon_linkedin, .social-links .icon-icon_twitter, .social-links .icon-icon_facebook {
  font-size: 49px;
  line-height: 49px;
  transition: color 0.3s ease 0s; }

@media only screen and (max-width: 975px) {
  .social-links .icon-icon_linkedin, .social-links .icon-icon_twitter, .social-links .icon-icon_facebook {
    font-size: 36px;
    line-height: 36px; } }
@media only screen and (max-width: 767px) {
  .social-links {
    display: none; } }
.search-icon {
  display: block;
  position: relative;
  width: 15px;
  left: 6px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #666;
  z-index: 1;
  transition: background 0.3s ease 0s; }

.search-icon:after {
  position: absolute;
  content: '';
  right: -7px;
  top: 100%;
  width: 10px;
  height: 4px;
  background: #666;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.search {
  float: right;
  position: absolute;
  right: -22px;
  top: 37px;
  height: 55px;
  width: 55px; }

.search.search-active .opener-search {
  background: #e6e7e8; }

.search.search-active .opener-search .search-icon {
  background: #e6e7e8; }

.search .opener-search {
  overflow: hidden;
  padding: 18px 12px 16px;
  height: 55px;
  width: 55px;
  color: #fff;
  display: block;
  text-decoration: none;
  transition: background 0.3s ease 0s; }

.search .opener-search:hover {
  text-decoration: none;
  background: #e6e7e8; }

.search .opener-search:hover .search-icon {
  background: #e6e7e8; }

.search .main-form {
  position: absolute;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  top: 65px;
  right: 0;
  z-index: 9999;
  width: 418px;
  padding: 0 80px 0 10px;
  background: #fff; }

.search input[type="search"], .search input[type="text"] {
  padding: 26px 0 30px 17px;
  height: 87px;
  width: 100%;
  background: #fff;
  color: #000;
  overflow: hidden;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 24px;
  line-height: 31px;
  color: #000; }

.search input[type="reset"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin: -14px 0 0;
  right: 23px;
  border: none;
  outline: none;
  background: #c6c8c9 url(../images/reset.png) no-repeat 6px 7px;
  overflow: hidden;
  text-indent: -9999px;
  transition: all 0.3s ease 0s; }

.search input[type="reset"]:hover {
  background: #0A4665 url(../images/reset.png) no-repeat 6px 7px; }

@media only screen and (max-width: 1025px) {
  .search {
    display: none; } }
.diplomate-Login {
  display: none;
  padding: 18px;
  font-size: 18px;
  line-height: 22px;
  margin: 18px 0 11px;
  border-top: 1px solid #e4e4e5; }

.diplomate-Login a {
  color: #6D6E71;
  text-decoration: none; }

.diplomate-Login a:hover {
  text-decoration: none; }

@media only screen and (max-width: 1025px) {
  .diplomate-Login {
    display: block; } }
#content {
  float: right;
  width: 74.3%;
  font-size: 15px;
  line-height: 23px; }

@media only screen and (max-width: 767px) {
  #content {
    width: 100% !important;
    float: none; } }
#content h2 {
  font-size: 27px;
  line-height: 30px;
  margin: 0 0 40px;
  color: #414042;
  font-weight: 600; }

#content a {
  color: #0075b2;
  transition: color 0.3s ease; }

#content a:hover {
  text-decoration: none;
  color: #666; }

.content-holder {
  padding: 65px 25px 73px;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .content-holder {
    padding: 25px 10px !important;
    display: table;
    width: 100%;
    table-layout: fixed; } }
.content-holder h3 {
  font-size: 22px;
  line-height: 25px;
  margin: 20px 0 20px;
  font-weight: normal; }

.address-info {
  float: left;
  font-size: 17px;
  line-height: 25px;
  color: #414042;
  padding: 21px 5px 33px;
  width: 49.5%; }

@media only screen and (max-width: 767px) {
  .address-info {
    width: 100%; } }
.address-info address {
  font-style: normal;
  padding: 0 5px 25px;
  position: relative; }

.address-info .social-links {
  padding: 5px 0 0;
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .address-info .social-links {
    display: block;
    float: left; } }
.address-info .social-links li {
  margin: 0 6px;
  padding: 0; }

.address-info .social-links li:first-child {
  margin-left: 0; }

@media only screen and (max-width: 767px) {
  .address-info .social-links li {
    float: left;
    width: auto; } }
.address-info .social-links a {
  display: block;
  color: #1c75b2; }

.address-info .social-links a:hover .icon-icon_linkedin, .address-info .social-links a:hover .icon-icon_twitter, .address-info .social-links a:hover .icon-icon_facebook {
  color: #565656; }

.address-info .social-links .icon-icon_linkedin, .address-info .social-links .icon-icon_facebook, .address-info .social-links .icon-icon_twitter {
  font-size: 32px;
  line-height: 32px; }

.address-info .link {
  color: #1c75b2; }

.address-info .link:hover {
  color: #414042; }

.contact-list {
  padding: 23px 0 0;
  max-width: 605px;
  margin: 0 -41px;
  position: relative;
  letter-spacing: -0.32em; }

.contact-list:after, .contact-list:before {
  position: absolute;
  background: #d1d3d4;
  bottom: 8px;
  content: "";
  height: 1px;
  left: 41px;
  right: -11px;
  width: auto; }

.contact-list:after {
  top: -1px; }

@media only screen and (max-width: 1115px) {
  .contact-list {
    margin: 0 -10px; }

  .contact-list:after, .contact-list:before {
    left: 10px; } }
@media only screen and (max-width: 767px) {
  .contact-list {
    margin: 0;
    float: none;
    max-width: inherit; }

  .contact-list:after, .contact-list:before {
    left: 0;
    right: 0; } }
.contact-list li {
  width: 33.33%;
  padding: 0 41px;
  margin: 0 0 35px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top; }

@media only screen and (max-width: 1115px) {
  .contact-list li {
    padding: 0 10px; } }
@media only screen and (max-width: 865px) {
  .contact-list li {
    width: 50%; } }
@media only screen and (max-width: 767px) {
  .contact-list li {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 20px; } }
.contact-list li:last-child {
  width: 66.66%; }

@media only screen and (max-width: 865px) {
  .contact-list li:last-child {
    width: 100%; } }
.contact-list strong {
  display: block;
  font-weight: 600;
  text-transform: capitalize; }

.contact-list a {
  transition: color 0.3s ease;
  color: #414042; }

.contact-list a:hover {
  text-decoration: none;
  color: #1c75b2; }

.add-info {
  padding: 14px 0 0; }

.add-info strong {
  display: block;
  font-weight: 600; }

.add-info strong.add {
  text-transform: capitalize; }

.add-info li {
  float: left;
  padding: 0 39px 0 0;
  max-width: 215px; }

@media only screen and (max-width: 865px) {
  .add-info li {
    padding: 0 30px 0 0; } }
@media only screen and (max-width: 767px) {
  .add-info li {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 20px; } }
.accordion {
  margin: 33px 0 19px;
  padding: 0 !important;
  font-style: normal !important; }

.accordion li {
  display: block;
  border: 1px solid #96afbc; }

.accordion li:before {
  display: none; }

.accordion li + li {
  border-width: 0 1px 1px; }

.accordion li.active .accordion-opener {
  background: #1c75b2;
  color: #fff !important; }

.accordion li.active .accordion-opener:before {
  background: #1c75b2;
  border-color: white;
  transform: rotate(-133deg);
  -ms-transform: rotate(-133deg);
  -webkit-transform: rotate(-133deg);
  margin: -3px 0 0; }

.accordion li .accordion-opener {
  color: #1c75b2;
  transition: all 0.3s ease;
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 15px 40px 12px 15px;
  position: relative; }

.accordion li .accordion-opener:before {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  border-right: 3px solid #1c75b2;
  border-bottom: 3px solid #1c75b2;
  right: 17px;
  top: 50%;
  margin: -8px 0 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.accordion li .accordion-opener:hover {
  background: #1c75b2;
  color: #fff !important;
  text-decoration: none; }

.accordion li .accordion-opener:hover:before {
  border-right-color: white;
  border-bottom-color: white; }

.accordion .detail-info {
  padding: 15px 15px 21px;
  color: #000;
  font-size: 15px;
  line-height: 23px; }

.accordion .detail-info .title {
  font-weight: 600;
  text-transform: uppercase;
  color: #231f20; }

.accordion .detail-info .Sponsor {
  display: block;
  font-style: italic;
  color: #808285;
  margin: 0 0 10px; }

.accordion .detail-info p {
  margin: 0 0 10px !important; }

.accordion .detail-info a {
  color: #1c75b2;
  transition: color 0.3s ease; }

.accordion .detail-info a:hover {
  text-decoration: none;
  color: #808285; }

.accordion .detail-info ul {
  padding: 11px 21px; }

.accordion .detail-info ul > li {
  position: relative;
  border: none; }

.accordion .detail-info ul > li:before {
  position: absolute;
  content: "";
  left: -7px;
  top: 10px;
  width: 3px;
  height: 3px;
  background: #231f20;
  border-radius: 100%;
  display: block !important; }

.search-area {
  padding: 1px 0 7px 0;
  font-size: 16px;
  line-height: 22px;
  /* custom select styles */ }

.search-area label {
  font-size: 14px;
  line-height: 16px;
  color: #6d6e71;
  display: block;
  margin: 0 0 11px; }

.search-area input[type="text"] {
  background: #fff;
  border: 1px solid #d1d3d4;
  color: #414042;
  outline: none;
  width: 100%;
  height: 55px;
  padding: 5px 17px; }

.search-area button[type="submit"] {
  width: 100%;
  height: 55px;
  margin: 27px 0 0;
  color: #fff;
  background: #0075b2;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 5px;
  transition: background 0.3s ease;
  font-size: 16px;
  line-height: 18px; }

.search-area button[type="submit"]:hover {
  background: #2c2c2c; }

.search-area .col {
  float: left;
  margin: 0 29px 0 0;
  width: 31.6%; }

@media only screen and (max-width: 870px) {
  .search-area .col {
    margin: 0 25px 0 0; } }
@media only screen and (max-width: 767px) {
  .search-area .col {
    width: 100%;
    margin: 0 0 20px;
    float: none; } }
.search-area .col.search-col {
  width: 14.7%;
  float: left;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .search-area .col.search-col {
    float: none;
    width: 100%;
    margin: 0 0 20px; } }
.search-area .col.clear-col {
  width: 14.7%;
  float: right;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .search-area .col.search-col {
    float: none;
    width: 100%;
    margin: 0 0 20px; } }
.search-area select {
  width: 100%; }

.search-area .jcf-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
  /* change to right: -9999px on RTL sites */ }

.search-area .select-area {
  font-size: 16px;
  line-height: 18px;
  position: relative;
  overflow: hidden;
  cursor: default;
  float: left;
  border: 1px solid #d1d3d4;
  color: #96afbc;
  width: 100% !important; }

.search-area .select-area .center {
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 17px;
  display: block;
  overflow: hidden;
  background: #fff;
  height: 53px; }

.search-area .select-area .select-opener {
  background: url(../images/select-opener.png);
  position: absolute;
  width: 28px;
  height: 53px;
  right: 0;
  top: 0;
  bottom: 0; }

.search-area .introduction {
  position: relative;
  top: -20px;
  color: #666;
  font-size: 15px; }

/* custom select drop down */
.select-options {
  position: absolute;
  overflow: hidden;
  background: #fff;
  z-index: 2000;
  font-size: 16px;
  line-height: 22px; }

.select-options .drop-holder {
  border: 1px solid #d1d3d4;
  overflow: hidden;
  height: 1%; }

.select-options .drop-holder ul {
  overflow: hidden; }

.select-options .drop-holder ul li {
  width: 100%;
  float: left; }

.select-options .drop-holder ul li a {
  text-decoration: none;
  padding: 4px 8px;
  display: block;
  cursor: default;
  color: #aaa;
  height: 1%; }

.select-options .drop-holder ul li a:hover {
  background: #f1f2f2;
  color: #2c2c2c; }

.table-area {
  width: 100%;
  overflow: auto; }

.search-results {
  background: #F1F2F2;
  padding: 20px 40px 40px 40px; }

.search-results a {
  text-decoration: underline; }

.search-results table {
  width: 100%;
  margin-top: 20px; }

.search-results th {
  border: 1px solid #0075b2;
  padding: 10px; }

.search-results td {
  border: 1px solid #0075b2;
  text-align: center;
  padding: 10px; }

.search-results td .definition {
  font-size: 14px; }

.search-results .identity {
  border: 1px solid #0075b2;
  padding: 10px; }

.search-results h4 a {
  text-decoration: none;
  color: #808285; }

.serach-table {
  min-width: 1180px;
  text-align: left;
  color: #2c2c2c; }

@media only screen and (max-width: 1025px) {
  .serach-table {
    font-size: 14px;
    line-height: 18px; } }
@media only screen and (max-width: 767px) {
  .serach-table {
    font-size: 12px;
    line-height: 16px; } }
.serach-table .color-row {
  background: #f1f2f2; }

.serach-table th {
  font-size: 14px;
  line-height: 16px;
  color: #6d6e71;
  font-weight: normal;
  padding: 3px 16px 14px; }

.serach-table td {
  padding: 12px 15px 14px;
  vertical-align: top; }

.serach-table td:nth-child(1) {
  width: 24.2%; }

.serach-table td:nth-child(2) {
  width: 17.1%;
  padding: 12px 42px 13px 16px; }

.serach-table td:nth-child(3) {
  width: 17.8%; }

.serach-table td:nth-child(4) {
  padding: 12px 10px;
  width: 25%; }

.serach-table td:nth-child(5) {
  width: 18%; }

.serach-table .date {
  display: block; }

.serach-table a {
  color: #0075b2;
  transition: color 0.3s ease;
  position: relative;
  padding: 0 0 0 25px; }

.serach-table a:before {
  position: absolute;
  content: "";
  background: url(../images/pdf-logo.png) no-repeat;
  width: 16px;
  height: 17px;
  left: 0;
  top: 2px;
  transition: all 0.3s ease; }

.serach-table a:hover {
  color: #2c2c2c;
  text-decoration: none; }

.serach-table a:hover:before {
  opacity: 0.8; }

.border-table td {
  border: 1px solid black; }

.general-table {
  min-width: 500px;
  text-align: left;
  color: #2c2c2c; }

@media only screen and (max-width: 1025px) {
  .serach-table {
    font-size: 14px;
    line-height: 18px; } }
@media only screen and (max-width: 767px) {
  .serach-table {
    font-size: 12px;
    line-height: 16px; } }
.serach-table .color-row {
  background: #f1f2f2; }

.serach-table th {
  font-size: 14px;
  line-height: 16px;
  color: #6d6e71;
  font-weight: normal;
  padding: 3px 16px 14px; }

.serach-table td {
  padding: 12px 15px 14px;
  vertical-align: top; }

.serach-table td:nth-child(1) {
  width: 24.2%; }

.serach-table td:nth-child(2) {
  width: 17.1%;
  padding: 12px 42px 13px 16px; }

.serach-table td:nth-child(3) {
  width: 17.8%; }

.serach-table td:nth-child(4) {
  padding: 12px 10px;
  width: 25%; }

.serach-table td:nth-child(5) {
  width: 18%; }

.serach-table .date {
  display: block; }

.serach-table a {
  color: #0075b2;
  transition: color 0.3s ease;
  position: relative;
  padding: 0 0 0 25px; }

.serach-table a:hover {
  color: #2c2c2c;
  text-decoration: none; }

.serach-table a:hover:before {
  opacity: 0.8; }

.result-section {
  padding: 50px 25px 84px;
  width: 100%;
  font-size: 16px;
  line-height: 22px; }

@media only screen and (max-width: 767px) {
  .result-section {
    padding: 15px 10px; } }
.drsearch .title-bar {
  padding: 1px 24px 41px 24px; }

.drsearch .title-bar h1 {
  margin: 0 0 35px; }

#aside {
  color: #1c75b2;
  float: left;
  width: 23%;
  font-size: 15px;
  line-height: 18px; }

@media only screen and (max-width: 767px) {
  #aside {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    display: table-header-group; } }
#aside .widget {
  overflow: hidden;
  padding: 11px 0 0;
  border-top: 1px solid #d1d3d4; }

#aside .widget:first-child {
  padding: 0;
  border: none; }

#aside .sub-title, #aside .title {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 12px;
  font-weight: bold;
  letter-spacing: normal; }

#aside .sub-title {
  color: #2c2c2c; }

#aside h1.title {
  padding: 0 0 12px;
  margin: 0; }

#aside strong.title {
  color: #1c75b2;
  display: block;
  margin: 0 0 24px; }

#aside strong.title.active a {
  color: #414042;
  display: block;
  margin: 0 0 24px; }

#aside a {
  color: #1c75b2;
  transition: color 0.3s ease; }

#aside a:hover {
  color: #2c2c2c;
  text-decoration: none; }

#aside .aside-list {
  position: relative; }

#aside .aside-list li.active a {
  color: #414042; }

#aside .aside-list li.has-drop.active a {
  color: #414042; }

#aside .aside-list li.has-drop.active .inner-list a {
  color: #1c75b2; }

#aside .aside-list.with-border li {
  padding: 11px 0;
  margin: 0;
  border-top: 1px solid #d1d3d4;
  font-weight: bold; }

#aside .aside-list.with-border li:first-child {
  padding-top: 0;
  border: none; }

#aside .aside-list.with-border li.active a {
  color: #414042; }

#aside .aside-list li {
  margin: 0 0 24px; }

#aside .aside-list li:last-child {
  margin: 0 0 13px; }

#aside .aside-list li.has-drop > a {
  color: #1c75b2;
  font-weight: 000; }

#aside .aside-list .inner-list {
  padding: 24px 0 0 15px; }

#aside .aside-list .inner-list:before {
  display: none; }

#aside .aside-list .inner-list li.active a {
  color: #666;
  font-weight: 600; }

.links-boxs {
  overflow: hidden;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  float: left;
  width: 92%;
  margin: 0 -15px; }

@media only screen and (max-width: 767px) {
  .links-boxs {
    float: none;
    width: 100%;
    margin: 0; } }
@media only screen and (max-width: 1200px) {
  .links-boxs {
    font-size: 18px;
    line-height: 30px;
    width: 100%; } }
.links-boxs h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
  margin: 0 0 28px;
  color: #fff;
  min-height: 80px; }

.links-boxs li {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin: 0 0 30px; }

@media only screen and (max-width: 767px) {
  .links-boxs li {
    float: none;
    text-align: left;
    width: 100%;
    padding: 0; } }
.links-boxs li .box {
  color: #fff !important;
  padding: 38px 45px 75px;
  text-decoration: none;
  display: block;
  border-top: 6px solid rgba(255, 255, 255, 0.5);
  transition: background 0.3s ease 0s;
  min-height: 448px;
  position: relative; }

@media only screen and (max-width: 1200px) {
  .links-boxs li .box {
    padding: 20px; } }
@media only screen and (max-width: 767px) {
  .links-boxs li .box {
    padding: 36px 31px; } }
.links-boxs li .blue-box {
  background: #406de4; }

.links-boxs li .blue-box:hover {
  background: #0075b2; }

.links-boxs li .green-box {
  background: #63b538; }

.links-boxs li .green-box h3 {
  padding: 0 18px 0 0; }

.links-boxs li .green-box:hover {
  background: #4A882A; }

.links-boxs li .pink-box {
  background: #d84765; }

.links-boxs li .pink-box:hover {
  background: #db2d51; }

.links-boxs li .yellow-box {
  background: #f7941e; }

.links-boxs li .yellow-box:hover {
  background: #e3820d; }

.links-boxs li p {
  margin: 0 0 25px; }

.links-boxs .view-btn {
  position: absolute;
  bottom: 36px;
  min-width: 109px;
  max-width: 200px;
  padding: 0 40px 0 0; }

.links-boxs .view-btn i {
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -14px 0 0; }

@media only screen and (max-width: 767px) {
  .links-boxs .view-btn i {
    margin: -13px 0 0; } }
.contact-section {
  padding: 50px 20px 103px;
  width: 100%;
  overflow: hidden;
  float: none; }

@media only screen and (max-width: 767px) {
  .contact-section {
    padding: 25px 10px; } }
.contact-section .img-box {
  float: right;
  padding: 17px 5px 33px;
  width: 40.7%; }

@media only screen and (max-width: 767px) {
  .contact-section .img-box {
    width: 100%; } }
.contact-section .img-box img {
  width: 100%;
  display: block; }

.text-area {
  margin: 0 0 46px; }

.text-area + .text-area {
  margin: 0 0 49px;
  font-size: 16px;
  line-height: 23px;
  color: #2c2c2c !important; }

.text-area + .text-area h3 {
  margin: 0 0 24px; }

.text-area + .text-area p {
  margin: 0 0 33px; }

.text-area ul {
  font-style: italic;
  padding: 10px 10px; }

.text-area ul li {
  position: relative; }

.text-area ul li:before {
  position: absolute;
  content: "";
  background: #231f20;
  height: 3px;
  width: 3px;
  border-radius: 100%;
  top: 12px;
  left: -7px; }

.markdown-text-area {
  margin: 0 0 49px;
  font-size: 16px;
  line-height: 23px;
  color: #2c2c2c !important; }

.markdown-text-area h3 {
  margin: 0 0 24px; }

.markdown-text-area h3 a {
  color: #67809f !important; }

.markdown-text-area p {
  margin: 33px 0 16px 0; }

.markdown-text-area ul {
  padding: 0 10px; }

.markdown-text-area ul li {
  margin: 8px 0;
  position: relative; }

.markdown-text-area ul li:before {
  position: absolute;
  content: "";
  background: #231f20;
  height: 3px;
  width: 3px;
  border-radius: 100%;
  top: 12px;
  left: -7px; }

.moc-page h3 {
  color: #4978e8; }

.moc-page #content {
  color: #2c2c2c; }

h4 {
  font-size: 18px;
  line-height: 20px;
  color: #808285;
  margin: 23px 0 15px;
  font-weight: bold; }

.banner-text h4 {
  font-size: 18px;
  line-height: 20px;
  color: #808285;
  margin: 15px 0 36px;
  font-weight: bold; }

.note {
  font-size: 14px;
  line-height: 15px;
  display: block;
  color: #26a9e0;
  border: 2px solid #87d1ef;
  background: #e8f9ff;
  padding: 15px 17px;
  border-radius: 5px;
  margin: 0 0 44px; }

.note a {
  font-weight: bold;
  color: #26a9e0;
  transition: color 0.3s ease; }

.note a:hover {
  text-decoration: none;
  color: #666; }

.note-red {
  font-size: 14px;
  line-height: 15px;
  display: block;
  color: #a94442;
  border: 2px solid #ebccd1;
  background: #f2dede;
  padding: 15px 17px;
  border-radius: 5px;
  margin: 0 0 44px; }

.note a {
  font-weight: bold;
  color: #26a9e0;
  transition: color 0.3s ease; }

.note a:hover {
  text-decoration: none;
  color: #666; }

.timeline-section {
  margin: 0 0 31px;
  width: 100%;
  overflow: auto; }

.timeline-section .def {
  display: block;
  margin: 0 0 10px;
  padding: 0 6px; }

.timeline-section .timeline-detail {
  overflow: hidden;
  padding: 12px 3px 0;
  margin: 0 0 35px;
  position: relative;
  min-width: 880px; }

.timeline-section .scaling-list {
  color: #000;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  width: 81%;
  float: right;
  margin: 0 0 40px; }

.timeline-section .scaling-list li {
  float: left;
  position: relative;
  padding: 0 20px; }

.timeline-section .scaling-list li:last-child {
  padding: 0 0 0 28px; }

.timeline-section .scaling-list li:after {
  content: "";
  position: absolute;
  width: 2px;
  background: url(../images/border-bg.png);
  top: 24px;
  left: 50%;
  margin: 0 0 -999px;
  padding: 0 0 999px;
  z-index: -1; }

.timeline-section .req-parts {
  width: 100%;
  overflow: hidden;
  margin: 0 0 18px;
  line-height: 20px; }

.timeline-section .req-parts .title {
  background: #f1f2f2;
  float: left;
  width: 23.5%;
  padding: 10px 16px;
  color: #000; }

.timeline-section .req-parts .title span {
  display: block; }

.timeline-section .req-parts .detail {
  color: #fff;
  float: left;
  width: 72.5%; }

.timeline-section .req-parts .detail .detail-box {
  background: #1c75b2;
  padding: 10px 8px;
  width: 100%; }

.timeline-section .req-parts .detail .detail-box.add2 {
  margin: 0 0 3px; }

.timeline-section .req-parts .detail .small-box {
  width: 100%;
  padding: 17px 14px;
  min-height: 60px;
  float: left; }

.timeline-section .req-parts .detail .small-box.add {
  min-height: 148px;
  padding: 11px 15px 0; }

.timeline-section .req-parts .detail .small-box p {
  margin: 0 0 2px; }

.timeline-section .req-parts .detail .two-col {
  overflow: hidden; }

.timeline-section .req-parts .detail .two-col .small-box {
  width: 49.8%; }

.timeline-section .req-parts .detail .two-col .small-box:first-child {
  float: right; }

.timeline-section .req-parts .detail .two-col ul {
  padding: 5px 21px; }

.timeline-section .req-parts .detail .two-col ul li {
  padding: 0 0 8px; }

.timeline-section .req-parts .detail .two-col .col .small-box {
  width: 100%;
  background: #f1f2f2; }

.timeline-section .req-parts .detail .two-col .col.add .small-box {
  width: 78%; }

.timeline-section .req-parts .detail .two-col .col.add .blue {
  background: #1c75b2;
  padding: 9px 12px;
  width: 22%; }

.timeline-section .req-parts ul {
  padding: 0 14px; }

.timeline-section .req-parts ul li {
  position: relative;
  padding: 0 0 3px; }

.timeline-section .req-parts ul li:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  top: 8px;
  left: -9px; }

.modules h3 {
  color: #6ebd40; }

.cert h3 {
  color: #4978e8; }

.moc h3 {
  color: #6d6e71; }

.exam h3 {
  color: #4978E8; }

.content-holder {
  font-size: 18px; }

.content-holder h1 {
  color: #414042;
  margin-bottom: 24px; }

.content-holder h2 {
  color: #414042;
  font-size: 27px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px; }

.content-holder a {
  color: #0075b2; }

ul.program-info {
  padding: 0 21px !important; }

ul.program-info li {
  border: none;
  display: list-item;
  font-style: normal;
  font-weight: normal;
  list-style: disc outside none;
  margin: 10px 0; }

ul.program-info li .new {
  color: red;
  font-weight: bold; }

ul.program-info li:before {
  content: none !important; }

.padding-table-5 td {
  padding: 5px; }

.cap-articles-container {
  background: #F1F2F2;
  padding: 20px; }

.cap-articles-container h3 {
  margin-bottom: 5px; }

.keep-ul li {
  display: list-item !important;
  border: none !important; }

.table-with-cell-padding td {
  padding: 5px;
  margin: 3px; }

.alternating-row-color tr:nth-child(even) {
  background: #efefef; }

.red-bold-text {
  font-weight: bold;
  color: red; }

.cqe-table tr td:first-child {
  width: 90%; }

.cqe-table tr td:nth-child(2) {
  width: 10%;
  text-align: center; }

.cqe-table td {
  vertical-align: top;
  border: 1px solid gray;
  padding: 5px; }

.cqe-table tr.sub-section td:first-child {
  padding-left: 30px; }

.cqe-table tr.section td {
  background-color: lightgray;
  padding: 10px;
  font-weight: bold; }

.cqe-table tr.subject td {
  font-weight: bold;
  padding: 10px;
  background-color: #b1d0ea; }

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