/*Site Colors*/
/* Site Font Weight */
/* Site Font Size */
/*CSS Property*/
/*@include box-shadow(0, 2px, 5px, rgba(187, 69, 17, 0.75));*/
/*@include border-radius(4px);*/
/* @include transition(all 0.4s ease-in-out);*/
html, body {
  font-size: 14px;
}

body {
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: normal;
  color: #231F20;
}

a {
  color: #0D4E96;
  text-decoration: none;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a:focus, a:hover {
  color: #051d38;
  text-decoration: none;
}

* {
  outline: none !important;
}

.img-circle {
  border-radius: 50% !important;
}

h1 {
  font-size: 1.875rem;
  font-weight: 600;
}

h2 {
  font-size: 1.563rem;
  font-weight: 600;
  color: #173A64;
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #173A64;
}

h4 {
  font-size: 1rem;
  font-weight: 700;
}

h5 {
  font-size: 1rem;
  font-weight: 600;
}

p {
  line-height: 1.4em;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
}

img.media-object {
  max-width: none;
}

hr {
  border-color: #0D4E96;
}

.btn {
  cursor: pointer;
}

.btn-sm {
  padding: 1px 8px;
}

.clDefault {
  color: #231F20;
}

.clPrimary {
  color: #0D4E96;
}

.clred {
  color: #ed194e;
}

.overflowh {
  overflow: hidden;
}

.btn-white-border {
  color: #FFF;
  border-color: #FFF;
  background-color: transparent;
}

.btn-white-border:hover, .btn-white-border:focus {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

.btn2-white-border {
  color: #FFF;
  border-color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
}

.btn2-white-border:hover, .btn-white-border:focus {
  background-color: transparent;
  color: #FFF;
}

.btn-primary{background-color:#4169b2; border-color:#4169b2;}
.btn-primary:hover{ background-color:#25437c;}

.btn-black{background-color:#222; border-color:#222; color:#FFF;}
.btn-black:hover{ background-color:#000; color:#FFF;}

#header {
  padding-top:15px;
}

#header .logo {
  margin-top:0px;
}

#header .top-list {
  margin: 0 0 20px;
  color: #FFF;
  text-align: right;
}

#header .top-list li {
  display: inline-block;
  vertical-align:top;
  margin: 0px 5px;
  font-size: 1.0rem;
}
#header .top-list li.last{border-left:1px solid #49BACB; padding-left:10px; margin-left:2px;}

/* #header .top-list li a {
  color: #EAEAEA;
}

#header .top-list li a:hover {
  color: #FFF;
} */

.btn2-border{
  font-weight:1rem;
  font-weight: 600;
  text-transform: uppercase;
  border: solid 1px #243F8D;
  padding:4px 12px;
}
.btn2-border .fa,
.btn-primary .fa,
.btn-link .fa{margin-right:5px;}
.btn2-border:hover{
  background-color:#243F8D;
  color: #FFF;
}
.btn-link{color:#243F8D; font-weight: bold;}

.btn-icon{ font-size:2.125rem; line-height:1em;} 

#header .get-started {
  border: solid 1px #EAEAEA;
  float: right;
  color: #FFF;
  padding: 4px 20px;
  width: 460px;
}

#header .get-started p {
  font-size: 1.125rem;
  float: left;
  width: 270px;
  margin: 0;
}

#header .get-started:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#header .get-started .button {
  float: right;
  width: 112px;
  padding: 0 26px 0 0;
  background: url(img/arrow.svg) right center no-repeat;
  font-size: 13px;
  font-weight: 700;
  color: #FFF;
  margin-top: 4px;
}

#header .get-started .button span {
  display: block;
  font-size: 1.375rem;
  color: #1F9CD8;
  line-height: 1em;
}

.g-ad{ border-bottom: solid 1px #B2B1B2; padding:20px; text-align: center}

#site-menu {
  padding-top:20px;
}
#site-menu ul {
  margin:0;
}

#site-menu ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 14px;
  font-size: 1.25rem;
  font-weight: 600;
}

#site-menu ul li a {
  color: #243F8D;
  border-bottom: solid 3px transparent;
  display: block;
  padding-bottom: 4px;
}

#site-menu ul li.active a, #site-menu ul li a:hover {
  color: #243F8D;
  border-bottom-color: #48BACA;
}

.lines-button {
  width: 26px;
  height: 19px;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.lines-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #243F8D;
  border-radius: 9px !important;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.lines-button span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.lines-button span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lines-button span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lines-button span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.lines-button.collapsed span {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lines-button.collapsed span:nth-child(1) {
  top: 0px;
  width: 100%;
  left: 0;
}

.lines-button.collapsed span:nth-child(2),
.lines-button.collapsed span:nth-child(3) {
  top: 8px;
}

.lines-button.collapsed span:nth-child(4) {
  top: 16px;
  width: 100%;
  left: 0;
}

#footer {
  color: #FFF;
}

#footer .page-bottom {
  background-color: #557CBE;
  padding: 30px 0 50px;
}

#footer .page-bottom .testimonial {
  background: url(img/quote.png) top left no-repeat;
  padding: 25px 0 0 25px;
  line-height: 1.667em;
  font-size: 1.125rem;
  max-width: 485px;
}
#footer .page-bottom .testimonial img{display:inline-block; margin-top:5px; vertical-align: top; margin-left:10px;}

#footer .page-bottom .address {
  text-align: right;
}

#footer .page-bottom .address h4 {
  font-size: 0.875rem;
  font-weight: 600;
}

#footer .page-bottom .address h4 span {
  display: block;
  font-weight: 300;
}

#footer .page-bottom .address p {
  font-size: 12px;
  line-height: 1.500em;
}

#footer .copyright {
  background-color: #060809;
  padding: 10px 0;
}

#footer .copyright a {
  color: #FFF;
  display: inline-block;
  margin-left: 8px;
}

#footer .copyright a:hover {
  color: #557CBE;
}

#page-banner {
  position: relative;
}

#page-banner .hero-img {
  width: 100%;
}

#page-banner .content {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
}

#page-banner .content .box {
  padding: 40px 28px;
  color: #FFF;
  width: 420px;
  background-color: #173A64;
}

#page-banner .content .box h1 {
  font-size: 1.875rem;
  margin-bottom: 20px;
}

#page-banner .content .box h1 span {
  color: #1F9CD8;
  font-weight: 300;
  font-size: 2.125rem;
}

#page-banner .content .box p {
  line-height: 1.563em;
  min-height: 160px;
  margin-bottom: 7px;
}

.ideas-exchange-hub {
  background: #EAEAEA;
  padding: 20px 0 30px;
  border-bottom: solid 1px #193B64;
}

.ideas-exchange-hub h2 {
  text-align: center;
  color: #173A64;
  margin-bottom: 15px;
}

.ideas-exchange-hub .hub-item {
  text-align: center;
}

.ideas-exchange-hub .hub-item h3 {
  font-size: 1.563rem;
  font-weight: 600;
  color: #173A64;
  margin-bottom: 8px;
}

.ideas-exchange-hub .hub-item .icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: #557CBE;
  border: solid 8px #A4BEDF;
  border-radius: 50%;
  margin-bottom: 20px;
}

.ideas-exchange-hub .hub-item p {
  font-size: 1.125rem;
  max-width: 250px;
  margin: 0 auto;
}

.home-about {
  padding: 50px 0;
}

.home-about p {
  line-height: 1.750em;
}

.home-elements {
  padding: 0px 0 50px;
}

.home-elements .top {
  border-bottom: solid 1px #666766;
  overflow: hidden;
  margin-bottom: 20px;
}

.home-elements .top h3 {
  float: left;
  font-size: 1.25rem;
  font-weight: 700;
  color: #173A64;
  margin-bottom: 5px;
}

.home-elements .top a {
  float: right;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 5px;
}

.home-elements .top a .fa {
  color: #0099CE;
  vertical-align: top;
  margin-top: 4px;
}

.process-list li {
  padding-top: 14px;
  padding-left: 65px;
  font-size: 1.125rem;
  min-height: 50px;
  position: relative;
  margin-bottom: 20px;
}

.process-list li .number {
  background-color: #557CBE;
  border: solid 3px #609BD3;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 1.563rem;
  color: #FFF;
  line-height: 42px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.process-list li .number::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 3px;
  height: 20px;
  background: #73BBE7;
}

.process-list li:last-child .number::after {
  display: none;
}

.news-list li {
  margin-bottom: 20px;
}

.news-list .date {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}

.news-list p {
  margin: 0;
}

#inner-banner {
  background-size: cover;
  height: 35vh;
  min-height: 240px;
  text-align: center;
}

#inner-banner h1 {
  font-size: 2.5rem;
  color: #363636;
  font-weight: 700;
}

#inner-banner p {
  font-size: 1.563rem;
  max-width: 650px;
  margin: auto;
}

.inner-page {
  margin: 40px 0;
}

.page-content p {
  line-height: 1.6em;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.page-content .p1 {
  line-height: 1.2em;
  margin-bottom: 1.4rem;
}

.page-content ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.page-content ul li {
  background: url(img/bullet.jpg) no-repeat left 7px;
  padding: 0 0 8px 16px;
}

.page-content ol {
  padding-left: 14px;
}

.page-content ol li {
  padding-bottom: 8px;
  padding-left: 10px;
}

.mission h3 {
  text-align: center;
  margin-bottom: .5rem;
}

.mission .quote {
  background: url(img/quote-black.png) top left no-repeat;
  padding: 20px 0 0 30px;
  line-height: 1.667em;
  font-size: 1.375rem;
  font-style: italic;
}

.setion-title {
  position: relative;
  padding: 5px 0 10px 37px;
  border-bottom: solid 1px #666766;
  margin-top: 20px;
}

.setion-title span {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #557CBE;
  border: solid 2px #A4BEDF;
  border-radius: 50%;
  font-size: 12px;
  color: #FFF;
  line-height: 27px;
  text-align: center;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.blue-box {
  background-color: #CFE3F2;
  border: solid 1px #D3D9EB;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.blue-box p {
  margin: 0;
}

.blue-box2 {
  background-color: #73BBE7;
  border-radius: 15px;
  padding: 15px 15px;
  font-size: 1.125rem;
  color: #FFF;
  font-weight: 700;
}

.blue-box2 span {
  color: #2B3990;
}

.faq-page {
  border: solid 1px #0D4D96;
}

.faq-page .qus {
  background-color: #ABD4EC;
  border-top: solid 1px #0D4D96;
  border-bottom: solid 1px #0D4D96;
  font-weight: 600;
  padding: 8px 15px;
}

.faq-page .qus:first-child {
  border-top: 0;
}

.faq-page .qus .fa {
  font-size: 12px;
  color: #334D54;
}

.faq-page .ans {
  padding: 8px 15px;
  margin-bottom: 8px;
  line-height: 1.5em;
}
.sign-page{border-top:solid 1px #193B64;}
.sign-box{margin:30px 0}
.sign-box h2{margin-bottom:40px; text-align: center; color:#243F8D;}
.sign-box .block{ width:315px; margin:auto;}
.sign-box .nav{display:inline-block; font-size:1.563rem; width:100%;}
.sign-box .nav a{color:#999; font-weight:600; border-bottom: 4px solid transparent; padding-bottom:5px;}
.sign-box .nav a:hover{color:#333;}
.sign-box .nav a.active,
.sign-box .nav a:hover{color:#333; border-bottom-color:#48BACA;}
.sign-box .nav a:last-child{float:right;}
.sign-box .tab-content{margin-top:30px;}
.sign-box .form-group{margin-bottom:20px;}
.sign-box .form-group label{margin:0 0 3px; font-weight:600; font-size:14px; color:#333333;}
.sign-box .form-group .form-control{ border: solid 1px #CCC; padding:6px 12px; height:46px;}
.sign-box .btn-sign{height:46px; border-radius:20px; background-color:#4169B2; font-size:16px;}
.sign-box .btn-sign:hover{background-color:#294F87;}
.sign-box .bottom{margin-top:50px;}
.sign-box .bottom a{padding:0;}
.sign-box .bottom .btn-outline{ border-color:#EE3968; color:#EE3968; height:46px; line-height:44px; border-radius:20px; padding:0px; display:block;}
.sign-box .bottom .btn-outline:hover{ color:#FFF;background-color:#EE3968;}

.sign-slider{position: relative; }
.sign-slider .item .caption{ position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:300px; text-align:center; color:#FFF;}
.sign-slider .item .caption h3{color:#FFF; font-weight:600; font-size:1.625rem;}

.registration-page{ background-color:#eeeded; padding:3rem 0; border-top:2px solid #193b64;}
.registration-page h1{text-transform: uppercase; color:#48baca; font-weight:400; margin-bottom:1.3rem;}
.registration-page h1 strong{ color:#233f8d; font-weight:700;}
.registrar-box{ background-color:#FFF; padding:1rem 1.67rem; margin-bottom:1.67rem;}
.registrar-box h3{ font-size:1.375rem; color:#0D4E96; font-weight:600;}
.registrar-box p{margin-bottom:1.67rem;}
.registrar-box p a{ font-weight:600;}
.registrar-box label{font-size:1.125rem; display:block;}
.registrar-box label .info{font-size:1rem; float:right; margin-top:3px; font-weight:600;}
.registrar-box label .info i{font-size:1.375rem; color:#787878; margin-left:3px;}
.registrar-box .form-control{ border: solid 1px #939393;}
.registrar-box .form-group{margin-bottom:1.67rem;}
.registration-page .bottom-btn{padding-top:1rem; text-align:right;}
.registration-page .bottom-btn .btn{ border-radius:40px; padding:.8rem 4rem; border:none; text-transform: uppercase; font-weight:600; font-size:1.125rem; margin-left:2rem;}
.registration-page .bottom-btn .btn-gray{background-color:#9b9a9b; color:#FFF;}
.registration-page .bottom-btn .btn-gray:hover{ background-color:#727272;}
.registration-page .bottom-btn .btn-primary{ background-color:#4169b2;}
.registration-page .bottom-btn .btn-primary:hover{ background-color:#25437c;}



.owl-carousel .owl-controls .owl-dots {
  bottom: 60px;
  position: absolute;
  right: 0px;
  text-align: center;
  width: 100%; }
  .owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    height: 4px;
    margin: 0 3px;
    width: 40px;
  background-color:#CCCCCB}
  .owl-carousel .owl-controls .owl-dots .owl-dot.active {
    opacity: 1;
    background: #48BACA; }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  color: #fff;
  height: 48px;
  width: 40px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.778rem;
  line-height: 48px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%; }

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px; }

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px; }

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.5); }

.search-page{background-color:#FFF; border-top:solid 1px #B2B1B2;}
.search-page .search-panel{ padding-top:20px; padding-bottom:20px; padding-right:0;}
.search-page .search-panel h3{font-size:1.429rem; color:#282930; margin-bottom:10px;}
.search-page .search-panel ul{margin:0; padding:0 20px 0 40px; list-style:none; }
.search-page .search-panel li{padding-bottom:8px;}
.search-page .search-panel .top-search{border-bottom:#CCC solid 1px;}
.search-page .search-panel .top-search label{color:#0D4E96; font-weight:bold;}
.search-page .search-panel .top-search label span{color:#231F20; font-weight:normal;}
.search-page .search-panel .panel-top{margin-bottom:12px; padding:0 20px;}
.search-page .search-panel .panel-top h3{margin:0;}
.search-page .search-panel .panel-top1 {background:#E9EAEB; padding:12px 20px;}
.search-page .search-panel .panel-top1 h2{margin:0; color:#282930; font-size:20px;}
.search-page .search-panel .search .btn{color:#FFF; border-radius:0 3px 3px 0;}
.search-page .search-panel .search .btn .fa{margin-right:0;}
.search-page .search-panel .search .or{ text-align: center; position: relative;}
.search-page .search-panel .search .or:after{content:''; position: absolute; height:1px; width:100%; background:#CDCCCC; top:50%; left:0;}
.search-page .search-panel .search .or span{background:#FFF; padding:2px 10px; position: relative; z-index:10;}
/* .search-page .btn-white{background-color:#FFF; border:solid 1px #0D4E96; color:#0D4E96; font-weight:600;}
.search-page .btn-white .fa{color:#49BACB; font-size:11px; } */
.search-page .btn-white{background-color:#FFF; border:solid 1px #244090; color:#244090; font-weight:600;}
.search-page .btn-white .fa{color:#244090; font-size:11px;} 
.search-page .btn-white:hover{background-color:#EAEAEA;}
.search-page .search-panel .panel-top1 h3{ margin:0; font-size:1rem;}
.search-page .custom-checkbox .custom-control-label::before{background-color:#FFF; border: solid 1px #767676; border-radius:1px; top:2px;}
.search-page .custom-checkbox .custom-control-label::after{top:2px;}
.search-page .custom-radio .custom-control-label::before{background-color:#FFF; border: solid 1px #767676;}
.search-page .custom-radio .custom-control-label::after{top:3px; left: -1px; height: 16px; width: 16px;}
.search-page .filter-box{background:#FFF; max-height:220px; border-bottom:solid 1px #CCC}
.search-page .filter-box h4{font-size:1.143rem; font-weight: normal; margin:0;}
.search-page .filter-box h4 a{display:block; padding:10px 20px; color:#212529;}
.search-page .filter-box h4 a:hover{color:#0D4E96;}
.search-page .filter-box h4 a .fa{font-size:14px; margin-right:4px;}
.search-page .filter-box h4 a.collapsed{background-color:#F2F2F3;}
.search-page .filter-box h4 a.collapsed .fa{transform: rotate(-90deg); font-size:14px; margin-right:4px;}
.search-page .filter-box ul{padding-left:40px;}
.search-page .filter-box.box1{background-color:#F2F2F3; }
.search-page .btn-block{text-align:center; padding:10px; background-color:#E9EAEB;}
.search-page .btn-block .btn{margin: 0 10px; padding:2px 18px; font-size:14px;}
.search-page .page-right{ border-left:solid 1px #CCC; padding-top:20px; padding-bottom:20px;}
.page-top {margin-bottom:15px;}
.page-top h2{ font-size:1.286rem; color:#282930; font-weight:700;}
.page-top h2 span{ font-weight:normal;}
.result-box{border:solid 1px #CCCCCC; background-color:#FFF; border-radius:5px; padding:15px; margin-bottom:10px;}
.result-box h4{ font-size:11px; text-transform: uppercase; margin-bottom:5px;}
.result-box h3{ font-size:1.143rem; color:#243E90; font-weight:600; text-transform: uppercase;}
.result-box p{font-size:1rem; margin-bottom:0;}
.result-box .btn{padding:4px 8px; width:107px; margin-bottom:20px;}
.result-box .info{margin-bottom:10px; font-weight:600;}
.result-box .info .date{display: inline-block; margin-right:20px;}
.result-box .link{ font-size:1.143rem; font-weight:600; border-bottom:solid 2px #49BACB; color:#222222;}
.result-box .link:hover{color:#49BACB;}
.search-page .page-bottom{ margin-top:30px; margin-bottom:40px;  font-size:13px;}
.search-page .page-bottom .page-link{color:#231F20; font-weight:600;}
.search-page .page-bottom .page-item.active .page-link{background-color:#E0E1E0; color:#231F20; border-color:#E0E1E0;}
.search-page .page-bottom .form-control{border:none!important; box-shadow:none; background-color:transparent; color:#0D4E96; font-weight:bold; width:120px; padding:0; margin-top:-2px; outline:none!important;}
.result-category{list-style: none; margin:0 0 20px; padding:0; text-align:center;}
.result-category li{display:inline-block; margin:0 10px; font-size:1.286rem;}
.result-category li span{font-size:1rem; vertical-align:top; margin-top:2px; display:inline-block;}
.result-category li a{ display:block; background-color:transparent; border-bottom: 3px solid transparent; padding:3px 10px; color:#454646;}
.result-category li a:hover,
.result-category li.active a{background-color:#E6EDF3; border-bottom: 3px solid #055095;}

.target-box{ border:solid 1px #EAEAEA; border-radius:0;}
.target-box .modal-top{ padding:20px 20px 15px;}
.target-box .modal-top h3{margin:0; color:#243E90; font-weight:normal; font-size: 1.429rem;}
.target-box .add-target{padding:3px 20px; background-color:#24408F;}
.target-box .add-target:hover{background-color:#17316B;}
.target-box .modal-form{max-height:calc(100vh - 160px); overflow:auto; }
.target-box .modal-form .add-target{margin:0px 20px;}
.site-form{border-bottom:solid 1px #999999; overflow:hidden; padding-bottom:.67rem; margin:0 20px 1rem;}
.site-form label{font-size:1rem; display:block; font-weight:600;}
.site-form label .info{font-size:1rem; float:right; margin-top:3px; font-weight:600;}
.site-form label .info i{font-size:1.375rem; color:#787878; margin-left:3px;}
.site-form .form-control{ border: solid 1px #999999; border-radius:1;}
.site-form .form-group{margin-bottom:1rem;}
.modal-bottom {text-align:center; padding:15px 0; background:#E9EAEB; margin:20px 0 0;}
.modal-bottom .btn-white{background-color:#FFF; border:solid 1px #0D4E96; color:#0D4E96; font-weight:600;}
.modal-bottom .btn-white:hover{background-color:#EAEAEA;}
.modal-bottom .btn{padding:3px 10px; width:100px; margin:0 10px;}
.target-box .btn-primary{background-color:#24408F;}
.target-box .btn-primary:hover{background-color:#17316B;}


.search-detail-page{background-color:#F2F2F3; border-top:solid 1px #B2B1B2; padding-top:20px;}
.search-detail-page .page-top{margin-bottom:20px;}
.search-detail-page .page-top h1{ margin:0;}
.search-detail-page .page-top .btn-primary{padding:3px 12px; background-color:#24408F; color:#FFF; text-decoration:none;}
.search-detail-page .page-top .btn-primary:hover{background-color:#17316B;}
.search-detail-page a{color:#23418E; text-decoration: underline;}
.search-detail-page a:hover{color:#17316B;}
.search-detail-page .top-content{color:#000; margin-bottom:20px;}
.search-detail-page .top-content p{margin-bottom:10px; }
.search-detail-page .top-content h4{font-size:1rem; font-weight:600; text-transform: uppercase; margin-bottom:8px;}
.search-detail-page .white-box{background-color:#FFF; padding:15px; border:solid 1px #B2B1B2; margin-bottom:25px;}
.search-detail-page .white-box h4{ text-transform:uppercase; font-size:1.143rem; color:#24408F; margin-bottom:8px;}
.search-detail-page h3{font-size:1.429rem; color:#000; font-weight:600; margin-bottom:16px;}
.search-detail-page .white-box p{line-height:1.6em; margin-bottom:14px;}

.tooltip { font-family: "Source Sans Pro", sans-serif; font-size: 1rem; top:-.5rem!important;}
.tooltip .tooltip-inner { background-color:#F9F9FA; color:#222; border:solid 1px #CDCCCC; padding:10px 12px; text-align:left; line-height:normal; }
.tooltip.bs-tooltip-top { padding: 0 1rem; }
.tooltip.bs-tooltip-top .arrow { width:1rem; height:1rem; bottom:-1rem; }
.tooltip.bs-tooltip-top .arrow::before { border-width:1rem 1rem 0; border-top-color: #CDCCCC;}
.tooltip.bs-tooltip-top .arrow::after {border-width: 1rem 1rem 0; top:-2px; position:absolute; content:""; border-color:transparent; border-style:solid; border-top-color:#F9F9FA;}

.info-panel{padding-right:0;}
.info-panel .panel-top{background:#E9EAEB; padding:12px 20px;}
.info-panel .panel-top h2{margin:0; color:#282930; font-size:20px;}
.info-panel .btn-white{background-color:#FFF; border:solid 1px #244090; color:#244090; font-weight:600;}
.info-panel .btn-white:hover{background-color: #E0E1E0;}
.info-panel .btn-white .fa{color:#244090; font-size:11px;} 
.user-info{padding:15px; border-bottom: solid 1px #CDCCCC;}
.user-info img{margin-bottom: 15px;}
.user-info h3{font-size:18px; font-weight:600; margin-left:5px;}
.user-info ul{padding-left:5px;}
.user-info ul li{padding-bottom:7px;}

.page-top1 h1{font-size:20px; margin:0;}
.page-top2 h2{font-size:18px; margin:0; font-weight: normal;}
.page-top2 h2 strong{color:#243F8D;}
.page-top2 .right{font-style: italic;}

.head-border .page-right{border-left:solid 1px #CCC; padding-top:20px; padding-bottom:20px;}
.abstract-box{border:solid 1px #CCCCCC; background-color:#FFF; border-radius:5px; padding:15px; margin-bottom:20px;}
.abstract-box h3{ font-size:16px; color:#243E90; font-weight:600;}
.abstract-box p{font-size:1rem; margin-bottom:0;}
.abstract-box .btn-white{background-color:#FFF; border:solid 1px #244090; color:#244090; font-weight:600; margin-bottom:10px; width:107px; padding:4px 8px; font-size:16px; text-align:left;}
.abstract-box .btn-white .fa{color:#49BBCC; margin-right:4px;}
.abstract-box .btn-white:hover{background-color:#EAEAEA;}

.navigation-block{ margin-top:30px; margin-bottom:40px;  font-size:13px;}
.navigation-block .page-link{color:#231F20; font-weight:600;}
.navigation-block .page-item.active .page-link{background-color:#E0E1E0; color:#231F20; border-color:#E0E1E0;}
.navigation-block .form-control{border:none!important; box-shadow:none; background-color:transparent; color:#0D4E96; font-weight:bold; width:120px; padding:0; margin-top:-2px; outline:none!important;}

.modal-box{ border:solid 1px #EAEAEA; border-radius:0;}
.modal-box .modal-top{ padding:20px 20px 15px;}
.modal-box .modal-top h3{margin:0; color:#243E90; font-weight:normal; font-size:1.429rem;}
.modal-box .modal-top .close{font-size:2.4rem;}
.modal-box .site-form{border:solid 1px #B7B7B7; background-color:#EFEFEF; padding:15px;}
.modal-box .form-btn .btn{padding:2px 10px; width:75px; margin:0 10px;}
.modal-box .form-btn .btn-white{border-color:#24408F;}
.modal-box .form-btn .btn-white:hover{background:#E0E1E0;}

.head-border{border-top:solid 1px #B2B1B2; margin-top:10px;}
.maxh500{height:500px;}

.abstract-edit{padding-top:20px; border-left:solid 1px #CCC;}
.abstract-edit .page-top{margin-bottom:20px;}
.abstract-edit .page-top h1{ margin:0; font-size:20px;}
.abstract-edit .top-content{margin-bottom:20px;}
.abstract-edit .top-content h4{ font-size:18px; font-weight: normal;}
.abstract-edit .top-content .box{background-color:#F7F4E2; border:solid 1px #B7B7B7; padding:12px 20px 12px 30px; font-style:italic;}
.abstract-edit .top-content .box i.fa{position: absolute; top:16px; left:28px;}
.abstract-edit .custom-radio .custom-control-label::before,
.abstract-edit .custom-radio .custom-control-label::after{width:16px; height:16px; top:2px;}
.abstract-edit .custom-radio .custom-control-label::before{border:solid 2px #999; background:transparent;}
.abstract-edit .custom-radio .custom-control-input:checked~.custom-control-label::before{border:none;}
.abstract-edit .site-form{margin:0; border:none;}
.abstract-edit .form-group{ margin-bottom:1.5rem;}
.abstract-edit textarea.form-control{height:130px; resize: none;}
.abstract-edit textarea.form-control.h2{height:60px; resize: none;}
