@import url("styles.css");

@import url("jpanel.css");

body {
     background: #ffffff none repeat scroll 0% 0%;
     font: 400 100% "Open Sans",Arial,sans-serif;
     margin: 0px;
     padding: 0px;
}

a {
     color: #1d428a;
     text-decoration: none;
}

a:visited {
     color: #1d428a;
     text-decoration: underline;
}

a:hover {
     color: #d45d00;
     text-decoration: none;
}

a:active {
     color: #1d428a;
     text-decoration: none;
}

#utilBar {
     width: 45%;
	 float: right;
	 text-align: right;
}

#utilWrap {
     display: table;
     margin: 0;
	 float: right;
}

.utilNav {
     box-sizing: border-box;
     display: block;
     float: right;
}

.utilNav ul {
     font: 400 0.75em "Open Sans",Arial,sans-serif;
     margin: 0px;
     padding: 0px;
     text-transform: uppercase;
}

.utilNav li {
     display: block;
     float: left;
     padding: .5em .75em;
}


.utilLinks ul {
     font: 400 0.75em "Open Sans",Arial,sans-serif;
     margin: 0px;
     padding: 0 0.5em 0 0;
}

.utilLinks {
     box-sizing: border-box;
     display: block;
     float: right;
}

.utilLinks li {
     display: block;
     float: right;
     padding: .75em 0.25em;
}

.utilSearch {
     box-sizing: border-box;
     display: block;
     float: right;
     padding: .75em .25em;
     text-align: right;
}

.btnSearch {
     margin: 2px 5px 0 3px;
}

.jPanelMenu header.main {
     display: none;
}

header.main {
     display: none;
}

div.jPanelMenu-panel {
     background: #ffffff none repeat scroll 0% 0%;
}

header.hm-head {
     background: #ffffff none repeat scroll 0% 0%;
     border-bottom: 1px solid #9d9fa2;
     display: table;
     width: 100%;
}

#headWrap {
     box-sizing: border-box;
     display: table;
     margin: 0px auto;
     padding: 0.25em 0px;
     width: 64em;
}

.ipaLogo {
     float: left;
     width: 45%;
	 padding: 12px 5px 10px 10px;
}

.ipaLogo:after {
     display: table;
	 content: "";
	 clear:both;
}

nav.nav {
     float: left;
     position: relative;
     width: 100%;
     z-index: 2;
	 clear: both;
	 background-color: #1c4489;
}

#mainNav {
     margin: 0 auto;
     padding: 0px;
	 width: 64em;
	 height: 50px;
}

#mainNav ul {
     float: right;
     font: 400 1em "Roboto Condensed",sans-serif;
     list-style: outside none none;
     margin: 0px;
     padding: 0px;
	 width: 100%;
}

#mainNav li {
     display: block;
     float: left;
     position: relative;
}

#mainNav ul li a {
     color: #fff;
     display: block;
     padding: 15px 17px;
}

#mainNav ul li a:hover {
     color: #fff;
     display: block;
	 background-color: #d45d00;
}

#mainNav ul ul {
     border-top: 1px solid #3d599a;
     display: none;
     font: 400 1em "Roboto Condensed",sans-serif;
     /*left: 30px;*/
     position: absolute;
     top: 50px;
	 width: 250px;
}

#mainNav ul ul li {
  	 background-color: #1c4489;
	 border-bottom: 1px solid #5f87dd;
	 position: relative;
	}

#mainNav ul ul li a {
    display: block;
    font: normal 1.3em;
 	padding: 15px;
	margin: 0;
	width: 220px;
}

#mainNav ul ul li a::after {
     content: "";
}

#mainNav li:hover > ul {
     display: block;
}

#mainNav ul ul ul {/* section item sublist hide */
	display: none; 
	position: absolute; 
	top: 100%;
}

#mainNav ul ul li:hover > ul {/* section item sublist display/dropdown upon hover */
	display: block;
	background-color: #1c4489;
	top: -1px;
	left: 250px;
}

.hm-banner-wrapper {
	display: table;
	width: 100%;
	margin: 0 auto;
	background: #fff url("/images/carousel/bg-v2.jpg");
    height: 270px;
}

.hm-banner-wrapper:after {
     content: " ";
	 display: table;
	 clear: both;
}

.hm-banner {
	width: 1024px;
	margin: 0 auto;
}

.hm-banner:after {
     content: " ";
	 display: table;
	 clear: both;
}

.carousel {
     height: 270px;
     margin: 0 20px 0 0;
     width: 660px;
	 float: left;
}

.carousel img {
     display: block;
     margin: 0px auto;
	 width: 100%;
	 max-width: 660px;
}

.hm-news {
	width: 344px;
	float: right;
	background-color: #fff;
	margin: 0;
	height: 270px;
	font: 400 0.8em "Open Sans",Arial,sans-serif;
	box-sizing: border-box;
	padding: 10px;
}

.hm-news h2 {
    font: 600 1.25em "Open Sans",Arial,sans-serif;
    margin: 0 0 15px;
}

.hm-news ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: outside none none;
}

.hm-news li {
	 border-bottom: 1px dotted #cecece;
     padding: 0px 0px 4px;
	 margin: 8px 0;
	 font: 600 1em "Open Sans",Arial,sans-serif;
	 line-height: 1.7em;
}

.hm-news .h3 {
     margin: 8px 0 3px 0;
	 line-height: 1.3em;
}

#newsTabs {
   width: 100%;
   height: 33px;
   margin: 0;
   padding: 0;
   border-bottom: solid 1px #CCC;
   
}

#tab1C, #tab2C {
	/* overflow: auto;
	height: 215px;
	*/
}

#newsTabs a {cursor:pointer;}

#newsTabs li {
    float:left; 
    list-style:none; 
    outline:none;
	padding-right: 2px;
	border-bottom: 0px;
	margin: 0;
	height: 35px;
}

#newsTabs li a {
	font: 600 1.25em "Open Sans",Arial,sans-serif;
    margin: 0;
	color: #fff;
   	padding: 5px 15px; 
    display:block; 
    background: #1d428a;
	border-radius:3px 3px 0 0; 
    text-decoration:none;
    outline:none;
	border-bottom: solid 1px #1d428a;
}

#newsTabs li a.inactive{
    color:#1d428a;
    background: #eee;
   	outline:none;
	border-bottom: 0px;
}

#newsTabs li a:hover, #newsTabs li a.inactive:hover {
    color: #fff;
	background: #FF8C00;
    outline:none;
	border-bottom: solid 1px #CCC;
}

.newsContainer {
	margin: 0;
    clear:both;           
    width:100%;
}

.pubDate {
	color: #000;
	font: 400 1em "Open Sans",Arial,sans-serif;
}

.hm-intro {
	 background-color: #3e5a9c;
     background: rgba(0, 0, 0, 0) linear-gradient(#5f87dd, #3e5a9c) repeat scroll 0% 0%;
     border-top: 1px solid #ffffff;
     box-sizing: border-box;
     color: #ffffff;
     display: table;
     padding: 0px 15px;
     text-align: center;
     width: 100%;
}

.sec-carousel {
     background: #777777 url("/images/carousel/bg-section.jpg") repeat-x scroll 0% 0%;
     border-bottom: 1px solid #9d9fa2;
     /*height: 80px;*/
     margin: 0px auto;
     width: 100%;
}

.sec-carousel img {
     display: block;
     margin: 0px auto;
     width: 100%;
}

section.sec-content {
     width: 100%;
}

.sec-contentWrap {
     display: table;
     margin: 25px auto;
     width: 64em;
}

.sec-head {
     display: table;
     margin: 0px auto;
     /*padding: 8px 0px;*/
     width: 64em;
}

.sec-head h2 {
     color: #ffffff;
     font: 600 1.8em "Open Sans",Arial,sans-serif;
     text-shadow: 0px 1px 5px #000000;
}

#breadcrumbContainer {
     box-sizing: border-box;
     margin: 0px auto;
     padding: 0px 15px;
     width: 64em;
}

.breadcrumbs {
     box-sizing: border-box;
     display: table;
     font: 400 0.8em/1.2em "Open Sans",Arial,sans-serif;
     padding: 15px 0px;
}

.breadcrumbs {
     color: #495d8a;
}

.breadcrumbs a {
     color: #495d8a;
}

.breadcrumbs a:hover {
     color: #777777;
     text-decoration: underline;
}

article.sec-rightCol {
     box-sizing: border-box;
     float: right;
     font: 400 0.8em "Open Sans",Arial,sans-serif;
     padding: 0px 25px;
     width: 70%;
}

aside.sideNav {
     box-sizing: border-box;
     display: block;
     float: left;
     margin: 50px 0px 0px;
     padding: 0px 15px;
     width: 30%;
}

aside.sideNav h2 {
     color: #666666;
     font: 600 1.4em/1.2em "Open Sans",Arial,sans-serif;
}

aside.sideNav ul {
     font: 400 1em "Roboto Condensed",sans-serif;
     list-style: outside none none;
     margin: 0px;
     padding: 0px;
}

aside.sideNav li {
     border-bottom: 1px dotted #e3e3e3;
}

aside.sideNav li a {
     color: #898989;
     display: block;
     padding: 10px;
}

aside.sideNav li a:hover {
     background: #e6e7e8 none repeat scroll 0% 0%;
     color: #1d428a;
     font-weight: 700;
}

aside.sideNav li .selected, a.selected:hover {
     background: #e6e7e8 none repeat scroll 0% 0%;
     color: #1d428a;
     font: 700 1em "Roboto Condensed",sans-serif;
}

aside.sideNav .selected::after {
     content: "  »";
}

aside.sideNav li ul li .selected, a.selected:hover {
     background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
     color: #1d428a;
     font: 700 1em "Roboto Condensed",sans-serif;
}

aside.sideNav li ul li {
     border-bottom: medium none;
}

aside.sideNav li ul li a::before {
     content: "›  ";
}

aside.sideNav li ul li a {
     color: #898989;
     display: block;
     padding: 5px 0px 5px 25px;
}

aside.sideNav li ul li ul li .selected, a.selected:hover {
     background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
     color: #d45d00;
}

aside.sideNav li ul li ul li a::before {
     content: "";
}

aside.sideNav li ul li ul li a {
     color: #898989;
     display: block;
     padding: 5px 0px 5px 50px;
}

aside.sideNav li ul li ul li a:hover {
     color: #d45d00;
}

.resourceHeader {
	text-align: center;
	font: 700 1.7em 'Open Sans', Arial, Sans-serif;
 	margin: 5px 0 10px 0;
}

.quickLinks  {
     display: table;
     margin: 50px auto;
     width: 64em;
}

.resourceLinks {
     display: table;
     margin: 20px auto;
     width: 64em;
}

.qLink {
     float: left;
     text-align: center;
     width: 31%;
	 margin: 1% 1% 0 1%;
	 border: 1px solid #1c4489;
	 background-color: #1c4489;
}

.rLinkRow {
	height: auto;
	border-bottom: 1px dotted #ccc;
} 

.rLink {
    float: left;
    text-align: center;
    width: 48%;
 	margin: 1% 1% 0 1%;
	/* border: 1px solid #1d428a;*/
}

.qLinkImg img {
	width: 100%;
	margin: 0;
	height: auto;
}

.rLinkImg img {
    width: 100%;
	max-width: 485px;
	margin: 0;
	height: auto; 
}

.qLinkTitle {
     font: 600 .8em "Open Sans",Arial,sans-serif;
	 color: #fff;
	 background-color: #1c4489;
	 margin: 0 auto;
	 width: 100%;
	 height: 50px;
	 display: table; 
}

.qLinkSubTitle, .rLinkSubTitle {
     display: table-cell; 
	 vertical-align: middle;
	 width: 100%;
	 clear: both;
}

.qLinkTitle a {
     color: #fff;
	 padding: 5px;
}
	
.qLinkTitle a:hover{
     color: #EDB53E;
}
	
.rLinkTitle {
     font: 400 .8em "Open Sans",Arial,sans-serif;
	 color: #000;
	 margin: 0 auto;
	 width: 100%;
	 height: auto;
	 display: table; 
	 background-color: #fff;
  	 padding-top: 5px;
	 padding-bottom: 5px;
} 

.rLinkTitle p {
	padding-top: 1px;
	margin-top: 1px;
}
	
.rLinkTitle a {
	font: 600 1.2em "Open Sans",Arial,sans-serif;
    color: #1c4489;
 	padding: 5px 5px 0 5px;
}
	
.rLinkTitle a:hover {
     color: #EDB53E;
}

.readMore a {
     background: #d45d00 none repeat scroll 0% 0%;
     border-radius: 3px;
     color: #ffffff;
     display: table;
     font: 400 0.8em "Open Sans",Arial,sans-serif;
     margin: 15px auto;
     padding: 8px 10px;
}

.readMore a:hover {
     background: #495d8a none repeat scroll 0% 0%;
}

.quickUpdates {
     border-top: 1px solid #cecece;
     display: table;
     margin: 0px auto;
     width: 64em;
}

.qUpdate {
     box-sizing: border-box;
     float: left;
     font: 400 0.8em "Open Sans",Arial,sans-serif;
     padding: 15px;
     width: 50%;
}

.qUpdate:nth-child(1) ul, ul.qUpdateMeetings {
     list-style: outside none none;
     margin: 0px;
     padding: 0px;
}

.qUpdate h2 {
     color: #000000;
     font: 600 1.25em "Open Sans",Arial,sans-serif;
}

ul.qMeetList {
     list-style: outside none none;
     margin: 0px;
     padding: 0px;
}

.qMeetList li h3 {
     font: 600 1.1em "Open Sans",Arial,sans-serif;
}

.qMeetList li {
     border-bottom: 1px solid #cecece;
     padding: 15px 0px;
}

ul.qUpdateList {
     list-style: outside none none;
     margin: 0px;
     padding: 0px;
}

.qUpdateList li h3 {
     font: 600 1.1em "Open Sans",Arial,sans-serif;
}

.qUpdateList li {
     border-bottom: 1px solid #cecece;
     padding: 0px 0px 8px;
}

.foot-acknowledgement {
     box-sizing: border-box;
     margin: 75px 0px 0px;
     padding: 15px;
     width: 100%;
     background: #FFF url('/images/carousel/bg-v2.jpg') left top no-repeat;
    -moz-background-size: cover;
        background-size: cover;
        color: #000;
}

.foot-acknowledgement-title {
     margin: 0px auto;
     width: 64em;
}

.foot-acknowledgement-title h2 {
     color: #ffffff;
     font: 600 1.3em "Open Sans",Arial,sans-serif;
     margin: 0px 0px 10px;
     text-shadow: 1px 1px 1px #000000;
}

.foot-acknowledgement-wrap {
     background: #ffffff none repeat scroll 0% 0%;
     border-radius: 3px;
     border: 1px solid #777777;
     height: 150px;
     margin: 0px auto;
     text-align: center;
     width: 64em;
}

.foot-acknowledgement-wrap img {
     margin: 20px;
	 vertical-align: middle;
	 /*
	 float:left;
	 
	 */
}

.foot-acknowledgement-wrap #corporate {
     display:block; 
	 width:100%; 
	 text-align:center; 
	 padding:0 0 30px 0; 
	 font-size:12px; 
	 color:#aaa;
}



footer.foot {
     color: #bdcdef;
     width: 100%;
}

footer.foot a {
     color: #bdcdef;
}

footer.foot a:hover {
     color: #ffffff;
}

.foot-row1 {
     background: #495d8a none repeat scroll 0% 0%;
}

.foot-row1-wrap, .foot-row2-wrap {
     box-sizing: border-box;
     display: table;
     margin: 0px auto;
     width: 64em;
}

.foot-col1 {
     box-sizing: border-box;
     float: left;
     font: 400 0.8em "Open Sans",Arial,sans-serif;
     padding: 15px;
     width: 50%;
}

.foot-col2 {
     box-sizing: border-box;
     float: left;
     font: 400 0.8em "Open Sans",Arial,sans-serif;
     padding: 15px;
     width: 50%;
}

.foot-col2 h2 {
     color: #ffffff;
     font: 400 1.8em "Open Sans",Arial,sans-serif;
     margin: 0px;
}
.foot-col1 p {
    font-size: .9rem;
}
/*
.foot-col1 p:nth-child(2) {
     float: left;
}

.foot-col1 p:nth-child(3) {
     float: left;
     left: 250px;
     position: relative;
}
*/
.foot-row2 {
     background: #1a273b none repeat scroll 0% 0%;
}

.foot-row2-wrap p {
     font: 400 0.8em "Open Sans",Arial,sans-serif;
     padding: 0px 15px;
}

.foot-row2-wrap p:nth-child(1) {
     float: left;
}


.foot-row2-wrap p:nth-child(2) {
     float: right;
}


.buttonBlue a {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 15px 20px;
    margin: 10px;
    background: #00306E;
    text-align: center;
    color: #FFF;
    border-radius: 8px;
    width: 200px;
    font: 600 1.1em 'Open Sans', Arial, Sans-serif;
}




/* Accordion Styles: */
.ui-accordion{
	margin:0 0 10px 0;
}

.ui-state-default{
	border:0 !important;
	background: none !important;
}
.ui-state-active{
	border:0 !important;
	background: none !important;
}
.ui-state-default{
	border:0 !important;
	background: none !important;
}
.ui-widget-content{
	border:0 !important;
	/* font: 400 0.8em/1.2em "Open Sans",Arial,sans-serif !important; */
	font: 400 100% "Open Sans",Arial,sans-serif !important;
	background: none !important;
	background-color: #efefef !important;	
	margin: 0 0 20px 0;
	padding: 0 2.0em 2.0em 2.0em !important;
	border-bottom: 1px dotted #aaa !important;
	display:table;
	width: 80%;
	margin: 0 -30px 0 30px !important;
	
}

.accordion h3{
	color: #1d428a !important;
	font-weight:bold !important;
}
.accordion .accordAuthor{
	color: #000 !important;
    font-weight: normal !important;
    font-size: 12px !important;
}
 .ui-accordion-header-icon{
	margin-top: -16px !important;
}



@media screen and (max-width: 1024px), (max-device-width: 1024px) {
	.jPanelMenu header.main { 
  		display: none; 
		}
	
	#utilWrap, #headWrap, .sec-contentWrap, .sec-head, #breadcrumbContainer, .quickLinks, .resourceLinks, .quickUpdates, .foot-acknowledgement-title, .foot-acknowledgement-wrap, .foot-row1-wrap, .foot-row2-wrap { 
		width: 100%; 
		}

	.hm-banner-wrapper {
		background: #fff;
		background-image: none;
    	height: auto;
		display: inline;
	}
	
	.hm-banner {
		width: 100%;
		margin: 0 auto;
	}

	.carousel {
     	height: auto;
	 	margin: 0;
     	width: 68%;
	 	float: left;
	 	background: #fff url("/images/carousel/bg-v2.jpg") repeat scroll 0px 0px;
	}

	.hm-news {
		width: 32%;
		float: right;
		height: auto;
	}
	
	#tab1C, #tab2C {
		height: auto;
	}
	
		
}

@media screen and (max-width: 959px) and (min-width: 769px), (max-device-width: 959px) and (min-device-width: 769px) {

	#mainNav {
    	height: 49px;
 	}

	#mainNav ul ul {
     	left: 0px;
	 	top: 48px;
     }
	 
	 .quickLinks  {
     	margin: 20px auto;
    } 

	.hm-news {
		padding: 10px;
	}

	.hm-news h2 {
    	font: 600 1.1em "Open Sans",Arial,sans-serif;
    	margin: 0 0 10px;
	}

	.hm-news li {
	  	margin: 6px 0;
	 	font: 600 .9em "Open Sans",Arial,sans-serif;
	 	line-height: 1.6em;
	}

	.hm-news .h3 {
     	margin: 6px 0 3px 0;
	 	line-height: 1.2em;
	}
	
	#mainNav ul {
     	font: 400 .9em "Roboto Condensed",sans-serif;
    }

	#mainNav ul li a {
     	padding: 15px;
	}
	
}

@media screen and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .jPanelMenu header.main { display: block; background-color: #1d428a; background: rgba(0, 0, 0, 0) linear-gradient(#1d428a, #1a273b) repeat scroll 0% 0%; }
  .jpanelNav, #utilBar, nav.nav { display: none; }
  #headWrap { width: 100%; }
  #mainNav { width: 100%; }
  
  
  
  
  .quickUpdates { width: 100%; }
  .qUpdate { width: 100%; float: none; }
  .qUpdate:nth-child(1) { width: 100%; }
  .qUpdate:nth-child(2) { width: 100%; background: #eeeeee none repeat scroll 0% 0%; }
  .qUpdate img {width: 100%;}
  .sec-contentWrap { width: 100%; margin: 25px auto; }
  .sec-head { width: 100%; margin: 0px auto; padding: 8px 15px; }
  #breadcrumbContainer { width: 100%; }
  article.sec-rightCol { width: 100%; float: none; padding: 0px 15px; }
  aside.sideNav { display: none; }
  .qUpdate { width: 100%; padding: 15px; box-sizing: border-box; float: left; font: 400 0.8em "Open Sans",Arial,sans-serif; }
  .qMeetList li { border-bottom: medium none; width: 50%; float: left; }
  .foot-acknowledgement { margin: 0px; box-sizing: border-box; }
  .foot-acknowledgement-title { width: 100%; }
  .foot-acknowledgement-wrap { width: 100%; }
  .foot-acknowledgement-wrap img { width: 23%; margin: 20px auto; }
  .foot-row1-wrap, .foot-row2-wrap { width: 100%; padding: 0px 15px; }
  .foot-col1 { display: table; width: 100%; float: none; }
  .foot-col2 { display: table; width: 100%; float: none; }
  
 	.carousel {
     	width: 100%;
	 	float: none;
	}
	
	.quickLinks  {
     	margin: 20px auto;
    } 

	.hm-news {
		clear: both;
		float: none;
		width: 100%;
		height: auto;
	}
	
	.newsContainer {
		display: table;
	}
	
	.qLink {
     	width: 47%;
	 	margin: 1%;
	}
	
}
	


/* @media only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
  .jPanelMenu header.main { display: block; background: rgba(0, 0, 0, 0) linear-gradient(#1d428a, #1a273b) repeat scroll 0% 0%; }
  .jpanelNav, .jpanelNav { display: none; z-index: -1; background: #e6e7e8 none repeat scroll 0% 0%; }
  .foot-col1 p:nth-child(3) { left: 100px; }
}*/



@media only screen and (max-width: 480px), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2), only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
   .ipaLogo img { width: 100%; max-width:418px; }
   .ipaLogo {width: 90%; margin: 0 auto; float: none; text-align: center;}
  
  	.quickLinks  {
     	margin: 20px auto;
    } 
	
   .qLink {
     	width: 98%;
	 	margin: 1% auto;
	 	max-width: 350px;
	 	float: none;
	}
  
    .rLink {
     	width: 98%;
	 	margin: 1% auto;
	 	max-width: 350px;
	 	float: none;
	}
	
	.rLinkTitle {
		border-bottom: 1px dotted #ccc;
	}
	
	.rLinkRow {
		border-bottom: 0px;
	}
	
  .qUpdate { width: 100%; padding: 15px; box-sizing: border-box; float: left; font: 400 0.8em "Open Sans",Arial,sans-serif; }
  .qUpdate:nth-child(1) { width: 100%; }
  .qUpdate:nth-child(2) { width: 100%; background: #eeeeee none repeat scroll 0% 0%; }
  .qUpdateMeetings li { display: block; float: left; }
  .qUpdate .qUpdateMeetings li:nth-child(2) { margin: 0px; }
  .qMeetList li { border-bottom: medium none; width: 100%; float: none; }
  .foot-col1 img { width: 100%; }
  .foot-col1 p:nth-child(3) { left: 35px; }
  .back-to-top { right: 20px; }
  .foot-acknowledgement-wrap { height: auto; }
  .foot-acknowledgement-wrap img { width: 40%; }
}

@media screen and (max-width: 768px) {
 .ipaLogo img { width: 100%; max-width:418px; }
  .ipaLogo {width: 90%;  }
   
}


/* @media only screen and (max-width: 360px), only screen and (max-device-width: 360px) {
   .carousel { height: auto; height: 141px; }
  .sec-head h2 { font: 600 1.3em "Open Sans",Arial,sans-serif; }
  .foot-col1 p:nth-child(3) { left: 0px; clear: both; }
}*/


/* Boostrap parts */

img,
svg {
 vertical-align:middle
}
table {
 caption-side:bottom;
 border-collapse:collapse
}
.img-fluid {
 max-width:100%;
 height:auto
}
.img-thumbnail {
 padding:.25rem;
 background-color:#fff;
 border:1px solid #dee2e6;
 border-radius:.25rem;
 max-width:100%;
 height:auto
}
.table {
 --bs-table-bg:transparent;
 --bs-table-striped-color:#212529;
 --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
 --bs-table-active-color:#212529;
 --bs-table-active-bg:rgba(0, 0, 0, 0.1);
 --bs-table-hover-color:#212529;
 --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
 width:100%;
 margin-bottom:1rem;
 color:#212529;
 vertical-align:top;
 border-color:#dee2e6
}
.table>:not(caption)>*>* {
 padding:.5rem .5rem;
 background-color:var(--bs-table-bg);
 background-image:linear-gradient(var(--bs-table-accent-bg),var(--bs-table-accent-bg));
 border-bottom-width:1px
}
.table>tbody {
 vertical-align:inherit
}
.table>thead {
 vertical-align:bottom
}
.table>:not(:last-child)>:last-child>* {
 border-bottom-color:currentColor
}
.caption-top {
 caption-side:top
}
.table-sm>:not(caption)>*>* {
 padding:.25rem .25rem
}
.table-bordered>:not(caption)>* {
 border-width:1px 0
}
.table-bordered>:not(caption)>*>* {
 border-width:0 1px
}
.table-borderless>:not(caption)>*>* {
 border-bottom-width:0
}
.table-striped>tbody>tr:nth-of-type(odd) {
 --bs-table-accent-bg:var(--bs-table-striped-bg);
 color:var(--bs-table-striped-color)
}
.table-active {
 --bs-table-accent-bg:var(--bs-table-active-bg);
 color:var(--bs-table-active-color)
}
.table-hover>tbody>tr:hover {
 --bs-table-accent-bg:var(--bs-table-hover-bg);
 color:var(--bs-table-hover-color)
}
.table-primary {
 --bs-table-bg:#cfe2ff;
 --bs-table-striped-bg:#c5d7f2;
 --bs-table-striped-color:#000;
 --bs-table-active-bg:#bacbe6;
 --bs-table-active-color:#000;
 --bs-table-hover-bg:#bfd1ec;
 --bs-table-hover-color:#000;
 color:#000;
 border-color:#bacbe6
}
.table-secondary {
 --bs-table-bg:#e2e3e5;
 --bs-table-striped-bg:#d7d8da;
 --bs-table-striped-color:#000;
 --bs-table-active-bg:#cbccce;
 --bs-table-active-color:#000;
 --bs-table-hover-bg:#d1d2d4;
 --bs-table-hover-color:#000;
 color:#000;
 border-color:#cbccce
}
.table-success {
 --bs-table-bg:#d1e7dd;
 --bs-table-striped-bg:#c7dbd2;
 --bs-table-striped-color:#000;
 --bs-table-active-bg:#bcd0c7;
 --bs-table-active-color:#000;
 --bs-table-hover-bg:#c1d6cc;
 --bs-table-hover-color:#000;
 color:#000;
 border-color:#bcd0c7
}
.table-info {
 --bs-table-bg:#cff4fc;
 --bs-table-striped-bg:#c5e8ef;
 --bs-table-striped-color:#000;
 --bs-table-active-bg:#badce3;
 --bs-table-active-color:#000;
 --bs-table-hover-bg:#bfe2e9;
 --bs-table-hover-color:#000;
 color:#000;
 border-color:#badce3
}
.table-warning {
 --bs-table-bg:#fff3cd;
 --bs-table-striped-bg:#f2e7c3;
 --bs-table-striped-color:#000;
 --bs-table-active-bg:#e6dbb9;
 --bs-table-active-color:#000;
 --bs-table-hover-bg:#ece1be;
 --bs-table-hover-color:#000;
 color:#000;
 border-color:#e6dbb9
}
.table-danger {
 --bs-table-bg:#f8d7da;
 --bs-table-striped-bg:#eccccf;
 --bs-table-striped-color:#000;
 --bs-table-active-bg:#dfc2c4;
 --bs-table-active-color:#000;
 --bs-table-hover-bg:#e5c7ca;
 --bs-table-hover-color:#000;
 color:#000;
 border-color:#dfc2c4
}
.table-light {
 --bs-table-bg:#f8f9fa;
 --bs-table-striped-bg:#ecedee;
 --bs-table-striped-color:#000;
 --bs-table-active-bg:#dfe0e1;
 --bs-table-active-color:#000;
 --bs-table-hover-bg:#e5e6e7;
 --bs-table-hover-color:#000;
 color:#000;
 border-color:#dfe0e1
}
.table-dark {
 --bs-table-bg:#212529;
 --bs-table-striped-bg:#2c3034;
 --bs-table-striped-color:#fff;
 --bs-table-active-bg:#373b3e;
 --bs-table-active-color:#fff;
 --bs-table-hover-bg:#323539;
 --bs-table-hover-color:#fff;
 color:#fff;
 border-color:#373b3e
}
.table-responsive {
 overflow-x:auto;
 -webkit-overflow-scrolling:touch
}
@media (max-width:575.98px) {
 .table-responsive-sm {
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
 }
}
@media (max-width:767.98px) {
 .table-responsive-md {
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
 }
}
@media (max-width:991.98px) {
 .table-responsive-lg {
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
 }
}
@media (max-width:1199.98px) {
 .table-responsive-xl {
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
 }
}
@media (max-width:1399.98px) {
 .table-responsive-xxl {
  overflow-x:auto;
  -webkit-overflow-scrolling:touch
 }
}