.clearfix::after {
  clear: both;
}



#header.sticky-style-2 {
    height: 100px;
}

#header.sticky-style-2 #header-wrap {
    height: 60px;
}

#header .container {
    position: relative;
}

#primary-menu.style-2 {
    float: none;
    max-width: none;
    border-top: 1px solid #F5F5F5;
}

#header.sticky-style-2 {
    height: 150px;
}

#header {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #F5F5F5;
}

#header-wrap {
    position: relative;
    z-index: 199;
    -webkit-backface-visibility: hidden;
}

@media (min-width: 1200px)
.container {
    width: 1170px;
}

#primary-menu-trigger, #page-submenu-trigger {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#primary-menu ul {
    list-style: none;
    margin: 0;
}

#primary-menu.style-2 > div > ul {
    float: left;
}

#primary-menu ul > li {
    float: left;
    margin-left: 2px;
}

#primary-menu ul li {
    position: relative;
}

#primary-menu.style-2 > div > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #444;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}

.dark #copyrights {
    background-color: #55636c;
    color: rgba(255,255,255,0.25);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
}

#copyrights {
    padding: 40px 0;
    background-color: #DDD;
    font-size: 14px;
    line-height: 1.8;
}

#footer.dark, .dark #footer {
    background-color: #333;
    color: #CCC;
    border-top-color: rgba(0,0,0,0.2);
}


#primary-menu ul li:hover > a, #primary-menu ul li.active > a {
    color: #0067ac;
}

.margin {
    margin: 10px;
}
.pad {
    padding: 10px;
}

.callout.callout-info {
    background-color: #00c0ef !important;
}

.callout.callout-info {
    border-color: #0097bc;
}

.callout.callout-info {
    color: #fff !important;
}

.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 10px 30px 10px 15px;
    border-left: 5px solid #eee;
}


.card {
    margin-bottom: 20px;
}

.box {
    border-radius: 2px;
    padding: 10px;
}

.nobottommargin {
    margin-bottom: 0 !important;
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #025b97;
    border: 1px solid #074975;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid white !important;
}

.story-box {
    cursor: pointer;
}

.story-box2 .story-box-info2 {
    box-sizing: border-box;
    padding: 60px;
    background: #025b97;
    box-shadow: 0 10px 45px rgb(0 0 0 / 10%);
}
.story-box .story-box-info {
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: .25rem;
    background: #fff;
    margin-bottom: 1rem;
	box-sizing: border-box;
    padding: 20px;
}

html, .content-wrap {
    background: #f4f6f9;
}

.story-title {
    font-weight: 600;
    font-size: 16px;
}
#captcha{
	margin-left: 2px;
}

#footer {
   bottom:0;
}

.vertical-center {
	margin-top: auto;
	margin-bottom: auto;
}

#logo{
	background-color: #fff;
	color: #025b97;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

nav a{
    text-decoration: none !important;
}

.home-menu  a{
    text-decoration: none !important;
}

.box-home-menu{
	min-height: 74px;
}