/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

@import "//fonts.googleapis.com/css?family=Bree+Serif&subset=latin,latin-ext";
@import "//fonts.googleapis.com/css?family=Francois+One&subset=latin,latin-ext";
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}


/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.body>footer{
margin-top:0 !important;
}
a, a:hover, a:active, a:focus{
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.tcc-intro{
	background-color: #012395;
  padding:20px 0;
}
.tcc-intro h2, .tcc-intro h4{
	color:#fff;
}
.tcc-intro h4{
	text-transform:capitalize;
  font-weight:300;
}
.tcc-intro a.btn{
	margin-top:20px;
}
img{
	max-width:100%;
  height:auto;
}
.page-banner {
    position: relative;
}
.banner-content {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    background: rgba(0,0,0,0.4);
}
.banner-content h2 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.banner-content h4, .banner-content h5{
    color: #fff;
    font-weight: bold;
  text-transform:capitalize;
}

.banner-content h6 {
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
}

.banner-content {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    background: rgba(0,0,0,0.4);
    left: 0;
    max-width: 1170px;
    margin: 0 auto;
    right: 0;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    max-width: 1170px;
  	width:100%;
    padding: 20px 15px;
    background: rgba(0,0,0,0.5);
  -webkit-transform:translateY(-50%) translateX(-50%);
  -moz-transform:translateY(-50%) translateX(-50%);
  -ms-transform:translateY(-50%) translateX(-50%);
  -o-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%);
}
.banner-text h2 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
  margin-bottom:25px;
  max-width: 60%;
}
.banner-text h5 {
    font-size: 26px;
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
  line-height: 26px;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}
.owl-carousel {
    margin-bottom: 0 !important;
}
.inner-container{
	padding:50px 0;
}
.body > footer {
  background: #656565 !important;
  border-color:#656565 !important;
}
.body>footer .footer-copyright{
  background: #555 !important;
  border-color:#555 !important;
}
.body > footer p, .body > footer span{
color:#fff !important;
}
@media (max-width: 766px){
.ulmargin-left{
    margin-left: 28px;
}

}
@media only screen and (max-width:767px){

.banner-text {
  position:static;
  background-color:#fff;
  padding: 20px 35px;
  -webkit-transform:none;
  -moz-transform:none;
  -ms-transform:none;
  -o-transform:none;
  transform:none;
}
.banner-text h2 {
    font-size: 36px;
    line-height: 36px;
    max-width: 100%;
  color: #333;
}
.banner-text h5 {
    font-size: 22px;
    color: #333;
}
  .owl-theme .owl-controls{
  	position:static;
  }
}
#dnn_dnnTerms_hypTerms
{
  display:none !important;
}
#dnn_dnnPrivacy_hypPrivacy
{
  display:none !important;
}
.join-us-block {
    float: right;
    margin: 10px 0px 0px 10px;
}
.join-us-block a {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    line-height: 16px;
    height: 34px;
    background: #3852a7;
    color: #fff;
    border-radius: 50px;
}
.join-us-block a:visited{
   color: #fff;
}

.join-us-block a:hover {
    text-decoration: none;
    color: #fff;
    background: #5370ce;
}
.phone {
    float: right;
    margin-top: 10px;
    padding: 6px 0;
    font-size: 22px;
    font-weight: bold;
}
ul.social-icons li.tcco {
    background-image:url(../_default/Skins/Porto/Resources/img/tcco.png);
    background-position: top center;
}
ul.social-icons li.tcco:hover{
    background-position: bottom center;
}

ul.social-icons li.print {
    background-image:url(../_default/Skins/Porto/Resources/img/print_icon.png);
    background-position: top center;
}
ul.social-icons li.print:hover{
    background-position: bottom center;
}

ul.social-icons li.emil {
    background-image:url(../_default/Skins/Porto/Resources/img/emil_icon.png);
    background-position: top center;
}
ul.social-icons li.emil:hover{
    background-position: bottom center;
}

ul.social-icons li.quote {
    background-image:url(../_default/Skins/Porto/Resources/img/Quote_icon.png);
    background-position: top center;
}
ul.social-icons li.quote:hover{
    background-position: bottom center;
}



.suptext{
  font-size: 0.60em;
}

p.justify {
  color: #474645;
  text-align: justify;
}

ul.justify {
  color: #474645;

}

.with-child-list .list-icons{
  padding-left:0;
}

.licolor.row{
  border:none;
}

.with-child-list .licolor.row .col-md-9 p,
.with-child-list .licolor.row .col-md-3 p,
.with-child-list .licolor.row .col-md-12 p{
  border-bottom:1px solid #dbdbdb;
  margin:0;
  padding:9px 0;
}



.tuvlogo{
  float: left;
    position: relative;
    width: 100px;
}

p a{
   font-weight: bold;
}

h6 a {
    font-weight: bold;
}
.alinknormal  {
  font-weight: normal;
}
.alinknormal a {
  font-weight: normal;
}

.col-md-2 a {
    color: #3852a7;
}

.col-md-2 a:hover {
    color: #a6a6a6;
}

.licolor{
  color:#474645;
}
.textcolorh{
  color:#474645;
}



 .showbox {
   
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
  .showbox.slideright:hover {
    -webkit-transform: translate(3em,0);
    -moz-transform: translate(3em,0);
    -o-transform: translate(3em,0);
    -ms-transform: translate(3em,0);
  transform: scale(0.95);
	 opacity: 0.8;

	
	
   
}
	
	


.featured-box .box-content.home {
    border-radius: 8px;
    padding: 10px;
    position: relative;
    top: -1px;
  text-align: left;
}
.textcentr{
  text-align: left;
}

.hover13 .imgs {
	background: #fff;
}
.hover13 .imgs img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.hover13 .imgs:hover img {
	opacity: .5;
}

.sub-banner{
  border-bottom: 8px solid #00b3e4;
}
.img-margin{
  margin-left: 200px;
}

.section-primary1 {
    background-color: #012395 !important;
    border-color: #012395 !important;
  color:#FFF;
}

.htext{
   color:#FFF;
}
.toggle.toggle-primary.toggle-simple .toggle>label:after {
    top: 22px;
}

.eds_news_BlogTwo.eds_subCollection_news .article.details_wrapper > .details_container > .main_content, .eds_news_BlogTwo.eds_subCollection_news .article.details_wrapper > .details_container > .main_content p{
	line-height:1.42;
    color:#474645;
}
.eds_news_BlogTwo.eds_subCollection_news .article.details_wrapper > .details_container {
   padding: 0 35px 35px;
}
.eds_news_BlogTwo.eds_style_predefined_light.eds_subCollection_news .article.in_list.span > .content_wrapper > .content > .summary, .eds_news_BlogTwo.eds_style_predefined_light.eds_subCollection_news .article.in_list.span > .content_wrapper > .content > .summary p, .eds_news_BlogTwo.eds_style_predefined_light.eds_subCollection_news .article.in_list.box.big .summary, .eds_news_BlogTwo.eds_style_predefined_light.eds_subCollection_news .article.details_wrapper > .details_container > .main_content, .eds_news_BlogTwo.eds_style_predefined_light.eds_subCollection_news .article.details_wrapper > .details_container > .main_content p, .eds_news_BlogTwo.eds_style_predefined_light.eds_subCollection_news .article.details_wrapper > .details_container > .main_content ul li, .eds_news_BlogTwo.eds_style_predefined_light.eds_subCollection_news .article.details_wrapper > .details_container > .main_content ol li, .eds_news_BlogTwo.eds_style_predefined_light.eds_subCollection_news .EDN_cf_all_fields_container > table tr td, .eds_news_BlogTwo.eds_style_predefined_light.eds_subCollection_news .EDN_cf_all_fields_container > table tr td span, .eds_news_BlogTwo.eds_style_predefined_light.eds_subCollection_news .EDN_cf_all_fields_container > table tr td ul li, .eds_news_BlogTwo.eds_style_predefined_light.eds_subCollection_news .in_article_image p.image_title, .eds_news_BlogTwo.eds_style_predefined_light.eds_subCollection_news .in_article_image .image_description{
      color: #474645;
     font-size: 13.5px;
}
.eds_news_NewsTwo.eds_style_custom_slkgevmbdrf.eds_subCollection_news.eds_templateGroup_newsListSidebar .article.sidebar_box > a{
   color: #474645;
}
body.list-tertiary.list-icons li .fa {
    border-color: #3e5bba;
    color: #3e5bba;
}

html .list-tertiary.list-icons li .fa {
    border-color: #3e5bba;
    color: #3e5bba;
}

.lispace{
  padding-bottom:10px;
}

.eds_news_BlogTwo.eds_subCollection_news .article.details_wrapper > .details_container > .main_content p {
  margin: 0 0 20px;
}
.eds_news_BlogTwo.eds_subCollection_news .article.details_wrapper > .details_container > .main_content p a {
  color: #3e5bba ! important;
}
.alinkcolor{
  color:  #3e5bba ! important;
}
.heading.heading-border {
    margin-bottom: 15px;
}
.padleft
{
  padding-left:20px;
}

.alist
{
  display: inline-block;
    vertical-align: text-top;
}

.ulmgleft{
  margin-left: 27px;
}


#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
   color:#474645;
}
#mc_embed_signup .mc-field-group input {
    display: block;
    padding: 8px 0;
    text-indent: 2%;
    width: 100%;
}
#mc_embed_signup .mc-field-group select {
    display: inline-block;
    margin-bottom: 2px;
    padding: 5px 0;
    width: 99%;
}
#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
    padding: 5px 0;
}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
    display: inline;
    letter-spacing: 1px;
    margin: 0 2px;
    padding: 5px 0 2px;
    text-align: center;
    width: 60px;
}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
    width: 40px;
}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
    width: 30px;
}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
    display: none;
}
#mc_embed_signup .indicates-required {
    font-size: 11px;
    margin-right: 4%;
    text-align: right;
}
#mc_embed_signup .asterisk {
    color: #c60;
    font-size: 200%;
}
#mc_embed_signup .mc-field-group .asterisk {
    position: absolute;
    right: 10px;
    top: 25px;
}
#mc_embed_signup .clear {
    clear: both;
}
#mc_embed_signup .mc-field-group.input-group ul {
    list-style: outside none none;
    margin: 0;
    padding: 5px 0;
}
#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    margin: 0;
    padding: 3px 0;
}
#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
}
#mc_embed_signup .mc-field-group.input-group input {
    border: medium none;
    display: inline;
    width: auto;
}
#mc_embed_signup div#mce-responses {
    clear: both;
    float: left;
    margin: 0 5%;
    overflow: hidden;
    padding: 0 0.5em;
    top: -1.4em;
    width: 90%;
}
#mc_embed_signup div.response {
    float: left;
    font-weight: bold;
    margin: 1em 0;
    padding: 1em 0.5em 0.5em 0;
    top: -1.5em;
    width: 80%;
    z-index: 1;
}
#mc_embed_signup #mce-error-response {
    display: none;
}
#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}
#mc_embed_signup label.error {
    display: block;
    float: none;
    margin-left: 1.05em;
    padding: 0.5em 0;
    text-align: left;
    width: auto;
}
#mc-embedded-subscribe {
    clear: both;
    display: block;
    margin: 1em 0 1em 5%;
    width: auto;
}
#mc_embed_signup #num-subscribers {
    font-size: 1.1em;
}
#mc_embed_signup #num-subscribers span {
    border: 1px solid #ccc;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.5em;
}

#mc_embed_signup .button {
    background-color: #6685c2;
}
#mc_embed_signup .button {
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}


#mc_embed_signup .mc-field-group .asterisk {
    position: absolute;
    right: 25px;
    top: 230px;
}
#mc_embed_signup .asterisk {
    color: #c60;
    font-size: 200%;
}

#mc_embed_signup .button {
    background-color: #6685c2;
}
#mc_embed_signup .button:hover {
    background-color: #003399;
}
.mapwidth{
  width:800px;
  height:300px;
  margin-left:200px;
}
p
{
  color:#474645 !important;
  text-align: justify !important;
}
li
{
   color:#474645 !important;
}
.img_center
{
    margin-left: 160px;
    text-align: center !important;
}
.p_center{
   font-size: 12px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    text-align: center !important;
    width: 100%;
}
.Normal, .NormalDeleted, .NormalDisabled 
{
   color:#474645 !important;
}
.LiveForm.Porto .Field > label {
    color:#474645 !important;
}
.viewport-sm .LiveForm .Field-Label-Left {
   
    width: 350px !important;
}

