a:visited,
a:link,
a:active a {
  color: #1a475c;
}

a:hover {
  text-decoration: none;
}

h5 {
  font-size: 14px;
  color: #101f58;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

p {
  font-size: 14px;
  color: #8a8a8f;
}

strong {
  font-size: 22px;
  color: #4b4f56;
  font-weight: bold;
}

em {
  font-size: 16px;
  color: #4b4f56;
  font-weight: bold;
}

.form-two-column {
  width: 100%;
}
.form-two-column .leftForm {
  display: inline-block;
  width: 49%;
  margin-bottom: 10px;
  text-align: left;
}
.form-two-column .leftForm:last-child {
  text-align: right;
  padding-left: 5%;
}
.form-two-column .leftForm input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #1a475c;
  height: 40px;
}
.form-two-column .leftForm input::placeholder {
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
}

.form-one-column {
  margin-bottom: 10px;
  display: block !important;
}
.form-one-column input {
  width: 99%;
  border: 0;
  border-bottom: 1px solid #1a475c;
  height: 40px;
}
.form-one-column input::placeholder {
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
}
.form-one-column label {
  text-align: left;
  display: block;
  width: 100%;
  margin: 10px 0;
  margin-top: 30px;
  font-size: 14px;
  color: #8a8a8f;
}
.form-one-column textarea {
  border-radius: 0;
  border: 1px solid #1a475c;
  width: 99%;
  padding: 10px;
}
.form-one-column textarea::placeholder {
  color: #8a8a8f;
  font-size: 14px;
}

input[type="submit"] {
  width: 120px;
  height: 40px;
  border: 1px solid;
  color: #fff;
  border-radius: 0;
  background: #1a475c;
  font-weight: bold;
  display: block;
  margin-top: 20px;
}

.details_cont {
  width: 100%;
  word-wrap: break-word;
}
.details_cont .details_details {
  display: inline-block;
  width: 29%;
  margin-left: 2%;
}
.details_cont .details_details:first-child {
  margin-left: 0;
}

.banner_common {
  background: url(../images/common_banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
  height: 370px;
  width: 100%;
}
.banner_common .page_title {
  min-height: 75px;
  width: 100%;
  font-size: 40px;
  color: #fff;
  padding-left: 50px;
  position: absolute;
  bottom: 0px;
  display: inline-block;
}
@media (max-width: 768px) {
  .banner_common .page_title {
    padding-left: 20px;
  }
}

.common_page_title {
  text-align: left;
  font-size: 34px;
  font-style: italic;
  font-weight: 800;
  color: #1a475c;
  margin-bottom: 30px;
}

.common_page_content {
  width: 100%;
  font-size: 14px;
  padding-bottom: 50px;
}
.common_page_content h1 {
  text-align: left;
  font-size: 34px;
  font-style: italic;
  font-weight: 800;
  color: #1a475c;
}
.common_page_content h1 {
  padding-bottom: 40px;
}
.common_page_content h2 {
  padding-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
  color: #4b4f56;
}
.common_page_content h3 {
  padding-bottom: 20px;
  color: #1a475c;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}
.common_page_content .leader {
  border-bottom: 1px solid #4b4f56;
  margin-bottom: 25px;
  color: #2d3136;
  padding-bottom: 25px;
}
.common_page_content p {
  font-size: 14px;
  padding: 6px 0 8px 0;
  color: #5f5f5f;
}
.common_page_content blockquote {
  background: #e5f3fb;
  border-radius: 6px;
  padding-top: 20px;
  padding-left: 20px;
  color: #5f5f5f;
}
.common_page_content table {
  border: 2px solid #1a475c;
  border-spacing: 0;
  border-radius: 6px;
  max-width: 100%;
  color: #5f5f5f;
  margin-bottom: 40px;
}
.common_page_content table tr {
  border: none;
  height: 50px;
}
.common_page_content table tr:first-child {
  background: #1a475c;
  color: #fff;
  font-weight: 600;
  font-style: italic;
}
.common_page_content table tr:nth-child(even) {
  background: #f2f2f2;
}
.common_page_content table tr td {
  border: none;
  padding-left: 20px;
}
.common_page_content .download_box {
  border: 2px solid #1a475c;
  border-radius: 10px;
  height: 56px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.common_page_content .download_box a {
  color: #8a8a8f;
}
.common_page_content .download_icon {
  background: #1a475c;
  width: 73px;
  height: 54px;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
}
.common_page_content .download_icon_svg {
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url(../images/pdf.svg);
  mask: url(../images/pdf.svg);
  height: 33px;
  width: 33px;
  color: transparent;
}
.common_page_content .download_text {
  display: inline-block;
  font-size: 14px;
  color: #8a8a8f;
  font-style: italic;
  margin-left: 10px;
  vertical-align: top;
  padding-top: 16px;
}
.common_page_content .download_button {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 19.29px;
  height: 20.99px;
  display: inline-block;
}
.common_page_content .download_button_svg {
  display: inline-block;
  background: #1a475c;
  -webkit-mask: url(../images/newsletter_download.svg);
  mask: url(../images/newsletter_download.svg);
  width: 19.29px;
  height: 20.99px;
  color: transparent;
}
.common_page_content .external_box {
  border: 2px solid #1a475c;
  border-radius: 10px;
  height: 56px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}
.common_page_content .external_box a {
  color: #8a8a8f;
}
.common_page_content .external_icon {
  background: #1a475c;
  width: 73px;
  height: 54px;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
}
.common_page_content .external_icon_svg {
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url(../images/exteranllink.svg);
  mask: url(../images/exteranllink.svg);
  height: 33px;
  width: 33px;
  color: transparent;
}
.common_page_content .external_text {
  display: inline-block;
  font-size: 14px;
  color: #8a8a8f;
  font-style: italic;
  margin-left: 10px;
  vertical-align: top;
  padding-top: 16px;
}
.common_page_content .external_button {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 19.29px;
  height: 20.99px;
  display: inline-block;
}
.common_page_content .external_button_svg {
  display: inline-block;
  background: #1a475c;
  -webkit-mask: url(../images/externalbutton.svg);
  mask: url(../images/externalbutton.svg);
  width: 19.29px;
  height: 15.99px;
  color: transparent;
  margin-top: 3px;
}
.common_page_content hr {
  margin: 25px 0;
}
.common_page_content ul {
  font-size: 14px;
  color: #8a8a8f;
  margin-top: 15px;
  margin-left: 12px;
}
.common_page_content ul li {
  list-style-type: disc;
  display: list-item;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.common_page_content ol li {
  font-size: 14px;
  color: #8a8a8f;
  counter-increment: item;
  margin-bottom: 15px;
  font-weight: 300;
  display: table-row;
}
.common_page_content ol li:before {
  padding-right: 15px;
  content: counter(item) ".";
  color: black;
  display: table-cell;
  font-weight: bold;
  font-size: 14px;
  color: #8a8a8f;
}
.common_page_content ol li:after {
  content: "";
  display: block;
  height: 15px;
}
.common_page_content .news_date {
  display: block;
  height: 40px;
  font-size: 1.2em;
  color: #8a8a8f;
}
.common_page_content .news_date svg {
  stroke: #999;
  fill: #999;
  width: 16px;
  height: 17px;
  margin-right: 10px;
}
.common_page_content .backtoArticles {
  color: #1a475c;
  display: block;
  margin: 50px 0;
  font-size: 14px;
  font-weight: bold;
}

.newsletter_wrapper {
  display: block !important;
  margin-bottom: 40px;
}
.newsletter_wrapper svg {
  width: 33px;
  height: 33px;
}
.newsletter_wrapper .newsletter_item {
  display: block;
  padding: 12px 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #21597a;
}
.newsletter_wrapper .newsletter_item .nletter_img {
  display: inline-block;
}
.newsletter_wrapper .newsletter_item .nletter_title {
  display: inline-block;
  padding-top: 8px;
  font-size: 1.4em;
  color: #8a8a8f;
  font-style: italic;
  padding-left: 10px;
}
.newsletter_wrapper .newsletter_item .nletter_text {
  display: inline-block;
  position: absolute;
  right: 20px;
  padding-top: 8px;
  font-size: 1.4em;
  font-weight: bold;
  color: #1a475c;
}

.news_dropdown {
  position: relative;
  display: block;
  font-size: 14px;
  color: #8a8a8f;
  width: 100%;
  height: 47px;
  margin-bottom: 40px;
}
.news_dropdown .news_dropdown_wrapper {
  width: 100%;
  position: absolute;
}
.news_dropdown .news_dropdown_wrapper span:first-child {
  position: absolute;
  right: 166px;
}
.news_dropdown .news_dropdown_wrapper span:nth-child(2) {
  float: right;
}
.news_dropdown .news_dropdown_wrapper .text {
  padding-top: 5px;
}
.news_dropdown .news_dropdown_wrapper img {
  width: 15px;
  height: 15px;
}
.news_dropdown .news_dropdown_wrapper svg {
  stroke: #1a475c;
  fill: #1a475c;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 1;
}
.news_dropdown .news_dropdown_wrapper select {
  z-index: 3;
  background-color: transparent;
  position: relative;
  display: inline-block;
  height: 35px;
  width: 149px;
  border-radius: 6px;
  border: 1px solid;
  padding-left: 10px;
  color: #1a475c;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(https://dl.dropboxusercontent.com/u/59666091/v.png) no-repeat
    95% 50%;
}
@media all and (max-width: 480px) {
  .news_dropdown .news_dropdown_wrapper select {
    width: 135px;
  }
}

.events_wrapper {
  width: 100%;
}

.gallery_wrapper {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.gallery_wrapper .gallery_item {
  display: inline-block;
  margin-left: 10px;
}
.gallery_wrapper .gallery_item .gallery_photo {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 12px;
}
.gallery_wrapper .gallery_item .gallery_name {
  display: block;
  color: #4b4f56;
  font-weight: bold;
  font-style: italic;
  font-size: 1.6em;
  height: 48px;
  overflow: hidden;
  display: block;
  padding-left: 15px;
  margin-top: 15px;
}

.events_item_content {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #8a8a8f;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.events_item_content:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.events_item_content div {
  display: inline-block;
}
.events_item_content div.calendar {
  padding-top: 10px;
  margin-right: 2%;
}
.events_item_content div.calendar .calendar_box {
  width: 75px;
  height: 63px;
  background: #21597a;
  color: #fff;
  text-align: center;
  padding-top: 7px;
}
.events_item_content div.calendar .calendar_box span {
  display: block;
  font-weight: bold;
  font-size: 1.8em;
}
.events_item_content div.events_details {
  width: 50%;
}
@media (max-width: 768px) {
  .events_item_content div.events_details {
    width: 68%;
  }
}
.events_item_content div.events_details svg {
  width: 22px;
  height: 15px;
}
.events_item_content div.events_details .e_title {
  font-size: 1.6em;
  font-style: italic;
  color: #4b4f56;
  font-weight: bold;
  display: block;
}
.events_item_content div.events_details .e_time,
.events_item_content div.events_details .e_loc {
  font-size: 1.4em;
  color: #8a8a8f;
  display: block;
  margin-top: 15px;
  padding-left: 5px;
}
.events_item_content div.events_details .e_time img,
.events_item_content div.events_details .e_loc img {
  padding-right: 5px;
}
@media (max-width: 768px) {
  .events_item_content div.events_details .e_time,
  .events_item_content div.events_details .e_loc {
    margin-top: 10px;
  }
}
.events_item_content div.events_details .e_loc img {
  padding-right: 12px;
}
.events_item_content div.read_more_div {
  position: absolute;
  right: 0;
  top: 18%;
}
.events_item_content div.read_more_div .read_more {
  width: 112px;
  height: 45px;
  padding-top: 12px;
  color: #fff;
  display: block;
  background: #1a475c;
  text-align: center;
  font-size: 1.4em;
  border-radius: 0;
}
@media (max-width: 768px) {
  .events_item_content div.read_more_div .read_more {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .events_item_content div.read_more_div {
    position: initial;
    display: block;
    margin-top: 20px;
  }
}

.news_item_content {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #8a8a8f;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.news_item_content:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.news_item_content div {
  display: inline-block;
}
.news_item_content div.news_item_image {
  background-size: cover !important;
  background-position: center;
  width: 175px;
  height: 129px;
}
@media (max-width: 768px) {
  .news_item_content div.news_item_image {
    width: 94px;
    height: 89px;
  }
}
.news_item_content div.news_content_details {
  width: 40%;
  margin-left: 3%;
}
@media (max-width: 990px) {
  .news_item_content div.news_content_details {
    width: 32%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .news_item_content div.news_content_details {
    width: 62%;
    margin-left: 2%;
    text-align: left;
    margin-right: 0;
  }
}
.news_item_content div.news_content_details .n_title_content {
  height: 45px;
  overflow: hidden;
  color: #21597a;
  font-size: 1.6em;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.news_item_content div.news_content_details .n_text_content {
  height: 60px !important;
  overflow: hidden;
  color: #8a8a8f;
  font-size: 1.4em;
  display: block;
}
.news_item_content div.read_more_div {
  position: absolute;
  right: 0;
  top: 20%;
}
.news_item_content div.read_more_div .read_more {
  width: 112px;
  height: 45px;
  padding-top: 12px;
  color: #fff;
  display: block;
  background: #1a475c;
  text-align: center;
  font-size: 1.4em;
  border-radius: 0;
}
@media (max-width: 768px) {
  .news_item_content div.read_more_div {
    position: initial;
    display: block;
    margin-left: 107px;
    margin-top: 20px;
    width: 112px;
  }
}

.paging {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  color: #1a475c;
  position: relative;
  border-top: 2px solid;
  padding-top: 30px;
}
.paging .page_info {
  display: inline-block;
}
@media all and (max-width: 768px) {
  .paging .page_info {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
}
.paging .pages {
  width: 238px;
  position: absolute;
  right: 0;
  top: 18px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .paging .pages {
    left: 0;
    margin: auto;
    top: 50px;
  }
}
.paging .pages a {
  display: inline-block;
  color: #8a8a8f;
  margin-left: 5%;
}
.paging .pages a.current {
  background: #1a475c;
  border-radius: 14px;
  width: 24px;
  height: 24px;
  color: #fff;
  padding-top: 2px;
  padding-right: 1px;
}
.paging .pages a.arrow_previous {
  background: url(../images/front_arrow.png);
  width: 8px;
  height: 14px;
  position: relative;
  top: 2px;
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.paging .pages a.arrow_previous.disabled {
  pointer-events: none !important;
  cursor: default;
  background: url(../images/back_arrow.png);
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.paging .pages a.arrow_next {
  background: url(../images/front_arrow.png);
  width: 8px;
  height: 14px;
  position: relative;
  top: 2px;
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.paging .pages a.arrow_next.disabled {
  pointer-events: none !important;
  cursor: default;
  background: url(../images/back_arrow.png);
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contentpages_wrapper {
  font-family: "Open Sans", sans-serif;
  position: relative;
  text-align: left;
}
.contentpages_wrapper img {
  max-width: 100% !important;
}
.contentpages_wrapper.search_wrapper {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .contentpages_wrapper.search_wrapper {
    padding-left: 20px;
  }
}
.contentpages_wrapper div {
  display: inline-block;
  vertical-align: text-top;
}
.contentpages_wrapper div.left {
  width: 69%;
}
.contentpages_wrapper div.left .left_wrapper {
  width: 85%;
  margin: auto;
  margin-top: 50px;
  display: block;
}
@media (max-width: 768px) {
  .contentpages_wrapper div.left .left_wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contentpages_wrapper div.left {
    width: 100%;
  }
}
.contentpages_wrapper div.right {
  width: 30%;
  background: #f9f9f9;
}
.contentpages_wrapper div.right > li:first-child {
  padding-top: 75px;
}
.contentpages_wrapper div.right li {
  list-style: none;
  display: block;
  margin: auto;
  margin-left: 50px;
  padding: 20px 0px;
  border-bottom: solid 1px #efeff4;
}
@media (max-width: 768px) {
  .contentpages_wrapper div.right li {
    margin-left: 20px;
  }
}
.contentpages_wrapper div.right li:last-child {
  border-bottom: none;
}
.contentpages_wrapper div.right li a {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  color: #8a8a8f;
}
.contentpages_wrapper div.right li a:hover {
  color: #1a475c;
}
.contentpages_wrapper div.right li.current_page_item a {
  color: #1a475c;
  font-weight: bold;
}
@media (max-width: 768px) {
  .contentpages_wrapper div.right {
    width: 100%;
  }
}

/******************search ***********************/
.archive-title {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #1a475c;
  font-size: 34px;
  font-weight: bold;
}

article {
  display: block;
  margin-bottom: 20px;
}

.search-title a {
  color: #1a475c;
  font-size: 22px;
  margin: 15px 0;
  font-weight: bold;
}

.footer-search-spacing {
  margin-bottom: 40px;
}

.no_resource {
  text-align: center;
  font-size: 2em;
  color: #8a8a8f;
  padding-top: 50px;
  padding-bottom: 150px;
  width: 100%;
}

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