html, body {
  overflow-x: hidden;
}
body {
    font-family: 'Work Sans', sans-serif;
    padding-right: 0!important;
    position: relative;
    background: url(https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/pattern3.svg), #fff;
    background-repeat: repeat;
    background-size: 40px 60px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 12px 0;
    word-wrap: break-word;
    padding-left: 20px;
    padding-right: 20px;
}
h1 {
    font-size: 26px;
    line-height: 28px;
}
h2 {
    font-size: 22px;
    line-height: 24px;
}
h3 {
    font-size: 18px;
    line-height: 20px;
}
h4 {
    font-size: 14px;
    line-height: 16px;
}
h5 {
    font-size: 13px;
    line-height: 15px;
}
h6 {
    font-size: 12px;
    line-height: 14px;
}

dl {
    margin-bottom: 18px;
    display: inline-flex;
}
dt,
dd {
    line-height: 18px;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 9px;
}

.muted {
    color: #999;
}

.page-header {
    /* padding-left: 20px; */
    padding-bottom: 0px;
    border-top: 0.15rem solid #eee;
}

.item-page .page-header {
    border-bottom: 1px solid #eee;
}

.item-page .page-header h2 {
    font-family: 'Merriweather', serif;
}

.items-row.cols-1.row-0.row-fluid.clearfix .item.column-1 .page-header,
.item-page .page-header {
    border-top: none;
}

.page-header h1, h2, h3, h4, h5, h6 {
    color: #00527a;
}

#navigation {
    display: inline-block;
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    padding-top: 27px;
    padding-bottom: 27px;
    position: relative;
    z-index: 201;
    background: white;
}

#navigation .menu {
    position: absolute;
    top: 39%;
    left: 85%;
}

#navigation .menu ul {
    list-style-type: none;
    float: right;
}

#navigation .logo {
    display: inline;
    float: left;
    padding-left: 5%;
}
/*Logo image*/
#navigation .logo img {
    padding-bottom: 4px;
    padding-right: 7px;
    width: 29px;
    height: 29px;
    vertical-align: middle;
}
/*Logo text*/
#navigation .logo a {
    margin-right: 1rem;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
}
.navigation .logo .menu a.login {
    text-transform: unset !important;
}
#navigation .nav ul {
    list-style-type: none;
}

#navigation .right-menu {
    display: block;
    float: right;
}

#navigation .right-menu .burgerbtn {
    background: transparent;
}

#navigation .right-menu .burgerbtn img {
    float: left;
    width: 27px;
    height: 27px;
}

.labelPopTag {
    margin-right: 1rem;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-decoration: none;
    color: #00527a !important;
    font-size: 16px !important;
    margin-left: 20px !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
    height: auto !important;
}

.tagspopular {
    font-size: 16px;
}

.tagspopular ul {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 20px;
    list-style-type: none;
    margin-block-start: 0.5rem;
}

.pager {
    list-style-type: none;
    display: inline;
}

.pager .previous {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

.pager .next {
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
}

.mostread {
    font-size: 14px;
    font-family: 'Merriweather', serif;
    list-style-type: none;
    margin-block-start: 0.5rem;
    padding-left: 20px;
}

.search {
    margin: 20px;
}

.content .tag-category .form-inline .filters .btn-group .btn {
    background: url("https://img.icons8.com/android/24/000000/search.png");
    background-size: cover;
    margin-left: 5px;
    width: 27px;
    height: 27px;
    border: 0px solid #ccc;
    border-radius: 2px;

}

.content .tag-category .form-inline .filters .btn-group button[type="reset"] {
    background: url("https://img.icons8.com/metro/26/000000/delete-sign.png");
}

.content .search {
    height: auto;
}

.content p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.btn-toolbar .btn-group {
    display: inline;
    margin-left: 0.5rem;
}

.btn-toolbar .inputbox {
    margin-bottom: 10px;
    float: left;
    padding: 5px 9px;
    height: 18px;
    background-color: aliceblue;
    border-collapse: separate;
    text-indent: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    line-height: 14px;
}

.btn-toolbar .hasTooltip {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 30px;
    width: 66px;
}

.phrases {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.only {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.row-fluid .content .search .phrases .ordering-box .inputbox,
.row-fluid .content .search .form-limit .input-mini {
    font-family: 'Work Sans', sans-serif;
    margin-top: 0.3rem;
    padding: 0px 6px;
    height: 25px;
    background-color: aliceblue;
    border-collapse: separate;
    text-indent: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    line-height: 14px;
}

.row-fluid .content .tag-category .btn-toolbar .pull-right .chzn-container-single-nosearch {
    margin-bottom: 1rem;
    height: 25px;
    color: aliceblue;
    border-collapse: separate;
    text-indent: 5px;
    box-shadow: none;
    line-height: 14px;
}

.row-fluid .content .tag-category .btn-toolbar .pull-right .chzn-container-single-nosearch {
    margin-bottom: 1rem;
    height: 25px;
    color: aliceblue;
    border-collapse: separate;
    text-indent: 5px;
    box-shadow: none;
    line-height: 14px;
}

.chzn-container-single .chzn-single span {
    display: block;
    background-color: aliceblue !important;
}

.chzn-container-single .chzn-single {
    border: 1px solid #aaa;
    background-color: aliceblue !important;
    box-shadow: none;
}

.chzn-container-single .chzn-single div {
    background-color: aliceblue !important;
}

.row-fluid .content .tag-category .btn-toolbar .pull-right .element-invisible {
    display: inline;
}

.row-fluid .content .tag-category .btn-toolbar .pull-right .filter-search-lbl .element-invisible {
    display: none;
}

.row-fluid .content .search .search-results {
    display: block;
    margin-bottom: 1rem
}

.row-fluid .content .search .search-results dt{
    margin-top: 1.5rem;
}

.result-title {
    margin-bottom: 10px;
    color: #00527a;
    font-size: 19px;
}

.result-title a {
    color: #00527a;
    font-size: 19px;
}

.result-category {
    margin-bottom: 5px;
}

.result-text {
    margin-bottom: 5px;
}

.result-created {
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.content .tag-category {
    height: 600px;
}

.content .tag-category .form-inline .list-striped {
    list-style-type: none;
}

.content .tag-category .form-inline .list-striped .clearfix {
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-top: 2rem;
}

.content .tag-category .form-inline .list-striped .clearfix a {
    color: #00527a;
    font-size: 20px;
}

.content .tag-category .form-inline {
    margin: 1rem;
}

.content .tag-category .form-inline .btn-toolbar {
    border: 1px solid #eee;
    padding-top: 1rem;
    padding-bottom: 0.4rem;
}

.chzn-container-single .chzn-single {
    background: aliceblue !important;
    height: 1.85rem;
    border-radius: 2px;
    line-height: 25px;
}

.chzn-container .chzn-drop {
    background: aliceblue;
    box-shadow: none;
}

.chzn-container {
    width: 60px;
    margin-bottom: 0.6rem;
}

.article-info {
    padding-left: 20px;
    font-size: 14px;
    margin-top: 0px;
}

.content {
  width: 50%;
  margin-left: 24%;
    display: inline-block;
    background: white;
    margin-top: 20px;
}

.span3 {
    position: fixed;
    right:2rem;
    top: 6.7rem;
    width: 220px;
    background: #ffffff;
}

.row-fluid {
    width: 100%;
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-left: 2.127659574%;
}

.row-fluid .span3 {
    width: 21.404255317%;
    margin-right: 15px;
    margin-top: 1.23rem;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.127659574%;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.label-info[href], .badge-info[href] {
    background-color: #2d6987;
}

.label {
    display: inline-block;
    padding: 2px 4px;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #999;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.element-invisible {
    display: none;
}

.mod_search87 {
    margin-left: 20px;
    margin-top: 5px;
}

.page-header a{
    color: #00527a;
    font-family: 'Merriweather', serif;
}

.blog .pagination p{
    color: #555;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding: 1rem;
    margin-top: -7rem
}

.blog p {
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15;
    text-align: justify;
    
}

table p {
  width: 46%;
}


img {
  max-width: 100%;
}
.fusion-responsive-typography-calculated {
  padding-left: 20px;
}
#aside {
  position: fixed !important;
  top: 111px !important;
  right: 0;
  margin-top: 0;
}
.fusion-button-text, fusion-responsive-typography-calculated {
  padding-left: 20px;
}
.imageframe-align-center {
  text-align: center;
}

div.mod_search87 input[type="search"],
div.mod_search94 input[type="search"],
div.mod_search93 input[type="search"] {
    width: 100%;
    padding: 5px 9px;
    height: 30px;
    background-color: aliceblue;
    border-collapse: separate;
    text-indent: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    line-height: 14px;
}

div.mod_search87 input[type="search"] {
    margin-top: 0.8rem;
}

a {
    color: #333;
    text-decoration: none;
}

.mostread.mod-list li,
.tagspopular li{
    margin-bottom: 0.5rem;
}

.tagspopular ul>li {
    margin-right: 5px;
}

.tagspopular li>a{
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #2d6987;
    border-radius: 3px;
}
ul, ol {
  padding-right: 20px;
}
ul.inline, ol.inline {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    float: right;
    margin-right: 20px;
}

ul.inline > li, ol.inline > li {
    display: inline;
}

p {
    word-wrap: break-word;
}
.item-title {
    margin-bottom: 9px;
}
.item-content {
    margin: 18px 0;
}
.item-subtitle {
    margin-bottom: 9px;
}

.row-fluid .content .item-page .pull-left.item-image img {
    width: 90%;
}

.row-fluid .content .item-page .pull-left.item-image {
    margin: 20px;
    text-align: center;
}

.row-fluid .content .blog .items-row.cols-1.row-0.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-right.item-image {
    margin: 0 0 18px 20px;
}

.row-fluid .content .blog .items-row.cols-1.row-0.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image {
    margin: 20px;
    margin-top: 5px;
    text-align: left;
}

.row-fluid .content .blog .items-row.cols-1.row-0.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image img {
    width: 30%;
    height: 12rem;
}

.row-fluid .content .blog .items-row.cols-1.row-1.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-right.item-image,
.row-fluid .content .blog .items-row.cols-1.row-2.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-right.item-image,
.row-fluid .content .blog .items-row.cols-1.row-3.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-right.item-image,
.row-fluid .content .blog .items-row.cols-1.row-4.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-right.item-image,
.row-fluid .content .blog .items-row.cols-1.row-5.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-right.item-image,
.row-fluid .content .blog .items-row.cols-1.row-6.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-right.item-image,
.row-fluid .content .blog .items-row.cols-1.row-7.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-right.item-image,
.row-fluid .content .blog .items-row.cols-1.row-8.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-right.item-image,
.row-fluid .content .blog .items-row.cols-1.row-9.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-right.item-image,
.row-fluid .content .blog .items-row.cols-1.row-10.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-right.item-image {
    margin: 0 0 18px 20px;
}

.row-fluid .content .blog .items-row.cols-1.row-1.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image,
.row-fluid .content .blog .items-row.cols-1.row-2.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image,
.row-fluid .content .blog .items-row.cols-1.row-3.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image,
.row-fluid .content .blog .items-row.cols-1.row-4.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image,
.row-fluid .content .blog .items-row.cols-1.row-5.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image,
.row-fluid .content .blog .items-row.cols-1.row-6.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image,
.row-fluid .content .blog .items-row.cols-1.row-7.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image,
.row-fluid .content .blog .items-row.cols-1.row-8.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image,
.row-fluid .content .blog .items-row.cols-1.row-9.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image,
.row-fluid .content .blog .items-row.cols-1.row-10.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image {
    margin: 20px;
    margin-top: 5px;
    text-align: left;
}

.row-fluid .content .blog .items-row.cols-1.row-1.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image img,
.row-fluid .content .blog .items-row.cols-1.row-2.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image img,
.row-fluid .content .blog .items-row.cols-1.row-3.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image img,
.row-fluid .content .blog .items-row.cols-1.row-4.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image img,
.row-fluid .content .blog .items-row.cols-1.row-5.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image img,
.row-fluid .content .blog .items-row.cols-1.row-6.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image img,
.row-fluid .content .blog .items-row.cols-1.row-7.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image img,
.row-fluid .content .blog .items-row.cols-1.row-8.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image img,
.row-fluid .content .blog .items-row.cols-1.row-9.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image img,
.row-fluid .content .blog .items-row.cols-1.row-10.row-fluid.clearfix div[class*="span"] .item.column-1 .pull-left.item-image img {
    width: 30%;
    height: 12rem;
}

.container-fluid.pattern .container-fluid.bgfooter .container.links .row.no-gutter .col-md-3 ul>li>a {
    color: rgba(255,255,255,0.95);
}
.col-md-3 {
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
    width: 23%;
    vertical-align: top;
}
footer .pattern, footer .bgfooter {
    min-height: 324px;
}
footer h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 0;
    margin-bottom: 19px;
}
footer ul {
    padding-left: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
}
footer .social h3 {
    text-align: center;
}
footer .social ul {
    max-width: 28px;
    float: none;
    margin: auto;
}
footer .social ul>li>a>img {
    margin-bottom: 15px;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    border: 0;
}
.logo-gray {
    width: 35px;
    height: 35px;
    padding-left: 23%;
    margin-top: 20px;
}
.login-footer {
    cursor: default;
}
.container{
    width: 998px;
    margin-right: auto;
    margin-left: auto;
}
.links {
    padding-left: 102px;
    padding-right: 95px;
}

.bgfooter {
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    min-height: 10rem;
    top: 0;
    right: 5%;
    margin-right: 5%;
    background-color: #333333;
    padding-left: 0;
    padding-right: 0;
    padding-top: 57px;
}

.bgfooter .links>.no-gutter {
    margin-right: 0;

}

.copyright {
    background-size: 35px 35px;
    background-position: center center;
    margin-top: 33px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.copyright, .copyright a {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    color: rgba(255,255,255,0.5);
}

.pattern {
    font-family: 'Work Sans', sans-serif;
}

.text-right {
    margin-top: 20px;
    float: right;
}

.text-left {
    margin-top: 20px;
    float: left;
}

.bgfooter a {
    color: rgba(255,255,255,0.5);
}

.bgfooter ul {
    list-style-type: none;
}

.jcomments-links {
    display: flow-root;
    margin: 0 20px 20px 20px;
}

.readmore-link {
    display: inline;
    float: left;
    color: #00527a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.comments-link {
    display: inline;
    float: right;
    color: #00527a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.pagination {
    margin-bottom: 20px;
    margin-left: 40%;
}

.pagination ul {
    list-style-type: none;
    display: inline;
}

.pagination .pagination-start {
    color: #555 !important;
    margin-left: -6.5rem;
    display: inline;
}

.pagination .pagination-prev {
    color: #555 !important;
    margin-left: 1rem;
    display: inline;
}

.pagination ul>li {
    color: #555 !important;
    margin-left: 1rem;
    display: inline;
}

.pagination ul>li span.pagenav {
    text-decoration: underline;
}

.pagination ul>li.pagination-start span, .pagination ul>li.pagination-prev span, .pagination ul>li.pagination- span{
    text-decoration: none;
}

.pagination ul>li a{
    color: #555 !important;
}

.pagination .pagination-next a {
    color: #555 !important;
}

.pagination .pagination-end a {
    color: #555 !important;
}

div.tooltip {
    display: none !important;
    position:absolute !important;
}

#comments .rss, #comments h4 .refresh {
    display: none !important;
}

#comments .anchor-vote {
    display: none;
}

#jc h4, #comments-form .btn, #comments-report-form .btn {
    background: #00527a;
}
#js {
    margin: 1rem;
}

#comments .comments-buttons a {
    background: #00527a;
}

#comments .comment-anchor span, #comments .comments-vote a, #comments .comments-vote span.vote-none, #comments .comments-vote span.vote-good {
    background-color: #00527a;
    color: #ffffff;
}

#comments-form .smiles {
    width: 100%;
}

#jc a, .row-fluid .content .item-page #jc #comments #comments-list-footer a:hover {
    color: #00527a;
}



/*Search */
/*
input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

input[type="checkbox"] + label {
    content: '';
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 9px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 2px;
    background: url(https://d3u70gwj4bg98w.cloudfront.net/images/newdesign/check-light-blue.svg) no-repeat center center;
    border-color: #00aaff;
    color: #00aaff;
}

#text:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
}

#text:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
}

input[type='checkbox']:checked + #text:before {
    background: #9FD468;
}
input[type='checkbox']:checked + #text:after {
    left: 26px;
}
input[type='checkbox']:checked + #text:before {
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}*/

.content .search .search-results dd.result-category {
    display: none;
}

@media only screen and (max-width: 1024px) {
    body {
        position: absolute;
    }
}
@media only screen and (max-width: 767px) {
    body {
        position: absolute;
    }
    #aside {
        display: none;
    }
    .content {
        width: 100%;
        margin-left: 0px;
        margin-top: 92px;
    }
}
@media only screen and (min-width: 2020px) {
    .pagination {
        padding-top: 3rem;
    }
}

/*
Login Form
*/

.content .login {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

.content .login + div{
    margin-bottom: 8rem;
    display: flex;
    margin-left: -5rem;
    justify-content: center;
}

.validate-username.required {
    width: 100%;
    padding: 5px 9px;
    height: 20px;
    background-color: aliceblue;
    border-collapse: separate;
    text-indent: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    line-height: 14px;
}

.validate-password.required {
    width: 100%;
    padding: 5px 9px;
    height: 20px;
    background-color: aliceblue;
    border-collapse: separate;
    text-indent: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    line-height: 14px;
}

.form-validate.form-horizontal.well {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none !important;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

.login .form-validate.form-horizontal.well fieldset .control-group .controls .btn.btn-primary {
    width: 100px;
    font-size: 16px;
    height: 1.5rem;
    display: block;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.icons {
    display: none;
}

.login .form-validate.form-horizontal.well fieldset div:nth-child(3) {
    display: flex;
}

.login .form-validate.form-horizontal.well fieldset {
    border: none;
}

.login .form-validate.form-horizontal.well fieldset .control-group .controls{
    margin-bottom: 0.7rem;
}

.login .form-validate.form-horizontal.well fieldset .control-group .control-label{
    margin-bottom: 0.3rem;
}

.nav.nav-tabs.nav-stacked {
    list-style-type: none;
    margin-left: -0.5rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.nav.nav-tabs.nav-stacked li{
    margin-bottom: 0.3rem;
}

ul.tags {
  margin-bottom: 25px;
  padding-left: 20px;
  float: left;
}

.highlighted {
  color: #f00;
}



































