html * {margin:0; padding:0;}
html, body { font-size: 100%; min-width: 240px;  }
body {background-color:#fff; font-family: 'Poiret One', cursive; color:#333;}

a {color:#0030f2;}
a:hover {color:#5cc9f2; text-decoration: none;}
img {width:100%;}

.clr {clear: both;}

.hr_10 {height: 10px; clear: both;}
.hr_20 {height: 20px; clear: both;}
.hr_30 {height: 30px; clear: both;}
.hr_40 {height: 40px; clear: both;}
.hr_50 {height: 50px; clear: both;}


#logo_row {color:#c3c3c3; font-family:georgia, 'Times New Roman', serif; padding:0 0 20px 0;}
#logo_row h1 {font-size:34px;}

#top_row { padding-bottom:20px;}
#top_row .navbar-default {background: #fff none; border:none; -moz-border-radius:0; -webkit-border-radius:0; border-radius: 0; margin:0; min-height: 30px;}
#top_row #mainMenu2 {padding:0;}
#top_row ul.nav {list-style-type:none; font-size:12px; font-weight: bold;}
#top_row ul.nav li {margin:0 0 0 1px; background-color:#0030f2;}
#top_row ul.nav li:first-child {margin:0;}
#top_row ul.nav li a {display: block; padding: 0; color:#fff;}
#top_row ul.nav li a span {line-height: 15px; display: block; padding: 10px 11px;}
#top_row ul.nav li ul {display: none; background-color: #5cc9f2; z-index: 100; position: absolute; }
#top_row ul.nav li ul li {display: block; float:none; background: none; padding: 0; margin:0;}
#top_row ul.nav li ul li a {white-space: nowrap; color:#fff;}
#top_row ul.nav li:hover {background: #5cc9f2;}
#top_row ul.nav li:hover a {color:#fff;}
#top_row ul.nav li:hover ul {display: block;}
#top_row ul.nav li a:hover {text-decoration: none; color:#fff;}
#top_row ul.nav li ul li:hover {background: #0030f2;}

#center_row {margin:0 0 15px 0;}

#center_row #photo {margin-bottom:20px; }

#left_column {padding-left:0;}

#center_row #pathway_row {padding: 0 0 15px 0;}

#center_row #content_row .article_box {padding-bottom:30px;}
#center_row #content_row .title {color:#5d5fde; font-size:16px; border-bottom:1px solid #d4d4d4; padding-bottom:6px; margin:0 0 5px 0;}
#center_row #content_row .title h2 {font-size:16px;}
#center_row #content_row .title a {color:#666;}
#center_row #content_row .title a:hover {color:#0030f2;}
#center_row #content_row .info {color:#999; font-size:80%; margin:0 0 5px 0;}
#center_row #content_row .info span {margin:0 10px 0 0;}
#center_row #content_row .image {margin:0 0 20px 0; padding-left:0;}
#center_row #content_row .text {font-size:14px; line-height: 16px;}

#center_row #content_row .article_content {background-color: #fff; padding: 30px 15px;}
#center_row #content_row .article_content .similar h2 {font-weight: bold; font-size:18px; text-transform: uppercase; color:#999;}
#center_row #content_row .article_content .similar h5 {margin:0 0 5px 0; font-size:14px; font-weight: bold;}
#center_row #content_row .article_content .similar .article {font-size:14px;}
#center_row #content_row .tab-pane .formTitle {font-weight: bold; font-size:110%;}


#right_column {border:1px solid #d4d4d4; padding: 15px; margin:0 0 30px 0;}
#right_column .title {color:#666; font-size:18px; text-transform: uppercase; font-family: georgia, 'Times New Roman', serif;}
#right_column ul {list-style-type: none; text-align: left;}
#right_column ul li { font-size:15px; width:47%; margin:0 3% 0 0; float:left;}
#right_column ul li:nth-child(2n+1) {float:right;}
#right_column ul li a {padding:8px 0; display: block;}
#right_column ul li a:hover {text-decoration: none;}

#footer_row {border-top:1px solid #d4d4d4; padding:15px; margin:0 0 50px 0;}

@media (max-width : 769px) {
    #top_row {background-repeat: repeat-x; background-position: 0 0; float:none; width:100%; top:0;}
    #top_row #menu2 {padding: 0;}
    #top_row ul.nav {max-height: 900px; overflow: auto; text-align: left; float:none; text-align: left; margin:0; font-size:14px;}
    #top_row ul.nav > li { display: block; background: none; padding:0; }
    #top_row ul.nav li {margin:0;}
    #top_row ul.nav li a {border-bottom:1px solid #d0d0d0;}
    #top_row ul.nav li a span {padding: 10px 15px; color:#666;}
    #top_row ul.nav li ul {display: block; position: static; padding:0; background: #fff;}
    #top_row ul.nav li:hover {background:transparent none;}
    #top_row ul.nav li a:hover {background-color:#e3e3e3;}
    #top_row ul.nav li ul li:hover {background: transparent;}
    
    #right_column {border:none;}
    #right_column ul li {float:none; width:100%; margin:0;}
    #right_column ul li:nth-child(2n+1) {float:none;}
}


.col-lg-1:nth-child(12n+1),
.col-lg-2:nth-child(6n+1),
.col-lg-3:nth-child(4n+1),
.col-lg-4:nth-child(3n+1),
.col-lg-6:nth-child(2n+1),
.col-md-1:nth-child(12n+1),
.col-md-2:nth-child(6n+1),
.col-md-3:nth-child(4n+1),
.col-md-4:nth-child(3n+1),
.col-md-6:nth-child(2n+1) {
    clear: both;
}

.col-sm-1:nth-child(12n+1),
.col-sm-2:nth-child(6n+1),
.col-sm-3:nth-child(4n+1),
.col-sm-4:nth-child(3n+1),
.col-sm-6:nth-child(2n+1) {
    clear: left;
}
  
