@font-face {
	font-family: 'web_opensans';
	src: url('/font/web_opensans_regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'web_opensans';
	src: url('/font/web_opensans_italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'web_opensans';
	src: url('/font/web_opensans_bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'web_opensans';
	src: url('/font/web_opensans_bolditalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'web_opensans';
	src: url('/font/web_opensans_light.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'web_opensans';
	src: url('/font/web_opensans_lightitalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'web_merriweather';
	src: url('/font/web_merriweather_regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'web_merriweather';
	src: url('/font/web_merriweather_italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'web_merriweather';
	src: url('/font/web_merriweather_bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'web_merriweather';
	src: url('/font/web_merriweather_bolditalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'web_merriweather';
	src: url('/font/web_merriweather_black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'web_merriweather';
	src: url('/font/web_merriweather_blackitalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}


/* layout */
html{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	
	font-size: 14px;	
}
@media (max-width:1439px){
	html{
		font-size: 14px;
	}
}
@media (max-width:1289px){
	html{
		font-size: 13px;
	}
}
@media (max-width:991px){
	html{
		font-size: 13px;
	}
}
@media (max-width:767px){
	html{
		font-size: 3vw;
	}
}


body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	
	background:#dddddd;
	color:#000000;

	font-family: "web_opensans", Arial, Helvetica, sans-serif;
	
	font-weight: normal;
	font-style: normal;
	
	font-size: 1rem;
	line-height: 1.4rem;

	text-align: left;
	vertical-align: baseline;

}
.whitebody{
	background:#ffffff;
}
input, button, select, textarea {
	letter-spacing: inherit;
}

body.home{
	padding-top:0 !important;
}


/* /////////////////////////////////////////////////////////// */


.cookienotify { 
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1000;
	color:#000000;
	background:#ffffff;
	box-shadow: 0 -4px 5px rgba(0,0,0,0.40);
}
.cookienotifyinner {
	padding:1rem 1.6rem;
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.cookienotify p {
	padding:0 0.5rem 0 0;
	margin:0;
}
.cookienotify p.cookie-p {
	font-size:1.6rem;
	line-height:2.4rem;
	font-weight:bold;
	margin-bottom:1rem;
}
.cookienotifyclose {
	display:block;
	position:absolute;
	top:-0.8rem;
	right:1rem;
}



/* /////////////////////////////////////////////////////////// */


.container {
	position:relative;
}

@media (min-width:768px){
	.container {
		width: 731px;
	}
}
@media (min-width:992px){
	.container {
		width: 951px;
	}
}
@media (min-width:1290px){
	.container {
		width: 1270px;
		width: 1270px;
	}
}
@media (min-width:1440px){
	.container {
		width: 1420px;
		width: 1270px;
	}
}


@media (max-width:767px){
	.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.container.content{
		padding-left: 2rem;
		padding-right: 2rem;
}

/* /////////////////////////////////////////////////////////// */

h1,
h2,
h3,
h4,
h5,
h6{
	font-style: normal;
	color: #000000;
	padding:0;
	margin:0;
	font-family: 'web_merriweather';
	font-weight: 900;
	text-align:left;
	line-height:1.3;
}

h1{
	font-size:2.64rem;
	margin-bottom: 2.6rem;	
}
h2{
	font-size:1.6rem;
	margin-bottom: 1.8rem;
}
h3{
	font-size:1.4rem;
	margin-bottom: 1.6rem;
}

h4{
	font-size:1.3rem;
	margin-bottom: 1.5rem;
}

h5{
	font-size: 1.2rem;
	margin-bottom: 1rem;	
}


p{
	margin:0 0 1.6rem 0;	
}
* + p,
p + *{
	margin-top:1.6rem;
}

ul + h2,
ol + h2,
p + h2,
ul + h3,
ol + h3,
p + h3,
ul + h4,
ol + h4,
p + h4{
	margin-top:2rem !important;
}
img[style*="float"] + p{
	margin-top:0;
}

a,
a:focus{
	color:#0075e1;
	outline: solid 2px transparent;
	text-decoration:none;	
}

.content a:hover{
	color:#0075e1;
	text-decoration:underline;	
}
a:hover{
	color:#0075e1;
	outline: solid 2px transparent;
	text-decoration:underline;	
}

.container.content .embed-responsive{
	clear:both;
}

small, .small {
    font-size: 0.85rem;
}
small.desc{
	display:block;
	padding-top:3px;
	line-height: 0.9rem;	
	color:#888888;
}


i,em{
	font-weight: normal;
	font-style: italic;
}
b,strong{
	font-weight: bold;
	font-style: normal;
}

b i,b em
strong i,strong em,
i b,em b,
i strong,em strong{
	font-weight: bold;
	font-style: italic;
}

.font-normal,
.checkbox .font-normal{
	font-weight:normal;
}

.left-padding{
	padding-left: 1.6rem;
}

ul{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
	line-height: 1.4rem;
}


.container ul:not([class]){
	overflow:hidden;
	list-style:none;
	list-style-type:none !important;
}
.container ul:not([class]) > li:before {
    font-family: "FontAwesome";
    content: "\f111";
    font-size: 0.5em;
    color: #0075e1;
    margin-left: 0px;
    position: absolute;
    left: -1rem;
    top: 0px;
}
.container .dark-bg ul:not([class]) > li:before{
	color:#ffffff;
}
.container ul:not([class]) ul:not([class]) > li:before{
	content: "\f10c";
}
.container ul:not([class]) ul:not([class]) ul:not([class]) > li:before{
	content: "\f054";
}
.container ol:not([class]){
	counter-reset: LIST-ITEMS 0;
	list-style:none;
	overflow:hidden;
	margin:0 0 1.6rem 0;
	padding:0 0 0 2.2rem;
}
.container ol:not([class]) > li:before {
    content: counter( LIST-ITEMS ) ".";
    white-space: nowrap;
    counter-increment: LIST-ITEMS;
    color: #0075e1;
    position: absolute;
    font-weight:normal;
    top: 0.01rem;
    left: -2.6rem;
    width: 2.4rem;
    text-align: right;
    letter-spacing: -0.03em;
}


.container ul:not([class]) > li,
.container ol:not([class]) > li{
	margin:0.4rem 0 0.8rem 0;
	position:relative;
}

.container ul:not([class]) > li:last-child,
.container ol:not([class]) > li:last-child{
	margin:0.5rem 0 0rem 0;
}


.container ul:not([class]),
.container ol:not([class]){
	margin:0;
	padding:0 0 0 2rem;
	position:relative;
}
.container ul:not([class]) + *,
.container ol:not([class]) + *{
	margin-top:1.6rem;
}
.container * + ul:not([class]),
.container * + ol:not([class]){
	margin-top:1.6rem;
}
.container ul:not([class]) li > a + ul:not([class]),
.container ol:not([class]) li > a + ul:not([class]),
.container ul:not([class]) li > a + ol:not([class]),
.container ol:not([class]) li > a + ol:not([class]){
	margin-top:0px;
}
.container ul:not([class]) + ul:not([class]),
.container ul:not([class]) + ol:not([class]),
.container ol:not([class]) + ol:not([class]),
.container ol:not([class]) + ul:not([class]){
	margin:0px 0 0 0;
}



hr{
	border-top:solid 1px #dddddd;
}
.hr{
	border-top:solid 1px #dddddd;
	
	line-height:0;
	margin:1.6rem 0;
}
.hr.medium{
	margin:1.2rem 0;
}
.hr.small{
	margin:0.6rem 0;
}

.padded{
	padding-left:2rem;
	padding-right:2rem;
}


.space{
	height:2.5rem;
}
.space-tiny{
	height:1rem;
}
.space-small{
	height:1.4rem;
}
.space-medium{
	height:4rem;
}
.space-big{
	height:6rem;
}

.clr{
	font-size:0;
	line-height:0;
	clear:both;
}

.full{
	width:100%;
}
.nomargin-top{
	margin-top:0;
}
.nomargin{
	margin:0;
}
.profile-menu a.dropdown-toggle{
	white-space:nowrap;
}
.upper-case{
	text-transform:uppercase;
}

@media screen and (max-width:767px){
	.center-xs{
		text-align:center;
	}
}

.small-text {
    font-weight: normal;
    font-size: 0.96rem;
    line-height: 1.2;
    margin: 0.2rem 1.4rem 0 1.6rem;
}
.small-text p{
    padding:0;
    margin:0;
}




figure {
   display:inline-block;   
   padding: 0px;
   margin:0;
   position:relative;
   line-height:0;
   max-width:100% !important;
   height:auto  !important;
   
}
figure img {
	width:100%;
	height:auto  !important;
   line-height:0;	
   display:inline-block !important;
}
figcaption{
	position:absolute;

	background:rgba(0,0,0,0.7);
	color:#ffffff;
	padding:4px 6px;
	bottom:0;
	right:0;
	
	position:relative;
	background:#666666;
	background:#0075e1;
	color:#ffffff;
	padding:4px 2px 4px 2px;
	text-align:center;
	
	font-size:0.8rem;
	line-height:1;
	
}

figure[style*="float:right"] figcaption,
figure[style*="float: right"] figcaption{
	text-align:right;
}

figure[style*="float:left"] figcaption,
figure[style*="float: left"] figcaption{
	text-align:left;
}
.wysiwygmap,
.wgimage{
	max-width:99.99%;
}

@media (max-width: 767px) {
	.wgimage,figure{
		width:100% !important;
		height:auto !important;
		margin-left:0 !important;
		margin-right:0 !important;
		padding:0 !important;
		float:none  !important;
	}

}

.btn.btn-default,
.btn.btn-default:focus{

	border:solid 2px #0075e1;
	background:#ffffff;
	color:#0075e1;
	
	border-radius:0.2rem;	
    height: 2.8rem;
	padding: 0.55rem 1.5rem;
	
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight:bold;
	text-transform:capitalize;
	
	box-shadow: none;
	outline:none;
	text-decoration:none;	
}
.btn.btn-default:hover{
	border:solid 2px #0075e1;
	
	background:#0075e1;
	color:#ffffff !important;	
		
	outline:none;
	text-decoration:none;
}

.btn + .btn{
	margin-left:0.3rem;
}

.elevator:focus, input:focus, select:focus, textarea:focus, button:focus, a:focus {
    outline: dashed 3px #0075e1 !important;
    outline-offset: 0px !important;
    box-shadow: none;
    z-index: 500 !important;
}




.btn.disabled, 
[disabled].btn{
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
}


.btn.btn-xs,
.btn.btn-xs:focus{
    border-radius: 0.2rem;
    height: 1.6rem;
    padding: 0.3rem 1rem 0.4rem 1rem;
    font-size: 0.85rem;
    line-height: 0.6rem;
    vertical-align: bottom;
}

.btn.btn-sm,
.btn.btn-sm:focus{
    border-radius: 0.2rem;
    height: 2.4rem;
    padding: 0.35rem 1rem;
    font-size: 0.98rem;
    line-height: 1.4rem;
}



/* form ///////////////////////////////////////////////////////////*/


label {
	font-size: 1rem;
	line-height:1.4rem;
	color: #000000;
	font-weight: bold;
	width:100%;
	margin: 0rem 0 0rem 0;
	padding: 0;
}

label.checkbox-inline{
	width:auto;
}


legend {
    display: block;
    width: 100%;
    padding: 0;

    font-size: 1.6rem;
    margin-bottom: 2rem;
    line-height: 1.1;
    border: 0;

    font-style: normal;
    color: #000000;
    font-family: "web_merriweather";
    font-weight: 900;
    text-align: left;
}




.radio label, 
.checkbox-inline label,
.checkbox label {
    min-height: 1.2rem;
    padding-left: 1.6rem;
    margin-bottom: 0;
    font-weight: bold;
    cursor: pointer;
}
.radio, .checkbox {
    margin-top: 0;
    margin-bottom: 0px;
}
.checkbox + .checkbox{
	margin-top:10px;
}
.radio + .radio{
	margin-top:10px;
}





input[type='radio'], 
input[type='checkbox']{
    margin: 0.2rem 0 0 0;
    width:1rem;
    height:1rem;
    line-height: normal;
}

.radio input[type='radio'], 
.radio-inline input[type='radio'], 
.checkbox input[type='checkbox'], 
.checkbox-inline input[type='checkbox']{
    position: absolute;
    margin: 0.2rem 0 0 -1.6rem;
}

.required{
	color:#0075e1;
}
.form-control {
    border-radius: 2px;
    box-shadow: none;
    display: block;
    color: #000;
    background: #ffffff;
    border: 1px solid #333333;
    width: 100%;
    height: 2.8rem;
    padding: 0.5rem 0.5rem 0.5rem 0.6rem;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: normal;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.short-label .form-control{
    height:auto;
    margin:0;
}

.short-label .checkbox-inline{
	margin:0px 15px 10px 0;
	padding-top:0.4rem;
	vertical-align:top;
}
.short-label .checkbox-inline.form-inline{
	margin:0 0 10px 0;
	line-height:2rem;
	padding-top:0;
	padding-left:0;
}

.convTxt.short-label .form-control{
	padding: 0.2rem 0.5rem;
	margin-left: 1rem;
}
@media screen and (max-width:767px){
	.convTxt.short-label .form-control{
		padding: 0.2rem 0.5rem;
		margin-left: 0;
		margin-top:0.5rem;
	}
}


label > .form-control{
	margin-top:0.1rem;
}
label > .calendarimage{
	margin-top:0.1rem;
}
label > .calendarimage >.hasDatepicker{
	background-image: url("/_images/common/calendar.png");
	background-repeat:no-repeat;
	background-position: right center;
	background-size: 2.67rem 2.67rem;
}
label > .calendarimage >.hasDatepicker + img{
	display:none;
}



.form-control:focus {
	border-color: #ffffff;
	outline: 0;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}

.checkbox label.error > input[type='checkbox']{
	outline:3px solid rgba(218, 16, 23, 0.7);
}
.checkbox input:required:invalid{
	outline:3px solid rgba(218, 16, 23, 0.7);
}

.form-control:required:invalid{
	outline-width: 0px;
	outline:3px solid rgba(218, 16, 23, 0.7);
}
.formErrorMark{
	outline:3px solid rgba(218, 16, 23, 0.7);
}
.form-control:required:valid{
	outline-width: 0px;
}



label.error > .form-control{
	outline:3px solid rgba(218, 16, 23, 0.7);
}

.short-label.error label{
	color:rgba(218, 16, 23,0.7);
	font-weight: bold;
}


.checkbox label.error > input[type='checkbox']:checked{
	iborder-left: solid 3px rgba(82,175,25,0.7);
	outline:none;
}
.checkbox input:required:valid{
	iborder-left: solid 3px rgba(82,175,25,0.7);
	outline:none;
}
.form-control:required:valid{
	iborder-left: solid 3px rgba(82,175,25,0.7);
	outline:none;
}



.form-control:required:invalid:focus{
    box-shadow: 0px 0px 1px 2px rgba(218,16,23,0.6);
}
.form-group {
    margin-bottom: 1.6rem;
}

.well > .form-group:last-child {
    margin-bottom: 0rem;
}


.form-group label p{
	display:inline;
}


.well {
    min-height: 20px;
	padding: 1.5rem 1.4rem;
    margin-bottom: 1.8rem;
    
    border: solid 1px #cccccc;
    border-radius: 2px;
    box-shadow: none;
    
	background:#ffffff;
    
}
.stripes{
	background: repeating-linear-gradient(
	  -45deg,
	  #eeeeee,
	  #eeeeee 0px,
	  #fafafa 2px,
	  #fafafa 6px
	);
}

[disabled].form-control, [readonly].form-control, fieldset[disabled] .form-control {
    background-color: rgba(255,255,255,0.5);
    border-color: #999999;
    opacity: 0.6;
}

span.notice{
	color:#ae0000;
	font-weight: bold;
}

h2 span.notice,
h3 span.notice,
legend span.notice {
    font-size: 1rem;
    vertical-align: top;
    display: inline-block;
}
.inline-block{
	display:inline-block;
}

.table-middle *{
	vertical-align:middle !important;
}
.table-middle p{
	margin:0;
}
.table-middle p + *{
	margin-top:1rem;
}


.step span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.2rem 0.52rem;
    width: 2rem;
    height: 2rem;
    border: solid 1px #ccc;
    color: #666666;
    border-radius: 50%;
}

#pswd_info {
	position:absolute;
	width: 100%;
	padding:15px;
	background:#fefefe;
	font-size:.875em;
	border-radius:0.2rem;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #888;
	z-index: 99999;
}
#pswd_info h4 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
}
#pswd_info:before {
	content: "\25B2";
	position:absolute;
	top:-12px;
	left:45%;
	font-size:14px;
	line-height:14px;
	color:#888;
	text-shadow:none;
	display:block;
}
.invalid-check {
	line-height:24px;
	color:#ec3f41;
}
.valid-check {
	line-height:24px;
	color:#3a7d34;
}
#pswd_info {
	display:none;
}

/* skip-links ///////////////////////////////////////////////////////////*/

.skip-links{
	position:absolute;
	top:-500px;
	z-index:900;
	background:#ffffff;
	border:solid 3px #0075e1;
	padding:1rem;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.skip-links{
		display:none;
	}
}

.skip-menu{
	padding:0;
	margin:0;
	list-style:none;
}
.skip-links a{
	padding:1rem;
	display:block;
}

/* elevator ///////////////////////////////////////////////////////////*/

.elevator-wrapper{
	min-height:0;
}
.elevator {
	position: fixed;
	padding:0;
	margin:0;
	right: -20px;
	bottom: 10px;
	display: block;
	width:80px;
	height: 45px;
	overflow: visible;
	text-decoration: none;
	white-space: nowrap;
	text-align:left;
	cursor: pointer;
	visibility: hidden;
	background: #0075e1;
	opacity: 0;
	transition: all .2s ease;
	border:none;
}
.elevator.elevator-is-visible {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}
.elevator .fa {
	position: relative;
	top: 0px;
	left:10px;
	margin: 0;
	font-size: 20px;
	color: #ffffff;
    transition: all .3s ease;
}
.elevator:hover {
	right: 0px;
}
.elevator:hover .fa {
	color: #ffffff;
	left:15px;
}

/* navigation ///////////////////////////////////////////////////////////*/

header{
	color:#000000;
	background:#ffffff;
	border-top:solid 2px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	margin:0 0 0 0;
}
.navbar-default {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    margin:0;
    min-height:auto;
}
.navbar-brand {
    float: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    height: auto;
    vertical-align:middle;
    text-align:left;
}
.navbar-default .navbar-brand{
	color: #000000;
}
.navbar-brand img {
    display: inline-block;
    width: 103px;
    margin: 10px 10px 10px 0;
    height: auto;
}
.navbar-brand span {
    display: inline-block;
    width: 16.2rem;
    vertical-align: middle;
    text-align: left;
    font-size: 1.15rem;
    line-height: 1.3rem;
    letter-spacing: -0.01rem;
    color: #000000;
}

.navbar-header{
	display:table;
	width:100%;
}
.navbar-left{
	display:block;
	vertical-align:middle;
	text-align:left;
}
.navbar-middle{
	display:none;
	vertical-align:middle;
}
.navbar-group{
	display:table-cell;
	vertical-align:middle;
	min-width: 25rem;
	text-align:left;
}
.navbar-right{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	float:none !important;
}
.navbar-right .navbar-nav{
	float:right;
}
@media screen and (max-width:767px){
	.navbar-brand img{
		width:20%;
		vertical-align:middle;
	}
	.navbar-brand span{
		display:inline-block;
		width:17rem;
		max-width: none;
		vertical-align:middle;
		text-align: left;
	}
	.navbar-header{
		display:block;
		width:100%;
	}
	.navbar-group{
		display:table;
		width:100%;
		vertical-align:middle;
		text-align:left;
	}
	.navbar-middle{
		display:table-cell;
		width:43px;
		vertical-align:middle;
		text-align:left;
	}
	.navbar-right{
		display:block;
		text-align:left;
	}
	.navbar-right .navbar-nav{
		float:none;
	}
}

.navbar-default .navbar-toggle{
	border-color: #0075e1;
	background-color: #ffffff;
	float:none;
	margin:0;
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #0075e1;
	border-color: #0075e1;
	color:#ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #0075e1;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #ffffff;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 0;
}

@media screen and (min-width:768px){
	.navbar-nav > li {
		float: none;
		display: inline-block;
	}
}

.navbar-nav > li > a {
    padding: 1rem 0.7rem;
    line-height: 1.4rem;
}
.navbar-default .navbar-nav > li > a {
	text-transform:uppercase;
    background-color: #ffffff;
    color: #656565;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    background-color: #ffffff;
    color: #000000;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #ffffff;    
    color: #233b74;
    font-weight:bold;
}
.navbar-collapse.in {
    overflow: visible;
}


/* //////////////////////////////////////////////////////////////// */



.path {
    background: #eaeaea;
    color:#000000;
    background: linear-gradient(-45deg, #eaeaea 45%,#dcdcdc 45%,#dcdcdc 55%,#eaeaea 55%);
    background-size: 0.46154em 0.46154em;	
	padding-bottom: 2.5rem;
    position: relative;
}
.path:after{
    content: "";
    display: block;
    height: 2.5rem;
    background: #ffffff;
    width: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.breadcrumb {
    padding: 1rem 0rem;
    margin: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb a{
	color:#233b74;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 2rem;
}
.breadcrumb > li + li:before {
	font-family:"Fontawesome";
    content: "\f054";
    padding: 0 0.7rem 0 0.8rem;
    color: #b2b2b2;
}

/* //////////////////////////////////////////////////////////////// */

main{
	color:#000000;
	background:#ffffff;
	min-height: calc(100vh - 20rem);
	padding-top: 10px;
}

.pagecontent{
    background: #ffffff;
    position: relative;
    margin-top: -2.5rem;
    padding: 2.5rem 2rem;
}

.pagecontent:before {
    content: "";
    display: block;
    border-right: 1px solid #ccc;
    height: 3.84em;
    position: absolute;
    left: -0.07em;
    top: 2.3em;
}

/* //////////////////////////////////////////////////////////////// */

footer{
    background: #ddd;
    color:#000000;
    padding: 1rem 0 5rem 0;
    font-size:1rem;
}
footer a,
footer a:hover{
    color: #233b74;
}

.row.boxes .col-xs-12 {
	padding: 0;
	background: #ffffff;
}

.row.boxes > div{
	position:relative;
}
.row.boxes > div > span{
	display:block;
	padding: 1rem;
	background: #ffffff;
	position:relative;
	width:calc(100% - 1.5rem);
	top:-2rem;
	right:-2.5rem;
}

.row.boxes .col-xs-12:first-child {
	border-top: none;
}	
	
.foto-box{
	height:18rem;
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
}
.caption-boxes-high .foto-box{
	height:24rem;
}

.foto-box-1{background-image: url("/_images/common/foto1.jpg");}
.foto-box-2{background-image: url("/_images/common/foto2.jpg");}
.foto-box-3{background-image: url("/_images/common/foto3.jpg");}
	


	
@media screen and (min-width:768px){
	.row.boxes{
		display:table;
		width:100%;
		border-collapse: separate;
		border-spacing: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.row.boxes .col-xs-12 {
		display: table-cell;
		float: none;
		text-align: left;
		vertical-align: top;
		padding: 0 0 0 0;
		background: #ffffff;
		border:none;
		border-left: solid 1rem #ffffff;
	}
	.row.boxes > div > span{
		padding: 1rem 1.3rem;
	}
	
	.row.boxes .col-xs-12:first-child {
		border-left: none;
	}	
}
@media screen and (max-width:767px){
	.row.boxes .col-xs-12+.col-xs-12{
		margin-top:-1rem;
	}
}



@media screen and (max-width:1399px){
	.foto-box{
		height:19rem;
	}
	.caption-boxes-high .foto-box{
		height:26rem;
	}
}
@media screen and (max-width:1279px){
	.foto-box{
		height:14rem;
	}
	.caption-boxes-high .foto-box{
		height:19rem;
	}
}
@media screen and (max-width:991px){
	.foto-box{
		height:10rem;
	}
	.caption-boxes-high .foto-box{
		height:14rem;
	}
}
@media screen and (max-width:767px){
	.foto-box{
		height:18rem;
	}
	.caption-boxes-high .foto-box{
		height:16rem;
	}
}




/* //////////////////////////////////////////////////////////////// */

@media screen and (max-width:767px){
	.table-responsive > .table > thead > tr > th, 
	.table-responsive > .table > tbody > tr > th, 
	.table-responsive > .table > tfoot > tr > th, 
	.table-responsive > .table > thead > tr > td, 
	.table-responsive > .table > tbody > tr > td, 
	.table-responsive > .table > tfoot > tr > td {
		white-space: normal;
	}
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    padding: 0.6rem 0.5rem;
    line-height: 1;
}

.table > tbody > tr > th, 
.table > tbody > tr > td{
    padding: 0.8rem 0.5rem;
    line-height: 1.35;
    min-width: 6rem;
}

.table > thead > tr > th {
    vertical-align: top;
}

.table-condensed > tbody > tr > th, 
.table-condensed > tbody > tr > td {
    padding: 0.5rem 0.5rem;
    line-height: 1.35;
    min-width: 1rem;
}

.table-condensed .form-control {
    height: auto;
    padding: 0.4rem 0.5rem;
}

 
/* //////////////////////////////////////////////////////////////// */

.table.table-sidevents{
	border: none;
}
@media screen and (min-width:768px){
	.table.table-sidevents{
		table-layout:fixed;
	}
}
.table.table-sidevents th, 
.table.table-sidevents td {
    padding: 0.7rem 0.3rem;
    font-size: 0.9rem;
    line-height: 1.2;
    min-width: 0;
    vertical-align:middle;
    text-align: center;    
}
.table.table-sidevents thead th {
    text-align: center;
    padding: 0.3rem 0.3rem;
    font-size: 0.9rem;
    line-height:1.1rem;
    background: #0075e1;
    color: #ffffff;
    border-color: #ffffff;
    border-width: 2px;
}



.table.table-sidevents .mardzin{
	width:8px;
	min-width:0;
	padding:0;
	border:none;
	background:#ffffff;
}

.table.table-sidevents td.rowSlottd{
    padding-left:0px;
    padding-right:0;

}

@media screen and (max-width:767px){
	.table.table-sidevents th, 
	.table.table-sidevents td{
		min-width:5rem;
	}
}



div.rowSlot {
    font-size: 0.9rem;
    line-height:1.1rem;
    width: 100%;
}

div.rowSlot > a, 
div.rowSlot > span {
    text-decoration: none;
    display: block;
    padding: 0.5rem 0.25rem 0.5rem 0.25rem;
    background: #62ad4b;
    color: #ffffff;
    text-align:center;
}
div.rowSlot + div.rowSlot{
	margin-top:0.3rem;
}

div.rowSlot > a:hover{
	background: #65c248;
}
div.rowSlot.edit > a{
    background: #006dd2;
    color:#ffffff;
}
div.rowSlot.edit > a:hover{
	background: #0080f6;
}

div.rowSlot.busy > span {
    background: #b31515;
    color: #ffffff;
}

div.rowSlot.busy > a {
	background: #b31515;
	color: #ffffff;
}

div.rowSlot.access > a {
	background: #b36f15;
	color: #ffffff;
}

/* //////////////////////////////////////////////////////////////// */

ul.bookMenu {
    width:100%;
    margin:0;
    padding:0;
    display:table;
    overflow:hidden;
    height: 3.1rem;    
}
ul.bookMenu li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 10%;

    margin: 0;
    padding: 0;
    background-color: #357dcf;
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: -0.02rem;
    line-height: 1.1rem;
    border:0;
    position: relative;
    
    background-image: url("/_images/common/arrow_blue.svg");
	background-repeat:no-repeat;
	background-position: -2px center;
	background-size: 1.6rem calc(100% + 6px);
}
ul.bookMenu li.active ~ li{
    background-color:#eeeeee;
    color: #000000;    
}
ul.bookMenu li.active ~ li{
    background-image: url("/_images/common/arrow_gray.svg");
}
ul.bookMenu li.active + li{
    background-image: url("/_images/common/arrow_blue.svg");
}
ul.bookMenu li:first-child{
	background-image: none;
}
ul.bookMenu li > span, 
ul.bookMenu li > a {
    color: inherit;
    min-height: 3.1rem;
    padding: 0.5rem 0rem 0.5rem 1.8rem;
    text-decoration: none;
    display: table;
    margin: 0 auto;
    vertical-align: middle;
    text-align:center;
    position: relative;
    z-index: 10;
}
ul.bookMenu li:first-child > span,
ul.bookMenu li:first-child > a{
    padding: 0.5rem 0rem 0.5rem 0.5rem;	
}
ul.bookMenu li:last-child > span,
ul.bookMenu li:last-child > a{
    padding: 0.5rem 0.5rem 0.5rem 1.8rem;	
}

ul.bookMenu li > span{
	cursor:default;
}

ul.bookMenu li > span > span, 
ul.bookMenu li > a > span{
	display:table-cell;
	text-align:left;
	vertical-align: middle;
}



ul.bookMenu b {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.39rem;
    padding: 0rem 0.4rem;
    border: solid 2px #ffffff;
    border-radius: 50%;
    margin-right: 0.3rem;
}

ul.bookMenu li.active ~ li b{
	color:inherit;
    border-color:inherit;
    opacity:0.5;    
}
ul.bookMenu li.active ~ li a:hover {
	color:#357dcf;
}
@media screen and (max-width:767px){
	ul.bookMenu li {
		display: block;
		width: 100%;
		padding: 0;
		border: solid 1px #ffffff;
		border-left: 0;
		border-right: 0;
		background-image: none !important;
		min-height:3.1rem;    
	}
	ul.bookMenu li:before{
		font-family: "Fontawesome";
		width: 3rem;
		height: 3.1rem;
		text-align: left;
		overflow: hidden;
		color: #357dcf;
		position: absolute;
		vertical-align: middle;

		content: "\f0d7";
		top: -1.2rem;
		left: calc(50% - 1rem);
		font-size: 4rem;
		line-height: 3rem;
		text-shadow: 1px 2px 0px #ffffff, -1px 2px 0px #ffffff;
	}	
	ul.bookMenu li:first-child:before{
		display:none;
	}
	ul.bookMenu li.active ~ li{
		background-color:#eeeeee;
		color: #000000;    
	}
	ul.bookMenu li.active ~ li:before{
		color:#eeeeee;
	}
	ul.bookMenu li.active + li:before{
		color:#357dcf;
	}	

	ul.bookMenu li > span,
	ul.bookMenu li > a {
		padding:1.5rem 0.5rem 1.5rem 0.5rem !important; 
	}	
}




.jsStepFlow {
    display: none;
    position: relative;
    z-index: 11;
}
.jsStepFlow.active {
    display: block;
}
.jsStepFlow.error {
    border: 2px solid #f00;
}

#lockClock {
    position: fixed;
    right: 10px;
    top: 2px;
    right: calc(50% - 4.8rem);
    font-size: 1.6rem;
    line-height: 2rem;
    color: #ffffff;
    background: #bb0000;
    font-weight: bold;
    padding: 0.5rem 0.9rem;
    z-index: 999;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}



/* //////////////////////////////////////////////////////////////// */


.xxradio > label > input + select{display:none;}
.xxradio > label > input:checked + select{display:block;}

/* //////////////////////////////////////////////////////////////// */


.alert {
    padding: 1rem;
    margin-bottom: 2rem;
    border-width: 3px;
    border-radius: 4px;
    
    font-size: 1.15rem;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 2.5rem;
}


.alert-danger {
    background-color: #ffffff;
    border-color: #ae0000;
    color: #ae0000;
}
.alert-success {
    background-color: #ffffff;
    border-color: #52af19;
    color: #3c763d;
}
.alert-warning {
    background-color: #fff;
    border-color: #cf5004;
    color: #cf5004;
}
.alert-info {
    background-color: #ffffff;
    border-color: #357dcf;
    color: #357dcf;
}

.alert .close {
    font-size: 2rem;
    line-height: 1.5rem;
    color: inherit;
    text-shadow: 0px 1px 0px #ffffff;
    opacity: 0.8;
}



.alert p{margin:0;}
.alert p + p{margin-top:1.2rem;}

.alert p span{
	font-weight:bold;
}

/* //////////////////////////////////////////////////////////////// */




.ui-datepicker.ui-widget{
	box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.3);
}
.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
    cursor:pointer;
}
.checkbox label p{display:inline;}

p.signedup{
	margin: 0px 0px 0.8rem; 
	font-weight: bold;
}



.ui-datepicker{
	width: 16em;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: .1em .3em .1em 0;
}
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
    border: 1px dotted #000000;
    background: #0075e1;
    font-weight: normal;
    color: #ffffff;
}

.ui-timepicker-div{
    font-size: 11px;
    padding: 0 10px;
    border-top: 1px solid #000000;
    padding-top:.7em;
}
.ui-timepicker-div .ui-slider{
	background:#cccccc;
	border: 0;
	font-size:14px;
}
.ui_tpicker_time{
	font-size:15px;
}
.ui-timepicker-div .ui-slider .ui-slider-handle {
    width: 13px;
    height: 13px;
    top: -1px;
    margin-left: 0px;

    border: 1px solid #0075e1;
    background: #0075e1;
    font-weight: normal;
    color: #ffffff;
    outline: solid 1px #fff;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 0.99rem;
}
.ui-datepicker .ui-datepicker-title select option{
    font-size: 0.95rem;
    font-weight:normal;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "web_opensans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
}


/* //////////////////////////////////////////////////////////////// */


.website-img-prv {
	padding: 0.8rem;
	border: 1px solid #cccccc;
	border-radius: 2px;
	position:relative;
	margin-bottom:0.5rem;
	max-width: 200px;
    margin: 0 auto 0.5rem auto;
}
.website-file-prv{
	height:5rem;
	padding: 0.4rem;	
}

.website-img-prv .delete-checkbox {
	position:absolute;
	bottom:2px;
	right:2px;
	padding:0rem 0.4rem;
	border-radius: 0.2rem;	
	background:rgba(255,255,255,0.9);
}
.website-img-prv .delete-checkbox label {
    font-size: 0.7rem;
    line-height: 1rem;
    margin: 0;
    vertical-align:middle;
}
.website-img-prv .delete-checkbox input{
    margin: 0;
    width: 0.8rem;
    height: 0.8rem;
    vertical-align: top;
    margin-right: 3px;
}
.form-group-under{
	margin-top:0.5rem;
	display:block !important;
}
.form-group-under > div{
    display: inline-block !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    float: none;
    vertical-align: top;
    margin: 0 auto;
}

.website-img-prv figure{
	display:block;
	width: 100%;
}
.website-img-prv img {
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
}



.website-file-prv {
    padding: 0;
    width: 100%;
    display: table;
    height:5rem;
}
.website-file-prv:before{
    font-family: "Fontawesome";
    content: "\f016";
    color: #0075e1;
    position: absolute;
    font-size: 3.2rem;
    line-height: 2rem;
    top: calc(50% - 0.98rem);
    left: 0.8rem;
}
.website-file-name {
    font-size: 1rem;
    line-height: 1.1rem;
    max-height: 85%;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding: 1rem 1rem 1rem 4.4rem;
}


@media screen and (max-width:1279px){
	.website-file-prv {
		height: 5rem;
	}
}
@media screen and (max-width:991px){
	.website-file-prv {
		height: 5rem;
	}	
}
@media screen and (max-width:767px){
	.website-file-prv{
		height: 5rem;
	}
}


.sp-assistance-content{display:none;}


/* //////////////////////////////////////////////////////////////// */

textarea.form-control {
    min-height: 6rem;
}
div.payerContainer {
    position: relative;
}
div.payerContainer.error {
    border: 2px solid rgba(218, 16, 23, 0.7);
    padding: 0 1rem 1rem 1rem;
}
div.jsPayerForm {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1rem 1.4rem;
}

.jsPayers {
	margin-top:1rem;
}
.payerRow {
	display:table-row;
	width:100%;
    display:table;
    border-collapse:collapse;	
}
.payerRow:last-child{margin-bottom:1rem;}

.payerRow > span{
	display:table-cell;
	border: 1px solid #dddddd;
	background:#f9f9f9;
	padding:0.5rem 0.8rem;
	vertical-align:middle;
}
.payerRow > span.jsInput{
    display: none;
}
.payerRow > span.jsPayerEdit,
.payerRow > span.jsPayerDelete{
	width:60px;
	padding:0;
}

.payerTpl, 
.jsPayerForm {
    display: none;
}

/* //////////////////////////////////////////////////////////////// */

#step3RadioOpt.error{
	outline: 3px solid rgba(218, 16, 23, 0.7);
	padding:1rem;
}

.jsConvForm {
    display: none;
}
.jsConvTpl {
    display: none;
}

#convenorsSelection{
	margin-bottom:20px;
}
#convenorsSelection ul{
	width:100%;
    display:block;
}
#convenorsSelection li{
	width:100%;
    display:table;
    border-collapse:collapse;	
}
#convenorsSelection li > span{
	display:table-cell;
	border: 1px solid #dddddd;
	background:#f9f9f9;
	padding:0.5rem 0.8rem;
	vertical-align:middle;
}
#convenorsSelection li > span.deleteConv{
	width:60px;
	padding:0;
}
#convenorsSelection li.jsConvTpl{
	display:none;
}


/* //////////////////////////////////////////////////////////////// */


div.attachmentslist{
	text-align:left;
	vertical-align:top;
	font-size:1rem;
	line-height: 1rem;
}
div.attachmentslist a {
    display: inline-table;
    vertical-align: top;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
    box-sizing: border-box;
    margin: 0 3rem 0.8rem 0;
    position: relative;
    text-decoration: none;
}
div.attachmentslist a:hover{
	text-decoration:none;
    color: #0075e1;	
}
div.attachmentslist a:before{ 
    display: table-cell;
    margin: 0;
    font-size: 2.5em;
    line-height: 2.5rem;
    padding: 0.1rem 0.3rem;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 0px;
    font-family: "Fontawesome";
    font-weight: normal;
    content: "\f016";
}
div.attachmentslist a span {
    word-break: break-all;
    display: table-cell;
    padding: 0px 0 0px 0.3rem;
    text-align: left;
    vertical-align: middle;
    position: relative;
}





.attachmentslist a[href$=".doc"]:before,
.attachmentslist a[href$=".docx"]:before,
.attachmentslist a[href$=".rtf"]:before{content: "\f1c2";}
.attachmentslist a[href$=".pdf"]:before{content:"\f1c1";}
.attachmentslist a[href$=".ppt"]:before,
.attachmentslist a[href$=".pptx"]:before{content:"\f1c4";}
.attachmentslist a[href$=".xls"]:before,
.attachmentslist a[href$=".xlsx"]:before{content:"\f1c3";}
.attachmentslist a[href$=".cab"]:before,
.attachmentslist a[href$=".rar"]:before,
.attachmentslist a[href$=".zip"]:before,
.attachmentslist a[href$=".7z"]:before{content:"\f1c6";}
.attachmentslist a[href$=".bmp"]:before,
.attachmentslist a[href$=".ai"]:before,
.attachmentslist a[href$=".dwg"]:before,
.attachmentslist a[href$=".emf"]:before,
.attachmentslist a[href$=".gif"]:before,
.attachmentslist a[href$=".jfif"]:before,
.attachmentslist a[href$=".jpeg"]:before,
.attachmentslist a[href$=".jpg"]:before,
.attachmentslist a[href$=".JPG"]:before,
.attachmentslist a[href$=".png"]:before,
.attachmentslist a[href$=".psd"]:before,
.attachmentslist a[href$=".tif"]:before,
.attachmentslist a[href$=".tiff"]:before{content:"\f1c5";}
.attachmentslist a[href$=".aiff"]:before,
.attachmentslist a[href$=".ac3"]:before,
.attachmentslist a[href$=".au"]:before,
.attachmentslist a[href$=".mid"]:before,
.attachmentslist a[href$=".mp2"]:before,
.attachmentslist a[href$=".mp3"]:before,
.attachmentslist a[href$=".wav"]:before,
.attachmentslist a[href$=".wma"]:before{content:"\f1c7";}
.attachmentslist a[href$=".avi"]:before,
.attachmentslist a[href$=".divx"]:before,
.attachmentslist a[href$=".mov"]:before,
.attachmentslist a[href$=".movie"]:before,
.attachmentslist a[href$=".mp4"]:before,
.attachmentslist a[href$=".mpe"]:before,
.attachmentslist a[href$=".mpeg"]:before,
.attachmentslist a[href$=".mpg"]:before,
.attachmentslist a[href$=".wmv"]:before{content:"\f1c8";}
.attachmentslist a[href$=".css"]:before,
.attachmentslist a[href$=".html"]:before,
.attachmentslist a[href$=".inf"]:before,
.attachmentslist a[href$=".ini"]:before,
.attachmentslist a[href$=".log"]:before,
.attachmentslist a[href$=".php"]:before,
.attachmentslist a[href$=".nfo"]:before,
.attachmentslist a[href$=".csv"]:before,
.attachmentslist a[href$=".txt"]:before{content:"\f0f6";}
.attachmentslist a[href$=".js"]:before,
.attachmentslist a[href$=".htm"]:before,
.attachmentslist a[href$=".html"]:before,
.attachmentslist a[href$=".xml"]:before{content:"\f1c9";}

.attachmentslist a[href$=".DOC"]:before,
.attachmentslist a[href$=".DOCX"]:before,
.attachmentslist a[href$=".RTF"]:before{content: "\f1c2";}
.attachmentslist a[href$=".PDF"]:before{content: "\f1c1";}
.attachmentslist a[href$=".PPT"]:before,
.attachmentslist a[href$=".PPTX"]:before{content:"\f1c4";}
.attachmentslist a[href$=".XLS"]:before,
.attachmentslist a[href$=".XLSX"]:before{content:"\f1c3";}
.attachmentslist a[href$=".CAB"]:before,
.attachmentslist a[href$=".RAR"]:before,
.attachmentslist a[href$=".ZIP"]:before,
.attachmentslist a[href$=".7Z"]:before{content:"\f1c6";}
.attachmentslist a[href$=".BMP"]:before,
.attachmentslist a[href$=".AI"]:before,
.attachmentslist a[href$=".DWG"]:before,
.attachmentslist a[href$=".EMF"]:before,
.attachmentslist a[href$=".GIF"]:before,
.attachmentslist a[href$=".JFIF"]:before,
.attachmentslist a[href$=".JPEG"]:before,
.attachmentslist a[href$=".JPG"]:before,
.attachmentslist a[href$=".PNG"]:before,
.attachmentslist a[href$=".PSD"]:before,
.attachmentslist a[href$=".TIF"]:before,
.attachmentslist a[href$=".TIFF"]:before{content:"\f1c5";}
.attachmentslist a[href$=".AIFF"]:before,
.attachmentslist a[href$=".AC3"]:before,
.attachmentslist a[href$=".AU"]:before,
.attachmentslist a[href$=".MID"]:before,
.attachmentslist a[href$=".MP2"]:before,
.attachmentslist a[href$=".MP3"]:before,
.attachmentslist a[href$=".WAV"]:before,
.attachmentslist a[href$=".WMA"]:before{content:"\f1c7";}
.attachmentslist a[href$=".AVI"]:before,
.attachmentslist a[href$=".DIVX"]:before,
.attachmentslist a[href$=".MOV"]:before,
.attachmentslist a[href$=".MOVIE"]:before,
.attachmentslist a[href$=".MP4"]:before,
.attachmentslist a[href$=".MPE"]:before,
.attachmentslist a[href$=".MPEG"]:before,
.attachmentslist a[href$=".MPG"]:before,
.attachmentslist a[href$=".wmv"]:before{content:"\f1c8";}
.attachmentslist a[href$=".CSS"]:before,
.attachmentslist a[href$=".HTML"]:before,
.attachmentslist a[href$=".INF"]:before,
.attachmentslist a[href$=".INI"]:before,
.attachmentslist a[href$=".LOG"]:before,
.attachmentslist a[href$=".PHP"]:before,
.attachmentslist a[href$=".NFO"]:before,
.attachmentslist a[href$=".CSV"]:before,
.attachmentslist a[href$=".TXT"]:before{content:"\f0f6";}
.attachmentslist a[href$=".JS"]:before,
.attachmentslist a[href$=".HTM"]:before,
.attachmentslist a[href$=".HTML"]:before,
.attachmentslist a[href$=".XML"]:before{content:"\f1c9";}

.attachmentslist a.pdf:before{content: "\f1c1";}

/* //////////////////////////////////////////////////////////////// */


.counterBox{
    font-size: 0.9rem;
    color: #333333;
}
.counterCurrent{color: #0075e1;}

.thumbnail {
	display: block;
	padding: 0;
	margin-bottom: 10px;
	line-height: 1.4285;
	background-color: #fff;
	border: 0px solid #ddd;
	border-radius: 0px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	padding: 6px;
}

.thumbnail > a{
	display:block;
	background:#201206;
}
.thumbnail > a > img{
	opacity:0.8;
}
.thumbnail > a:hover > img{
	position:relative;
	opacity:1;
}


/* //////////////////////////////////////////////////////////////// */


@media screen and (min-width:768px){
}
@media screen and (min-width:992px){
}
@media screen and (min-width:1280px){
}
@media screen and (min-width:1400px){
}
@media screen and (max-width:1399px){
}
@media screen and (max-width:1279px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:767px){
}


