/*   
Theme Name: IWSR Theme
Theme URI: https://www.theiwsr.com
Description: IWSR website theme
Author: IWSR
Author URI: https://www.theiwsr.com
Version: 1.0
*/


body{
    font-family: 'Open Sans', sans-serif;
    padding-top:128px;	
    position: relative; 
}

@media (min-width:768px) {
	body{
	padding-top:130px;
	}
}
@media (min-width:992px) {
	body{
	padding-top:142px;
	}
}
@media (min-width:1200px) {
	body{
	padding-top:160px;
	}
}

a, a:active, a:visited{
	color:#302e60;
}

a:focus{
    text-decoration: none;
    outline: none;
}

a.more{
	text-transform: uppercase;
}

a:hover,a.more:hover, a.download:hover {
	color:#8b8aac;
	text-decoration: none;
}

a.download{
	color:#b32553;
	text-transform: uppercase;
}

.red, a.red, a.active{
	color:#b32553; /*RED*/
}

.bg-red{
	background:#b32553;
}

.blue{
	color:#302e60;
}

.blue-dark{
	color:#001b48;/*DARKBLUE*/
}

.purple{
	color:#56557d;
}

.purple-dark{
	color:#302e60;
}

.bg-purple-dark{
	background:#302e60;
	color:white!important;
}

.purple-light{
	color:#8584a0;
}

.bg-purple-light{
	background-color:#8584a0;
}

.bg-purple-pale {
	background-color: #e0e0e7;
}

.bg-orange {
	background-color: #C7D530;
}

.bg-lightgrey{
	background-color:#f2f2f2;
}

.bg-white, .panel-default.bg-white{
	background-color:#fff;
}

h1, h2, h3, h4, h5, h6{
	color:#3d3b74;
}


* {
  /* So 100% means 100% */
  box-sizing: border-box;
}

body{
	min-height: 100%;
	height: 100%;
}

html {
  position: relative;
  min-height: 100%;
  height: 100%;
}
h1{
	font-size: 50px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 50px;
}
h2{
	font-size: 34px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 40px;
}
h3 {
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 30px;
}
h4 {
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 26px;
}
h5 {
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 18px;
}
.display-1 {
    font-size: 42px;
    font-weight: 200;
    line-height: 1.2;
}
@media (min-width:768px) {
	.display-1 {
    font-size: 60px;
	}
}
.display-2 {
    font-size: 38px;
    font-weight: 200;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}
@media (min-width:768px) {
	.display-2 {
    font-size: 50px;
	}
}
.display-3 {
    font-size: 34px;
    font-weight: 200;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}
@media (min-width:768px) {
	.display-3 {
    font-size: 40px;
	}
}
.display-4 {
    font-size: 30px;
    font-weight: 200;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}

@media (min-width:768px) {
	.display-4 {
    font-size: 36px;
	}
}
.display-5 {
    font-size: 26px;
    font-weight: 200;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}
@media (min-width:768px) {
	.display-5 {
	    font-size: 30px;
	    font-weight: 200;
	    line-height: 1.2;
	    -webkit-font-smoothing: antialiased;
	}	
}
.display-6 {
    font-size: 24px;
    font-weight: 200;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}
.display-7 {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}
.display-8 {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}
.display-9 {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}
p {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 22px;
	margin-bottom:20px;
}
p.large{
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size:18px;
	line-height: 26px;
	margin-bottom:20px;
	
}
.lead-small {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
}
pre {
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18px;
}
.large p, p.large{
}
@media (min-width:768px) {
    .large p, p.large {
        font-size: 18px;
        line-height:26px;
    }
}
p.lead {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4
}

@media (min-width:768px) {
    p.lead {
        font-size: 21px;
    }
}

.white{
	color:#FFF!important; 
}

.link-more{
	text-transform:uppercase;
	text-decoration: underline;
}

hr {
    display: block;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    margin-left: auto;
    margin-right: auto;
    border:2px solid #f2f2f2;
}


blockquote {
    margin: 1em 0 1em;
    padding: 10px 50px 0 50px;
    position: relative;
    border-left: 0;
    color: #302e60;
}

@media (min-width:768px) {
	blockquote {
    margin: 3em 0 3em;
    padding: 10px 100px 0 100px;
    position: relative;
    border-left: 0;
    color: #302e60;
	}
}

blockquote p{	
    font-size:18px;
    font-weight: 200;
    line-height: 1.2em;
}

@media (min-width:768px) {
	blockquote p{	
		font-size:30px;
	}
}

blockquote:before {
  color: #dddfe2;
  content: "\201C";
   font-family: "Times New Roman", Georgia, Serif;
  font-size: 80px;
  position:absolute;
  left:5px;
  top: 20px;
  line-height: 0.1em;
}

blockquote:after {
   color: #dddfe2;
  content: "\201D";
   font-family: "Times New Roman", Georgia, Serif;
  font-size: 80px;
  position:absolute;
  right:3px;
  bottom: 0em;
  line-height: 0.1em;
}

@media (min-width:768px) {
	blockquote:before, blockquote:after {
		font-size:160px;
	}
}

blockquote footer{
	display: block;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #302e60;
} 

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '';
} 
   

.content-lift{
    margin-top: 0;
}

@media (min-width:992px) {
    .content-lift{
        margin-top: -5em !important;
    }
}



/********************************/
/* LARGE IMAGE HEADER */
/********************************/

.large-header-wrapper{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/subscribe-bg.jpg);
}

.header-img{
    margin-top: 1em;
}
@media (min-width:768px) {
    .header-img{
        margin-top: 0;
    }
}

.header-lead{
	
}

@media screen and (min-width: 768px){
	.header-lead{
	padding-top:40px;
	}
}

@media (min-width:992px) {
	.header-wrapper-fixed{
		height:550px;
	}
}


.small-header-wrapper{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/subscribe-bg.jpg);
}

@media screen and (min-width: 768px){
.jumbotron h1.display-3, .jumbotron .h1.display-3 {
    font-size: 50px;
}
}

/********************************/
/* SEARCHBAR */
/********************************/

/*.client-login{
	font-size:20px;
	padding:10px 5px;
	margin-top:10px;
	display:block;
	border-top: 3px solid #e5e5e8;
	border-bottom: 3px solid #e5e5e8;
	text-align: center;
	color:#302e60;
}

.client-login:hover{
	color:#b32553;
}*/

.client-login{
	font-size:20px;
	padding:0 0 5px 0;
	text-align: left;
	margin-top:0;
	display:block;
	border-top: 0;
	border-bottom:0;
	}

@media (min-width: 768px){
	.client-login{
	font-size:20px;
	padding:0 0 5px 0;
	text-align: right;
	margin-top:0;
	display:block;
	border-top: 0;
	border-bottom:0;
	}
}

.client-login-btn{
	font-size:16px;
	padding:5px 10px;
	text-align:center;
	color: #3d3b74;
	width:auto;
    background-color: transparent;
    background-image: none;
    background:#e5e5e8;
}

.client-login-btn:hover{
	background:#3d3b74;
	color:white;
}

.get-in-touch{
	font-size:16px;
	padding:5px;
}

.get-in-touch:hover{
	color:#b32553;
}

.searchbox{
    position:relative;
    min-width:30px;
    width:0%;
    height:30px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    -ms-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#f2f2f2;
    width:100%;
    height:30px;
    margin:0;
    padding:0px 55px 0px 15px;
    font-size:16px;
    color:#444444;
}
.searchbox-input::-webkit-input-placeholder {
    color: #444444;
}
.searchbox-input:-moz-placeholder {
    color: #444444;
}
.searchbox-input::-moz-placeholder {
    color: #444444;
}
.searchbox-input:-ms-input-placeholder {
    color: #444444;
}

.searchbox-icon,
.searchbox-submit{
    width:30px;
    height:30px;
    display:block;
    position:absolute;
    top:0;
    font-size:20px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:30px;
    text-align:center;
    cursor:pointer;
    color:#302e60;
    background:white;
}

.searchbox-icon-static{
	display:inline-block;
	float:left;
    width:30px;
    height:30px;
    font-size:20px;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    line-height:30px;
    text-align:left;
    cursor:pointer;
    color:#302e60;
    background:white;
}

@media (min-width: 768px){
	.searchbox-icon-static{
		display:none;
		}
	
}



.searchbox-open{
    width:100%;
}
/********************************/
/* NAVBAR */
/********************************/

.header{
	background:white;
}

.navbar {	
    margin-bottom: 0px;
    background:white;
}

.affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
      background:white;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.affix .container-fluid {
     position: relative;
     top: 50px;
}

.affix {
      top:0;
      width: 100%;
      z-index: 9999 !important;
      background:white;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  
.affix ~ .container-fluid {
     position: relative;
     top: 50px;
}

.navbar-border{
border-bottom: 3px solid #e5e5e8;
margin-bottom: 2em;
}

.navbar-iwsr{
	margin-bottom:0;
}

.navbar-iwsr a{
	color:#302e60;
}

.logo{
	background: #FFF;
	padding:10px 5px;
	display:block;	
}

.navbar-brand{
	width:150px;
	height:80px;
	margin-bottom:5px;
	display:block;
}

@media (min-width: 992px){
	.navbar-brand{
	margin-bottom:20px;	
	}
}

@media (min-width: 1200px){
.navbar-brand{
	width:180px;
	height:96px;
	margin-bottom:20px;
	display:block;
}
}

#navbar-collapse-grid{
	padding:0 15px 0 15px;
}

@media (min-width: 992px){
	#navbar-collapse-grid{
		padding:20px 0 0 0;		
	}
}

.navbar-nav {
    font-size:15px;
}

/*@media screen and (max-width: 990px) and (min-width: 768px) {
	.navbar-nav {
	    font-size:14px;
	}	
}*/

@media (min-width: 992px){
	.navbar-nav {
	    float: right;
	    margin: 0;
	    font-size:16px;
	    margin-top:20px;
	}
}

@media (min-width: 1200px){
	.navbar-nav {
	    float: right;
	    margin: 0;
	    font-size:17px;
	    margin-top:20px;
	}
}

.navbar-iwsr .navbar-nav li a {
	color:#001b48;
	background:white;
}

.navbar-iwsr .navbar-nav>li>a {
	padding:4px 10px 6px 10px;
}

@media (min-width:1200px) {
	.navbar-iwsr .navbar-nav>li>a {
	padding:10px 12px;
	}
}

@media (min-width:992px) { 
	.navbar-iwsr .navbar-nav>li:first-child>a{
		padding-left:0;
	}
	
	.navbar-iwsr .navbar-nav>li:last-child a{
		padding-right:5px;
	}
}

.navbar-iwsr .navbar-nav>li{
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 2px solid #d9d9e4;
}

.navbar-iwsr .navbar-nav>li .fa{
		display:inline-block;
	}

@media (min-width: 992px){
	.navbar-iwsr .navbar-nav>li .fa{
		display:block;
		text-align:center;
	}
}

@media (min-width: 992px){
	.navbar-iwsr .navbar-nav>li{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;	
	}
}

.navbar-iwsr .navbar-nav li a:hover{
	color:#b32553;
	background:white;
}

.navbar-iwsr .navbar-nav li.active a, .navbar-iwsr .navbar-nav li a:active, .dropdown.menu-large.open>a{
	color:#b32553;
	background:white;
}

.navbar-iwsr .dropdown-menu{
	font-size: 14px;
	padding:0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border:0;
    border-top: 1px solid #464d5d;
    border-bottom:6px solid #a1214b;
    border-left:0;
    border-right:0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding-bottom:50px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
  max-height: 310px;
  overflow-y: auto;	
}

.navbar-collapse.collapse.show {
  max-height: 310px;
  overflow-y: auto;
}

@media all and (orientation:portrait) {
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse, .navbar-collapse.collapse.show{
  max-height: 310px;
}
}

@media all and (orientation:landscape) {
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse, .navbar-collapse.collapse.show{
  max-height: 200px;
}
}



@media (min-width:992px) { 
	.navbar-iwsr .dropdown-menu{
	padding:20px 20px 50px 20px;
	max-height:none;
	}	
}

.navbar-iwsr .dropdown-menu h3.mm-title, .navbar-iwsr .dropdown-menu .mm-title{
	font-size:18px;
	color:#a1214b;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:4px solid #d9d9e4;
	font-weight:100;
}

.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header.mm-title{
	padding-left:0;
}

@media (min-width:992px) {
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header.mm-title{
padding-left:0;	
}
}

@media (min-width:992px) { 
.navbar-iwsr .dropdown-menu h3.mm-title, .navbar-iwsr .dropdown-menu .mm-title{
	font-size: 24px;
	}
}

.navbar-iwsr .dropdown-menu ul{
	list-style: none;
	padding-left:0;
}

.navbar-iwsr .dropdown-menu ul li{
	padding-left:0;
	margin-bottom:0.5em;	
}

.navbar-iwsr .dropdown-menu ul li.active a, .navbar-iwsr .dropdown-menu ul li a.active { 
	font-weight: bold;
        color: #001b48;
}

.navbar-iwsr .navbar-nav li.active .dropdown-menu ul li a{
    color: #001b48;
}

.navbar-iwsr .navbar-nav li.active .dropdown-menu ul li a:hover{
    color: #b32553;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 15px 15px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #302e60;
    color:#FFF;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

@media (min-width:768px) { 
	.navbar-toggle {
		margin-right:0;
	}
}

.navbar-toggle .icon-bar{
	background:white;
}

/********************************/
/* NAVBAR AFFIX */
/********************************/

.affix-content{
	margin-top:200px;
}

.navbar.affix, .navbar.affix-top{
	background:white;
}

@media (min-width: 768px){
.navbar .navbar-brand, .navbar .navbar-nav, .client-login, #navbar-collapse-grid{
	transition: all 0.3s ease;
}

.navbar.affix .navbar-brand{
	width: 100px;
	height: 53px;
	margin-bottom: 10px;
	display: block;
	padding-top:10px;
	padding-bottom:0;
}

.menualt .navbar.affix .navbar-brand{
	padding-top:0;
}

.navbar.affix .navbar-nav{
	font-size: 15px;
	margin-top: 0px;
}


.navbar.affix #navbar-collapse-grid{
	padding-top:10px;
}
}


/********************************/
/* BUTTONS */
/********************************/

.btn{
	text-transform: uppercase;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.btn-lg{
	padding: 10px 26px;
}

.btn-small{
	padding: 5px 13px;
}

.btn-brand{
	color:#FFF; 
	background:#934266;
	padding: 2px 20px;
	margin-right:10px;
	text-transform: uppercase;
}

.btn-brand:hover{
	color:#FFF; 
}

.btn-default{
	background:#FFF;
	border-color:#FFF;
	color:#934266; 
}

.btn-default:hover{
	color:#FFF; 
	background:#302e60;
	border-color:#FFF;
}

.btn-default.btn-primary {
	color: #FFF;
	background-color: #302e60;
}

.btn-default.btn-new {
	color: #000;
	background-color: #9cafb7;
}

.btn-default.btn-primary:hover{
	color: #fff;
    background: #934266;
}

.btn-outline-primary, .btn-outline-purple-dark {
    color: #302e60;
    background-color: transparent;
    background-image: none;
    border:2px solid #302e60;
}

.btn-outline-secondary, .btn-outline-red, a.btn-outline-secondary, a.btn-outline-red {
    color: #b32553;
    background-color: transparent;
    background-image: none;
    border:2px solid  #b32553;
}

.btn-outline-primary:hover, .btn-outline-purple-dark:hover {
    color: #FFF;
    background-color: #302e60;
    background-image: none;
    border:2px solid  #302e60;
}

.btn-outline-secondary:hover, .btn-outline-red:hover {
    color: #FFF;
    background-color: #b32553;
    background-image: none;
    border:2px solid #b32553;
}

a.btn-outline-white {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border:2px solid  #FFF;
}

a.btn-outline-white:hover{
	color: #302e60;
    background-color: #FFF;
    background-image: none;
   border:2px solid  #FFF;

}


/********************************/
/* LISTS */
/********************************/

ul.list-space li{
	margin-bottom:1em;
}

ul.list-space-small li{
	margin-bottom:0.5em;
}

ul.list-space li:last-child{
	margin-bottom:0;
}

.main-content-wrapper ul{
	list-style: none;
}

.main-content-wrapper ul li:before{
	display: inline-block;
    float: left;
    font: normal normal normal 8px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    color: #c0c0cf;
    font-size: 8px;
    line-height:20px;
    margin-left: -20px;
    margin-right: 5px;
}

.main-content-wrapper ul.list-unstyled li:before{
	display:none;
}

ul.list-unstyled .fa{
	color:#acacac;
}

ul.adjust-left-list{
    margin-top: 1.2em;
    margin-left: -16px;
}


/********************************/
/* PANELS */
/********************************/

.panel-default{
	border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background:#f2f2f2;
}

.panel-remove-mobile.panel-default{
    background:#fff;
}

.panel-remove-mobile.panel-default .panel-body{
   padding:0;
}

.panel-remove-mobile.panel-default .panel-body .xlarge-end-margin{
	margin-bottom:0;
}

@media (min-width: 992px){
	.panel-remove-mobile.panel-default{
    background:#f2f2f2;
	}
	.panel-remove-mobile.panel-default .panel-body{
	padding:30px 30px 15px 30px;	
	}
	.panel-remove-mobile.panel-default .panel-body .xlarge-end-margin{
	margin-bottom:0;
}
}

.panel-bordertop{
	border-top:2px solid #b32553;
}

.panel-default.bg-purple-dark{
	background:#302e60;
	color:#FFF;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    text-transform: uppercase;
    border-radius: 0;
}

.panel-default>.panel-heading.bg-purple-light{
	background-color:#8584a0;
	color:#fff;
}

.panel-default>.panel-heading.bg-purple-dark{
	background-color:#302e60;
	color:#fff;
}

.panel-body{
padding:15px 30px;	
}

.panel-title{
	font-size:24px;
}


/********************************/
/* WELLS */
/********************************/

.well{
	min-height: 20px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/********************************/
/* FORMS */
/********************************/

.form-group .inline-title{
	font-size: 24px;
	display:inline-block;
	padding:0 10px 0 0;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 30px;
	color:#3b3c74;
}

@media (min-width: 768px){
	.form-group input,
        .form-group select{
	margin-right:20px;	
	}
}

@media (min-width: 768px) and (max-width:991px){
    #form-select-news-category.form-inline .form-group {
        margin-bottom: 10px;
    }
}

/********************************/
/* CARDS */
/********************************/
.card {
	background: white;
 	border-bottom:3px solid #b32553;
}

.card-title{
	margin-top:0;
}

.card-body {
    height: auto;
    padding:15px;
}

.card-footer{
	padding:10px 15px;
}

@media (min-width: 768px){
	.card-text{
	display:none;
	}
	.card-body{
		/*height: 138px;*/
		height:98px;
	}	
}
@media (min-width: 992px){
	.card-text{
	display:block;
	}
	.card-body{
		/*height: 180px;*/
		height:140px;
	}	
}
@media (min-width: 1200px){
	.card-title{
	font-size:30px;
	line-height: 36px;
	}
	
	.card-text{
		font-size:18px;
		line-height: 26px;
	}

	.card-body{
		/*height: 216px;*/
		height:176px;
	}	
}


/********************************/
/* CONTACTS */
/********************************/
.contact-name{
	font-weight: 400;
}

.contact-email{
	font-weight:400;
}

/********************************/
/* ACCORDIONS */
/********************************/

.panel-accordion-primary>.panel{
	margin-bottom:40px;
}

.panel-accordion-primary h2, .panel-accordion-primary h3{
	text-transform: none;
}

.panel-accordion-primary>.panel-default>.panel-heading{
	background:#f4f4f7;
}

.panel-accordion-secondary>.panel-default>.panel-heading{
	background:#eaeaef;
}

.panel-accordion-primary>.panel-default>.panel-heading h2{
	color:#b32553;
}

.panel-accordion-secondary>.panel-default>.panel-heading h3{
	color:#302e60;
}

.panel-accordion-primary .panel-default .panel-heading .accordion-title{
	margin:0;
}

.panel-accordion-primary>.panel-default>.panel-heading>.accordion-title a{
	color:#b32553;
}

.panel-accordion-primary>.panel-default>.panel-heading>.accordion-title a, .panel-accordion-secondary>.panel-default>.panel-heading a {
	text-decoration: none;
    display: block;
}

.panel-accordion-secondary>.panel-default>.panel-heading>.accordion-title a:before, .panel-accordion-primary>.panel-default>.panel-heading>.accordion-title a:before {
    display: inline-block;
    float: left;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f068";
    color: #a5a4b5;
    font-size: 25px;
    margin-right: 10px;
    line-height: 45px;
}

.panel-accordion-secondary>.panel-default>.panel-heading>.accordion-title a:before{
	font-size: 20px;
    margin-right: 20px;
    line-height: 30px;
}

.panel-accordion-secondary>.panel-default>.panel-heading>.accordion-title a.collapsed:before, .panel-accordion-primary>.panel-default>.panel-heading>.accordion-title a.collapsed:before {
    content: "\f067";
}

/********************************/
/* BREADCRUMBS */
/********************************/
.breadcrumbs{
	padding:10px 0;
}

.breadcrumbs a{
	color:#56557d;
	text-transform: uppercase;
}

.breadcrumbs a:hover{
	text-decoration: underline;
}

/********************************/
/* ICONS */
/********************************/

.fa-subtle{
	color:#b1b1b1;
}

.fa-light{
	color: #9291a4;
}

a:hover .fa-light{
	color:#56557d;
}

.fa-jumbo {
	font-size:2em;
}

.fa-jumbo.two {
	font-size:2.5em;
}

.fa-jumbo.three {
	font-size:3em;
}

.fa-jumbo.four {
	font-size:4em;
}

.fa-jumbo.five {
	font-size:5em;
}

.fa-jumbo.six {
	font-size:6em;
}



/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.row.row-eq-height {
  margin-bottom: 20px;
}
.row.row-eq-height .row {
  margin-top: 10px;
  margin-bottom: 0;
}
.row-eq-height [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}
.row-equ-height [class*="col-"].wi-leftnav{
	
}

/********************************/
/* COMPONENT: ARTICLE LIST */
/********************************/
.article-flag{
	display: inline-block;
	padding:2px 4px;
}

.article-date{
	font-weight:400;
}

figcaption .article-title{ /*h3 style*/
	font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: 500;
line-height: 30px;
color:white;
}

figcaption .article-subtitle{ /*h4 style*/
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26px;
	color:white;
}

/********************************/
/* SUBSCRIBE */
/********************************/

.subscribe-wrapper{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/subscribe-bg.jpg);
}

/********************************/
/* IWSR FOOTER MENU */
/********************************/

.footer-wrapper{
	color:#FFF;
}

.footer-wrapper a:link, .footer-wrapper a:active, .footer-wrapper a:hover, .footer-wrapper a:visited{
	color:#FFF;
}

.footer-wrapper a:hover{
	text-decoration: underline;
}

.footer-wrapper h3{
	text-transform: uppercase;
	color:#FFF;
}

.footer-menu{
	background:#302e60;
}

.footer-menu ul{
	list-style: none;
	padding-left:0;
}

.footer-menu ul li{
	margin-bottom:5px;
}

.footer{
	background:#17163c;
}


/***********/
/*HELPERS*/
/***********/

.col-center-block{
	float:none;
	}

.flex, .flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}

.flex .panel {
   display: flex;
   flex-direction:column;
   align-content:stretch;
    flex-grow:1; 
}

.flex .panel-body {
   display: flex;
   flex-grow:1;
}

.no-gutter [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.no-gutter-col{
	padding-right:0;
    padding-left:0;
}

@media (max-width:767px) { 
.sm-no-gutter-col{
	padding-right:0;
    padding-left:0;
}
}

.gutter-restore {
    margin-right:15px;
    margin-left:15px;
}

.gutter-restore [class*='col-'] {
    padding-right:15px;
    padding-left:15px;
}

.small-gutter [class*='col-'] {
    padding-right:5px;
    padding-left:5px;
}


.no-gutter.preserve-margins{
	padding-left:15px;
	padding-right:15px;
}

.no-pad{
	padding:0;
}

.no-top{
	margin-top:0;
	padding-top:0;
}

.no-end{
	margin-bottom:0;
	padding-bottom:0;
}

.xlarge-top-pad{
	padding-top:3em;
}

.large-top-pad{
	padding-top:2em;
}

.top-pad{
	padding-top:1em;
}

.single-top-pad{
	padding-top:15px;
}

.single-left-pad{
	padding-left:15px;
}

.single-right-pad{
	padding-right:15px;
}

.double-pad{
	padding:30px;
}

.double-top-pad{
	padding-top:30px;
}

.double-left-pad{
	padding-left:30px;
}

.double-right-pad{
	padding-right:30px;
}

.no-top-pad{
	padding-top:0;
}

.large-end-pad{
	padding-bottom:2em;
}

.xlarge-end-pad{
	padding-bottom:3em;
}

.xxlarge-end-pad{
	padding-bottom:4em;
}

.xxxlarge-end-pad{
	padding-bottom:5em;
}

.end-pad{
	padding-bottom:1em;
}

.no-end-pad{
	padding-bottom:0;
}

.xlarge-top-margin{
	margin-top:3em;
}

.large-top-margin{
	margin-top:2em;
}

.top-margin{
	margin-top:1em;
}

.small-top-margin{
	margin-top:0.5em;
}

.tiny-top-margin{
	margin-top:0.2em;
}

.no-top-margin{
	margin-top:0;
}

.xlarge-end-margin{
	margin-bottom:3em;
}

.large-end-margin{
	margin-bottom:2em;
}

.end-margin{
	margin-bottom:1em;
}

.small-end-margin{
	margin-bottom:0.5em;
}

.tiny-end-margin{
	margin-end:0.2em;
}

.no-end-margin{
	margin-bottom:0;
}

.left-margin{
	margin-left:15px;
}

.left-margin-small{
	margin-left:5px;
}

.right-margin{
	margin-right:25px!important;
}

.divide-top{
	border-top:3px solid #e5e5e8;
	margin-top:2em;
	padding-top:2em;
}

.divide-end{
	border-top:3px solid #e5e5e8;
	margin-bottom:2em;
}

.divide-hero{
	border:3px solid #b32553;
	margin-top:20px;
	margin-bottom:20px;
	padding:0;
	width:200px;
	display: block;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
	.inner-pad-right{
		padding-right:30px;
	}
	.inner-pad-left{
		padding-left:30px;
	}	
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.float-none{
	float:none;
}

@media (min-width: 768px){
	.sm-float-right{
		float:right;
	}
	.sm-float-none{
		float:none;
	}	
}
@media (min-width: 992px){
	.md-float-right{
		float:right;
	}	
	.md-float-none{
		float:none;
	}
}
@media (min-width: 1200px){
	.lg-float-right{
		float:right;
	}
	.lg-float-none{
		float:none;
	}	
}


@media (max-width: 767px){
	.mobile-end-margin{
		margin-bottom:30px;
	}	
}


@media (min-width: 768px) and (max-width:991px){
	.col-sm-clear{
		clear:both;
	}	
}


/* =WordPress Core useful styles
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 10px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
	font-weight:400;
    background: #fff;
    border: 0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 0;
    text-align: center;
}

@media (min-width:1200px) {
	.wp-caption{
		text-align: left;
	}
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    max-width:33%;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 0.9em;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
    font-weight:400;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/***********/
/*ITEAM    */
/***********/


@media (min-width: 768px) and (max-width:991px){
    .iwsr-team-container {
        min-height: 542px;
    }

}

@media (min-width:1200px) {
    .author-full-detail{
        margin-bottom: 0px;
        margin-top: -5px;
    }
}


/***********/
/*IMAGE OVERLAYS*/
/***********/


.figcaption-text{
	position:absolute;
	bottom:15px;
	padding-right:15px;
	color: #FFF;
}

.image-flag{
	margin: 0;
}


/***********/
/*MODAL*/
/***********/


.modal {
  z-index: 10000 !important;
  text-align: center;
}

.modal p{
}
@media (min-width:768px) {
    .modal p {
        font-size: 16px;
        line-height:24px;
    }
}

.modal-header .close{
	text-align:right;
	float:none;
}

.modal-header{
	text-align: right;
	min-height: auto;
    padding: 15px 15px 0 15px;
    border-bottom: 0;
}

.modal-content {
	border-radius:0;
}

@media (min-width: 768px){
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}
}

@media (min-width: 992px){
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}
}


.modal-body{
	padding:0 50px 50px 50px;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


/***********/
/*OVERRIDE*/
/***********/



.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{

  }
}