/*reset-css*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}
body {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: 'Titillium Web', arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Titillium Web', arial, sans-serif;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}
blockquote {
    quotes: none
}
blockquote:before,
blockquote:after {
    content: none
}
del {
    text-decoration: line-through
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
a img {
    border: none
}
a {
    outline: medium none
}
p {
    margin: 0;
    padding: 0
}
p,
td {
    text-align: left;
}
input[type=text]:focus {
    outline: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0px;
    padding: 0px;
}
/*reset-css*/

.clear {
    clear: both;
}
body {
    margin: 0px;
    padding: 0px;
    background-position: center top;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}
.red {
    color: #a51919
}
.green {
    color: #66cc33
}
.imgright {
    margin-left: 20px;
    margin-bottom: 10px;
}
.imgleft {
    margin-right: 20px;
    margin-bottom: 10px;
}

/*Header*/

.header_back {
    width: 100%;
    background: #333333;
    border-bottom: 1px solid black;
    /*background: url(/images/header-bk.jpg) no-repeat;*/
    background-size: 100% 100%;
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/header-bk.jpg',sizingMethod='scale');-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/header-bk.jpg',sizingMethod='scale')";*/
	
	position: fixed;
    z-index: 1;
    top: 0px;
}

.header {
    /*height: 100px;
    width: 966px;
    width: 1140px;*/
    margin: 0 auto;
    position: relative;
    /*left: 26px;*/
    padding: 0rem 5rem;
    max-width:1450px;
    display: flex;
    align-items: center;
}

.logo {
    float: left;
}
.logo a img {
    margin: 10px 0px 0px -30px;
    /*margin: 24px 0px 0px 0px;
    width: 163px;*/
    height: auto;
    z-index: 1001;
}


.logo .logo-tagline {
    font-family: 'titilliumregular';
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin-top: -29px;
}
.hright {
    float: right;
    padding-right: 15px;
    width: 790px;
    /*position: absolute;
    width: 951px;*/
    width: 1080px;
    display: flex;
    align-items: center;
}
.hright > p {
    font-family: 'titilliumregular';
    font-size: 15px;
    color: #3399cc;
    float: right;
    margin-top: 10px;
}
.hright > p span {
    color: #4c8fca;
}
/* Top Menu */

ul#menu {
    float: left;
    margin-top: 30px;
    margin-left: 150px;
}
ul#menu li {
    float: left;
    list-style-type: none;
    /* background: url(/images/sdivd.jpg) no-repeat right center;
      padding: 0px 15px 0px 10px;*/
    padding: 0px 12px 0px 10px;
    background: #333333;
}
ul#menu li.no {
    background: none;
    padding: 0px 0px 0px 10px;
}
ul#menu li a {
    /*font-family: 'titilliumregular', arial, sans-serif;
    font-size: 15px;*/
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1000;
    padding-bottom: 0px;
}
ul#menu li a:hover {
    /*border-bottom: 3px solid #66CC33;*/
    background:#3399cc !important;
    color:#fff !important;
}
ul#menu li a.active {
    /*border-bottom: 3px solid #66CC33;*/
     background:#3399cc !important;
    color:#fff !important;
}
/*a.services{width:156px; height:26px; background:url(/images/services.png); font-family: 'titilliumbold'; font-size:15px; color:#fff; text-decoration:none; text-transform:uppercase; display:inline-block; text-indent:20px; padding-top:10px; box-shadow:3px 3px 10px #999999; float:right; margin:19px 0px 0px 0px;}*/

a.services {
    width: 80px;
    height: 26px;
    color: #fff;
background-color: transparent;
border-color: #fff !important;
border-radius: 5px;
padding-top: 10px;
    float: right;
    font-size: 15px;
    font-family: 'titilliumbold';
    text-decoration: none;
    text-transform: uppercase;
   border: 1px solid #fff;
   margin: 0px 0px 0px 0px;
   text-indent: 20px;
   -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    /*background: url(/images/services.png);
    font-family: 'titilliumbold';
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-indent: 20px;
    padding-top: 10px;
    float: right;
    margin: 19px 0px 0px 0px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #666666;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);*/
}
a#login_action.services.desktop-login:hover {
    background: #fff;
    color: #333333;
}
a#login_action.services.desktop-login.active {
    border-bottom: 3px solid #66CC33;
}
a.login {
    width: 156px;
    height: 26px;
    background: url(/images/services.png);
    font-family: 'titilliumbold';
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-indent: 20px;
    padding-top: 10px;
    float: right;
    margin: 19px 0px 0px 0px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #666666;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
}
/* .content_back{background:url(/images/bg.jpg) repeat-x, #fff; width:100%; height:auto; margin: 0; padding: 0; } */

.content_back {
    background: url(/images/bg.png) repeat-x;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.content_background {
    background: url(/images/stretch-bk3.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/stretch-bk3.jpg', sizingMethod='scale')";
}
.content_background_member {
    background: url(/images/stretch-bk-green.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
}
.content_home {
    /*background: url(/images/cont_back.jpg) repeat-x;*/
    background-color: #fff;
    width: 985px;
    margin: 0 auto;
    /*border: 1px solid #bcbcbc;*/
    border-bottom: none;
    border-top: none;
    height: auto;
    border: 1px solid #3d3d3d;
}
.content {
    /*background: url(/images/bg.png) repeat-x;*/
    background-color: #fff;
    width: 985px;
    margin: 0 auto;
    border: 1px solid #3d3d3d;
    border-bottom: none;
    border-top: none;
    height: auto;

}
.stretch_bk {
    background: url(/images/stretch-bk.jpg) no-repeat;
    width: 100%;
    height: 100%;
}
/*Home*/

.banner {
    width: 966px;
    height: 290px;
}
.bleft {
    float: left;
}
.bright {
    float: right;
    position: relative;
    left: 11px;
    margin-top: 30px;
}
.butleft img#bl3 {
    margin: 17px 0px 0px 14px;
}
.butleft img#bl4 {
    margin: 15px 0px 0px 20px;
}
.butleft img#bl5 {
    margin: 12px 0px 0px 12px;
}
.button1 {
    background: url(/images/button1.png);
    width: 260px;
    height: 76px;
    margin-bottom: 5px;
}
.button1 a {
    color: #fff;
    font-family: 'titilliumbold';
    font-size: 19px;
    text-decoration: none;
    position: relative;
    top: 8px;
    line-height: 23px;
}
.button11 {
    background: url(/images/button11.png);
    width: 260px;
    height: 76px;
    margin-bottom: 5px;
    left: 15px;
}
.button11 a {
    color: #fff;
    font-family: 'titilliumbold';
    font-size: 19px;
    text-decoration: none;
    position: relative;
    top: 8px;
    left: 45px;
    line-height: 23px;
}
.button111 {
    background: url(/images/button111.png);
    width: 260px;
    height: 76px;
    margin-bottom: 5px;
}
.button111 a {
    color: #fff;
    font-family: 'titilliumbold';
    font-size: 19px;
    text-decoration: none;
    position: relative;
    top: 8px;
    left: 45px;
    line-height: 23px;
}
.midl_back {
    width: 966px;
    background: url(/images/midl_back.jpg);
    height: 43px;
    clear: both;
    text-align: center;
}
#mb1-new {
    font-family: 'titilliumregular';
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
    line-height: 40px;
    display: inline-block;
}
#mb1 {
    font-family: 'titilliumregular';
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
    line-height: 40px;
    margin-right: 5px;
    display: inline-block;
    text-indent: 100px;
}
#mb2 {
    font-family: 'titilliumregular';
    font-size: 17px;
    color: #bcbec0;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
    line-height: 40px;
}
.cont1 {
    width: 940px;
    padding: 10px 20px;
    display: inline-block;
}
.block1 {
    height: 220px;
    width: 275px;
    background: #fff;
    border: 1px solid #bcbcbc;
    border-left: 3px solid #bcbcbc;
    border-bottom: 3px solid #bcbcbc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    float: left;
    margin: 20px 31px 20px 5px;
}
h4.bhead1 {
    font-family: 'titilliumregular';
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    background: #3399CC;
    height: 37px;
    width: 250px;
    line-height: 34px;
    margin: 15px 0px;
    padding-left: 25px;
}
h4.bhead2 {
    font-family: 'titilliumregular';
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    background: #66CC33;
    height: 37px;
    width: 250px;
    line-height: 34px;
    margin: 15px 0px;
    padding-left: 25px;
}
h4.bhead3 {
    font-family: 'titilliumregular';
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    background: #999999;
    height: 37px;
    width: 250px;
    line-height: 34px;
    margin: 15px 0px;
    padding-left: 25px;
}
.block1 h4 a {
    color: white;
    text-decoration: none;
}
.block_left {
    width: 95px;
    float: left;
}
.block_left img#img1 {
    margin-top: 30px;
}
.block_left img#img2 {
    margin-top: 0px;
}
.block_left img#img3 {
    margin-top: 0px;
}
.block_right {
    width: 175px;
    float: left;
}
.block_right p {
    color: #999999;
    font-family: 'titilliumbold';
    font-size: 13px;
    line-height: 17px;
    margin-right: 10px;
}
.block_right p span {
    color: #026a9d;
    font-weight: bold;
}
.block_right p a {
    color: #66CC33;
    font-family: 'titilliumregular';
    font-size: 13px;
}
.block_right > a {
    font-size: 13px;
    color: #66CC33;
    font-family: 'titilliumbold';
}
.cont2 {
    width: 966px;
    display: inline-block;
    padding-bottom: 15px;
}
.c2left {
    background: url(/images/cont2left.jpg);
    height: 144px;
    width: 363px;
    float: left;
    padding-left: 160px;
    padding-right: 70px;
    margin-left: 25px;
}
.c2left h4 {
    color: #fff;
    font-family: 'titilliumregular';
    font-size: 28px;
    text-transform: uppercase;
    margin: 15px 0px 7px 0px;
}
.c2left p {
    color: #231f20;
    font-family: 'titilliumregular';
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 7px;
}
.c2left p span {
    color: #231f20;
    font-family: 'titilliumbold';
    font-size: 13px;
}
.c2left a {
    color: #fff;
    font-family: 'titilliumregular';
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
}
.c2right {
    float: right;
    position: relative;
    left: 11px;
}
.button2 {
    background: url(/images/button2.png);
    width: 322px;
    height: 75px;
    margin-bottom: 5px;
}
.butleft {
    width: 85px;
    height: 65px;
    float: left;
}
.butleft img#bl1 {
    margin: 17px 0px 0px 10px;
}
.butleft img#bl2 {
    margin: 12px 0px 0px 12px;
}
.butleft img#bl4 {
    margin: 9px 0px 0px 20px;
}
.button2 a {
    color: #fff;
    font-family: 'titilliumbold';
    font-size: 19px;
    text-decoration: none;
    position: relative;
    top: 13px;
}
.button2 a span {
    color: #231f20;
    font-size: 16px;
}
.blurb {
    padding: 20px;
    line-height: 130%;
}
#container {
    width: 660px;
    position: relative;
    margin: 0 auto;
}
#carousel {
    width: 650px;
    margin: 0 auto;
}
.slide {
    margin: 0;
    position: relative;
    left: 20px;
    top: 15px;
}
.slide > img {
    float: left;
}
.slide > .text {
    float: left;
    z-index: 1000;
    width: 200px;
    height: 157px;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 2px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    margin-top: 25px;
}
.slide > .text1 {
    background: url(/images/green-button.jpg) no-repeat;
    background-size: 100% 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/green-button.jpg', sizingMethod='scale')"
}
.slide > .text2 {
    background: url(/images/blue-button.jpg) no-repeat;
    background-size: 100% 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/blue-button.jpg', sizingMethod='scale')"
}
.slide > .text3 {
    background: url(/images/grey-button.png) no-repeat;
    background-size: 100% 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/grey-button.png', sizingMethod='scale')"
}
.bullet {
    background: url(/images/pag-off.png) center center no-repeat;
    display: block;
    width: 11px;
    height: 10px;
    margin: 0;
    margin-right: 5px;
    float: left;
}
#pages {
    width: 150px;
    position: relative;
    top: -30px;
    left: 25px;
}
.text h3 {
    font-family: 'titilliumbold', sans-serif;
    color: #fff;
    font-size: 33px;
    line-height: 38px;
}
.text p {
    font-family: 'titilliumregular', sans-serif;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    margin: 10px 0px;
}
.text a {
    font-family: 'titilliumbold', sans-serif;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-align: right;
    display: block;
    margin-top: 10px;
    margin-right: 15px;
}
/* footer */

.superfooter {
    width: 100%;
    background: #333 !important;
    /*padding: 1rem 5rem;*/
}
.col-25{
    width: 25%;
    float:left;
    margin-top: 10px;
}
.social li {
  list-style: none;
  padding-left: 0;
  float: left;
}
.sr-spacer-top-25 {
  padding-top: 1.1363636363636365rem;
}
.social li a {
  font-size: 1.2em;
}
ul.social li i {
  border-radius: 50%;
  width: 2.3rem;
  height: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  margin: 3px;
}
social li {
  text-align: center;
}
.footer {
    margin: 0 auto;
    /*width: 966px;*/
    width: 985px;
    background: #333 !important;;
    /*padding: 35px 0px 15px 0px;*/
    padding: 50px 0px 50px 0px;;
    text-align: left;
    
/*margin-left: 25rem;*/
}
.fcls {
    float: left;
    /*margin-right: 20px;*/
    line-height: 17px;
}
.fcls li a {
    font-family: 'titilliumregular';
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.fcls h6 {
    font-family: 'titilliumbold';
    font-size: 13px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 20px;
}
.footnote {
    padding-left: 25px;
    font-size: 11px;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
}
.footnote a {
    color: #f69240;
text-decoration: none;
}
div.copyright {
    float: right;
}
/* subpage */

.sub {
    font-family: 'titilliumregular', sans-serif;
    color: #666666;
    font-size: 15px;
    line-height: 19px;
    margin: 0px 0px;
    padding: 7px 25px 40px 25px;
    float: right;
    width: 690px;
}
.sub p {
    font-family: 'titilliumregular', sans-serif;
    color: #666666;
    font-size: 15px;
    line-height: 19px;
    margin: 10px 0px;
}
.sub a {
    font-family: 'titilliumbold', sans-serif;
    color: #026a9d;
    text-decoration: none;
}
.sub h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'titilliumregular', 'Titillium Web', arial, sans-serif;
}
.sub h1 {
    color: #666666;
    font-size: 33px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 38px;
}
.sub h2 {
    color: #3399cc;
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 26px;
}
.sub h3 {
    color: #026a9d;
    font-size: 19px;
    line-height: 19px;
    font-family: 'titilliumbold', 'Titillium Web', arial, sans-serif;
}
/* .sub b { color: #407da3; } */

.sub ul {
    list-style-type: disc;
    margin-left: 15px;
    padding-left: 15px;
}
.sub ul li {
    list-style-type: disc;
    margin-left: 15px;
    padding-left: 15px;
    color: #666666;
}
ol.numbers {
    list-style-type: lower-alpha;
    margin-left: 15px;
    padding-left: 15px;
}
ol.numbers li {
    list-style-type: lower-alpha;
    margin-left: 15px;
    padding-left: 15px;
    color: #666666;
    padding-bottom: 30px;
}
/* original styles */

.horizontal-divider {
    height: 1px;
    border-top: 1px dotted gray;
}
H3.headline {
    font-weight: bold;
    color: #2b5992;
    font-size: 14pt;
}
H4 {
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 8px;
}
ul {
    padding-left: 25px;
    
}
li {
    padding-bottom: 7px;
}
/*div.blueblock {	border: solid 1px #00a6db;	-moz-border-radius: 8px;	-khtml-border-radius: 8px;	-webkit-border-radius: 8px;	padding: 0 10px 10px 10px;	margin-bottom: 20px;	}div.blueblock h2 {	background-color: #00a6db;	-moz-border-radius: 8px;	-khtml-border-radius: 8px;	-webkit-border-radius: 8px;	color: #FFFFFF;	font-family:Georgia, "Times New Roman", Times, serif;	font-size: 16px;	font-weight: normal;	padding:10px;}div.greenblock {	border: solid 1px #a8b400;	-moz-border-radius: 8px;	-khtml-border-radius: 8px;	-webkit-border-radius: 8px;	padding: 0 10px 10px 10px;	margin-bottom: 20px;}div.greenblock h2 {	background-color: #a8b400;	-moz-border-radius: 8px;	-khtml-border-radius: 8px;	-webkit-border-radius: 8px;	color: #FFFFFF;	font-family:Georgia, "Times New Roman", Times, serif;	font-size: 16px;	font-weight: normal;	padding:10px;}*/

ul.disc {
    list-style-type: disc;
    margin-left: 15px;
    padding-left: 15px;
}
ul.disc li {
    list-style-type: disc;
    margin-left: 15px;
    padding-left: 15px;
}
ul.blocked {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.blocked li {
    border-bottom: #000000 1px dashed;
    font-size: 13px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
ul.blocked li a {
    display: block;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}
ul.blocked li a:hover {
    display: block;
    padding: 10px;
    color: #000000;
    background-color: #efefef;
    border: 1px solid #dddddd;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}
ul.blockedtwo {
    list-style-type: none;
    margin: 0;
    padding: 15px;
    padding-left: 22px;
}
ul.blockedtwo li {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
ul.blockedtwo li a {
    display: block;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    font-family: 'titilliumregular';
    line-height: 130%;
}
ul.blockedtwo li a:hover {
    display: block;
    color: #66CC33;
    text-decoration: underline;
}
ul.blockedtwo li a.hyper {
    display: block;
    color: #66CC33;
    text-decoration: underline;
    line-height: 130%;
}
div.greenblock ul.blocked li {
    border-bottom: #a8b400 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
div.blueblock ul.blocked li {
    border-bottom: #00a6db 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
ul.feed_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.greenblock ul.feed_list li {
    border-bottom: #a8b400 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
div.blueblock ul.feed_list li {
    border-bottom: #00a6db 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
div.blueblock ul.blocked li ul li {
    border: none;
    margin: 0;
    padding-bottom: 5px;
    list-style-type: square;
}
img.alignleft {
    float: left;
    padding-right: 10px;
    border: 0;
}
img.alignright {
    float: right;
    padding-left: 10px;
    border: 0;
}
/* Left Column, Courses Overview and Courses Widget */

.left-column {
    width: 200px;
    vertical-align: top;
    min-height: 300px;


}
#courses-overview {
    /*padding: 10px;*/
    /*background-image: url(/images/course-leftbox-bg.jpg);*/
    /*	background:url(/images/gray-bk.png) repeat-x; */

    border: 1px solid #BEBEBE;
    -moz-border-radius: 10px 10px 0px 0px;
    margin-left: 25px;
    border-radius: 10px 10px 0px 0px;
    background-color: #ffffff;
    background-repeat: repeat-x;
    margin-bottom: 25px;
    width: 200px;
}
#courses-overview .heading {
    padding: 6px;
    padding-left: 20px;
    background-color: #3399cc;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    color: #ffffff;
    font-weight: normal;
    text-align: left;
    margin-top: 15px;
    font-size: 18px;
    font-family: 'titilliumregular', arial, sans-serif;
}
#courses-widget {
    /*padding: 10px;	border: 1px solid #003368;	-moz-border-radius: 10px; 	border-radius: 10px;	background-color: #999999;	background-image: url(/images/course-leftbox-bg.jpg);	background-repeat: repeat-x;*/

    border: 1px solid #666666;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    background-color: #ffffff;
    background-repeat: repeat-x;
    margin-bottom: 50px;
    width: 200px;
}
#courses-widget .heading {
    /*	padding: 6px;	background-color: #003368;	text-align: center;	color: #ffffff;	font-weight: bold;	text-align: center;	-moz-border-radius: 5px;	border-radius: 5px;	*/

    padding: 6px;
    padding-left: 20px;
    background-color: #3399CC;
    color: #ffffff;
    font-weight: normal;
    text-align: left;
    margin-top: 15px;
    font-size: 18px;
}
.course-date {
    margin-top: 8px;
    font-size: 11px;
    text-align: center;
    color: #3b3b3b;
}
/* buttons */

.blue-button {
    padding: 6px;
    background-color: #3399CC;
    background-image: url(/images/blue-button.jpg);
    background-repeat: repeat-x;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #666666;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
}
a.blue-button {
    color: #ffffff;
}
.darkblue-button {
    padding: 6px;
    background-color: #0b5da6;
    background-image: url(/images/darkblue-button.png);
    background-repeat: repeat-x;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #666666;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
}
a.darkblue-button {
    color: #ffffff;
    border: 0px;
}
a.darkblue-button span {
    margin-right: 7px;
}
.green-button,
.green-button-wide {
    padding: 6px;
    background-color: #66CC33;
    background-image: url(/images/green-button.jpg);
    background-repeat: repeat-x;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #666666;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
}
a.green-button,
a.green-button-wide {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
}
.green-button-wide {
    width: 200px;
    font-size: 13pt;
}
div.more {
    margin-top: 20px;
}
a.more {
    font-size: 12px;
    font-family: arial, helvetica;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    background-color: #4cb847;
    background-image: url(/images/green-button.jpg);
    background-repeat: repeat-x;
    margin-bottom: 0px;
    /*	border: 1px solid #efefef; */

    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #666666;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
}
/* Staff Profiles */

.profile {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #efefef;
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f8f8f8;
    /*	cursor: pointer; */

    font-size: 13pt;
    line-height: 140%;
}
.profile:hover {
    background-color: #dfe3e8;
    background-image: url(/images/course-leftbox-bg.jpg);
    background-repeat: repeat-x;
}
.bio {
    clear: all;
    font-size: 12px;
    font-family: verdana;
    margin-top: 6px;
    text-align: justify;
    text-justify: inter-word;
}
.bio ul li {
    font-size: 14px;
}
/* Course Description and Detail */

.notes-description {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #efefef;
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f8f8f8;
    height: auto;
    width: 653px;
    float: left;
}
.notes-description .reminder {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.notes-description:hover {
    background-color: #dfe3e8;
    background-image: url(/images/course-leftbox-bg.jpg);
    background-repeat: repeat-x;
}
.course-description {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #efefef;
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f8f8f8;
    height: auto;
    width: 653px;
    float: left;
}
.course-description:hover {
    background-color: #dfe3e8;
    background-image: url(/images/course-leftbox-bg.jpg);
    background-repeat: repeat-x;
}
.course-description .red {}.course-description td {
    padding-top: 15px;
}
.course-section {
    margin-top: 30px;
}
.course-heading {
    font-size: 12pt;
    font-family: arial, helvetica;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    background-color: #3c9a3b;
    margin-bottom: 7px;
    /*	border: 1px solid #efefef; */

    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px #000;
}
.course-cost {
    padding: 6px;
    margin-top: 10px;
    background-color: #66CC33;
    background-image: url(/images/green-button.jpg);
    background-repeat: repeat-x;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px solid #666666;
    -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.4);
}
.course-cost strike {
    color: #a51919;
}
/*h1.expert-trainers {	border-top: 1px solid black;	background-color: #dddddd;	margin-top: 13px;	margin-bottom: 2px;	padding: 12px;}table.expert-trainer { 	background-color: #ffffff;	border-top: 1px solid #dddddd;}table.expert-trainer td {	background-color: #f8f8f8;	padding: 12px;	border-bottom: 1px solid #cccccc;	border-top: 3px solid #ffffff;	font-size: 12px;	padding-top: 3px;}table.expert-trainer h2 {	margin-top: 10px;	margin-bottom: 8px;}*/

table.course-summary-box {
    background-color: #ced7df;
    background-image: url(/images/course-summary-box-bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #003368;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 25px;
    width: 275px;
    -moz-box-shadow: 0 0 4px 3px #003368;
    -webkit-box-shadow: 0 0 4px 3px#dcdcdc;
    /* box-shadow: 0 0 4px 3px #dcdcdc; */
    /*	-webkit-box-shadow: inset 0px -5px 7px 0px rgba(0, 0, 0, .7);    box-shadow: inset 0px -5px 7px 0px rgba(0, 0, 0, .7);	*/
    /*	border: 1px solid #efefef; */

    -moz-border-radius: 12px;
    border-radius: 12px;
}
table.course-summary-box td {
    padding: 15px;
    color: #003368;
    font-size: 12pt;
}
table.course-summary-box td h2 {
    color: #003368;
    font-size: 16pt;
    font-family: Georgia, Times, Times New Roman, serif;
}
a.getmoreinfo {
    padding: 6px;
    background-color: #003368;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.note {
    color: #a20101;
    font-size: 12px;
    margin-bottom: 15px;
}
table.grid tr td {
    border-bottom: 0px double #000000;
    vertical-align: top;
    padding-top: 7px;
    padding-bottom: 7px;
}
table.grid tr td h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}
table.grid tr td h3 {
    margin-top: 0px;
}
table.grid td h3 a {
    font-weight: bold;
}
td.courseintro {
    font-size: 12px;
    line-height: 20px;
}
td.coursedates {
    font-size: 12px;
    line-height: 20px;
}
td.coursecosts {
    font-size: 13px;
    line-height: 20px;
}
td.courseformat {
    font-size: 13px;
    line-height: 20px;
}
.format {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
}
td.category {
    /*	background-color: #808080;	color: #ffffff;	font-size: 16pt;	padding-left: 12px;	*/
}
.category-name {
    color: #ffffff;
    font-size: 15pt;
    font-weight: bold;
    padding: 8px;
    padding-left: 15px;
    background-color: #33cccc;
    background-image: url(/images/blue-button.jpg);
    background-repeat: repeat-x;
    color: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #808080;
    /*	text-shadow:1px 1px 1px #000;  */
}
a.hyper {
    /*	color: #6c6c6c; */

    color: #ffffff;
    font-weight: bold;
    text-decoration: underline !important;
}
#newsitem a {
    display: block;
    color: #6c6c6c;
    text-decoration: none;
    font-weight: normal;
    padding-left: 15px;
    font-family: 'titilliumregular';
    line-height: 17px;
    padding-top: 5px;
}
#newsitem a:hover {
    display: block;
    color: #6c6c6c;
    text-decoration: underline;
    font-weight: normal;
    font-family: 'titilliumregular';
}
.news-bk {
    background: url(/images/news-bk.png) repeat-x;
    padding: 15px;
}
ul.report-category {
    margin-top: 10px;
    margin-left: -6px;
}
ul.report-category li {
    list-style: disc;
    margin-bottom: 0px;
}
ul.report-category a {
    font-size: 12px;
    line-height: 125%;
}
.required {
    color: #b51515;
}
#viewcart {
    position: fixed;
    margin: 15px 0 0 805px;
    border: 1px solid #000000;
    /*	background-color: #339933; */

    background-image: url(/images/green-button.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8px;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index: 1006;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    line-height: 130%;
    color: #ffffff;
    width: 94px;
}
#viewcart a {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000;
    display: block;
}
#viewcart:hover {
    background-color: #66cc33;
    background-image: url(/images/blank.gif);
    background-repeat: repeat-x;
}
#viewcart-left {
    position: fixed;
    margin: 18px 0 0 0px;
    border: 1px solid #000000;
    background-color: #3d3d3d;
    background-image: url(/images/view-cart-bk.jpg);
    background-repeat: repeat-x;
    padding: 8px;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index: 1006;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    line-height: 130%;
    color: #ffffff;
    width: 94px;
}
#viewcart-left a {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000;
    display: block;
}
#viewcart-left:hover {
    background-color: #468fcc;
    background-image: url(/images/blue-button.jpg);
    background-repeat: repeat-x;
}
.li-desc {
    width: 630px;
}
#viewcart-right {
    position: fixed;
    margin: 23px 0 0 805px;
    border: 1px solid #000000;
    background-image: url(/images/green-button.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8px;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index: 1006;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    line-height: 130%;
    color: #ffffff;
    width: 94px;
}
#viewcart-right a {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000;
    display: block;
}
/* #viewcart-right a:hover { color: #000000; text-shadow:1px 1px 2px #fff; display: block; } */

#viewcart-right:hover {
    background-color: #339933;
    background-image: url(/images/blank.gif);
    background-repeat: repeat-x;
}
#vchref a {
    color: #468fcc;
}
#vchref a.visited {
    color: #468fcc;
}
.testimonial-random {
    /*	font-size: 14px; */

    color: #026a9d;
    background-image: url(/images/course-leftbox-bg.jpg);
    background-repeat: repeat-x;
}
.testimonial-random {
    line-height: 140%;
}
#courses-overview .member-color {
    background-color: #f8f8f8;
}
.heading .member-color {
    background-color: #000000;
}
/* Numbering: /about/ */

.faq {
    counter-reset: my-cool-counter;
}
.faq dt {
    position: relative;
    padding: 0px 0px 20px 0px;
}
.faq dt:before {
    content: counter(my-cool-counter);
    counter-increment: my-cool-counter;
    position: absolute;
    left: 0;
    top: 0;
    font: bold 50px/1 Sans-Serif;
}
.faq dd {
    margin: 0 0 50px 0;
}
.faq dt,
.faq dd {
    padding-left: 50px;
}
.course-intro-box {
    padding: 10px;
    border: 1px solid #808080;
    color: #808080;
    font-size: 12px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#sub_service_list .category-name {
    width: 764px; 
}
#sub_service_list .course-description {
    /* width: 760px;*/
}
ul.related-reports li {
    padding-left: 5px;
}
.arrowText {
    cursor: pointer;
    float: right;
    font-size: 11px;
    margin: 1px 3px 10px 25px;
    border: 1px solid #dddddd;
    padding: 3px;
    padding-right: 8px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.arrowText:hover {
    background-color: #efefef;
}

.title-if{
    margin-bottom: 10px;
}
.ifram-block{
    float: left;
    width: 50%;
}

.ifram-block iframe{
    max-width: 100%;
}

.content .sub.noleft{
    width: 95%;
    padding: 0;
    margin: 0px auto;
    float: none;
}

.noleft #sub_service_list .course-description{
    width: 760px;
}

.subs-con{
    width: 936px;
}
.popuptable {
    width: auto!important;
    float: none!important;
}
.popuptable table.dna-login input[type=text]{
    width: 100%!important;
    margin: 5px 0px;
    height: 30px!important;
    border: 1px solid #666;
    background: transparent;
}
.popuptable table.dna-login input[type=password]{
    width: 100%!important;
    margin: 5px 0px;
    height: 30px!important;
    border: 1px solid #666;
    background: transparent;
}
@media screen and (max-width: 568px) {
    .popuptable td {
        text-align: left;
        padding: 0px!important;
        float: left;
        width: 100%;
        margin-bottom: 6px;
        border-left: 0px!important;
    }
    .popuptable td table{
        width: 100%;
    }
}

@media screen and (max-width: 568px) {
    .forget_form{
        margin-top: 20px;
    }
}

div .view_header + br + br + div{
    overflow: hidden;
}

.content_background_member > .content_back > br{
    display: none;
}

.fancybox-type-iframe .fancybox-inner{
    overflow: auto;
    overflow: auto !important;
}

#dna-login #failure{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}