﻿.glyphicon-spin, a .glyphicon-spin {
    display:inline-block
}

.alert a, .field--label, .file {
    font-weight:700
}

.file, .file-link {
    width:100%
}

.tabs-left>.nav-tabs>li:focus, .tabs-left>.nav-tabs>li>a:focus, .tabs-right>.nav-tabs>li:focus, .tabs-right>.nav-tabs>li>a:focus {
    outline:0
}

.panel-title:focus, .panel-title:hover, a .glyphicon-spin {
    text-decoration:none
}

.image-widget.row, .region-help .block, .tabledrag-changed-warning {
    overflow:hidden
}

.alert-sm {
    padding:5px 10px
}

.alert-success a, .alert-success a:focus, .alert-success a:hover {
    color:#2b542c
}

.alert-info a, .alert-info a:focus, .alert-info a:hover {
    color:#245269
}

.alert-warning a, .alert-warning a:focus, .alert-warning a:hover {
    color:#66512c
}

.alert-danger a, .alert-danger a:focus, .alert-danger a:hover {
    color:#843534
}

@-webkit-keyframes glyphicon-spin {
    0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
}

100% {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg)
}


}

@-o-keyframes glyphicon-spin {
    0% {
    -o-transform:rotate(0);
    transform:rotate(0)
}

100% {
    -o-transform:rotate(359deg);
    transform:rotate(359deg)
}


}

@keyframes glyphicon-spin {
    0% {
    -webkit-transform:rotate(0);
    -o-transform:rotate(0);
    transform:rotate(0)
}

100% {
    -webkit-transform:rotate(359deg);
    -o-transform:rotate(359deg);
    transform:rotate(359deg)
}


}

.glyphicon-spin {
    -webkit-animation:glyphicon-spin 1s infinite linear;
    -o-animation:glyphicon-spin 1s infinite linear;
    animation:glyphicon-spin 1s infinite linear
}

html.js .btn .ajax-throbber {
    margin-left:.5em;
    margin-right:-.25em
}

html.js .form-item .input-group-addon .glyphicon {
    color:#777;
    opacity:.5;
    -webkit-transition:150ms color, 150ms opacity;
    -o-transition:150ms color, 150ms opacity;
    transition:150ms color, 150ms opacity
}

html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
    color:#337ab7;
    opacity:1
}

html.js .form-item .input-group-addon .input-group-addon {
    background-color:#fff
}

html.js .ajax-new-content:empty {
    display:none!important
}

.field--label-inline .field--items, .field--label-inline .field--label {
    float:left
}

.field--label-inline .field--items, .field--label-inline .field--label, .field--label-inline>.field--item {
    padding-right:.5em
}

[dir=rtl] .field--label-inline .field--items, [dir=rtl] .field--label-inline .field--label {
    padding-left:.5em;
    padding-right:0;
    float:right
}

.field--label-inline .field--label::after {
    content:':'
}

.file {
    display:table;
    font-size:75%;
    margin:5px 0
}

.file-icon, .file-link, .file-size, .file>.tabledrag-changed {
    display:table-cell;
    vertical-align:middle
}

.file>span {
    background:#fff;
    color:#337ab7;
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc
}

.file>span:first-child {
    border-left:1px solid #ccc
}

.file>span:last-child {
    border-right:1px solid #ccc
}

.file>.tabledrag-changed {
    background:#fcf8e3;
    border-radius:0;
    color:#8a6d3b;
    padding:0 1em;
    top:0
}

.file>.tabledrag-changed, .file>.tabledrag-changed:last-child {
    border:1px solid #f7e1b5
}

.file-icon {
    font-size:150%;
    padding:.25em .5em;
    text-align:center
}

.file-link a, .file-link a:active, .file-link a:focus, .file-link a:hover {
    color:inherit
}

.file-size {
    padding:0 1em;
    text-align:right;
    white-space:pre
}

.filter-wrapper {
    background-color:#fff;
    border:1px solid #ddd;
    border-top:0;
    border-radius:0 0 4px 4px;
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .05);
    box-shadow:0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom:0;
    padding:10px;
    height:51px
}

.filter-help {
    float:right;
    line-height:1;
    margin:.5em 0 0
}

.nav.nav-tabs.filter-formats {
    margin-bottom:15px
}

table .checkbox.form-no-label, table .radio.form-no-label {
    margin-bottom:0;
    margin-top:0
}

.select-wrapper {
    display:inline-block;
    position:relative;
    width:100%
}

.form-inline .select-wrapper {
    width:auto
}

.input-group .select-wrapper {
    display:table-cell
}

.input-group .select-wrapper:first-child .form-control:first-child {
    border-bottom-left-radius:4px;
    border-top-left-radius:4px
}

.input-group .select-wrapper:last-child .form-control:first-child {
    border-bottom-right-radius:4px;
    border-top-right-radius:4px
}

.select-wrapper select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    line-height:1;
    padding-right:2em
}

.select-wrapper select::-ms-expand {
    opacity:0
}

.select-wrapper:after {
    color:#337ab7;
    content:'▼';
    font-style:normal;
    font-weight:400;
    line-height:1;
    margin-top:-.5em;
    padding-right:.5em;
    pointer-events:none;
    position:absolute;
    right:0;
    top:50%;
    z-index:10
}

.has-glyphicons .select-wrapper:after {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    content:'\e114';
    display:inline-block;
    font-family:'Glyphicons Halflings'
}

.has-error .select-wrapper:after {
    color:#a94442
}

.has-success .select-wrapper:after {
    color:#3c763d
}

.has-warning .select-wrapper:after {
    color:#8a6d3b
}

.form-required:after {
    background-image:url(../../../../themes/bootstrap/css/images/required.svg);
    -webkit-background-size:10px 7px;
    background-size:10px 7px;
    content:"";
    display:inline-block;
    vertical-align:super;
    line-height:1;
    height:7px;
    width:10px
}

.form-actions .btn, .form-actions .btn-group {
    margin-right:10px
}

.form-actions .btn-group .btn {
    margin-right:0
}

a .glyphicon.icon-before, a.icon-before .glyphicon {
    margin-right:.25em
}

a .glyphicon.icon-after, a.icon-after .glyphicon {
    margin-left:.25em
}

.btn .glyphicon.icon-before, .btn.icon-before .glyphicon {
    margin-left:-.25em;
    margin-right:.25em
}

.btn .glyphicon.icon-after, .btn.icon-after .glyphicon {
    margin-left:.25em;
    margin-right:-.25em
}

body {
    position:relative
}

body.navbar-is-static-top {
    margin-top:0
}

body.navbar-is-fixed-top {
    margin-top:65px
}

body.navbar-is-fixed-bottom {
    padding-bottom:65px
}

@media screen and (max-width:767px) {
    body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar {
    position:fixed
}

body.toolbar-vertical.navbar-is-fixed-bottom header, body.toolbar-vertical.navbar-is-fixed-top header {
    z-index:500
}

body.toolbar-vertical.navbar-is-fixed-top header {
    top:39px
}


}

@media screen and (min-width:768px) {
    body {
    margin-top:15px
}

.navbar.container {
    max-width:720px
}


}

@media screen and (min-width:992px) {
    .navbar.container {
    max-width:940px
}


}

@media screen and (min-width:1200px) {
    .navbar.container {
    max-width:1140px
}


}

.navbar .logo {
    margin-right:-15px;
    padding-left:15px;
    padding-right:15px
}

@media screen and (min-width:768px) {
    .navbar .logo {
    margin-right:0;
    padding-left:0
}


}

.is-unpublished {
    background-color:#fff4f4
}

.node-preview-container {
    margin-top:-15px
}

.node-preview-form-select {
    padding:15px
}

.panel-title {
    display:block;
    margin:-10px -15px;
    padding:10px 15px
}

.panel-title, .panel-title:focus, .panel-title:hover, .panel-title:hover:focus {
    color:inherit
}

.progress-wrapper {
    margin-bottom:15px
}

.progress-wrapper:last-child .progress {
    margin-bottom:5px
}

.progress-wrapper .message {
    font-weight:700;
    margin-bottom:5px
}

.progress-wrapper .percentage, .progress-wrapper .progress-label {
    font-size:12px
}

.progress-wrapper .progress-bar {
    min-width:2em
}

.tabledrag-toggle-weight {
    float:right;
    margin:1px 2px 1px 10px
}

.tabledrag-changed-warning {
    margin:0
}

.tabledrag-handle {
    color:#777;
    cursor:move;
    float:left;
    font-size:125%;
    line-height:1;
    margin:-10px 0 0 -10px;
    padding:10px
}

.tabledrag-handle:focus, .tabledrag-handle:hover {
    color:#337ab7
}

.indentation {
    float:left;
    height:1.7em;
    margin:-.4em .2em -.4em -.4em;
    padding:.42em 0 .42em .6em;
    width:20px
}

[dir=rtl] .indentation {
    float:right;
    margin:-.4em -.4em -.4em .2em;
    padding:.42em .6em .42em 0
}

.local-actions {
    margin:10px 0 10px -5px
}

.tabs--secondary {
    margin:10px 0 5px
}

.tabbable {
    margin-bottom:20px
}

.tabs-below>.nav-tabs, .tabs-left>.nav-tabs, .tabs-right>.nav-tabs {
    border-bottom:0
}

.tabs-below>.nav-tabs .summary, .tabs-left>.nav-tabs .summary, .tabs-right>.nav-tabs .summary {
    color:#777;
    font-size:12px
}

.tab-pane>.panel-heading {
    display:none
}

.tab-content>.active {
    display:block
}

.tabs-below>.nav-tabs {
    border-top:1px solid #ddd
}

.tabs-below>.nav-tabs>li {
    margin-top:-1px;
    margin-bottom:0
}

.page-header, body.toolbar-loading {
    margin-top:0
}

.tabs-below>.nav-tabs>li>a {
    border-radius:0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:focus, .tabs-below>.nav-tabs>li>a:hover {
    border-top-color:#ddd;
    border-bottom-color:transparent
}

.tabs-below>.nav-tabs>.active>a, .tabs-below>.nav-tabs>.active>a:focus, .tabs-below>.nav-tabs>.active>a:hover {
    border-color:transparent #ddd #ddd
}

.tabs-left>.nav-tabs, .tabs-right>.nav-tabs {
    padding-bottom:20px;
    width:220px
}

.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
    float:none
}

.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
    margin-right:0;
    margin-bottom:3px
}

.tabs-left>.tab-content, .tabs-right>.tab-content {
    border-radius:0 4px 4px;
    border:1px solid #ddd;
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .05);
    box-shadow:0 1px 1px rgba(0, 0, 0, .05);
    overflow:hidden;
    padding:10px 15px
}

.tabs-left>.nav-tabs {
    float:left;
    margin-right:-1px
}

.tabs-left>.nav-tabs>li>a {
    border-radius:4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:focus, .tabs-left>.nav-tabs>li>a:hover {
    border-color:#eee #ddd #eee #eee
}

.tabs-left>.nav-tabs>.active>a, .tabs-left>.nav-tabs>.active>a:focus, .tabs-left>.nav-tabs>.active>a:hover {
    border-color:#ddd transparent #ddd #ddd;
    -webkit-box-shadow:-1px 1px 1px rgba(0, 0, 0, .05);
    box-shadow:-1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right>.nav-tabs {
    float:right;
    margin-left:-1px
}

.tabs-right>.nav-tabs>li>a {
    border-radius:0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:focus, .tabs-right>.nav-tabs>li>a:hover {
    border-color:#eee #eee #eee #ddd;
    -webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, .05);
    box-shadow:1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right>.nav-tabs>.active>a, .tabs-right>.nav-tabs>.active>a:focus, .tabs-right>.nav-tabs>.active>a:hover {
    border-color:#ddd #ddd #ddd transparent
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
    z-index:1031
}

body.toolbar-fixed .navbar-fixed-top {
    top:39px
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
    top:79px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
    left:240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
    margin-left:240px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
    padding-bottom:40px
}

body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray>.toolbar-lining:before {
    width:240px
}

body.toolbar-loading.toolbar {
    margin-bottom:15px
}

.form-group:last-child, .panel:last-child, .popover ol:last-child, .popover ul:last-child, p:last-child {
    margin-bottom:0
}

.ui-autocomplete {
    background:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border:1px solid rgba(0, 0, 0, .15);
    border-radius:4px;
    -webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175);
    box-shadow:0 6px 12px rgba(0, 0, 0, .175);
    color:inherit;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    list-style:none;
    min-width:160px;
    padding:5px 0;
    text-align:left;
    z-index:1000
}

.ui-autocomplete .ui-menu-item {
    border:0;
    border-radius:0;
    clear:both;
    color:#333;
    cursor:pointer;
    display:block;
    font-weight:400;
    line-height:1.42857143;
    margin:0;
    outline:0;
    padding:3px 20px;
    text-decoration:none;
    white-space:nowrap
}

.ui-autocomplete .ui-menu-item.ui-state-hover {
    background:#f5f5f5;
    color:#262626
}

.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
    background:#337ab7;
    color:#fff
}

ol, ul {
    padding-left:1.5em
}

.footer {
    margin-top:45px;
    padding-top:35px;
    padding-bottom:36px;
    border-top:1px solid #E5E5E5
}

.region-help>.glyphicon {
    font-size:18px;
    float:left;
    margin:-.05em .5em 0 0
}

.control-group .help-inline, .help-block {
    color:#777;
    font-size:12px;
    margin:5px 0 10px;
    padding:0
}

.control-group .help-inline:first-child, .help-block:first-child {
    margin-top:0
}

button, html, input, select, textarea {
    color:#333
}

html {
    font-size:62.5%
}

body {
    margin:0 auto;
    padding-top:0;
    text-align:center;
    background-color:#fff;
    font-family:Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    color:#333;
    font-size:16px;
    font-size:1.6em
}

a {
    color:#004fa2;
    text-decoration:none
}

a:focus, a:hover {
    color:#004fa2
}

a img {
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}

a:hover img {
    opacity:.8;
    -ms-filter:"alpha(opacity=80)";
    filter:alpha(opacity=80);
    -moz-opacity:.8
}

img {
    vertical-align:bottom
}

em {
    font-style:normal
}

div {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    word-break:break-all
}

.top-head {
    width:100%;
    margin:0 auto;
    line-height:1
}

@media only screen and (max-width:767px) {
    .top-head {
    padding-top:0
}


}

.inner-header {
    position:relative;
    width:100%;
    max-width:950px;
    margin-right:auto;
    margin-left:auto;
    margin-top:22px;
    text-align:left;
    font-size:0
}

@media only screen and (max-width:991px) {
    .inner-header {
    width:95%;
    max-width:950px
}


}

@media only screen and (max-width:767px) {
    .inner-header {
    display:block;
    width:100%;
    height:60px;
    margin-top:0;
    border-bottom:solid 1px #ccc;
    background-color:#fff;
    z-index:102
}


}

.site-title {
    display:inline-block;
    width:85%;
    margin-top:0;
    margin-bottom:10px;
    text-align:left;
    font-weight:normal;
    word-wrap:break-word
}

@media only screen and (max-width:767px) {
    .site-title {
    display:block;
    position:relative;
    top:17px;
    left:2.5%;
    width:50%;
    margin-bottom:0
}


}

.site-title .field--type-string {
    display:inline
}

.site-title .field--name-field-header-company-name-ja {
    font-size:28px;
    font-size:2.8rem;
    line-height:1.1
}

@media only screen and (max-width:991px) {
    .site-title .field--name-field-header-company-name-ja {
    font-size:20px;
    font-size:2rem
}


}

@media only screen and (max-width:767px) {
    .site-title .field--name-field-header-company-name-ja {
    font-size:12px;
    font-size:1.2rem;
    font-weight:bold
}


}

.site-title .field--name-field-header-company-name-en {
    font-size:13px;
    font-size:1.3rem;
    line-height:1
}

@media only screen and (max-width:991px) {
    .site-title .field--name-field-header-company-name-en {
    font-size:10px;
    font-size:1rem
}


}

.site-title a {
    color:#333
}

.site-title a:hover {
    text-decoration:none;
    opacity:0.8
}

.site-title a:focus {
    text-decoration:none;
    color:#666
}

.logo-corporate {
    display:inline-block;
    width:15%;
    margin-top:8px;
    text-align:right;
    vertical-align:top
}

.logo-corporate img {
    width:100%;
    max-width:115px
}

@media only screen and (max-width:991px) {
    .logo-corporate {
    margin-top:0
}


}

@media only screen and (max-width:767px) {
    .logo-corporate {
    display:block;
    position:absolute;
    right:66px;
    top:0;
    width:65px;
    height:59px;
    border-left:solid 1px #ccc
}

.logo-corporate img {
    position:relative;
    top:24px;
    max-width:80%;
    margin-left:auto;
    margin-right:auto
}


}

#nav-toggle {
    display:none
}

@media only screen and (max-width:767px) {
    #nav-toggle {
    display:block;
    position:absolute;
    right:0;
    top:0;
    width:65px;
    height:60px;
    cursor:pointer;
    z-index:101;
    border-left:solid 1px #ccc
}

#nav-toggle:after {
    content:"MENU";
    display:block;
    text-align:center;
    color:#004fa2;
    font-size:8px
}


}

#nav-toggle div {
    position:relative;
    width:21px;
    height:21px;
    margin:18px 22px 0
}

#nav-toggle span {
    display:block;
    position:absolute;
    height:2px;
    width:100%;
    background:#004fa2;
    left:0;
    -webkit-transition:.35s ease-in-out;
    -moz-transition:.35s ease-in-out;
    -o-transition:.35s ease-in-out;
    transition:.35s ease-in-out
}

#nav-toggle span:first-child {
    top:0
}

#nav-toggle span:nth-child(2) {
    top:7px
}

#nav-toggle span:nth-child(3) {
    top:14px
}

@media only screen and (max-width:767px) {
    .open #nav-toggle {
    background-color:#e8f1f8;
    border-bottom:solid 1px #e8f1f8
}

.open #nav-toggle:after {
    content:"CLOSE"
}

.open #nav-toggle span:first-child {
    top:7px;
    -webkit-transform:rotate(315deg);
    -moz-transform:rotate(315deg);
    -ms-transform:rotate(315deg);
    transform:rotate(315deg)
}

.open #nav-toggle span:nth-child(2) {
    width:0;
    left:50%
}

.open #nav-toggle span:nth-child(3) {
    top:7px;
    -webkit-transform:rotate(-315deg);
    -moz-transform:rotate(-315deg);
    -ms-transform:rotate(-315deg);
    transform:rotate(-315deg)
}

.open .region-main-menu {
    -moz-transform:translateY(559px);
    -webkit-transform:translateY(559px);
    -ms-transform:translateY(559px);
    transform:translateY(559px);
    z-index:100
}


}

.region-main-menu {
    width:100%;
    padding-top:3px;
    padding-bottom:3px;
    background:#2176ce;
    background-image:-webkit-linear-gradient(top, #2176ce, #0a67ca);
    background-image:-webkit-gradient(linear, left top, left bottom, from(#2176ce), to(#0a67ca));
    background-image:-o-linear-gradient(top, #2176ce, #0a67ca);
    background-image:linear-gradient(to bottom, #2176ce, #0a67ca);
    -webkit-box-shadow:0 2px 3px #acc6e0;
    box-shadow:0 2px 3px #acc6e0
}

@media only screen and (max-width:767px) {
    .region-main-menu {
    position:absolute;
    top:-500px;
    padding-top:0;
    padding-bottom:0;
    border-top:solid 1px #ccc;
    background:#e8f1f8;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    -webkit-box-shadow:none;
    box-shadow:none
}


}

.region-main-menu nav {
    width:100%;
    max-width:950px;
    margin-right:auto;
    margin-left:auto
}

@media only screen and (max-width:991px) {
    .region-main-menu nav {
    width:95%;
    max-width:950px
}


}

@media only screen and (max-width:767px) {
    .region-main-menu nav {
    width:100%
}


}

.region-main-menu ul {
    margin-bottom:0;
    padding:0;
    list-style:none;
    text-align:left;
    font-size:0
}

.region-main-menu ul li {
    position:relative;
    display:inline-block;
    border-left:solid 1px #064f9b;
    font-size:18px;
    font-size:1.8rem;
    line-height:1
}

.region-main-menu ul li:after, .region-main-menu ul li:before {
    position:absolute;
    content:"";
    width:1px;
    height:100%
}

.region-main-menu ul li:before {
    top:0;
    left:0;
    background-color:#71abe8
}

.region-main-menu ul li:last-child {
    border-right:solid 1px #064f9b
}

.region-main-menu ul li:last-child:after {
    top:0;
    right:-2px;
    background-color:#71abe8
}

@media only screen and (max-width:991px) {
    .region-main-menu ul li {
    font-size:13px;
    font-size:1.3rem
}


}

@media only screen and (max-width:767px) {
    .region-main-menu ul li {
    border-left:none;
    font-size:12px;
    font-size:1.2rem
}

.region-main-menu ul li:after, .region-main-menu ul li:before {
    position:static;
    width:0;
    height:0
}

.region-main-menu ul li:last-child {
    border-right:none
}


}

.region-main-menu ul li a {
    display:block;
    position:relative;
    padding:15px 20px 15px 30px;
    color:#fff;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}

@media only screen and (max-width:767px) {
    .region-main-menu ul li a {
    display:block;
    color:#333
}


}

.region-main-menu ul li a:before {
    position:absolute;
    top:0;
    bottom:0;
    content:"";
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:5px;
    height:6px;
    margin:auto;
    background:none;
    border:3px solid transparent;
    border-radius:0;
    border-left:5px solid #004fa2;
    left:13px
}

@media only screen and (max-width:767px) {
    .region-main-menu ul li a:before {
    left:auto;
    right:35px
}


}

.region-main-menu ul li a:focus, .region-main-menu ul li a:hover {
    background-color:#4d91d8;
    opacity:0.8;
    text-decoration:none
}

@media only screen and (max-width:767px) {
    .region-main-menu ul li a:focus, .region-main-menu ul li a:hover {
    background-color:#ecf3f9
}


}

@media only screen and (max-width:767px) {
    .region-main-menu ul li {
    display:block
}

.region-main-menu ul li a {
    width:100%;
    display:block;
    padding:15px 0 15px 20px;
    border-bottom:solid 1px #ccc
}


}

.footer {
    margin-top:27px;
    padding-bottom:0;
    padding-top:30px;
    background-color:#fcfcfc;
    border-top:1px solid #d9dde3;
    -webkit-box-shadow:0 0 4px #d9dde3;
    box-shadow:0 0 4px #d9dde3
}

@media only screen and (max-width:767px) {
    .footer {
    padding-top:0
}


}

.footer-sitenav {
    width:100%;
    max-width:950px;
    margin-right:auto;
    margin-left:auto;
    text-align:left
}

@media only screen and (max-width:991px) {
    .footer-sitenav {
    width:95%;
    max-width:950px
}


}

@media only screen and (max-width:767px) {
    .footer-sitenav {
    width:100%
}


}

.footer-sitenav .menu {
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-bottom:0;
    padding-left:0;
    font-size:0
}

@media only screen and (max-width:767px) {
    .footer-sitenav .menu {
    display:block;
    margin-bottom:0
}


}

.footer-sitenav .menu li {
    margin-bottom:20px;
    padding:0 15px;
    border-right:1px solid #e8f1f7;
    line-height:1;
    font-size:16px;
    font-size:1.6rem
}

@media only screen and (max-width:767px) {
    .footer-sitenav .menu li {
    margin-bottom:0;
    padding:0;
    border-right:none;
    border-top:solid 1px #ccc;
    font-size:13px;
    font-size:1.3rem
}


}

.footer-sitenav .menu li a {
    position:relative;
    padding-left:16px
}

.footer-sitenav .menu li a:after, .footer-sitenav .menu li a:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    content:"";
    vertical-align:middle
}

.footer-sitenav .menu li a:before {
    width:12px;
    height:12px;
    -webkit-border-radius:50%;
    border-radius:50%;
    background:#004fa2
}

.footer-sitenav .menu li a:after {
    left:4px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:4px;
    height:4px;
    border:3px solid transparent;
    border-left:4px solid #fff
}

@media only screen and (max-width:767px) {
    .footer-sitenav .menu li a {
    padding:15px;
    color:#333
}

.footer-sitenav .menu li a:before {
    display:none
}

.footer-sitenav .menu li a:after {
    right:15px;
    left:auto;
    border-left:4px solid #004fa2
}


}

.footer-sitenav .menu li .down {
    display:block;
    margin-top:15px
}

.footer-sitenav .menu li .down li {
    margin-bottom:10px;
    padding-right:0;
    padding-left:0;
    border-right:none;
    line-height:1.38462em;
    font-size:13px;
    font-size:1.3rem
}

.footer-sitenav .menu li .down li a {
    position:relative
}

.footer-sitenav .menu li .down li a:before {
    position:absolute;
    top:0;
    bottom:0;
    content:"";
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:5px;
    height:6px;
    margin:auto;
    background:none;
    border:3px solid transparent;
    border-radius:0;
    border-left:5px solid #004fa2;
    left:3px
}

.footer-sitenav .menu li .down li a:after {
    position:static;
    width:0;
    height:0;
    border:none;
    border-left:none
}

@media only screen and (max-width:767px) {
    .footer-sitenav .menu li .down {
    display:none
}


}

.region-footer-bottom {
    padding-top:20px;
    padding-bottom:30px;
    background:#2176ce;
    background-image:-webkit-linear-gradient(top, #2176ce, #0a67ca);
    background-image:-webkit-gradient(linear, left top, left bottom, from(#2176ce), to(#0a67ca));
    background-image:-o-linear-gradient(top, #2176ce, #0a67ca);
    background-image:linear-gradient(to bottom, #2176ce, #0a67ca)
}

.footer-nav {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    max-width:950px;
    margin-right:auto;
    margin-left:auto
}

@media only screen and (max-width:991px) {
    .footer-nav {
    width:95%;
    max-width:950px
}


}

@media only screen and (max-width:991px) {
    .footer-nav {
    text-align:center;
    display:block
}


}

.footer-nav .utility-nav {
    -webkit-flex-basis:55%;
    -ms-flex-preferred-size:55%;
    flex-basis:55%;
    padding-left:0;
    margin-bottom:0;
    text-align:left;
    font-size:0
}

@media only screen and (max-width:991px) {
    .footer-nav .utility-nav {
    text-align:center
}


}

.footer-nav .utility-nav li {
    display:inline-block;
    margin-right:1.42857em;
    font-size:14px;
    font-size:1.4rem
}

.footer-nav .utility-nav li a {
    color:#fff
}

.footer-nav .utility-nav li a:focus, .footer-nav .utility-nav li a:hover {
    text-decoration:underline
}

@media only screen and (max-width:767px) {
    .footer-nav .utility-nav li {
    width:50%;
    margin-bottom:0.5em;
    margin-right:0
}


}

@media only screen and (min-width:0px) and (max-width:414px) {
    .footer-nav .utility-nav li {
    font-size:12px;
    font-size:1.2rem
}


}

.footer-nav .copyright {
    -webkit-flex-basis:44%;
    -ms-flex-preferred-size:44%;
    flex-basis:44%;
    text-align:right;
    color:#fff;
    font-size:12px;
    font-size:1.2rem
}

@media only screen and (max-width:991px) {
    .footer-nav .copyright {
    margin-top:1em;
    text-align:center;
    font-size:10px;
    font-size:1rem
}


}

.region-breadcrumb {
    width:100%;
    max-width:950px;
    margin-right:auto;
    margin-left:auto;
    margin-top:15px;
    margin-bottom:15px
}

@media only screen and (max-width:991px) {
    .region-breadcrumb {
    width:95%;
    max-width:950px
}


}

.region-breadcrumb .breadcrumb {
    margin:0;
    padding:0;
    background-color:transparent;
    text-align:left;
    font-size:0;
    color:#525252
}

.region-breadcrumb .breadcrumb>li {
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    font-size:14px;
    font-size:1.4rem
}

@media only screen and (max-width:767px) {
    .region-breadcrumb .breadcrumb>li {
    margin-right:6px;
    padding-right:12px;
    font-size:12px;
    font-size:1.2rem
}


}

.region-breadcrumb .breadcrumb>li:before {
    display:none
}

.region-breadcrumb .breadcrumb>li:after {
    position:absolute;
    top:0;
    right:0;
    content:">"
}

.region-breadcrumb .breadcrumb>li:last-child:after {
    content:""
}

.wrapper-full1, .wrapper-full2, .wrapper-full3, .wrapper-title {
    width:100%;
    margin-right:auto;
    margin-left:auto;
    text-align:left
}

.content-main, .content-sub {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    max-width:950px;
    margin-right:auto;
    margin-left:auto
}

@media only screen and (max-width:991px) {
    .content-main, .content-sub {
    width:95%;
    max-width:950px
}


}

@media only screen and (max-width:991px) {
    .content-main, .content-sub {
    display:block
}


}

.content-main .content-middle1, .content-sub .content-middle2 {
    -webkit-box-ordinal-group:1;
    -webkit-order:0;
    -ms-flex-order:0;
    order:0;
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    text-align:left
}

.content-main .content-left1, .content-sub .content-left2 {
    -webkit-box-ordinal-group:0;
    -webkit-order:-1;
    -ms-flex-order:-1;
    order:-1;
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    width:240px;
    margin-right:4%;
    text-align:left
}

@media only screen and (max-width:991px) {
    .content-main .content-left1, .content-sub .content-left2 {
    width:100%;
    margin-right:0
}


}

.content-main .content-right1, .content-sub .content-right2 {
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
    -ms-flex-order:1;
    order:1;
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    width:240px;
    margin-left:4%;
    text-align:left
}

@media only screen and (max-width:991px) {
    .content-main .content-right1, .content-sub .content-right2 {
    width:100%;
    margin-left:0
}


}

.content-main h2, .content-main h3, .content-main h4, .content-main h5, .content-main h6 {
    margin-top:0
}

.content-main p {
    color:#3d3d3d
}

.content-main p a:focus, .content-main p a:hover {
    text-decoration:underline
}

.content-main p a.link-border {
    text-decoration:underline
}

.content-main p a.link-border:focus, .content-main p a.link-border:hover {
    text-decoration:none
}

ul {
    list-style-type:none
}

ul li a {
    display:block
}

ul li a:hover {
    text-decoration:underline
}

ul li a:hover span {
    text-decoration:underline
}

.wrapper-title {
    width:100%;
    max-width:950px;
    margin-right:auto;
    margin-left:auto
}

@media only screen and (max-width:991px) {
    .wrapper-title {
    width:95%;
    max-width:950px
}


}

.wrapper-title .region-content-top {
    position:relative;
    margin-bottom:40px
}

@media only screen and (min-width:0px) and (max-width:414px) {
    .wrapper-title .region-content-top {
    margin-bottom:30px
}


}

.wrapper-title .region-content-top h1.page-header {
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:2;
    display:block;
    margin:0 30px;
    padding-bottom:0;
    border-bottom:none;
    font-size:34px;
    font-size:3.4rem;
    font-weight:normal
}

@media only screen and (max-width:767px) {
    .wrapper-title .region-content-top h1.page-header {
    margin-left:15px;
    margin-right:15px;
    font-size:25px;
    font-size:2.5rem
}


}

@media only screen and (min-width:0px) and (max-width:414px) {
    .wrapper-title .region-content-top h1.page-header {
    margin-left:10px;
    margin-right:10px;
    font-size:20px;
    font-size:2rem
}


}

.content-right1 .region-content-right1 .menu, .content-right2 .region-content-right1 .menu {
    padding-left:0;
    margin-bottom:0
}

.content-right1 .region-content-right1 .menu li a, .content-right2 .region-content-right1 .menu li a {
    display:block;
    padding:28px 15px;
    text-align:center;
    background-color:#483019;
    border-radius:6px 6px 0 0;
    color:#fff
}

.content-right1 .region-content-right1 .menu li a:focus, .content-right1 .region-content-right1 .menu li a:hover, .content-right2 .region-content-right1 .menu li a:focus, .content-right2 .region-content-right1 .menu li a:hover {
    background-color:#5d4532;
    text-decoration:none
}

.content-right1 .region-content-right1 .down li a, .content-right2 .region-content-right1 .down li a {
    position:relative;
    padding:10px 15px 10px 30px;
    text-align:left;
    background-color:#f6f7f9;
    border-bottom:solid 1px #fff;
    border-radius:0;
    color:#483019
}

.content-right1 .region-content-right1 .down li a:before, .content-right2 .region-content-right1 .down li a:before {
    position:absolute;
    top:0;
    bottom:0;
    left:15px;
    content:"";
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:5px;
    height:6px;
    margin:auto;
    background:none;
    border:3px solid transparent;
    border-radius:0;
    border-left:5px solid #483019
}

.content-right1 .region-content-right1 .down li a:focus, .content-right1 .region-content-right1 .down li a:hover, .content-right2 .region-content-right1 .down li a:focus, .content-right2 .region-content-right1 .down li a:hover {
    background-color:#f8f9fb;
    color:#9e846c
}

.content-right1 .region-content-right1 .down li a.is-active, .content-right2 .region-content-right1 .down li a.is-active {
    background-color:#785d44;
    color:#fff
}

.content-right1 .region-content-right1 .down li a.is-active:before, .content-right2 .region-content-right1 .down li a.is-active:before {
    border-left:5px solid #fff
}

.content-right1 .region-content-right1 .down li a.is-active:focus, .content-right1 .region-content-right1 .down li a.is-active:hover, .content-right2 .region-content-right1 .down li a.is-active:focus, .content-right2 .region-content-right1 .down li a.is-active:hover {
    background-color:#816d5a
}

.content-right1 .region-content-right1 .down li.inside a{
    padding-left: 40px;
}

.content-right1 .region-content-right1 .down li.inside a:before{
    left: 25px;
}

.content-main .content-left1 .block.block-block-content img, .content-main .content-right1 .block.block-block-content img, .content-sub .content-left2 .block.block-block-content img, .content-sub .content-right2 .block.block-block-content img {
    max-width:100%;
    height:auto
}

.content-main .content-left1 .block.block-block-content .block-title, .content-main .content-right1 .block.block-block-content .block-title, .content-sub .content-left2 .block.block-block-content .block-title, .content-sub .content-right2 .block.block-block-content .block-title {
    margin-bottom:0;
    padding:18px 15px;
    text-align:center;
    background-color:#004fa2;
    border-radius:6px 6px 0 0;
    font-size:16px;
    font-size:1.6rem;
    color:#fff
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1, .page-node-type-archive.has-glyphicons .content-sub .content-middle2, .page-node-type-archive.has-glyphicons .wrapper-full1, .page-node-type-archive.has-glyphicons .wrapper-full2, .page-node-type-archive.has-glyphicons .wrapper-full3, .page-node-type-blog.has-glyphicons .content-main .content-middle1, .page-node-type-blog.has-glyphicons .content-sub .content-middle2, .page-node-type-blog.has-glyphicons .wrapper-full1, .page-node-type-blog.has-glyphicons .wrapper-full2, .page-node-type-blog.has-glyphicons .wrapper-full3, .page-node-type-info.has-glyphicons .content-main .content-middle1, .page-node-type-info.has-glyphicons .content-sub .content-middle2, .page-node-type-info.has-glyphicons .wrapper-full1, .page-node-type-info.has-glyphicons .wrapper-full2, .page-node-type-info.has-glyphicons .wrapper-full3, .page-node-type-page.has-glyphicons .content-main .content-middle1, .page-node-type-page.has-glyphicons .content-sub .content-middle2, .page-node-type-page.has-glyphicons .wrapper-full1, .page-node-type-page.has-glyphicons .wrapper-full2, .page-node-type-page.has-glyphicons .wrapper-full3, .path-archive.has-glyphicons .content-main .content-middle1, .path-archive.has-glyphicons .content-sub .content-middle2, .path-archive.has-glyphicons .wrapper-full1, .path-archive.has-glyphicons .wrapper-full2, .path-archive.has-glyphicons .wrapper-full3, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 {
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2:after, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3:after, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .col4:after, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .inner:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col4:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .inner:after, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2:after, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3:after, .page-node-type-archive.has-glyphicons .wrapper-full1 .col4:after, .page-node-type-archive.has-glyphicons .wrapper-full1 .inner:after, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2:after, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3:after, .page-node-type-archive.has-glyphicons .wrapper-full2 .col4:after, .page-node-type-archive.has-glyphicons .wrapper-full2 .inner:after, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2:after, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3:after, .page-node-type-archive.has-glyphicons .wrapper-full3 .col4:after, .page-node-type-archive.has-glyphicons .wrapper-full3 .inner:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col4:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .inner:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col4:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .inner:after, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2:after, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3:after, .page-node-type-blog.has-glyphicons .wrapper-full1 .col4:after, .page-node-type-blog.has-glyphicons .wrapper-full1 .inner:after, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2:after, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3:after, .page-node-type-blog.has-glyphicons .wrapper-full2 .col4:after, .page-node-type-blog.has-glyphicons .wrapper-full2 .inner:after, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2:after, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3:after, .page-node-type-blog.has-glyphicons .wrapper-full3 .col4:after, .page-node-type-blog.has-glyphicons .wrapper-full3 .inner:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col4:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 .inner:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col4:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .inner:after, .page-node-type-info.has-glyphicons .wrapper-full1 .col2:after, .page-node-type-info.has-glyphicons .wrapper-full1 .col3:after, .page-node-type-info.has-glyphicons .wrapper-full1 .col4:after, .page-node-type-info.has-glyphicons .wrapper-full1 .inner:after, .page-node-type-info.has-glyphicons .wrapper-full2 .col2:after, .page-node-type-info.has-glyphicons .wrapper-full2 .col3:after, .page-node-type-info.has-glyphicons .wrapper-full2 .col4:after, .page-node-type-info.has-glyphicons .wrapper-full2 .inner:after, .page-node-type-info.has-glyphicons .wrapper-full3 .col2:after, .page-node-type-info.has-glyphicons .wrapper-full3 .col3:after, .page-node-type-info.has-glyphicons .wrapper-full3 .col4:after, .page-node-type-info.has-glyphicons .wrapper-full3 .inner:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col4:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 .inner:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col4:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .inner:after, .page-node-type-page.has-glyphicons .wrapper-full1 .col2:after, .page-node-type-page.has-glyphicons .wrapper-full1 .col3:after, .page-node-type-page.has-glyphicons .wrapper-full1 .col4:after, .page-node-type-page.has-glyphicons .wrapper-full1 .inner:after, .page-node-type-page.has-glyphicons .wrapper-full2 .col2:after, .page-node-type-page.has-glyphicons .wrapper-full2 .col3:after, .page-node-type-page.has-glyphicons .wrapper-full2 .col4:after, .page-node-type-page.has-glyphicons .wrapper-full2 .inner:after, .page-node-type-page.has-glyphicons .wrapper-full3 .col2:after, .page-node-type-page.has-glyphicons .wrapper-full3 .col3:after, .page-node-type-page.has-glyphicons .wrapper-full3 .col4:after, .page-node-type-page.has-glyphicons .wrapper-full3 .inner:after, .path-archive.has-glyphicons .content-main .content-middle1 .col2:after, .path-archive.has-glyphicons .content-main .content-middle1 .col3:after, .path-archive.has-glyphicons .content-main .content-middle1 .col4:after, .path-archive.has-glyphicons .content-main .content-middle1 .inner:after, .path-archive.has-glyphicons .content-sub .content-middle2 .col2:after, .path-archive.has-glyphicons .content-sub .content-middle2 .col3:after, .path-archive.has-glyphicons .content-sub .content-middle2 .col4:after, .path-archive.has-glyphicons .content-sub .content-middle2 .inner:after, .path-archive.has-glyphicons .wrapper-full1 .col2:after, .path-archive.has-glyphicons .wrapper-full1 .col3:after, .path-archive.has-glyphicons .wrapper-full1 .col4:after, .path-archive.has-glyphicons .wrapper-full1 .inner:after, .path-archive.has-glyphicons .wrapper-full2 .col2:after, .path-archive.has-glyphicons .wrapper-full2 .col3:after, .path-archive.has-glyphicons .wrapper-full2 .col4:after, .path-archive.has-glyphicons .wrapper-full2 .inner:after, .path-archive.has-glyphicons .wrapper-full3 .col2:after, .path-archive.has-glyphicons .wrapper-full3 .col3:after, .path-archive.has-glyphicons .wrapper-full3 .col4:after, .path-archive.has-glyphicons .wrapper-full3 .inner:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col4:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .inner:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col4:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .inner:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col4:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .inner:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col4:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .inner:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col4:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .inner:after {
    display:block;
    clear:both;
    overflow:hidden;
    content:""
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 em.em-txt, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 em.em-txt, .page-node-type-archive.has-glyphicons .wrapper-full1 em.em-txt, .page-node-type-archive.has-glyphicons .wrapper-full2 em.em-txt, .page-node-type-archive.has-glyphicons .wrapper-full3 em.em-txt, .page-node-type-blog.has-glyphicons .content-main .content-middle1 em.em-txt, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 em.em-txt, .page-node-type-blog.has-glyphicons .wrapper-full1 em.em-txt, .page-node-type-blog.has-glyphicons .wrapper-full2 em.em-txt, .page-node-type-blog.has-glyphicons .wrapper-full3 em.em-txt, .page-node-type-info.has-glyphicons .content-main .content-middle1 em.em-txt, .page-node-type-info.has-glyphicons .content-sub .content-middle2 em.em-txt, .page-node-type-info.has-glyphicons .wrapper-full1 em.em-txt, .page-node-type-info.has-glyphicons .wrapper-full2 em.em-txt, .page-node-type-info.has-glyphicons .wrapper-full3 em.em-txt, .page-node-type-page.has-glyphicons .content-main .content-middle1 em.em-txt, .page-node-type-page.has-glyphicons .content-sub .content-middle2 em.em-txt, .page-node-type-page.has-glyphicons .wrapper-full1 em.em-txt, .page-node-type-page.has-glyphicons .wrapper-full2 em.em-txt, .page-node-type-page.has-glyphicons .wrapper-full3 em.em-txt, .path-archive.has-glyphicons .content-main .content-middle1 em.em-txt, .path-archive.has-glyphicons .content-sub .content-middle2 em.em-txt, .path-archive.has-glyphicons .wrapper-full1 em.em-txt, .path-archive.has-glyphicons .wrapper-full2 em.em-txt, .path-archive.has-glyphicons .wrapper-full3 em.em-txt, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 em.em-txt, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 em.em-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 em.em-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 em.em-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 em.em-txt {
    font-style:normal
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 img.ico, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 img.ico, .page-node-type-archive.has-glyphicons .wrapper-full1 img.ico, .page-node-type-archive.has-glyphicons .wrapper-full2 img.ico, .page-node-type-archive.has-glyphicons .wrapper-full3 img.ico, .page-node-type-blog.has-glyphicons .content-main .content-middle1 img.ico, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 img.ico, .page-node-type-blog.has-glyphicons .wrapper-full1 img.ico, .page-node-type-blog.has-glyphicons .wrapper-full2 img.ico, .page-node-type-blog.has-glyphicons .wrapper-full3 img.ico, .page-node-type-info.has-glyphicons .content-main .content-middle1 img.ico, .page-node-type-info.has-glyphicons .content-sub .content-middle2 img.ico, .page-node-type-info.has-glyphicons .wrapper-full1 img.ico, .page-node-type-info.has-glyphicons .wrapper-full2 img.ico, .page-node-type-info.has-glyphicons .wrapper-full3 img.ico, .page-node-type-page.has-glyphicons .content-main .content-middle1 img.ico, .page-node-type-page.has-glyphicons .content-sub .content-middle2 img.ico, .page-node-type-page.has-glyphicons .wrapper-full1 img.ico, .page-node-type-page.has-glyphicons .wrapper-full2 img.ico, .page-node-type-page.has-glyphicons .wrapper-full3 img.ico, .path-archive.has-glyphicons .content-main .content-middle1 img.ico, .path-archive.has-glyphicons .content-sub .content-middle2 img.ico, .path-archive.has-glyphicons .wrapper-full1 img.ico, .path-archive.has-glyphicons .wrapper-full2 img.ico, .path-archive.has-glyphicons .wrapper-full3 img.ico, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 img.ico, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 img.ico, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 img.ico, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 img.ico, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 img.ico {
    width:auto!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .arrow-list li:last-child, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .list-txt li:last-child, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li:last-child, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .list-txt li:last-child, .page-node-type-archive.has-glyphicons .wrapper-full1 .arrow-list li:last-child, .page-node-type-archive.has-glyphicons .wrapper-full1 .list-txt li:last-child, .page-node-type-archive.has-glyphicons .wrapper-full2 .arrow-list li:last-child, .page-node-type-archive.has-glyphicons .wrapper-full2 .list-txt li:last-child, .page-node-type-archive.has-glyphicons .wrapper-full3 .arrow-list li:last-child, .page-node-type-archive.has-glyphicons .wrapper-full3 .list-txt li:last-child, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .arrow-list li:last-child, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .list-txt li:last-child, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .arrow-list li:last-child, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .list-txt li:last-child, .page-node-type-blog.has-glyphicons .wrapper-full1 .arrow-list li:last-child, .page-node-type-blog.has-glyphicons .wrapper-full1 .list-txt li:last-child, .page-node-type-blog.has-glyphicons .wrapper-full2 .arrow-list li:last-child, .page-node-type-blog.has-glyphicons .wrapper-full2 .list-txt li:last-child, .page-node-type-blog.has-glyphicons .wrapper-full3 .arrow-list li:last-child, .page-node-type-blog.has-glyphicons .wrapper-full3 .list-txt li:last-child, .page-node-type-info.has-glyphicons .content-main .content-middle1 .arrow-list li:last-child, .page-node-type-info.has-glyphicons .content-main .content-middle1 .list-txt li:last-child, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .arrow-list li:last-child, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .list-txt li:last-child, .page-node-type-info.has-glyphicons .wrapper-full1 .arrow-list li:last-child, .page-node-type-info.has-glyphicons .wrapper-full1 .list-txt li:last-child, .page-node-type-info.has-glyphicons .wrapper-full2 .arrow-list li:last-child, .page-node-type-info.has-glyphicons .wrapper-full2 .list-txt li:last-child, .page-node-type-info.has-glyphicons .wrapper-full3 .arrow-list li:last-child, .page-node-type-info.has-glyphicons .wrapper-full3 .list-txt li:last-child, .page-node-type-page.has-glyphicons .content-main .content-middle1 .arrow-list li:last-child, .page-node-type-page.has-glyphicons .content-main .content-middle1 .list-txt li:last-child, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .arrow-list li:last-child, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .list-txt li:last-child, .page-node-type-page.has-glyphicons .wrapper-full1 .arrow-list li:last-child, .page-node-type-page.has-glyphicons .wrapper-full1 .list-txt li:last-child, .page-node-type-page.has-glyphicons .wrapper-full2 .arrow-list li:last-child, .page-node-type-page.has-glyphicons .wrapper-full2 .list-txt li:last-child, .page-node-type-page.has-glyphicons .wrapper-full3 .arrow-list li:last-child, .page-node-type-page.has-glyphicons .wrapper-full3 .list-txt li:last-child, .path-archive.has-glyphicons .content-main .content-middle1 .arrow-list li:last-child, .path-archive.has-glyphicons .content-main .content-middle1 .list-txt li:last-child, .path-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li:last-child, .path-archive.has-glyphicons .content-sub .content-middle2 .list-txt li:last-child, .path-archive.has-glyphicons .wrapper-full1 .arrow-list li:last-child, .path-archive.has-glyphicons .wrapper-full1 .list-txt li:last-child, .path-archive.has-glyphicons .wrapper-full2 .arrow-list li:last-child, .path-archive.has-glyphicons .wrapper-full2 .list-txt li:last-child, .path-archive.has-glyphicons .wrapper-full3 .arrow-list li:last-child, .path-archive.has-glyphicons .wrapper-full3 .list-txt li:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .arrow-list li:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .list-txt li:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .arrow-list li:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .list-txt li:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .arrow-list li:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .list-txt li:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .arrow-list li:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .list-txt li:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .arrow-list li:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .list-txt li:last-child {
    margin-bottom:0;
    padding-bottom:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li.circle:last-child, .page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li.number:last-child, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li.circle:last-child, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number:last-child, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.list-txt li.circle:last-child, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.list-txt li.number:last-child, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.list-txt li.circle:last-child, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.list-txt li.number:last-child, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.list-txt li.circle:last-child, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.list-txt li.number:last-child, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.list-txt li.circle:last-child, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.list-txt li.number:last-child, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.list-txt li.circle:last-child, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number:last-child, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.list-txt li.circle:last-child, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.list-txt li.number:last-child, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.list-txt li.circle:last-child, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.list-txt li.number:last-child, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.list-txt li.circle:last-child, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.list-txt li.number:last-child, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.list-txt li.circle:last-child, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.list-txt li.number:last-child, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.list-txt li.circle:last-child, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number:last-child, .page-node-type-info.has-glyphicons .wrapper-full1 ul.list-txt li.circle:last-child, .page-node-type-info.has-glyphicons .wrapper-full1 ul.list-txt li.number:last-child, .page-node-type-info.has-glyphicons .wrapper-full2 ul.list-txt li.circle:last-child, .page-node-type-info.has-glyphicons .wrapper-full2 ul.list-txt li.number:last-child, .page-node-type-info.has-glyphicons .wrapper-full3 ul.list-txt li.circle:last-child, .page-node-type-info.has-glyphicons .wrapper-full3 ul.list-txt li.number:last-child, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.list-txt li.circle:last-child, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.list-txt li.number:last-child, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.list-txt li.circle:last-child, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number:last-child, .page-node-type-page.has-glyphicons .wrapper-full1 ul.list-txt li.circle:last-child, .page-node-type-page.has-glyphicons .wrapper-full1 ul.list-txt li.number:last-child, .page-node-type-page.has-glyphicons .wrapper-full2 ul.list-txt li.circle:last-child, .page-node-type-page.has-glyphicons .wrapper-full2 ul.list-txt li.number:last-child, .page-node-type-page.has-glyphicons .wrapper-full3 ul.list-txt li.circle:last-child, .page-node-type-page.has-glyphicons .wrapper-full3 ul.list-txt li.number:last-child, .path-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li.circle:last-child, .path-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li.number:last-child, .path-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li.circle:last-child, .path-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number:last-child, .path-archive.has-glyphicons .wrapper-full1 ul.list-txt li.circle:last-child, .path-archive.has-glyphicons .wrapper-full1 ul.list-txt li.number:last-child, .path-archive.has-glyphicons .wrapper-full2 ul.list-txt li.circle:last-child, .path-archive.has-glyphicons .wrapper-full2 ul.list-txt li.number:last-child, .path-archive.has-glyphicons .wrapper-full3 ul.list-txt li.circle:last-child, .path-archive.has-glyphicons .wrapper-full3 ul.list-txt li.number:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.list-txt li.circle:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.list-txt li.number:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.list-txt li.circle:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.list-txt li.circle:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.list-txt li.number:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.list-txt li.circle:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.list-txt li.number:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.list-txt li.circle:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.list-txt li.number:last-child {
    margin-bottom:0;
    padding-bottom:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .notes-01 li:last-child, .page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number:last-child, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .notes-01 li:last-child, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number:last-child, .page-node-type-archive.has-glyphicons .wrapper-full1 .notes-01 li:last-child, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.notes-01 li.number:last-child, .page-node-type-archive.has-glyphicons .wrapper-full2 .notes-01 li:last-child, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.notes-01 li.number:last-child, .page-node-type-archive.has-glyphicons .wrapper-full3 .notes-01 li:last-child, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.notes-01 li.number:last-child, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .notes-01 li:last-child, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number:last-child, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .notes-01 li:last-child, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number:last-child, .page-node-type-blog.has-glyphicons .wrapper-full1 .notes-01 li:last-child, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.notes-01 li.number:last-child, .page-node-type-blog.has-glyphicons .wrapper-full2 .notes-01 li:last-child, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.notes-01 li.number:last-child, .page-node-type-blog.has-glyphicons .wrapper-full3 .notes-01 li:last-child, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.notes-01 li.number:last-child, .page-node-type-info.has-glyphicons .content-main .content-middle1 .notes-01 li:last-child, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number:last-child, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .notes-01 li:last-child, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number:last-child, .page-node-type-info.has-glyphicons .wrapper-full1 .notes-01 li:last-child, .page-node-type-info.has-glyphicons .wrapper-full1 ul.notes-01 li.number:last-child, .page-node-type-info.has-glyphicons .wrapper-full2 .notes-01 li:last-child, .page-node-type-info.has-glyphicons .wrapper-full2 ul.notes-01 li.number:last-child, .page-node-type-info.has-glyphicons .wrapper-full3 .notes-01 li:last-child, .page-node-type-info.has-glyphicons .wrapper-full3 ul.notes-01 li.number:last-child, .page-node-type-page.has-glyphicons .content-main .content-middle1 .notes-01 li:last-child, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number:last-child, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .notes-01 li:last-child, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number:last-child, .page-node-type-page.has-glyphicons .wrapper-full1 .notes-01 li:last-child, .page-node-type-page.has-glyphicons .wrapper-full1 ul.notes-01 li.number:last-child, .page-node-type-page.has-glyphicons .wrapper-full2 .notes-01 li:last-child, .page-node-type-page.has-glyphicons .wrapper-full2 ul.notes-01 li.number:last-child, .page-node-type-page.has-glyphicons .wrapper-full3 .notes-01 li:last-child, .page-node-type-page.has-glyphicons .wrapper-full3 ul.notes-01 li.number:last-child, .path-archive.has-glyphicons .content-main .content-middle1 .notes-01 li:last-child, .path-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number:last-child, .path-archive.has-glyphicons .content-sub .content-middle2 .notes-01 li:last-child, .path-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number:last-child, .path-archive.has-glyphicons .wrapper-full1 .notes-01 li:last-child, .path-archive.has-glyphicons .wrapper-full1 ul.notes-01 li.number:last-child, .path-archive.has-glyphicons .wrapper-full2 .notes-01 li:last-child, .path-archive.has-glyphicons .wrapper-full2 ul.notes-01 li.number:last-child, .path-archive.has-glyphicons .wrapper-full3 .notes-01 li:last-child, .path-archive.has-glyphicons .wrapper-full3 ul.notes-01 li.number:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .notes-01 li:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .notes-01 li:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .notes-01 li:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.notes-01 li.number:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .notes-01 li:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.notes-01 li.number:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .notes-01 li:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.notes-01 li.number:last-child {
    margin-bottom:0;
    padding-bottom:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .column.grid-min p, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .column>a p, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column.grid-min p, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column>a p, .page-node-type-archive.has-glyphicons .wrapper-full1 .column.grid-min p, .page-node-type-archive.has-glyphicons .wrapper-full1 .column>a p, .page-node-type-archive.has-glyphicons .wrapper-full2 .column.grid-min p, .page-node-type-archive.has-glyphicons .wrapper-full2 .column>a p, .page-node-type-archive.has-glyphicons .wrapper-full3 .column.grid-min p, .page-node-type-archive.has-glyphicons .wrapper-full3 .column>a p, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column.grid-min p, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column>a p, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column.grid-min p, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column>a p, .page-node-type-blog.has-glyphicons .wrapper-full1 .column.grid-min p, .page-node-type-blog.has-glyphicons .wrapper-full1 .column>a p, .page-node-type-blog.has-glyphicons .wrapper-full2 .column.grid-min p, .page-node-type-blog.has-glyphicons .wrapper-full2 .column>a p, .page-node-type-blog.has-glyphicons .wrapper-full3 .column.grid-min p, .page-node-type-blog.has-glyphicons .wrapper-full3 .column>a p, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column.grid-min p, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column>a p, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column.grid-min p, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column>a p, .page-node-type-info.has-glyphicons .wrapper-full1 .column.grid-min p, .page-node-type-info.has-glyphicons .wrapper-full1 .column>a p, .page-node-type-info.has-glyphicons .wrapper-full2 .column.grid-min p, .page-node-type-info.has-glyphicons .wrapper-full2 .column>a p, .page-node-type-info.has-glyphicons .wrapper-full3 .column.grid-min p, .page-node-type-info.has-glyphicons .wrapper-full3 .column>a p, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column.grid-min p, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column>a p, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column.grid-min p, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column>a p, .page-node-type-page.has-glyphicons .wrapper-full1 .column.grid-min p, .page-node-type-page.has-glyphicons .wrapper-full1 .column>a p, .page-node-type-page.has-glyphicons .wrapper-full2 .column.grid-min p, .page-node-type-page.has-glyphicons .wrapper-full2 .column>a p, .page-node-type-page.has-glyphicons .wrapper-full3 .column.grid-min p, .page-node-type-page.has-glyphicons .wrapper-full3 .column>a p, .path-archive.has-glyphicons .content-main .content-middle1 .column.grid-min p, .path-archive.has-glyphicons .content-main .content-middle1 .column>a p, .path-archive.has-glyphicons .content-sub .content-middle2 .column.grid-min p, .path-archive.has-glyphicons .content-sub .content-middle2 .column>a p, .path-archive.has-glyphicons .wrapper-full1 .column.grid-min p, .path-archive.has-glyphicons .wrapper-full1 .column>a p, .path-archive.has-glyphicons .wrapper-full2 .column.grid-min p, .path-archive.has-glyphicons .wrapper-full2 .column>a p, .path-archive.has-glyphicons .wrapper-full3 .column.grid-min p, .path-archive.has-glyphicons .wrapper-full3 .column>a p, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column.grid-min p, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column>a p, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column.grid-min p, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column>a p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column.grid-min p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column>a p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column.grid-min p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column>a p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column.grid-min p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column>a p {
    margin-bottom:0;
    padding-bottom:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 section, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 section, .page-node-type-archive.has-glyphicons .wrapper-full1 section, .page-node-type-archive.has-glyphicons .wrapper-full2 section, .page-node-type-archive.has-glyphicons .wrapper-full3 section, .page-node-type-blog.has-glyphicons .content-main .content-middle1 section, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 section, .page-node-type-blog.has-glyphicons .wrapper-full1 section, .page-node-type-blog.has-glyphicons .wrapper-full2 section, .page-node-type-blog.has-glyphicons .wrapper-full3 section, .page-node-type-info.has-glyphicons .content-main .content-middle1 section, .page-node-type-info.has-glyphicons .content-sub .content-middle2 section, .page-node-type-info.has-glyphicons .wrapper-full1 section, .page-node-type-info.has-glyphicons .wrapper-full2 section, .page-node-type-info.has-glyphicons .wrapper-full3 section, .page-node-type-page.has-glyphicons .content-main .content-middle1 section, .page-node-type-page.has-glyphicons .content-sub .content-middle2 section, .page-node-type-page.has-glyphicons .wrapper-full1 section, .page-node-type-page.has-glyphicons .wrapper-full2 section, .page-node-type-page.has-glyphicons .wrapper-full3 section, .path-archive.has-glyphicons .content-main .content-middle1 section, .path-archive.has-glyphicons .content-sub .content-middle2 section, .path-archive.has-glyphicons .wrapper-full1 section, .path-archive.has-glyphicons .wrapper-full2 section, .path-archive.has-glyphicons .wrapper-full3 section, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 section, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 section, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 section, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 section, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 section {
    margin-bottom:3.75em
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .section-inner, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .section-inner, .page-node-type-archive.has-glyphicons .wrapper-full1 .section-inner, .page-node-type-archive.has-glyphicons .wrapper-full2 .section-inner, .page-node-type-archive.has-glyphicons .wrapper-full3 .section-inner, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .section-inner, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .section-inner, .page-node-type-blog.has-glyphicons .wrapper-full1 .section-inner, .page-node-type-blog.has-glyphicons .wrapper-full2 .section-inner, .page-node-type-blog.has-glyphicons .wrapper-full3 .section-inner, .page-node-type-info.has-glyphicons .content-main .content-middle1 .section-inner, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .section-inner, .page-node-type-info.has-glyphicons .wrapper-full1 .section-inner, .page-node-type-info.has-glyphicons .wrapper-full2 .section-inner, .page-node-type-info.has-glyphicons .wrapper-full3 .section-inner, .page-node-type-page.has-glyphicons .content-main .content-middle1 .section-inner, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .section-inner, .page-node-type-page.has-glyphicons .wrapper-full1 .section-inner, .page-node-type-page.has-glyphicons .wrapper-full2 .section-inner, .page-node-type-page.has-glyphicons .wrapper-full3 .section-inner, .path-archive.has-glyphicons .content-main .content-middle1 .section-inner, .path-archive.has-glyphicons .content-sub .content-middle2 .section-inner, .path-archive.has-glyphicons .wrapper-full1 .section-inner, .path-archive.has-glyphicons .wrapper-full2 .section-inner, .path-archive.has-glyphicons .wrapper-full3 .section-inner, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .section-inner, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .section-inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .section-inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .section-inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .section-inner {
    margin-bottom:2.5em
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .clearfix, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .clearfix, .page-node-type-archive.has-glyphicons .wrapper-full1 .clearfix, .page-node-type-archive.has-glyphicons .wrapper-full2 .clearfix, .page-node-type-archive.has-glyphicons .wrapper-full3 .clearfix, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .clearfix, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .clearfix, .page-node-type-blog.has-glyphicons .wrapper-full1 .clearfix, .page-node-type-blog.has-glyphicons .wrapper-full2 .clearfix, .page-node-type-blog.has-glyphicons .wrapper-full3 .clearfix, .page-node-type-info.has-glyphicons .content-main .content-middle1 .clearfix, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .clearfix, .page-node-type-info.has-glyphicons .wrapper-full1 .clearfix, .page-node-type-info.has-glyphicons .wrapper-full2 .clearfix, .page-node-type-info.has-glyphicons .wrapper-full3 .clearfix, .page-node-type-page.has-glyphicons .content-main .content-middle1 .clearfix, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .clearfix, .page-node-type-page.has-glyphicons .wrapper-full1 .clearfix, .page-node-type-page.has-glyphicons .wrapper-full2 .clearfix, .page-node-type-page.has-glyphicons .wrapper-full3 .clearfix, .path-archive.has-glyphicons .content-main .content-middle1 .clearfix, .path-archive.has-glyphicons .content-sub .content-middle2 .clearfix, .path-archive.has-glyphicons .wrapper-full1 .clearfix, .path-archive.has-glyphicons .wrapper-full2 .clearfix, .path-archive.has-glyphicons .wrapper-full3 .clearfix, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .clearfix, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .clearfix, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .clearfix, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .clearfix, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .clearfix {
    min-height:1px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .clearfix:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .clearfix:after, .page-node-type-archive.has-glyphicons .wrapper-full1 .clearfix:after, .page-node-type-archive.has-glyphicons .wrapper-full2 .clearfix:after, .page-node-type-archive.has-glyphicons .wrapper-full3 .clearfix:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .clearfix:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .clearfix:after, .page-node-type-blog.has-glyphicons .wrapper-full1 .clearfix:after, .page-node-type-blog.has-glyphicons .wrapper-full2 .clearfix:after, .page-node-type-blog.has-glyphicons .wrapper-full3 .clearfix:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 .clearfix:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .clearfix:after, .page-node-type-info.has-glyphicons .wrapper-full1 .clearfix:after, .page-node-type-info.has-glyphicons .wrapper-full2 .clearfix:after, .page-node-type-info.has-glyphicons .wrapper-full3 .clearfix:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 .clearfix:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .clearfix:after, .page-node-type-page.has-glyphicons .wrapper-full1 .clearfix:after, .page-node-type-page.has-glyphicons .wrapper-full2 .clearfix:after, .page-node-type-page.has-glyphicons .wrapper-full3 .clearfix:after, .path-archive.has-glyphicons .content-main .content-middle1 .clearfix:after, .path-archive.has-glyphicons .content-sub .content-middle2 .clearfix:after, .path-archive.has-glyphicons .wrapper-full1 .clearfix:after, .path-archive.has-glyphicons .wrapper-full2 .clearfix:after, .path-archive.has-glyphicons .wrapper-full3 .clearfix:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .clearfix:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .clearfix:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .clearfix:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .clearfix:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .clearfix:after {
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:"."
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 * html .clearfix, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 * html .clearfix, .page-node-type-archive.has-glyphicons .wrapper-full1 * html .clearfix, .page-node-type-archive.has-glyphicons .wrapper-full2 * html .clearfix, .page-node-type-archive.has-glyphicons .wrapper-full3 * html .clearfix, .page-node-type-blog.has-glyphicons .content-main .content-middle1 * html .clearfix, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 * html .clearfix, .page-node-type-blog.has-glyphicons .wrapper-full1 * html .clearfix, .page-node-type-blog.has-glyphicons .wrapper-full2 * html .clearfix, .page-node-type-blog.has-glyphicons .wrapper-full3 * html .clearfix, .page-node-type-info.has-glyphicons .content-main .content-middle1 * html .clearfix, .page-node-type-info.has-glyphicons .content-sub .content-middle2 * html .clearfix, .page-node-type-info.has-glyphicons .wrapper-full1 * html .clearfix, .page-node-type-info.has-glyphicons .wrapper-full2 * html .clearfix, .page-node-type-info.has-glyphicons .wrapper-full3 * html .clearfix, .page-node-type-page.has-glyphicons .content-main .content-middle1 * html .clearfix, .page-node-type-page.has-glyphicons .content-sub .content-middle2 * html .clearfix, .page-node-type-page.has-glyphicons .wrapper-full1 * html .clearfix, .page-node-type-page.has-glyphicons .wrapper-full2 * html .clearfix, .page-node-type-page.has-glyphicons .wrapper-full3 * html .clearfix, .path-archive.has-glyphicons .content-main .content-middle1 * html .clearfix, .path-archive.has-glyphicons .content-sub .content-middle2 * html .clearfix, .path-archive.has-glyphicons .wrapper-full1 * html .clearfix, .path-archive.has-glyphicons .wrapper-full2 * html .clearfix, .path-archive.has-glyphicons .wrapper-full3 * html .clearfix, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 * html .clearfix, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 * html .clearfix, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 * html .clearfix, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 * html .clearfix, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 * html .clearfix {
    height:1px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .lyt-table, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .lyt-table, .page-node-type-archive.has-glyphicons .wrapper-full1 .lyt-table, .page-node-type-archive.has-glyphicons .wrapper-full2 .lyt-table, .page-node-type-archive.has-glyphicons .wrapper-full3 .lyt-table, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .lyt-table, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .lyt-table, .page-node-type-blog.has-glyphicons .wrapper-full1 .lyt-table, .page-node-type-blog.has-glyphicons .wrapper-full2 .lyt-table, .page-node-type-blog.has-glyphicons .wrapper-full3 .lyt-table, .page-node-type-info.has-glyphicons .content-main .content-middle1 .lyt-table, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .lyt-table, .page-node-type-info.has-glyphicons .wrapper-full1 .lyt-table, .page-node-type-info.has-glyphicons .wrapper-full2 .lyt-table, .page-node-type-info.has-glyphicons .wrapper-full3 .lyt-table, .page-node-type-page.has-glyphicons .content-main .content-middle1 .lyt-table, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .lyt-table, .page-node-type-page.has-glyphicons .wrapper-full1 .lyt-table, .page-node-type-page.has-glyphicons .wrapper-full2 .lyt-table, .page-node-type-page.has-glyphicons .wrapper-full3 .lyt-table, .path-archive.has-glyphicons .content-main .content-middle1 .lyt-table, .path-archive.has-glyphicons .content-sub .content-middle2 .lyt-table, .path-archive.has-glyphicons .wrapper-full1 .lyt-table, .path-archive.has-glyphicons .wrapper-full2 .lyt-table, .path-archive.has-glyphicons .wrapper-full3 .lyt-table, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .lyt-table, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .lyt-table, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .lyt-table, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .lyt-table, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .lyt-table {
    width:100%;
    margin-bottom:20px;
    color:#333;
    border:1px solid #e4e4e4
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .lyt-table td, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .lyt-table th, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .lyt-table td, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .lyt-table th, .page-node-type-archive.has-glyphicons .wrapper-full1 .lyt-table td, .page-node-type-archive.has-glyphicons .wrapper-full1 .lyt-table th, .page-node-type-archive.has-glyphicons .wrapper-full2 .lyt-table td, .page-node-type-archive.has-glyphicons .wrapper-full2 .lyt-table th, .page-node-type-archive.has-glyphicons .wrapper-full3 .lyt-table td, .page-node-type-archive.has-glyphicons .wrapper-full3 .lyt-table th, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .lyt-table td, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .lyt-table th, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .lyt-table td, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .lyt-table th, .page-node-type-blog.has-glyphicons .wrapper-full1 .lyt-table td, .page-node-type-blog.has-glyphicons .wrapper-full1 .lyt-table th, .page-node-type-blog.has-glyphicons .wrapper-full2 .lyt-table td, .page-node-type-blog.has-glyphicons .wrapper-full2 .lyt-table th, .page-node-type-blog.has-glyphicons .wrapper-full3 .lyt-table td, .page-node-type-blog.has-glyphicons .wrapper-full3 .lyt-table th, .page-node-type-info.has-glyphicons .content-main .content-middle1 .lyt-table td, .page-node-type-info.has-glyphicons .content-main .content-middle1 .lyt-table th, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .lyt-table td, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .lyt-table th, .page-node-type-info.has-glyphicons .wrapper-full1 .lyt-table td, .page-node-type-info.has-glyphicons .wrapper-full1 .lyt-table th, .page-node-type-info.has-glyphicons .wrapper-full2 .lyt-table td, .page-node-type-info.has-glyphicons .wrapper-full2 .lyt-table th, .page-node-type-info.has-glyphicons .wrapper-full3 .lyt-table td, .page-node-type-info.has-glyphicons .wrapper-full3 .lyt-table th, .page-node-type-page.has-glyphicons .content-main .content-middle1 .lyt-table td, .page-node-type-page.has-glyphicons .content-main .content-middle1 .lyt-table th, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .lyt-table td, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .lyt-table th, .page-node-type-page.has-glyphicons .wrapper-full1 .lyt-table td, .page-node-type-page.has-glyphicons .wrapper-full1 .lyt-table th, .page-node-type-page.has-glyphicons .wrapper-full2 .lyt-table td, .page-node-type-page.has-glyphicons .wrapper-full2 .lyt-table th, .page-node-type-page.has-glyphicons .wrapper-full3 .lyt-table td, .page-node-type-page.has-glyphicons .wrapper-full3 .lyt-table th, .path-archive.has-glyphicons .content-main .content-middle1 .lyt-table td, .path-archive.has-glyphicons .content-main .content-middle1 .lyt-table th, .path-archive.has-glyphicons .content-sub .content-middle2 .lyt-table td, .path-archive.has-glyphicons .content-sub .content-middle2 .lyt-table th, .path-archive.has-glyphicons .wrapper-full1 .lyt-table td, .path-archive.has-glyphicons .wrapper-full1 .lyt-table th, .path-archive.has-glyphicons .wrapper-full2 .lyt-table td, .path-archive.has-glyphicons .wrapper-full2 .lyt-table th, .path-archive.has-glyphicons .wrapper-full3 .lyt-table td, .path-archive.has-glyphicons .wrapper-full3 .lyt-table th, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .lyt-table td, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .lyt-table th, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .lyt-table td, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .lyt-table th, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .lyt-table td, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .lyt-table th, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .lyt-table td, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .lyt-table th, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .lyt-table td, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .lyt-table th {
    padding:15px 20px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .lyt-table th, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .lyt-table th, .page-node-type-archive.has-glyphicons .wrapper-full1 .lyt-table th, .page-node-type-archive.has-glyphicons .wrapper-full2 .lyt-table th, .page-node-type-archive.has-glyphicons .wrapper-full3 .lyt-table th, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .lyt-table th, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .lyt-table th, .page-node-type-blog.has-glyphicons .wrapper-full1 .lyt-table th, .page-node-type-blog.has-glyphicons .wrapper-full2 .lyt-table th, .page-node-type-blog.has-glyphicons .wrapper-full3 .lyt-table th, .page-node-type-info.has-glyphicons .content-main .content-middle1 .lyt-table th, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .lyt-table th, .page-node-type-info.has-glyphicons .wrapper-full1 .lyt-table th, .page-node-type-info.has-glyphicons .wrapper-full2 .lyt-table th, .page-node-type-info.has-glyphicons .wrapper-full3 .lyt-table th, .page-node-type-page.has-glyphicons .content-main .content-middle1 .lyt-table th, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .lyt-table th, .page-node-type-page.has-glyphicons .wrapper-full1 .lyt-table th, .page-node-type-page.has-glyphicons .wrapper-full2 .lyt-table th, .page-node-type-page.has-glyphicons .wrapper-full3 .lyt-table th, .path-archive.has-glyphicons .content-main .content-middle1 .lyt-table th, .path-archive.has-glyphicons .content-sub .content-middle2 .lyt-table th, .path-archive.has-glyphicons .wrapper-full1 .lyt-table th, .path-archive.has-glyphicons .wrapper-full2 .lyt-table th, .path-archive.has-glyphicons .wrapper-full3 .lyt-table th, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .lyt-table th, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .lyt-table th, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .lyt-table th, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .lyt-table th, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .lyt-table th {
    font-weight:normal;
    text-align:left;
    background:#e8f6fe;
    border:1px solid #e4e4e4
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .lyt-table td, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .lyt-table td, .page-node-type-archive.has-glyphicons .wrapper-full1 .lyt-table td, .page-node-type-archive.has-glyphicons .wrapper-full2 .lyt-table td, .page-node-type-archive.has-glyphicons .wrapper-full3 .lyt-table td, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .lyt-table td, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .lyt-table td, .page-node-type-blog.has-glyphicons .wrapper-full1 .lyt-table td, .page-node-type-blog.has-glyphicons .wrapper-full2 .lyt-table td, .page-node-type-blog.has-glyphicons .wrapper-full3 .lyt-table td, .page-node-type-info.has-glyphicons .content-main .content-middle1 .lyt-table td, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .lyt-table td, .page-node-type-info.has-glyphicons .wrapper-full1 .lyt-table td, .page-node-type-info.has-glyphicons .wrapper-full2 .lyt-table td, .page-node-type-info.has-glyphicons .wrapper-full3 .lyt-table td, .page-node-type-page.has-glyphicons .content-main .content-middle1 .lyt-table td, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .lyt-table td, .page-node-type-page.has-glyphicons .wrapper-full1 .lyt-table td, .page-node-type-page.has-glyphicons .wrapper-full2 .lyt-table td, .page-node-type-page.has-glyphicons .wrapper-full3 .lyt-table td, .path-archive.has-glyphicons .content-main .content-middle1 .lyt-table td, .path-archive.has-glyphicons .content-sub .content-middle2 .lyt-table td, .path-archive.has-glyphicons .wrapper-full1 .lyt-table td, .path-archive.has-glyphicons .wrapper-full2 .lyt-table td, .path-archive.has-glyphicons .wrapper-full3 .lyt-table td, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .lyt-table td, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .lyt-table td, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .lyt-table td, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .lyt-table td, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .lyt-table td {
    border:1px solid #e4e4e4
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col1, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col1, .page-node-type-archive.has-glyphicons .wrapper-full1 .col1, .page-node-type-archive.has-glyphicons .wrapper-full2 .col1, .page-node-type-archive.has-glyphicons .wrapper-full3 .col1, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col1, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col1, .page-node-type-blog.has-glyphicons .wrapper-full1 .col1, .page-node-type-blog.has-glyphicons .wrapper-full2 .col1, .page-node-type-blog.has-glyphicons .wrapper-full3 .col1, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col1, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col1, .page-node-type-info.has-glyphicons .wrapper-full1 .col1, .page-node-type-info.has-glyphicons .wrapper-full2 .col1, .page-node-type-info.has-glyphicons .wrapper-full3 .col1, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col1, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col1, .page-node-type-page.has-glyphicons .wrapper-full1 .col1, .page-node-type-page.has-glyphicons .wrapper-full2 .col1, .page-node-type-page.has-glyphicons .wrapper-full3 .col1, .path-archive.has-glyphicons .content-main .content-middle1 .col1, .path-archive.has-glyphicons .content-sub .content-middle2 .col1, .path-archive.has-glyphicons .wrapper-full1 .col1, .path-archive.has-glyphicons .wrapper-full2 .col1, .path-archive.has-glyphicons .wrapper-full3 .col1, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col1, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col1 {
    margin-bottom:20px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2, .page-node-type-info.has-glyphicons .wrapper-full1 .col2, .page-node-type-info.has-glyphicons .wrapper-full2 .col2, .page-node-type-info.has-glyphicons .wrapper-full3 .col2, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2, .page-node-type-page.has-glyphicons .wrapper-full1 .col2, .page-node-type-page.has-glyphicons .wrapper-full2 .col2, .page-node-type-page.has-glyphicons .wrapper-full3 .col2, .path-archive.has-glyphicons .content-main .content-middle1 .col2, .path-archive.has-glyphicons .content-sub .content-middle2 .col2, .path-archive.has-glyphicons .wrapper-full1 .col2, .path-archive.has-glyphicons .wrapper-full2 .col2, .path-archive.has-glyphicons .wrapper-full3 .col2, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2 {
    width:100%;
    margin-bottom:20px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .col2>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .col2>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .col2>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .col2>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .col2>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .col2>.column, .path-archive.has-glyphicons .content-main .content-middle1 .col2>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .col2>.column, .path-archive.has-glyphicons .wrapper-full1 .col2>.column, .path-archive.has-glyphicons .wrapper-full2 .col2>.column, .path-archive.has-glyphicons .wrapper-full3 .col2>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2>.column {
    float:left;
    width:48.485%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full1 .col2>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full2 .col2>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full3 .col2>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full1 .col2>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full2 .col2>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full3 .col2>.column:nth-child(odd), .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2>.column:nth-child(odd), .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full1 .col2>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full2 .col2>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full3 .col2>.column:nth-child(odd), .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2>.column:nth-child(odd), .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full1 .col2>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full2 .col2>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full3 .col2>.column:nth-child(odd), .path-archive.has-glyphicons .content-main .content-middle1 .col2>.column:nth-child(odd), .path-archive.has-glyphicons .content-sub .content-middle2 .col2>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full1 .col2>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full2 .col2>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full3 .col2>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2>.column:nth-child(odd) {
    margin-right:3.03%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2>.column.grid-min, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2>.column.grid-min, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2>.column.grid-min, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2>.column.grid-min, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2>.column.grid-min, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2>.column.grid-min, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min, .page-node-type-info.has-glyphicons .wrapper-full1 .col2>.column.grid-min, .page-node-type-info.has-glyphicons .wrapper-full2 .col2>.column.grid-min, .page-node-type-info.has-glyphicons .wrapper-full3 .col2>.column.grid-min, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min, .page-node-type-page.has-glyphicons .wrapper-full1 .col2>.column.grid-min, .page-node-type-page.has-glyphicons .wrapper-full2 .col2>.column.grid-min, .page-node-type-page.has-glyphicons .wrapper-full3 .col2>.column.grid-min, .path-archive.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min, .path-archive.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min, .path-archive.has-glyphicons .wrapper-full1 .col2>.column.grid-min, .path-archive.has-glyphicons .wrapper-full2 .col2>.column.grid-min, .path-archive.has-glyphicons .wrapper-full3 .col2>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2>.column.grid-min {
    float:left;
    width:31.819%;
    margin-right:2.275%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2>.column.grid-large, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-large, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2>.column.grid-large, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2>.column.grid-large, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2>.column.grid-large, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2>.column.grid-large, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-large, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2>.column.grid-large, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2>.column.grid-large, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2>.column.grid-large, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2>.column.grid-large, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-large, .page-node-type-info.has-glyphicons .wrapper-full1 .col2>.column.grid-large, .page-node-type-info.has-glyphicons .wrapper-full2 .col2>.column.grid-large, .page-node-type-info.has-glyphicons .wrapper-full3 .col2>.column.grid-large, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2>.column.grid-large, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-large, .page-node-type-page.has-glyphicons .wrapper-full1 .col2>.column.grid-large, .page-node-type-page.has-glyphicons .wrapper-full2 .col2>.column.grid-large, .page-node-type-page.has-glyphicons .wrapper-full3 .col2>.column.grid-large, .path-archive.has-glyphicons .content-main .content-middle1 .col2>.column.grid-large, .path-archive.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-large, .path-archive.has-glyphicons .wrapper-full1 .col2>.column.grid-large, .path-archive.has-glyphicons .wrapper-full2 .col2>.column.grid-large, .path-archive.has-glyphicons .wrapper-full3 .col2>.column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2>.column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2>.column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2>.column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2>.column.grid-large {
    float:left;
    width:65.1%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2.img-right>.column.grid-min, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2.img-right>.column.grid-min, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2.img-right>.column.grid-min, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2.img-right>.column.grid-min, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2.img-right>.column.grid-min, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2.img-right>.column.grid-min, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2.img-right>.column.grid-min, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2.img-right>.column.grid-min, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2.img-right>.column.grid-min, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2.img-right>.column.grid-min, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2.img-right>.column.grid-min, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2.img-right>.column.grid-min, .page-node-type-info.has-glyphicons .wrapper-full1 .col2.img-right>.column.grid-min, .page-node-type-info.has-glyphicons .wrapper-full2 .col2.img-right>.column.grid-min, .page-node-type-info.has-glyphicons .wrapper-full3 .col2.img-right>.column.grid-min, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2.img-right>.column.grid-min, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2.img-right>.column.grid-min, .page-node-type-page.has-glyphicons .wrapper-full1 .col2.img-right>.column.grid-min, .page-node-type-page.has-glyphicons .wrapper-full2 .col2.img-right>.column.grid-min, .page-node-type-page.has-glyphicons .wrapper-full3 .col2.img-right>.column.grid-min, .path-archive.has-glyphicons .content-main .content-middle1 .col2.img-right>.column.grid-min, .path-archive.has-glyphicons .content-sub .content-middle2 .col2.img-right>.column.grid-min, .path-archive.has-glyphicons .wrapper-full1 .col2.img-right>.column.grid-min, .path-archive.has-glyphicons .wrapper-full2 .col2.img-right>.column.grid-min, .path-archive.has-glyphicons .wrapper-full3 .col2.img-right>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2.img-right>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2.img-right>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2.img-right>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2.img-right>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2.img-right>.column.grid-min {
    margin-right:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2.ba, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2.ba, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2.ba, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2.ba, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2.ba, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2.ba, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2.ba, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2.ba, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2.ba, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2.ba, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2.ba, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2.ba, .page-node-type-info.has-glyphicons .wrapper-full1 .col2.ba, .page-node-type-info.has-glyphicons .wrapper-full2 .col2.ba, .page-node-type-info.has-glyphicons .wrapper-full3 .col2.ba, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2.ba, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2.ba, .page-node-type-page.has-glyphicons .wrapper-full1 .col2.ba, .page-node-type-page.has-glyphicons .wrapper-full2 .col2.ba, .page-node-type-page.has-glyphicons .wrapper-full3 .col2.ba, .path-archive.has-glyphicons .content-main .content-middle1 .col2.ba, .path-archive.has-glyphicons .content-sub .content-middle2 .col2.ba, .path-archive.has-glyphicons .wrapper-full1 .col2.ba, .path-archive.has-glyphicons .wrapper-full2 .col2.ba, .path-archive.has-glyphicons .wrapper-full3 .col2.ba, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2.ba, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2.ba, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2.ba, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2.ba, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2.ba {
    display:table
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2.ba>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2.ba>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2.ba>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2.ba>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2.ba>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2.ba>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2.ba>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2.ba>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2.ba>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2.ba>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2.ba>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2.ba>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .col2.ba>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .col2.ba>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .col2.ba>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2.ba>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2.ba>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .col2.ba>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .col2.ba>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .col2.ba>.column, .path-archive.has-glyphicons .content-main .content-middle1 .col2.ba>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .col2.ba>.column, .path-archive.has-glyphicons .wrapper-full1 .col2.ba>.column, .path-archive.has-glyphicons .wrapper-full2 .col2.ba>.column, .path-archive.has-glyphicons .wrapper-full3 .col2.ba>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2.ba>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2.ba>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2.ba>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2.ba>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2.ba>.column {
    display:table-cell;
    float:left;
    width:47.728%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2.ba>.column:first-child, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2.ba>.column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2.ba>.column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2.ba>.column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2.ba>.column:first-child, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2.ba>.column:first-child, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2.ba>.column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2.ba>.column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2.ba>.column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2.ba>.column:first-child, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2.ba>.column:first-child, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2.ba>.column:first-child, .page-node-type-info.has-glyphicons .wrapper-full1 .col2.ba>.column:first-child, .page-node-type-info.has-glyphicons .wrapper-full2 .col2.ba>.column:first-child, .page-node-type-info.has-glyphicons .wrapper-full3 .col2.ba>.column:first-child, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2.ba>.column:first-child, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2.ba>.column:first-child, .page-node-type-page.has-glyphicons .wrapper-full1 .col2.ba>.column:first-child, .page-node-type-page.has-glyphicons .wrapper-full2 .col2.ba>.column:first-child, .page-node-type-page.has-glyphicons .wrapper-full3 .col2.ba>.column:first-child, .path-archive.has-glyphicons .content-main .content-middle1 .col2.ba>.column:first-child, .path-archive.has-glyphicons .content-sub .content-middle2 .col2.ba>.column:first-child, .path-archive.has-glyphicons .wrapper-full1 .col2.ba>.column:first-child, .path-archive.has-glyphicons .wrapper-full2 .col2.ba>.column:first-child, .path-archive.has-glyphicons .wrapper-full3 .col2.ba>.column:first-child, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2.ba>.column:first-child, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2.ba>.column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2.ba>.column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2.ba>.column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2.ba>.column:first-child {
    margin-right:.5%;
    padding-right:3%!important;
    background:url(../../../../themes/toto_master1/images/icn_arrow_06.png) right center no-repeat
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2.ba>.column.ba-arrow, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2.ba>.column.ba-arrow, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2.ba>.column.ba-arrow, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2.ba>.column.ba-arrow, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2.ba>.column.ba-arrow, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2.ba>.column.ba-arrow, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2.ba>.column.ba-arrow, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2.ba>.column.ba-arrow, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2.ba>.column.ba-arrow, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2.ba>.column.ba-arrow, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2.ba>.column.ba-arrow, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2.ba>.column.ba-arrow, .page-node-type-info.has-glyphicons .wrapper-full1 .col2.ba>.column.ba-arrow, .page-node-type-info.has-glyphicons .wrapper-full2 .col2.ba>.column.ba-arrow, .page-node-type-info.has-glyphicons .wrapper-full3 .col2.ba>.column.ba-arrow, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2.ba>.column.ba-arrow, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2.ba>.column.ba-arrow, .page-node-type-page.has-glyphicons .wrapper-full1 .col2.ba>.column.ba-arrow, .page-node-type-page.has-glyphicons .wrapper-full2 .col2.ba>.column.ba-arrow, .page-node-type-page.has-glyphicons .wrapper-full3 .col2.ba>.column.ba-arrow, .path-archive.has-glyphicons .content-main .content-middle1 .col2.ba>.column.ba-arrow, .path-archive.has-glyphicons .content-sub .content-middle2 .col2.ba>.column.ba-arrow, .path-archive.has-glyphicons .wrapper-full1 .col2.ba>.column.ba-arrow, .path-archive.has-glyphicons .wrapper-full2 .col2.ba>.column.ba-arrow, .path-archive.has-glyphicons .wrapper-full3 .col2.ba>.column.ba-arrow, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2.ba>.column.ba-arrow, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2.ba>.column.ba-arrow, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2.ba>.column.ba-arrow, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2.ba>.column.ba-arrow, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2.ba>.column.ba-arrow {
    width:4.547%;
    height:auto;
    padding:0;
    vertical-align:middle;
    text-align:center
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2.ba>.column.ba-arrow p, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2.ba>.column.ba-arrow p, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2.ba>.column.ba-arrow p, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2.ba>.column.ba-arrow p, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2.ba>.column.ba-arrow p, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2.ba>.column.ba-arrow p, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2.ba>.column.ba-arrow p, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2.ba>.column.ba-arrow p, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2.ba>.column.ba-arrow p, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2.ba>.column.ba-arrow p, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2.ba>.column.ba-arrow p, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2.ba>.column.ba-arrow p, .page-node-type-info.has-glyphicons .wrapper-full1 .col2.ba>.column.ba-arrow p, .page-node-type-info.has-glyphicons .wrapper-full2 .col2.ba>.column.ba-arrow p, .page-node-type-info.has-glyphicons .wrapper-full3 .col2.ba>.column.ba-arrow p, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2.ba>.column.ba-arrow p, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2.ba>.column.ba-arrow p, .page-node-type-page.has-glyphicons .wrapper-full1 .col2.ba>.column.ba-arrow p, .page-node-type-page.has-glyphicons .wrapper-full2 .col2.ba>.column.ba-arrow p, .page-node-type-page.has-glyphicons .wrapper-full3 .col2.ba>.column.ba-arrow p, .path-archive.has-glyphicons .content-main .content-middle1 .col2.ba>.column.ba-arrow p, .path-archive.has-glyphicons .content-sub .content-middle2 .col2.ba>.column.ba-arrow p, .path-archive.has-glyphicons .wrapper-full1 .col2.ba>.column.ba-arrow p, .path-archive.has-glyphicons .wrapper-full2 .col2.ba>.column.ba-arrow p, .path-archive.has-glyphicons .wrapper-full3 .col2.ba>.column.ba-arrow p, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2.ba>.column.ba-arrow p, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2.ba>.column.ba-arrow p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2.ba>.column.ba-arrow p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2.ba>.column.ba-arrow p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2.ba>.column.ba-arrow p {
    padding-top:70px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2.link-list>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2.link-list>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2.link-list>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2.link-list>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2.link-list>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2.link-list>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2.link-list>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2.link-list>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2.link-list>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2.link-list>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2.link-list>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2.link-list>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .col2.link-list>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .col2.link-list>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .col2.link-list>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2.link-list>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2.link-list>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .col2.link-list>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .col2.link-list>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .col2.link-list>.column, .path-archive.has-glyphicons .content-main .content-middle1 .col2.link-list>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .col2.link-list>.column, .path-archive.has-glyphicons .wrapper-full1 .col2.link-list>.column, .path-archive.has-glyphicons .wrapper-full2 .col2.link-list>.column, .path-archive.has-glyphicons .wrapper-full3 .col2.link-list>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2.link-list>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2.link-list>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2.link-list>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2.link-list>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2.link-list>.column {
    margin-bottom:10px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3, .page-node-type-info.has-glyphicons .wrapper-full1 .col3, .page-node-type-info.has-glyphicons .wrapper-full2 .col3, .page-node-type-info.has-glyphicons .wrapper-full3 .col3, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3, .page-node-type-page.has-glyphicons .wrapper-full1 .col3, .page-node-type-page.has-glyphicons .wrapper-full2 .col3, .page-node-type-page.has-glyphicons .wrapper-full3 .col3, .path-archive.has-glyphicons .content-main .content-middle1 .col3, .path-archive.has-glyphicons .content-sub .content-middle2 .col3, .path-archive.has-glyphicons .wrapper-full1 .col3, .path-archive.has-glyphicons .wrapper-full2 .col3, .path-archive.has-glyphicons .wrapper-full3 .col3, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3 {
    margin-bottom:20px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .col3>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .col3>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .col3>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .col3>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .col3>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .col3>.column, .path-archive.has-glyphicons .content-main .content-middle1 .col3>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .col3>.column, .path-archive.has-glyphicons .wrapper-full1 .col3>.column, .path-archive.has-glyphicons .wrapper-full2 .col3>.column, .path-archive.has-glyphicons .wrapper-full3 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3>.column {
    float:left;
    overflow:hidden;
    width:31.58894%;
    margin-left:2.6%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3>.column a:focus, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3>.column a:hover, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3>.column a:focus, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3>.column a:hover, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3>.column a:focus, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3>.column a:hover, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3>.column a:focus, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3>.column a:hover, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3>.column a:focus, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3>.column a:hover, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3>.column a:focus, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3>.column a:hover, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3>.column a:focus, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3>.column a:hover, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3>.column a:focus, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3>.column a:hover, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3>.column a:focus, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3>.column a:hover, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3>.column a:focus, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3>.column a:hover, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3>.column a:focus, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3>.column a:hover, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3>.column a:focus, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3>.column a:hover, .page-node-type-info.has-glyphicons .wrapper-full1 .col3>.column a:focus, .page-node-type-info.has-glyphicons .wrapper-full1 .col3>.column a:hover, .page-node-type-info.has-glyphicons .wrapper-full2 .col3>.column a:focus, .page-node-type-info.has-glyphicons .wrapper-full2 .col3>.column a:hover, .page-node-type-info.has-glyphicons .wrapper-full3 .col3>.column a:focus, .page-node-type-info.has-glyphicons .wrapper-full3 .col3>.column a:hover, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3>.column a:focus, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3>.column a:hover, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3>.column a:focus, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3>.column a:hover, .page-node-type-page.has-glyphicons .wrapper-full1 .col3>.column a:focus, .page-node-type-page.has-glyphicons .wrapper-full1 .col3>.column a:hover, .page-node-type-page.has-glyphicons .wrapper-full2 .col3>.column a:focus, .page-node-type-page.has-glyphicons .wrapper-full2 .col3>.column a:hover, .page-node-type-page.has-glyphicons .wrapper-full3 .col3>.column a:focus, .page-node-type-page.has-glyphicons .wrapper-full3 .col3>.column a:hover, .path-archive.has-glyphicons .content-main .content-middle1 .col3>.column a:focus, .path-archive.has-glyphicons .content-main .content-middle1 .col3>.column a:hover, .path-archive.has-glyphicons .content-sub .content-middle2 .col3>.column a:focus, .path-archive.has-glyphicons .content-sub .content-middle2 .col3>.column a:hover, .path-archive.has-glyphicons .wrapper-full1 .col3>.column a:focus, .path-archive.has-glyphicons .wrapper-full1 .col3>.column a:hover, .path-archive.has-glyphicons .wrapper-full2 .col3>.column a:focus, .path-archive.has-glyphicons .wrapper-full2 .col3>.column a:hover, .path-archive.has-glyphicons .wrapper-full3 .col3>.column a:focus, .path-archive.has-glyphicons .wrapper-full3 .col3>.column a:hover, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3>.column a:focus, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3>.column a:hover, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3>.column a:focus, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3>.column a:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3>.column a:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3>.column a:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3>.column a:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3>.column a:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3>.column a:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3>.column a:hover {
    opacity:.8
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt img, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt img, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3>.column a.over-txt img, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3>.column a.over-txt img, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3>.column a.over-txt img, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt img, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt img, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3>.column a.over-txt img, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3>.column a.over-txt img, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3>.column a.over-txt img, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt img, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt img, .page-node-type-info.has-glyphicons .wrapper-full1 .col3>.column a.over-txt img, .page-node-type-info.has-glyphicons .wrapper-full2 .col3>.column a.over-txt img, .page-node-type-info.has-glyphicons .wrapper-full3 .col3>.column a.over-txt img, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt img, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt img, .page-node-type-page.has-glyphicons .wrapper-full1 .col3>.column a.over-txt img, .page-node-type-page.has-glyphicons .wrapper-full2 .col3>.column a.over-txt img, .page-node-type-page.has-glyphicons .wrapper-full3 .col3>.column a.over-txt img, .path-archive.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt img, .path-archive.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt img, .path-archive.has-glyphicons .wrapper-full1 .col3>.column a.over-txt img, .path-archive.has-glyphicons .wrapper-full2 .col3>.column a.over-txt img, .path-archive.has-glyphicons .wrapper-full3 .col3>.column a.over-txt img, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt img, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3>.column a.over-txt img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3>.column a.over-txt img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3>.column a.over-txt img {
    border-radius:5px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt:hover, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt:hover, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3>.column a.over-txt:hover, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3>.column a.over-txt:hover, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3>.column a.over-txt:hover, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt:hover, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt:hover, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3>.column a.over-txt:hover, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3>.column a.over-txt:hover, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3>.column a.over-txt:hover, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt:hover, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt:hover, .page-node-type-info.has-glyphicons .wrapper-full1 .col3>.column a.over-txt:hover, .page-node-type-info.has-glyphicons .wrapper-full2 .col3>.column a.over-txt:hover, .page-node-type-info.has-glyphicons .wrapper-full3 .col3>.column a.over-txt:hover, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt:hover, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt:hover, .page-node-type-page.has-glyphicons .wrapper-full1 .col3>.column a.over-txt:hover, .page-node-type-page.has-glyphicons .wrapper-full2 .col3>.column a.over-txt:hover, .page-node-type-page.has-glyphicons .wrapper-full3 .col3>.column a.over-txt:hover, .path-archive.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt:hover, .path-archive.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt:hover, .path-archive.has-glyphicons .wrapper-full1 .col3>.column a.over-txt:hover, .path-archive.has-glyphicons .wrapper-full2 .col3>.column a.over-txt:hover, .path-archive.has-glyphicons .wrapper-full3 .col3>.column a.over-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3>.column a.over-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3>.column a.over-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3>.column a.over-txt:hover {
    text-decoration:none
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt:hover span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt:hover span, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3>.column a.over-txt:hover span, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3>.column a.over-txt:hover span, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3>.column a.over-txt:hover span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt:hover span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt:hover span, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3>.column a.over-txt:hover span, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3>.column a.over-txt:hover span, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3>.column a.over-txt:hover span, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt:hover span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt:hover span, .page-node-type-info.has-glyphicons .wrapper-full1 .col3>.column a.over-txt:hover span, .page-node-type-info.has-glyphicons .wrapper-full2 .col3>.column a.over-txt:hover span, .page-node-type-info.has-glyphicons .wrapper-full3 .col3>.column a.over-txt:hover span, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt:hover span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt:hover span, .page-node-type-page.has-glyphicons .wrapper-full1 .col3>.column a.over-txt:hover span, .page-node-type-page.has-glyphicons .wrapper-full2 .col3>.column a.over-txt:hover span, .page-node-type-page.has-glyphicons .wrapper-full3 .col3>.column a.over-txt:hover span, .path-archive.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt:hover span, .path-archive.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt:hover span, .path-archive.has-glyphicons .wrapper-full1 .col3>.column a.over-txt:hover span, .path-archive.has-glyphicons .wrapper-full2 .col3>.column a.over-txt:hover span, .path-archive.has-glyphicons .wrapper-full3 .col3>.column a.over-txt:hover span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt:hover span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt:hover span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3>.column a.over-txt:hover span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3>.column a.over-txt:hover span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3>.column a.over-txt:hover span {
    background-color:#59a2ed\9
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3.boxes .column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3.boxes .column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3.boxes .column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3.boxes .column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3.boxes .column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3.boxes .column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .page-node-type-info.has-glyphicons .wrapper-full1 .col3.boxes .column, .page-node-type-info.has-glyphicons .wrapper-full2 .col3.boxes .column, .page-node-type-info.has-glyphicons .wrapper-full3 .col3.boxes .column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .page-node-type-page.has-glyphicons .wrapper-full1 .col3.boxes .column, .page-node-type-page.has-glyphicons .wrapper-full2 .col3.boxes .column, .page-node-type-page.has-glyphicons .wrapper-full3 .col3.boxes .column, .path-archive.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .path-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .path-archive.has-glyphicons .wrapper-full1 .col3.boxes .column, .path-archive.has-glyphicons .wrapper-full2 .col3.boxes .column, .path-archive.has-glyphicons .wrapper-full3 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3.boxes .column {
    position:relative
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3.txt-list .column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3.txt-list .column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3.txt-list .column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3.txt-list .column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3.txt-list .column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3.txt-list .column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3.txt-list .column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3.txt-list .column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3.txt-list .column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3.txt-list .column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3.txt-list .column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3.txt-list .column, .page-node-type-info.has-glyphicons .wrapper-full1 .col3.txt-list .column, .page-node-type-info.has-glyphicons .wrapper-full2 .col3.txt-list .column, .page-node-type-info.has-glyphicons .wrapper-full3 .col3.txt-list .column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3.txt-list .column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3.txt-list .column, .page-node-type-page.has-glyphicons .wrapper-full1 .col3.txt-list .column, .page-node-type-page.has-glyphicons .wrapper-full2 .col3.txt-list .column, .page-node-type-page.has-glyphicons .wrapper-full3 .col3.txt-list .column, .path-archive.has-glyphicons .content-main .content-middle1 .col3.txt-list .column, .path-archive.has-glyphicons .content-sub .content-middle2 .col3.txt-list .column, .path-archive.has-glyphicons .wrapper-full1 .col3.txt-list .column, .path-archive.has-glyphicons .wrapper-full2 .col3.txt-list .column, .path-archive.has-glyphicons .wrapper-full3 .col3.txt-list .column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3.txt-list .column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3.txt-list .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3.txt-list .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3.txt-list .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3.txt-list .column {
    margin-right:0!important;
    margin-left:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col4>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col4>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .col4>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .col4>.column, .path-archive.has-glyphicons .content-main .content-middle1 .col4>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .col4>.column, .path-archive.has-glyphicons .wrapper-full1 .col4>.column, .path-archive.has-glyphicons .wrapper-full2 .col4>.column, .path-archive.has-glyphicons .wrapper-full3 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col4>.column {
    float:left;
    width:22.63157894736842%;
    margin-left:3.15789473684211%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col4>.column a:focus, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .col4>.column a:hover, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col4>.column a:focus, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col4>.column a:hover, .page-node-type-archive.has-glyphicons .wrapper-full1 .col4>.column a:focus, .page-node-type-archive.has-glyphicons .wrapper-full1 .col4>.column a:hover, .page-node-type-archive.has-glyphicons .wrapper-full2 .col4>.column a:focus, .page-node-type-archive.has-glyphicons .wrapper-full2 .col4>.column a:hover, .page-node-type-archive.has-glyphicons .wrapper-full3 .col4>.column a:focus, .page-node-type-archive.has-glyphicons .wrapper-full3 .col4>.column a:hover, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col4>.column a:focus, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col4>.column a:hover, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col4>.column a:focus, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col4>.column a:hover, .page-node-type-blog.has-glyphicons .wrapper-full1 .col4>.column a:focus, .page-node-type-blog.has-glyphicons .wrapper-full1 .col4>.column a:hover, .page-node-type-blog.has-glyphicons .wrapper-full2 .col4>.column a:focus, .page-node-type-blog.has-glyphicons .wrapper-full2 .col4>.column a:hover, .page-node-type-blog.has-glyphicons .wrapper-full3 .col4>.column a:focus, .page-node-type-blog.has-glyphicons .wrapper-full3 .col4>.column a:hover, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col4>.column a:focus, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col4>.column a:hover, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col4>.column a:focus, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col4>.column a:hover, .page-node-type-info.has-glyphicons .wrapper-full1 .col4>.column a:focus, .page-node-type-info.has-glyphicons .wrapper-full1 .col4>.column a:hover, .page-node-type-info.has-glyphicons .wrapper-full2 .col4>.column a:focus, .page-node-type-info.has-glyphicons .wrapper-full2 .col4>.column a:hover, .page-node-type-info.has-glyphicons .wrapper-full3 .col4>.column a:focus, .page-node-type-info.has-glyphicons .wrapper-full3 .col4>.column a:hover, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col4>.column a:focus, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col4>.column a:hover, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col4>.column a:focus, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col4>.column a:hover, .page-node-type-page.has-glyphicons .wrapper-full1 .col4>.column a:focus, .page-node-type-page.has-glyphicons .wrapper-full1 .col4>.column a:hover, .page-node-type-page.has-glyphicons .wrapper-full2 .col4>.column a:focus, .page-node-type-page.has-glyphicons .wrapper-full2 .col4>.column a:hover, .page-node-type-page.has-glyphicons .wrapper-full3 .col4>.column a:focus, .page-node-type-page.has-glyphicons .wrapper-full3 .col4>.column a:hover, .path-archive.has-glyphicons .content-main .content-middle1 .col4>.column a:focus, .path-archive.has-glyphicons .content-main .content-middle1 .col4>.column a:hover, .path-archive.has-glyphicons .content-sub .content-middle2 .col4>.column a:focus, .path-archive.has-glyphicons .content-sub .content-middle2 .col4>.column a:hover, .path-archive.has-glyphicons .wrapper-full1 .col4>.column a:focus, .path-archive.has-glyphicons .wrapper-full1 .col4>.column a:hover, .path-archive.has-glyphicons .wrapper-full2 .col4>.column a:focus, .path-archive.has-glyphicons .wrapper-full2 .col4>.column a:hover, .path-archive.has-glyphicons .wrapper-full3 .col4>.column a:focus, .path-archive.has-glyphicons .wrapper-full3 .col4>.column a:hover, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col4>.column a:focus, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col4>.column a:hover, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col4>.column a:focus, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col4>.column a:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col4>.column a:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col4>.column a:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col4>.column a:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col4>.column a:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col4>.column a:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col4>.column a:hover {
    opacity:.8
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col3>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col3>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col3>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col3>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col3>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col3>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col3>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col3>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col3>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col3>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col3>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col3>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col3>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col3>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col3>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col3>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col3>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col3>.column, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3>.column, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col3>.column, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col3>.column, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col3>.column {
    width:31.819%;
    margin-left:2.275%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .column:first-child, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .column:first-child, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .column:first-child, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .column:first-child, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .column:first-child, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .column:first-child, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .column:first-child, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .column:first-child, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .column:first-child, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .column:first-child, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .column:first-child, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .column:first-child, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .column:first-child, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col3>.column:nth-child(3n+1), .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .column:first-child, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3>.column:nth-child(3n+1), .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .column:first-child, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3>.column:nth-child(3n+1), .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .column:first-child, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col3>.column:nth-child(3n+1), .path-archive.has-glyphicons .wrapper-full1 .colum-contents .column:first-child, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col3>.column:nth-child(3n+1), .path-archive.has-glyphicons .wrapper-full2 .colum-contents .column:first-child, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col3>.column:nth-child(3n+1), .path-archive.has-glyphicons .wrapper-full3 .colum-contents .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col3>.column:nth-child(3n+1), .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col3>.column:nth-child(3n+1), .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col3>.column:nth-child(3n+1), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col3>.column:nth-child(3n+1), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col3>.column:nth-child(3n+1), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .column:first-child {
    margin-left:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .over-txt span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .over-txt span, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .over-txt span, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .over-txt span, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .over-txt span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .over-txt span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .over-txt span, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .over-txt span, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .over-txt span, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .over-txt span, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .over-txt span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .over-txt span, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .over-txt span, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .over-txt span, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .over-txt span, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .over-txt span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .over-txt span, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .over-txt span, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .over-txt span, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .over-txt span, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .over-txt span, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .over-txt span, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .over-txt span, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .over-txt span, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .over-txt span {
    padding:7px 7px 7px 40px;
    font-size:88%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .boxes li, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .boxes li, .page-node-type-archive.has-glyphicons .wrapper-full1 .boxes li, .page-node-type-archive.has-glyphicons .wrapper-full2 .boxes li, .page-node-type-archive.has-glyphicons .wrapper-full3 .boxes li, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .boxes li, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .boxes li, .page-node-type-blog.has-glyphicons .wrapper-full1 .boxes li, .page-node-type-blog.has-glyphicons .wrapper-full2 .boxes li, .page-node-type-blog.has-glyphicons .wrapper-full3 .boxes li, .page-node-type-info.has-glyphicons .content-main .content-middle1 .boxes li, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .boxes li, .page-node-type-info.has-glyphicons .wrapper-full1 .boxes li, .page-node-type-info.has-glyphicons .wrapper-full2 .boxes li, .page-node-type-info.has-glyphicons .wrapper-full3 .boxes li, .page-node-type-page.has-glyphicons .content-main .content-middle1 .boxes li, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .boxes li, .page-node-type-page.has-glyphicons .wrapper-full1 .boxes li, .page-node-type-page.has-glyphicons .wrapper-full2 .boxes li, .page-node-type-page.has-glyphicons .wrapper-full3 .boxes li, .path-archive.has-glyphicons .content-main .content-middle1 .boxes li, .path-archive.has-glyphicons .content-sub .content-middle2 .boxes li, .path-archive.has-glyphicons .wrapper-full1 .boxes li, .path-archive.has-glyphicons .wrapper-full2 .boxes li, .path-archive.has-glyphicons .wrapper-full3 .boxes li, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .boxes li, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .boxes li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .boxes li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .boxes li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .boxes li {
    border-radius:5px;
    -webkit-box-shadow:2px 2px 2px #ccc;
    box-shadow:2px 2px 2px #ccc
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .column:first-child, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full1 .column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full2 .column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full3 .column:first-child, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column:first-child, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full1 .column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full2 .column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full3 .column:first-child, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column:first-child, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column:first-child, .page-node-type-info.has-glyphicons .wrapper-full1 .column:first-child, .page-node-type-info.has-glyphicons .wrapper-full2 .column:first-child, .page-node-type-info.has-glyphicons .wrapper-full3 .column:first-child, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column:first-child, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column:first-child, .page-node-type-page.has-glyphicons .wrapper-full1 .column:first-child, .page-node-type-page.has-glyphicons .wrapper-full2 .column:first-child, .page-node-type-page.has-glyphicons .wrapper-full3 .column:first-child, .path-archive.has-glyphicons .content-main .content-middle1 .column:first-child, .path-archive.has-glyphicons .content-sub .content-middle2 .column:first-child, .path-archive.has-glyphicons .wrapper-full1 .column:first-child, .path-archive.has-glyphicons .wrapper-full2 .column:first-child, .path-archive.has-glyphicons .wrapper-full3 .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column:first-child {
    margin-left:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .column ul, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column ul, .page-node-type-archive.has-glyphicons .wrapper-full1 .column ul, .page-node-type-archive.has-glyphicons .wrapper-full2 .column ul, .page-node-type-archive.has-glyphicons .wrapper-full3 .column ul, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column ul, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column ul, .page-node-type-blog.has-glyphicons .wrapper-full1 .column ul, .page-node-type-blog.has-glyphicons .wrapper-full2 .column ul, .page-node-type-blog.has-glyphicons .wrapper-full3 .column ul, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column ul, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column ul, .page-node-type-info.has-glyphicons .wrapper-full1 .column ul, .page-node-type-info.has-glyphicons .wrapper-full2 .column ul, .page-node-type-info.has-glyphicons .wrapper-full3 .column ul, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column ul, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column ul, .page-node-type-page.has-glyphicons .wrapper-full1 .column ul, .page-node-type-page.has-glyphicons .wrapper-full2 .column ul, .page-node-type-page.has-glyphicons .wrapper-full3 .column ul, .path-archive.has-glyphicons .content-main .content-middle1 .column ul, .path-archive.has-glyphicons .content-sub .content-middle2 .column ul, .path-archive.has-glyphicons .wrapper-full1 .column ul, .path-archive.has-glyphicons .wrapper-full2 .column ul, .path-archive.has-glyphicons .wrapper-full3 .column ul, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column ul, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column ul, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column ul, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column ul, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column ul {
    margin-bottom:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .column p:last-child, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column p:last-child, .page-node-type-archive.has-glyphicons .wrapper-full1 .column p:last-child, .page-node-type-archive.has-glyphicons .wrapper-full2 .column p:last-child, .page-node-type-archive.has-glyphicons .wrapper-full3 .column p:last-child, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column p:last-child, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column p:last-child, .page-node-type-blog.has-glyphicons .wrapper-full1 .column p:last-child, .page-node-type-blog.has-glyphicons .wrapper-full2 .column p:last-child, .page-node-type-blog.has-glyphicons .wrapper-full3 .column p:last-child, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column p:last-child, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column p:last-child, .page-node-type-info.has-glyphicons .wrapper-full1 .column p:last-child, .page-node-type-info.has-glyphicons .wrapper-full2 .column p:last-child, .page-node-type-info.has-glyphicons .wrapper-full3 .column p:last-child, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column p:last-child, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column p:last-child, .page-node-type-page.has-glyphicons .wrapper-full1 .column p:last-child, .page-node-type-page.has-glyphicons .wrapper-full2 .column p:last-child, .page-node-type-page.has-glyphicons .wrapper-full3 .column p:last-child, .path-archive.has-glyphicons .content-main .content-middle1 .column p:last-child, .path-archive.has-glyphicons .content-sub .content-middle2 .column p:last-child, .path-archive.has-glyphicons .wrapper-full1 .column p:last-child, .path-archive.has-glyphicons .wrapper-full2 .column p:last-child, .path-archive.has-glyphicons .wrapper-full3 .column p:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column p:last-child, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column p:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column p:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column p:last-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column p:last-child {
    margin-bottom:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .column p:last-child.caption, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column p:last-child.caption, .page-node-type-archive.has-glyphicons .wrapper-full1 .column p:last-child.caption, .page-node-type-archive.has-glyphicons .wrapper-full2 .column p:last-child.caption, .page-node-type-archive.has-glyphicons .wrapper-full3 .column p:last-child.caption, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column p:last-child.caption, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column p:last-child.caption, .page-node-type-blog.has-glyphicons .wrapper-full1 .column p:last-child.caption, .page-node-type-blog.has-glyphicons .wrapper-full2 .column p:last-child.caption, .page-node-type-blog.has-glyphicons .wrapper-full3 .column p:last-child.caption, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column p:last-child.caption, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column p:last-child.caption, .page-node-type-info.has-glyphicons .wrapper-full1 .column p:last-child.caption, .page-node-type-info.has-glyphicons .wrapper-full2 .column p:last-child.caption, .page-node-type-info.has-glyphicons .wrapper-full3 .column p:last-child.caption, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column p:last-child.caption, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column p:last-child.caption, .page-node-type-page.has-glyphicons .wrapper-full1 .column p:last-child.caption, .page-node-type-page.has-glyphicons .wrapper-full2 .column p:last-child.caption, .page-node-type-page.has-glyphicons .wrapper-full3 .column p:last-child.caption, .path-archive.has-glyphicons .content-main .content-middle1 .column p:last-child.caption, .path-archive.has-glyphicons .content-sub .content-middle2 .column p:last-child.caption, .path-archive.has-glyphicons .wrapper-full1 .column p:last-child.caption, .path-archive.has-glyphicons .wrapper-full2 .column p:last-child.caption, .path-archive.has-glyphicons .wrapper-full3 .column p:last-child.caption, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column p:last-child.caption, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column p:last-child.caption, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column p:last-child.caption, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column p:last-child.caption, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column p:last-child.caption {
    margin-top:-15px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .column.grid-min>p img, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column.grid-min>p img, .page-node-type-archive.has-glyphicons .wrapper-full1 .column.grid-min>p img, .page-node-type-archive.has-glyphicons .wrapper-full2 .column.grid-min>p img, .page-node-type-archive.has-glyphicons .wrapper-full3 .column.grid-min>p img, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column.grid-min>p img, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column.grid-min>p img, .page-node-type-blog.has-glyphicons .wrapper-full1 .column.grid-min>p img, .page-node-type-blog.has-glyphicons .wrapper-full2 .column.grid-min>p img, .page-node-type-blog.has-glyphicons .wrapper-full3 .column.grid-min>p img, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column.grid-min>p img, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column.grid-min>p img, .page-node-type-info.has-glyphicons .wrapper-full1 .column.grid-min>p img, .page-node-type-info.has-glyphicons .wrapper-full2 .column.grid-min>p img, .page-node-type-info.has-glyphicons .wrapper-full3 .column.grid-min>p img, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column.grid-min>p img, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column.grid-min>p img, .page-node-type-page.has-glyphicons .wrapper-full1 .column.grid-min>p img, .page-node-type-page.has-glyphicons .wrapper-full2 .column.grid-min>p img, .page-node-type-page.has-glyphicons .wrapper-full3 .column.grid-min>p img, .path-archive.has-glyphicons .content-main .content-middle1 .column.grid-min>p img, .path-archive.has-glyphicons .content-sub .content-middle2 .column.grid-min>p img, .path-archive.has-glyphicons .wrapper-full1 .column.grid-min>p img, .path-archive.has-glyphicons .wrapper-full2 .column.grid-min>p img, .path-archive.has-glyphicons .wrapper-full3 .column.grid-min>p img, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column.grid-min>p img, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column.grid-min>p img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column.grid-min>p img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column.grid-min>p img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column.grid-min>p img {
    margin-bottom:20px
}

@media only screen and (max-width:980px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3.boxes, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3.boxes, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3.boxes, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3.boxes, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3.boxes, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3.boxes, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3.boxes, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3.boxes, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3.boxes, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3.boxes, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3.boxes, .page-node-type-info.has-glyphicons .wrapper-full1 .col3.boxes, .page-node-type-info.has-glyphicons .wrapper-full2 .col3.boxes, .page-node-type-info.has-glyphicons .wrapper-full3 .col3.boxes, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3.boxes, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3.boxes, .page-node-type-page.has-glyphicons .wrapper-full1 .col3.boxes, .page-node-type-page.has-glyphicons .wrapper-full2 .col3.boxes, .page-node-type-page.has-glyphicons .wrapper-full3 .col3.boxes, .path-archive.has-glyphicons .content-main .content-middle1 .col3.boxes, .path-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes, .path-archive.has-glyphicons .wrapper-full1 .col3.boxes, .path-archive.has-glyphicons .wrapper-full2 .col3.boxes, .path-archive.has-glyphicons .wrapper-full3 .col3.boxes, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3.boxes, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3.boxes, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3.boxes, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3.boxes, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3.boxes {
    width:95%;
    margin:0 auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3.boxes .column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3.boxes .column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3.boxes .column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3.boxes .column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3.boxes .column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3.boxes .column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .page-node-type-info.has-glyphicons .wrapper-full1 .col3.boxes .column, .page-node-type-info.has-glyphicons .wrapper-full2 .col3.boxes .column, .page-node-type-info.has-glyphicons .wrapper-full3 .col3.boxes .column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .page-node-type-page.has-glyphicons .wrapper-full1 .col3.boxes .column, .page-node-type-page.has-glyphicons .wrapper-full2 .col3.boxes .column, .page-node-type-page.has-glyphicons .wrapper-full3 .col3.boxes .column, .path-archive.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .path-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .path-archive.has-glyphicons .wrapper-full1 .col3.boxes .column, .path-archive.has-glyphicons .wrapper-full2 .col3.boxes .column, .path-archive.has-glyphicons .wrapper-full3 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3.boxes .column {
    float:left;
    width:48%;
    margin-bottom:2%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt img, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt img, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3>.column a.over-txt img, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3>.column a.over-txt img, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3>.column a.over-txt img, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt img, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt img, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3>.column a.over-txt img, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3>.column a.over-txt img, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3>.column a.over-txt img, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt img, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt img, .page-node-type-info.has-glyphicons .wrapper-full1 .col3>.column a.over-txt img, .page-node-type-info.has-glyphicons .wrapper-full2 .col3>.column a.over-txt img, .page-node-type-info.has-glyphicons .wrapper-full3 .col3>.column a.over-txt img, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt img, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt img, .page-node-type-page.has-glyphicons .wrapper-full1 .col3>.column a.over-txt img, .page-node-type-page.has-glyphicons .wrapper-full2 .col3>.column a.over-txt img, .page-node-type-page.has-glyphicons .wrapper-full3 .col3>.column a.over-txt img, .path-archive.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt img, .path-archive.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt img, .path-archive.has-glyphicons .wrapper-full1 .col3>.column a.over-txt img, .path-archive.has-glyphicons .wrapper-full2 .col3>.column a.over-txt img, .path-archive.has-glyphicons .wrapper-full3 .col3>.column a.over-txt img, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3>.column a.over-txt img, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3>.column a.over-txt img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3>.column a.over-txt img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3>.column a.over-txt img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3>.column a.over-txt img {
    width:100%;
    height:auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full1 .col3>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full2 .col3>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full3 .col3>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full1 .col3>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full2 .col3>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full3 .col3>.column:nth-child(odd), .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3>.column:nth-child(odd), .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full1 .col3>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full2 .col3>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full3 .col3>.column:nth-child(odd), .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3>.column:nth-child(odd), .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full1 .col3>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full2 .col3>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full3 .col3>.column:nth-child(odd), .path-archive.has-glyphicons .content-main .content-middle1 .col3>.column:nth-child(odd), .path-archive.has-glyphicons .content-sub .content-middle2 .col3>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full1 .col3>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full2 .col3>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full3 .col3>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3>.column:nth-child(odd) {
    margin-bottom:2%;
    margin-left:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3 .column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3 .column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3 .column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3 .column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3 .column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3 .column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3 .column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3 .column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3 .column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3 .column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3 .column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3 .column, .page-node-type-info.has-glyphicons .wrapper-full1 .col3 .column, .page-node-type-info.has-glyphicons .wrapper-full2 .col3 .column, .page-node-type-info.has-glyphicons .wrapper-full3 .col3 .column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3 .column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3 .column, .page-node-type-page.has-glyphicons .wrapper-full1 .col3 .column, .page-node-type-page.has-glyphicons .wrapper-full2 .col3 .column, .page-node-type-page.has-glyphicons .wrapper-full3 .col3 .column, .path-archive.has-glyphicons .content-main .content-middle1 .col3 .column, .path-archive.has-glyphicons .content-sub .content-middle2 .col3 .column, .path-archive.has-glyphicons .wrapper-full1 .col3 .column, .path-archive.has-glyphicons .wrapper-full2 .col3 .column, .path-archive.has-glyphicons .wrapper-full3 .col3 .column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3 .column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3 .column {
    float:left;
    width:48%;
    margin-bottom:2%
}


}

@media only screen and (max-width:760px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .col3>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .col3>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .col3>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .col3>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .col3>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .col3>.column, .path-archive.has-glyphicons .content-main .content-middle1 .col3>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .col3>.column, .path-archive.has-glyphicons .wrapper-full1 .col3>.column, .path-archive.has-glyphicons .wrapper-full2 .col3>.column, .path-archive.has-glyphicons .wrapper-full3 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3>.column {
    position:relative;
    display:block;
    float:none;
    overflow:hidden;
    width:100%;
    margin:10px auto;
    padding:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3>.column .over-txt, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3>.column .over-txt, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3>.column .over-txt, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3>.column .over-txt, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3>.column .over-txt, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3>.column .over-txt, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3>.column .over-txt, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3>.column .over-txt, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3>.column .over-txt, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3>.column .over-txt, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3>.column .over-txt, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3>.column .over-txt, .page-node-type-info.has-glyphicons .wrapper-full1 .col3>.column .over-txt, .page-node-type-info.has-glyphicons .wrapper-full2 .col3>.column .over-txt, .page-node-type-info.has-glyphicons .wrapper-full3 .col3>.column .over-txt, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3>.column .over-txt, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3>.column .over-txt, .page-node-type-page.has-glyphicons .wrapper-full1 .col3>.column .over-txt, .page-node-type-page.has-glyphicons .wrapper-full2 .col3>.column .over-txt, .page-node-type-page.has-glyphicons .wrapper-full3 .col3>.column .over-txt, .path-archive.has-glyphicons .content-main .content-middle1 .col3>.column .over-txt, .path-archive.has-glyphicons .content-sub .content-middle2 .col3>.column .over-txt, .path-archive.has-glyphicons .wrapper-full1 .col3>.column .over-txt, .path-archive.has-glyphicons .wrapper-full2 .col3>.column .over-txt, .path-archive.has-glyphicons .wrapper-full3 .col3>.column .over-txt, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3>.column .over-txt, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3>.column .over-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3>.column .over-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3>.column .over-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3>.column .over-txt {
    bottom:0;
    display:block;
    width:auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3>.column .over-txt:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3>.column .over-txt:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3>.column .over-txt:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3>.column .over-txt:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3>.column .over-txt:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3>.column .over-txt:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3>.column .over-txt:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3>.column .over-txt:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3>.column .over-txt:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3>.column .over-txt:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3>.column .over-txt:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3>.column .over-txt:before, .page-node-type-info.has-glyphicons .wrapper-full1 .col3>.column .over-txt:before, .page-node-type-info.has-glyphicons .wrapper-full2 .col3>.column .over-txt:before, .page-node-type-info.has-glyphicons .wrapper-full3 .col3>.column .over-txt:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3>.column .over-txt:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3>.column .over-txt:before, .page-node-type-page.has-glyphicons .wrapper-full1 .col3>.column .over-txt:before, .page-node-type-page.has-glyphicons .wrapper-full2 .col3>.column .over-txt:before, .page-node-type-page.has-glyphicons .wrapper-full3 .col3>.column .over-txt:before, .path-archive.has-glyphicons .content-main .content-middle1 .col3>.column .over-txt:before, .path-archive.has-glyphicons .content-sub .content-middle2 .col3>.column .over-txt:before, .path-archive.has-glyphicons .wrapper-full1 .col3>.column .over-txt:before, .path-archive.has-glyphicons .wrapper-full2 .col3>.column .over-txt:before, .path-archive.has-glyphicons .wrapper-full3 .col3>.column .over-txt:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3>.column .over-txt:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3>.column .over-txt:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3>.column .over-txt:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3>.column .over-txt:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3>.column .over-txt:before {
    left:10px;
    content:""
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col3.boxes>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col3.boxes>.column:nth-child(odd), .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3.boxes>.column:nth-child(odd), .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.boxes>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col3.boxes>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col3.boxes>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col3.boxes>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col3.boxes>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.boxes>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col3.boxes>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col3.boxes>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col3.boxes>.column:nth-child(odd) {
    margin-right:4%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3.boxes>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full1 .col3.boxes>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full2 .col3.boxes>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full3 .col3.boxes>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3.boxes>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3.boxes>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full1 .col3.boxes>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full2 .col3.boxes>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full3 .col3.boxes>.column:nth-child(odd), .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3.boxes>.column:nth-child(odd), .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3.boxes>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full1 .col3.boxes>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full2 .col3.boxes>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full3 .col3.boxes>.column:nth-child(odd), .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3.boxes>.column:nth-child(odd), .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3.boxes>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full1 .col3.boxes>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full2 .col3.boxes>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full3 .col3.boxes>.column:nth-child(odd), .path-archive.has-glyphicons .content-main .content-middle1 .col3.boxes>.column:nth-child(odd), .path-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full1 .col3.boxes>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full2 .col3.boxes>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full3 .col3.boxes>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3.boxes>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3.boxes>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3.boxes>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3.boxes>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3.boxes>.column:nth-child(odd) {
    margin-right:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col4>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col4>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .col4>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .col4>.column, .path-archive.has-glyphicons .content-main .content-middle1 .col4>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .col4>.column, .path-archive.has-glyphicons .wrapper-full1 .col4>.column, .path-archive.has-glyphicons .wrapper-full2 .col4>.column, .path-archive.has-glyphicons .wrapper-full3 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col4>.column {
    display:block;
    float:left;
    width:48%;
    margin-bottom:10px;
    margin-left:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col4>.column:nth-child(2n), .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col4>.column:nth-child(2n), .page-node-type-archive.has-glyphicons .wrapper-full1 .col4>.column:nth-child(2n), .page-node-type-archive.has-glyphicons .wrapper-full2 .col4>.column:nth-child(2n), .page-node-type-archive.has-glyphicons .wrapper-full3 .col4>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col4>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col4>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .wrapper-full1 .col4>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .wrapper-full2 .col4>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .wrapper-full3 .col4>.column:nth-child(2n), .page-node-type-info.has-glyphicons .content-main .content-middle1 .col4>.column:nth-child(2n), .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col4>.column:nth-child(2n), .page-node-type-info.has-glyphicons .wrapper-full1 .col4>.column:nth-child(2n), .page-node-type-info.has-glyphicons .wrapper-full2 .col4>.column:nth-child(2n), .page-node-type-info.has-glyphicons .wrapper-full3 .col4>.column:nth-child(2n), .page-node-type-page.has-glyphicons .content-main .content-middle1 .col4>.column:nth-child(2n), .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col4>.column:nth-child(2n), .page-node-type-page.has-glyphicons .wrapper-full1 .col4>.column:nth-child(2n), .page-node-type-page.has-glyphicons .wrapper-full2 .col4>.column:nth-child(2n), .page-node-type-page.has-glyphicons .wrapper-full3 .col4>.column:nth-child(2n), .path-archive.has-glyphicons .content-main .content-middle1 .col4>.column:nth-child(2n), .path-archive.has-glyphicons .content-sub .content-middle2 .col4>.column:nth-child(2n), .path-archive.has-glyphicons .wrapper-full1 .col4>.column:nth-child(2n), .path-archive.has-glyphicons .wrapper-full2 .col4>.column:nth-child(2n), .path-archive.has-glyphicons .wrapper-full3 .col4>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col4>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col4>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col4>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col4>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col4>.column:nth-child(2n) {
    margin-left:4%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2>.column.grid-min, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2>.column.grid-min, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2>.column.grid-min, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2>.column.grid-min, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2>.column.grid-min, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2>.column.grid-min, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min, .page-node-type-info.has-glyphicons .wrapper-full1 .col2>.column.grid-min, .page-node-type-info.has-glyphicons .wrapper-full2 .col2>.column.grid-min, .page-node-type-info.has-glyphicons .wrapper-full3 .col2>.column.grid-min, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min, .page-node-type-page.has-glyphicons .wrapper-full1 .col2>.column.grid-min, .page-node-type-page.has-glyphicons .wrapper-full2 .col2>.column.grid-min, .page-node-type-page.has-glyphicons .wrapper-full3 .col2>.column.grid-min, .path-archive.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min, .path-archive.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min, .path-archive.has-glyphicons .wrapper-full1 .col2>.column.grid-min, .path-archive.has-glyphicons .wrapper-full2 .col2>.column.grid-min, .path-archive.has-glyphicons .wrapper-full3 .col2>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2>.column.grid-min, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2>.column.grid-min {
    float:none;
    width:100%;
    margin:0 auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min p, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min p, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2>.column.grid-min p, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2>.column.grid-min p, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2>.column.grid-min p, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min p, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min p, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2>.column.grid-min p, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2>.column.grid-min p, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2>.column.grid-min p, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min p, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min p, .page-node-type-info.has-glyphicons .wrapper-full1 .col2>.column.grid-min p, .page-node-type-info.has-glyphicons .wrapper-full2 .col2>.column.grid-min p, .page-node-type-info.has-glyphicons .wrapper-full3 .col2>.column.grid-min p, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min p, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min p, .page-node-type-page.has-glyphicons .wrapper-full1 .col2>.column.grid-min p, .page-node-type-page.has-glyphicons .wrapper-full2 .col2>.column.grid-min p, .page-node-type-page.has-glyphicons .wrapper-full3 .col2>.column.grid-min p, .path-archive.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min p, .path-archive.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min p, .path-archive.has-glyphicons .wrapper-full1 .col2>.column.grid-min p, .path-archive.has-glyphicons .wrapper-full2 .col2>.column.grid-min p, .path-archive.has-glyphicons .wrapper-full3 .col2>.column.grid-min p, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2>.column.grid-min p, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-min p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2>.column.grid-min p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2>.column.grid-min p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2>.column.grid-min p {
    text-align:center
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2>.column.grid-large, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-large, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2>.column.grid-large, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2>.column.grid-large, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2>.column.grid-large, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2>.column.grid-large, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-large, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2>.column.grid-large, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2>.column.grid-large, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2>.column.grid-large, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2>.column.grid-large, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-large, .page-node-type-info.has-glyphicons .wrapper-full1 .col2>.column.grid-large, .page-node-type-info.has-glyphicons .wrapper-full2 .col2>.column.grid-large, .page-node-type-info.has-glyphicons .wrapper-full3 .col2>.column.grid-large, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2>.column.grid-large, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-large, .page-node-type-page.has-glyphicons .wrapper-full1 .col2>.column.grid-large, .page-node-type-page.has-glyphicons .wrapper-full2 .col2>.column.grid-large, .page-node-type-page.has-glyphicons .wrapper-full3 .col2>.column.grid-large, .path-archive.has-glyphicons .content-main .content-middle1 .col2>.column.grid-large, .path-archive.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-large, .path-archive.has-glyphicons .wrapper-full1 .col2>.column.grid-large, .path-archive.has-glyphicons .wrapper-full2 .col2>.column.grid-large, .path-archive.has-glyphicons .wrapper-full3 .col2>.column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2>.column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2>.column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2>.column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2>.column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2>.column.grid-large {
    float:none;
    width:100%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column.grid-min img, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column.grid-min img, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col2 .column.grid-min img, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col2 .column.grid-min img, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col2 .column.grid-min img, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column.grid-min img, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column.grid-min img, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col2 .column.grid-min img, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col2 .column.grid-min img, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col2 .column.grid-min img, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column.grid-min img, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column.grid-min img, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col2 .column.grid-min img, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col2 .column.grid-min img, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col2 .column.grid-min img, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column.grid-min img, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column.grid-min img, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col2 .column.grid-min img, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col2 .column.grid-min img, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col2 .column.grid-min img, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column.grid-min img, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column.grid-min img, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col2 .column.grid-min img, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col2 .column.grid-min img, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col2 .column.grid-min img, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column.grid-min img, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column.grid-min img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col2 .column.grid-min img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col2 .column.grid-min img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col2 .column.grid-min img {
    width:auto;
    height:auto
}


}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .map iframe, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .map iframe, .page-node-type-archive.has-glyphicons .wrapper-full1 .map iframe, .page-node-type-archive.has-glyphicons .wrapper-full2 .map iframe, .page-node-type-archive.has-glyphicons .wrapper-full3 .map iframe, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .map iframe, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .map iframe, .page-node-type-blog.has-glyphicons .wrapper-full1 .map iframe, .page-node-type-blog.has-glyphicons .wrapper-full2 .map iframe, .page-node-type-blog.has-glyphicons .wrapper-full3 .map iframe, .page-node-type-info.has-glyphicons .content-main .content-middle1 .map iframe, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .map iframe, .page-node-type-info.has-glyphicons .wrapper-full1 .map iframe, .page-node-type-info.has-glyphicons .wrapper-full2 .map iframe, .page-node-type-info.has-glyphicons .wrapper-full3 .map iframe, .page-node-type-page.has-glyphicons .content-main .content-middle1 .map iframe, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .map iframe, .page-node-type-page.has-glyphicons .wrapper-full1 .map iframe, .page-node-type-page.has-glyphicons .wrapper-full2 .map iframe, .page-node-type-page.has-glyphicons .wrapper-full3 .map iframe, .path-archive.has-glyphicons .content-main .content-middle1 .map iframe, .path-archive.has-glyphicons .content-sub .content-middle2 .map iframe, .path-archive.has-glyphicons .wrapper-full1 .map iframe, .path-archive.has-glyphicons .wrapper-full2 .map iframe, .path-archive.has-glyphicons .wrapper-full3 .map iframe, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .map iframe, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .map iframe, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .map iframe, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .map iframe, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .map iframe {
    width:100%;
    min-height:240px
}

@media only screen and (max-width:760px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2.map .grid-min, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.map .grid-min, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col2.map .grid-min, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col2.map .grid-min, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col2.map .grid-min, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col2.map .grid-min, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.map .grid-min, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col2.map .grid-min, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col2.map .grid-min, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col2.map .grid-min, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col2.map .grid-min, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.map .grid-min, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col2.map .grid-min, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col2.map .grid-min, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col2.map .grid-min, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col2.map .grid-min, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.map .grid-min, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col2.map .grid-min, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col2.map .grid-min, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col2.map .grid-min, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2.map .grid-min, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.map .grid-min, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col2.map .grid-min, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col2.map .grid-min, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col2.map .grid-min, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col2.map .grid-min, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.map .grid-min, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col2.map .grid-min, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col2.map .grid-min, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col2.map .grid-min {
    display:block;
    float:none;
    width:100%;
    text-align:center
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2.map .grid-min img, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.map .grid-min img, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col2.map .grid-min img, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col2.map .grid-min img, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col2.map .grid-min img, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col2.map .grid-min img, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.map .grid-min img, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col2.map .grid-min img, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col2.map .grid-min img, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col2.map .grid-min img, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col2.map .grid-min img, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.map .grid-min img, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col2.map .grid-min img, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col2.map .grid-min img, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col2.map .grid-min img, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col2.map .grid-min img, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.map .grid-min img, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col2.map .grid-min img, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col2.map .grid-min img, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col2.map .grid-min img, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2.map .grid-min img, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.map .grid-min img, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col2.map .grid-min img, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col2.map .grid-min img, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col2.map .grid-min img, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col2.map .grid-min img, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.map .grid-min img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col2.map .grid-min img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col2.map .grid-min img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col2.map .grid-min img {
    width:60%;
    height:auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2.map .grid-large, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2.map .grid-large, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2.map .grid-large, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2.map .grid-large, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2.map .grid-large, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2.map .grid-large, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2.map .grid-large, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2.map .grid-large, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2.map .grid-large, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2.map .grid-large, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2.map .grid-large, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2.map .grid-large, .page-node-type-info.has-glyphicons .wrapper-full1 .col2.map .grid-large, .page-node-type-info.has-glyphicons .wrapper-full2 .col2.map .grid-large, .page-node-type-info.has-glyphicons .wrapper-full3 .col2.map .grid-large, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2.map .grid-large, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2.map .grid-large, .page-node-type-page.has-glyphicons .wrapper-full1 .col2.map .grid-large, .page-node-type-page.has-glyphicons .wrapper-full2 .col2.map .grid-large, .page-node-type-page.has-glyphicons .wrapper-full3 .col2.map .grid-large, .path-archive.has-glyphicons .content-main .content-middle1 .col2.map .grid-large, .path-archive.has-glyphicons .content-sub .content-middle2 .col2.map .grid-large, .path-archive.has-glyphicons .wrapper-full1 .col2.map .grid-large, .path-archive.has-glyphicons .wrapper-full2 .col2.map .grid-large, .path-archive.has-glyphicons .wrapper-full3 .col2.map .grid-large, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2.map .grid-large, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2.map .grid-large, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2.map .grid-large, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2.map .grid-large, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2.map .grid-large {
    display:block;
    float:none;
    width:100%
}


}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .arrow-list, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .arrow-list, .page-node-type-archive.has-glyphicons .wrapper-full1 .arrow-list, .page-node-type-archive.has-glyphicons .wrapper-full2 .arrow-list, .page-node-type-archive.has-glyphicons .wrapper-full3 .arrow-list, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .arrow-list, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .arrow-list, .page-node-type-blog.has-glyphicons .wrapper-full1 .arrow-list, .page-node-type-blog.has-glyphicons .wrapper-full2 .arrow-list, .page-node-type-blog.has-glyphicons .wrapper-full3 .arrow-list, .page-node-type-info.has-glyphicons .content-main .content-middle1 .arrow-list, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .arrow-list, .page-node-type-info.has-glyphicons .wrapper-full1 .arrow-list, .page-node-type-info.has-glyphicons .wrapper-full2 .arrow-list, .page-node-type-info.has-glyphicons .wrapper-full3 .arrow-list, .page-node-type-page.has-glyphicons .content-main .content-middle1 .arrow-list, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .arrow-list, .page-node-type-page.has-glyphicons .wrapper-full1 .arrow-list, .page-node-type-page.has-glyphicons .wrapper-full2 .arrow-list, .page-node-type-page.has-glyphicons .wrapper-full3 .arrow-list, .path-archive.has-glyphicons .content-main .content-middle1 .arrow-list, .path-archive.has-glyphicons .content-sub .content-middle2 .arrow-list, .path-archive.has-glyphicons .wrapper-full1 .arrow-list, .path-archive.has-glyphicons .wrapper-full2 .arrow-list, .path-archive.has-glyphicons .wrapper-full3 .arrow-list, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .arrow-list, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .arrow-list, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .arrow-list, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .arrow-list, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .arrow-list {
    margin-bottom:20px;
    padding-left:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .arrow-list li, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li, .page-node-type-archive.has-glyphicons .wrapper-full1 .arrow-list li, .page-node-type-archive.has-glyphicons .wrapper-full2 .arrow-list li, .page-node-type-archive.has-glyphicons .wrapper-full3 .arrow-list li, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .arrow-list li, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .arrow-list li, .page-node-type-blog.has-glyphicons .wrapper-full1 .arrow-list li, .page-node-type-blog.has-glyphicons .wrapper-full2 .arrow-list li, .page-node-type-blog.has-glyphicons .wrapper-full3 .arrow-list li, .page-node-type-info.has-glyphicons .content-main .content-middle1 .arrow-list li, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .arrow-list li, .page-node-type-info.has-glyphicons .wrapper-full1 .arrow-list li, .page-node-type-info.has-glyphicons .wrapper-full2 .arrow-list li, .page-node-type-info.has-glyphicons .wrapper-full3 .arrow-list li, .page-node-type-page.has-glyphicons .content-main .content-middle1 .arrow-list li, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .arrow-list li, .page-node-type-page.has-glyphicons .wrapper-full1 .arrow-list li, .page-node-type-page.has-glyphicons .wrapper-full2 .arrow-list li, .page-node-type-page.has-glyphicons .wrapper-full3 .arrow-list li, .path-archive.has-glyphicons .content-main .content-middle1 .arrow-list li, .path-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li, .path-archive.has-glyphicons .wrapper-full1 .arrow-list li, .path-archive.has-glyphicons .wrapper-full2 .arrow-list li, .path-archive.has-glyphicons .wrapper-full3 .arrow-list li, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .arrow-list li, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .arrow-list li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .arrow-list li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .arrow-list li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .arrow-list li {
    position:relative;
    padding-bottom:5px;
    padding-left:14px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .arrow-list li:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .arrow-list li:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .arrow-list li:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .arrow-list li:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .arrow-list li:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .arrow-list li:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .arrow-list li:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .arrow-list li:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .arrow-list li:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .arrow-list li:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .arrow-list li:before, .page-node-type-info.has-glyphicons .wrapper-full1 .arrow-list li:before, .page-node-type-info.has-glyphicons .wrapper-full2 .arrow-list li:before, .page-node-type-info.has-glyphicons .wrapper-full3 .arrow-list li:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .arrow-list li:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .arrow-list li:before, .page-node-type-page.has-glyphicons .wrapper-full1 .arrow-list li:before, .page-node-type-page.has-glyphicons .wrapper-full2 .arrow-list li:before, .page-node-type-page.has-glyphicons .wrapper-full3 .arrow-list li:before, .path-archive.has-glyphicons .content-main .content-middle1 .arrow-list li:before, .path-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li:before, .path-archive.has-glyphicons .wrapper-full1 .arrow-list li:before, .path-archive.has-glyphicons .wrapper-full2 .arrow-list li:before, .path-archive.has-glyphicons .wrapper-full3 .arrow-list li:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .arrow-list li:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .arrow-list li:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .arrow-list li:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .arrow-list li:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .arrow-list li:before {
    position:absolute;
    top:0;
    bottom:0;
    content:"";
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:5px;
    height:6px;
    margin:auto;
    background:none;
    border:3px solid transparent;
    border-radius:0;
    border-left:5px solid #004fa2;
    left:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .arrow-list li a, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li a, .page-node-type-archive.has-glyphicons .wrapper-full1 .arrow-list li a, .page-node-type-archive.has-glyphicons .wrapper-full2 .arrow-list li a, .page-node-type-archive.has-glyphicons .wrapper-full3 .arrow-list li a, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .arrow-list li a, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .arrow-list li a, .page-node-type-blog.has-glyphicons .wrapper-full1 .arrow-list li a, .page-node-type-blog.has-glyphicons .wrapper-full2 .arrow-list li a, .page-node-type-blog.has-glyphicons .wrapper-full3 .arrow-list li a, .page-node-type-info.has-glyphicons .content-main .content-middle1 .arrow-list li a, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .arrow-list li a, .page-node-type-info.has-glyphicons .wrapper-full1 .arrow-list li a, .page-node-type-info.has-glyphicons .wrapper-full2 .arrow-list li a, .page-node-type-info.has-glyphicons .wrapper-full3 .arrow-list li a, .page-node-type-page.has-glyphicons .content-main .content-middle1 .arrow-list li a, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .arrow-list li a, .page-node-type-page.has-glyphicons .wrapper-full1 .arrow-list li a, .page-node-type-page.has-glyphicons .wrapper-full2 .arrow-list li a, .page-node-type-page.has-glyphicons .wrapper-full3 .arrow-list li a, .path-archive.has-glyphicons .content-main .content-middle1 .arrow-list li a, .path-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li a, .path-archive.has-glyphicons .wrapper-full1 .arrow-list li a, .path-archive.has-glyphicons .wrapper-full2 .arrow-list li a, .path-archive.has-glyphicons .wrapper-full3 .arrow-list li a, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .arrow-list li a, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .arrow-list li a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .arrow-list li a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .arrow-list li a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .arrow-list li a {
    display:inline;
    color:#004fa2
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .arrow-list li a:focus, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .arrow-list li a:hover, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li a:focus, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li a:hover, .page-node-type-archive.has-glyphicons .wrapper-full1 .arrow-list li a:focus, .page-node-type-archive.has-glyphicons .wrapper-full1 .arrow-list li a:hover, .page-node-type-archive.has-glyphicons .wrapper-full2 .arrow-list li a:focus, .page-node-type-archive.has-glyphicons .wrapper-full2 .arrow-list li a:hover, .page-node-type-archive.has-glyphicons .wrapper-full3 .arrow-list li a:focus, .page-node-type-archive.has-glyphicons .wrapper-full3 .arrow-list li a:hover, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .arrow-list li a:focus, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .arrow-list li a:hover, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .arrow-list li a:focus, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .arrow-list li a:hover, .page-node-type-blog.has-glyphicons .wrapper-full1 .arrow-list li a:focus, .page-node-type-blog.has-glyphicons .wrapper-full1 .arrow-list li a:hover, .page-node-type-blog.has-glyphicons .wrapper-full2 .arrow-list li a:focus, .page-node-type-blog.has-glyphicons .wrapper-full2 .arrow-list li a:hover, .page-node-type-blog.has-glyphicons .wrapper-full3 .arrow-list li a:focus, .page-node-type-blog.has-glyphicons .wrapper-full3 .arrow-list li a:hover, .page-node-type-info.has-glyphicons .content-main .content-middle1 .arrow-list li a:focus, .page-node-type-info.has-glyphicons .content-main .content-middle1 .arrow-list li a:hover, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .arrow-list li a:focus, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .arrow-list li a:hover, .page-node-type-info.has-glyphicons .wrapper-full1 .arrow-list li a:focus, .page-node-type-info.has-glyphicons .wrapper-full1 .arrow-list li a:hover, .page-node-type-info.has-glyphicons .wrapper-full2 .arrow-list li a:focus, .page-node-type-info.has-glyphicons .wrapper-full2 .arrow-list li a:hover, .page-node-type-info.has-glyphicons .wrapper-full3 .arrow-list li a:focus, .page-node-type-info.has-glyphicons .wrapper-full3 .arrow-list li a:hover, .page-node-type-page.has-glyphicons .content-main .content-middle1 .arrow-list li a:focus, .page-node-type-page.has-glyphicons .content-main .content-middle1 .arrow-list li a:hover, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .arrow-list li a:focus, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .arrow-list li a:hover, .page-node-type-page.has-glyphicons .wrapper-full1 .arrow-list li a:focus, .page-node-type-page.has-glyphicons .wrapper-full1 .arrow-list li a:hover, .page-node-type-page.has-glyphicons .wrapper-full2 .arrow-list li a:focus, .page-node-type-page.has-glyphicons .wrapper-full2 .arrow-list li a:hover, .page-node-type-page.has-glyphicons .wrapper-full3 .arrow-list li a:focus, .page-node-type-page.has-glyphicons .wrapper-full3 .arrow-list li a:hover, .path-archive.has-glyphicons .content-main .content-middle1 .arrow-list li a:focus, .path-archive.has-glyphicons .content-main .content-middle1 .arrow-list li a:hover, .path-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li a:focus, .path-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li a:hover, .path-archive.has-glyphicons .wrapper-full1 .arrow-list li a:focus, .path-archive.has-glyphicons .wrapper-full1 .arrow-list li a:hover, .path-archive.has-glyphicons .wrapper-full2 .arrow-list li a:focus, .path-archive.has-glyphicons .wrapper-full2 .arrow-list li a:hover, .path-archive.has-glyphicons .wrapper-full3 .arrow-list li a:focus, .path-archive.has-glyphicons .wrapper-full3 .arrow-list li a:hover, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .arrow-list li a:focus, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .arrow-list li a:hover, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .arrow-list li a:focus, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .arrow-list li a:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .arrow-list li a:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .arrow-list li a:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .arrow-list li a:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .arrow-list li a:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .arrow-list li a:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .arrow-list li a:hover {
    text-decoration:underline
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .arrow-list.side li, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .arrow-list.side li, .page-node-type-archive.has-glyphicons .wrapper-full1 .arrow-list.side li, .page-node-type-archive.has-glyphicons .wrapper-full2 .arrow-list.side li, .page-node-type-archive.has-glyphicons .wrapper-full3 .arrow-list.side li, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .arrow-list.side li, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .arrow-list.side li, .page-node-type-blog.has-glyphicons .wrapper-full1 .arrow-list.side li, .page-node-type-blog.has-glyphicons .wrapper-full2 .arrow-list.side li, .page-node-type-blog.has-glyphicons .wrapper-full3 .arrow-list.side li, .page-node-type-info.has-glyphicons .content-main .content-middle1 .arrow-list.side li, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .arrow-list.side li, .page-node-type-info.has-glyphicons .wrapper-full1 .arrow-list.side li, .page-node-type-info.has-glyphicons .wrapper-full2 .arrow-list.side li, .page-node-type-info.has-glyphicons .wrapper-full3 .arrow-list.side li, .page-node-type-page.has-glyphicons .content-main .content-middle1 .arrow-list.side li, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .arrow-list.side li, .page-node-type-page.has-glyphicons .wrapper-full1 .arrow-list.side li, .page-node-type-page.has-glyphicons .wrapper-full2 .arrow-list.side li, .page-node-type-page.has-glyphicons .wrapper-full3 .arrow-list.side li, .path-archive.has-glyphicons .content-main .content-middle1 .arrow-list.side li, .path-archive.has-glyphicons .content-sub .content-middle2 .arrow-list.side li, .path-archive.has-glyphicons .wrapper-full1 .arrow-list.side li, .path-archive.has-glyphicons .wrapper-full2 .arrow-list.side li, .path-archive.has-glyphicons .wrapper-full3 .arrow-list.side li, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .arrow-list.side li, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .arrow-list.side li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .arrow-list.side li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .arrow-list.side li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .arrow-list.side li {
    display:inline-block;
    padding-right:10px
}

@media only screen and (max-width:760px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 .topics-list>li, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .topics-list>li, .page-node-type-archive.has-glyphicons .wrapper-full1 .topics-list>li, .page-node-type-archive.has-glyphicons .wrapper-full2 .topics-list>li, .page-node-type-archive.has-glyphicons .wrapper-full3 .topics-list>li, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .topics-list>li, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .topics-list>li, .page-node-type-blog.has-glyphicons .wrapper-full1 .topics-list>li, .page-node-type-blog.has-glyphicons .wrapper-full2 .topics-list>li, .page-node-type-blog.has-glyphicons .wrapper-full3 .topics-list>li, .page-node-type-info.has-glyphicons .content-main .content-middle1 .topics-list>li, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .topics-list>li, .page-node-type-info.has-glyphicons .wrapper-full1 .topics-list>li, .page-node-type-info.has-glyphicons .wrapper-full2 .topics-list>li, .page-node-type-info.has-glyphicons .wrapper-full3 .topics-list>li, .page-node-type-page.has-glyphicons .content-main .content-middle1 .topics-list>li, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .topics-list>li, .page-node-type-page.has-glyphicons .wrapper-full1 .topics-list>li, .page-node-type-page.has-glyphicons .wrapper-full2 .topics-list>li, .page-node-type-page.has-glyphicons .wrapper-full3 .topics-list>li, .path-archive.has-glyphicons .content-main .content-middle1 .topics-list>li, .path-archive.has-glyphicons .content-sub .content-middle2 .topics-list>li, .path-archive.has-glyphicons .wrapper-full1 .topics-list>li, .path-archive.has-glyphicons .wrapper-full2 .topics-list>li, .path-archive.has-glyphicons .wrapper-full3 .topics-list>li, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .topics-list>li, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .topics-list>li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .topics-list>li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .topics-list>li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .topics-list>li {
    display:block;
    width:100%;
    padding:15px 0;
    border-bottom:1px solid #00a7f0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .topics-list>li .date, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .topics-list>li .date, .page-node-type-archive.has-glyphicons .wrapper-full1 .topics-list>li .date, .page-node-type-archive.has-glyphicons .wrapper-full2 .topics-list>li .date, .page-node-type-archive.has-glyphicons .wrapper-full3 .topics-list>li .date, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .topics-list>li .date, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .topics-list>li .date, .page-node-type-blog.has-glyphicons .wrapper-full1 .topics-list>li .date, .page-node-type-blog.has-glyphicons .wrapper-full2 .topics-list>li .date, .page-node-type-blog.has-glyphicons .wrapper-full3 .topics-list>li .date, .page-node-type-info.has-glyphicons .content-main .content-middle1 .topics-list>li .date, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .topics-list>li .date, .page-node-type-info.has-glyphicons .wrapper-full1 .topics-list>li .date, .page-node-type-info.has-glyphicons .wrapper-full2 .topics-list>li .date, .page-node-type-info.has-glyphicons .wrapper-full3 .topics-list>li .date, .page-node-type-page.has-glyphicons .content-main .content-middle1 .topics-list>li .date, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .topics-list>li .date, .page-node-type-page.has-glyphicons .wrapper-full1 .topics-list>li .date, .page-node-type-page.has-glyphicons .wrapper-full2 .topics-list>li .date, .page-node-type-page.has-glyphicons .wrapper-full3 .topics-list>li .date, .path-archive.has-glyphicons .content-main .content-middle1 .topics-list>li .date, .path-archive.has-glyphicons .content-sub .content-middle2 .topics-list>li .date, .path-archive.has-glyphicons .wrapper-full1 .topics-list>li .date, .path-archive.has-glyphicons .wrapper-full2 .topics-list>li .date, .path-archive.has-glyphicons .wrapper-full3 .topics-list>li .date, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .topics-list>li .date, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .topics-list>li .date, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .topics-list>li .date, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .topics-list>li .date, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .topics-list>li .date {
    width:50%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .topics-list>li .name, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .topics-list>li .name, .page-node-type-archive.has-glyphicons .wrapper-full1 .topics-list>li .name, .page-node-type-archive.has-glyphicons .wrapper-full2 .topics-list>li .name, .page-node-type-archive.has-glyphicons .wrapper-full3 .topics-list>li .name, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .topics-list>li .name, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .topics-list>li .name, .page-node-type-blog.has-glyphicons .wrapper-full1 .topics-list>li .name, .page-node-type-blog.has-glyphicons .wrapper-full2 .topics-list>li .name, .page-node-type-blog.has-glyphicons .wrapper-full3 .topics-list>li .name, .page-node-type-info.has-glyphicons .content-main .content-middle1 .topics-list>li .name, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .topics-list>li .name, .page-node-type-info.has-glyphicons .wrapper-full1 .topics-list>li .name, .page-node-type-info.has-glyphicons .wrapper-full2 .topics-list>li .name, .page-node-type-info.has-glyphicons .wrapper-full3 .topics-list>li .name, .page-node-type-page.has-glyphicons .content-main .content-middle1 .topics-list>li .name, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .topics-list>li .name, .page-node-type-page.has-glyphicons .wrapper-full1 .topics-list>li .name, .page-node-type-page.has-glyphicons .wrapper-full2 .topics-list>li .name, .page-node-type-page.has-glyphicons .wrapper-full3 .topics-list>li .name, .path-archive.has-glyphicons .content-main .content-middle1 .topics-list>li .name, .path-archive.has-glyphicons .content-sub .content-middle2 .topics-list>li .name, .path-archive.has-glyphicons .wrapper-full1 .topics-list>li .name, .path-archive.has-glyphicons .wrapper-full2 .topics-list>li .name, .path-archive.has-glyphicons .wrapper-full3 .topics-list>li .name, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .topics-list>li .name, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .topics-list>li .name, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .topics-list>li .name, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .topics-list>li .name, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .topics-list>li .name {
    display:block;
    width:100%;
    padding-top:10px;
    padding-left:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .topics-list>li .category, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .topics-list>li .category, .page-node-type-archive.has-glyphicons .wrapper-full1 .topics-list>li .category, .page-node-type-archive.has-glyphicons .wrapper-full2 .topics-list>li .category, .page-node-type-archive.has-glyphicons .wrapper-full3 .topics-list>li .category, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .topics-list>li .category, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .topics-list>li .category, .page-node-type-blog.has-glyphicons .wrapper-full1 .topics-list>li .category, .page-node-type-blog.has-glyphicons .wrapper-full2 .topics-list>li .category, .page-node-type-blog.has-glyphicons .wrapper-full3 .topics-list>li .category, .page-node-type-info.has-glyphicons .content-main .content-middle1 .topics-list>li .category, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .topics-list>li .category, .page-node-type-info.has-glyphicons .wrapper-full1 .topics-list>li .category, .page-node-type-info.has-glyphicons .wrapper-full2 .topics-list>li .category, .page-node-type-info.has-glyphicons .wrapper-full3 .topics-list>li .category, .page-node-type-page.has-glyphicons .content-main .content-middle1 .topics-list>li .category, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .topics-list>li .category, .page-node-type-page.has-glyphicons .wrapper-full1 .topics-list>li .category, .page-node-type-page.has-glyphicons .wrapper-full2 .topics-list>li .category, .page-node-type-page.has-glyphicons .wrapper-full3 .topics-list>li .category, .path-archive.has-glyphicons .content-main .content-middle1 .topics-list>li .category, .path-archive.has-glyphicons .content-sub .content-middle2 .topics-list>li .category, .path-archive.has-glyphicons .wrapper-full1 .topics-list>li .category, .path-archive.has-glyphicons .wrapper-full2 .topics-list>li .category, .path-archive.has-glyphicons .wrapper-full3 .topics-list>li .category, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .topics-list>li .category, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .topics-list>li .category, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .topics-list>li .category, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .topics-list>li .category, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .topics-list>li .category {
    width:50%;
    padding:2px 10px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .arrow-list li a:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li a:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .arrow-list li a:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .arrow-list li a:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .arrow-list li a:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .arrow-list li a:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .arrow-list li a:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .arrow-list li a:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .arrow-list li a:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .arrow-list li a:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .arrow-list li a:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .arrow-list li a:before, .page-node-type-info.has-glyphicons .wrapper-full1 .arrow-list li a:before, .page-node-type-info.has-glyphicons .wrapper-full2 .arrow-list li a:before, .page-node-type-info.has-glyphicons .wrapper-full3 .arrow-list li a:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .arrow-list li a:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .arrow-list li a:before, .page-node-type-page.has-glyphicons .wrapper-full1 .arrow-list li a:before, .page-node-type-page.has-glyphicons .wrapper-full2 .arrow-list li a:before, .page-node-type-page.has-glyphicons .wrapper-full3 .arrow-list li a:before, .path-archive.has-glyphicons .content-main .content-middle1 .arrow-list li a:before, .path-archive.has-glyphicons .content-sub .content-middle2 .arrow-list li a:before, .path-archive.has-glyphicons .wrapper-full1 .arrow-list li a:before, .path-archive.has-glyphicons .wrapper-full2 .arrow-list li a:before, .path-archive.has-glyphicons .wrapper-full3 .arrow-list li a:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .arrow-list li a:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .arrow-list li a:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .arrow-list li a:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .arrow-list li a:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .arrow-list li a:before {
    position:absolute;
    top:6px;
    content:""
}


}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.notes-01, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.notes-01, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.notes-01, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.notes-01, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.notes-01, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.notes-01, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.notes-01, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.notes-01, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.notes-01, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.notes-01, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.notes-01, .page-node-type-info.has-glyphicons .wrapper-full1 ul.notes-01, .page-node-type-info.has-glyphicons .wrapper-full2 ul.notes-01, .page-node-type-info.has-glyphicons .wrapper-full3 ul.notes-01, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.notes-01, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.notes-01, .page-node-type-page.has-glyphicons .wrapper-full1 ul.notes-01, .page-node-type-page.has-glyphicons .wrapper-full2 ul.notes-01, .page-node-type-page.has-glyphicons .wrapper-full3 ul.notes-01, .path-archive.has-glyphicons .content-main .content-middle1 ul.notes-01, .path-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01, .path-archive.has-glyphicons .wrapper-full1 ul.notes-01, .path-archive.has-glyphicons .wrapper-full2 ul.notes-01, .path-archive.has-glyphicons .wrapper-full3 ul.notes-01, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.notes-01, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.notes-01, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.notes-01, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.notes-01, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.notes-01 {
    padding-left:0;
    margin-bottom:20px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.notes-01 li, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.notes-01 li, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.notes-01 li, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.notes-01 li, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.notes-01 li, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.notes-01 li, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.notes-01 li, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.notes-01 li, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.notes-01 li, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.notes-01 li, .page-node-type-info.has-glyphicons .wrapper-full1 ul.notes-01 li, .page-node-type-info.has-glyphicons .wrapper-full2 ul.notes-01 li, .page-node-type-info.has-glyphicons .wrapper-full3 ul.notes-01 li, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.notes-01 li, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.notes-01 li, .page-node-type-page.has-glyphicons .wrapper-full1 ul.notes-01 li, .page-node-type-page.has-glyphicons .wrapper-full2 ul.notes-01 li, .page-node-type-page.has-glyphicons .wrapper-full3 ul.notes-01 li, .path-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li, .path-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li, .path-archive.has-glyphicons .wrapper-full1 ul.notes-01 li, .path-archive.has-glyphicons .wrapper-full2 ul.notes-01 li, .path-archive.has-glyphicons .wrapper-full3 ul.notes-01 li, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.notes-01 li, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.notes-01 li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.notes-01 li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.notes-01 li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.notes-01 li {
    position:relative;
    margin-bottom:5px;
    padding-left:2em;
    font-size:75%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li span, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.notes-01 li span, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.notes-01 li span, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.notes-01 li span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.notes-01 li span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.notes-01 li span, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.notes-01 li span, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.notes-01 li span, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.notes-01 li span, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.notes-01 li span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.notes-01 li span, .page-node-type-info.has-glyphicons .wrapper-full1 ul.notes-01 li span, .page-node-type-info.has-glyphicons .wrapper-full2 ul.notes-01 li span, .page-node-type-info.has-glyphicons .wrapper-full3 ul.notes-01 li span, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.notes-01 li span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.notes-01 li span, .page-node-type-page.has-glyphicons .wrapper-full1 ul.notes-01 li span, .page-node-type-page.has-glyphicons .wrapper-full2 ul.notes-01 li span, .page-node-type-page.has-glyphicons .wrapper-full3 ul.notes-01 li span, .path-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li span, .path-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li span, .path-archive.has-glyphicons .wrapper-full1 ul.notes-01 li span, .path-archive.has-glyphicons .wrapper-full2 ul.notes-01 li span, .path-archive.has-glyphicons .wrapper-full3 ul.notes-01 li span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.notes-01 li span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.notes-01 li span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.notes-01 li span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.notes-01 li span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.notes-01 li span {
    position:absolute;
    top:0;
    left:2px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.notes-01 li.number, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.notes-01 li.number, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.notes-01 li.number, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.notes-01 li.number, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.notes-01 li.number, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.notes-01 li.number, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number, .page-node-type-info.has-glyphicons .wrapper-full1 ul.notes-01 li.number, .page-node-type-info.has-glyphicons .wrapper-full2 ul.notes-01 li.number, .page-node-type-info.has-glyphicons .wrapper-full3 ul.notes-01 li.number, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number, .page-node-type-page.has-glyphicons .wrapper-full1 ul.notes-01 li.number, .page-node-type-page.has-glyphicons .wrapper-full2 ul.notes-01 li.number, .page-node-type-page.has-glyphicons .wrapper-full3 ul.notes-01 li.number, .path-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number, .path-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number, .path-archive.has-glyphicons .wrapper-full1 ul.notes-01 li.number, .path-archive.has-glyphicons .wrapper-full2 ul.notes-01 li.number, .path-archive.has-glyphicons .wrapper-full3 ul.notes-01 li.number, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.notes-01 li.number, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.notes-01 li.number, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.notes-01 li.number {
    position:relative;
    margin-bottom:5px;
    padding-left:2.5em;
    font-size:75%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number span, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.notes-01 li.number span, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.notes-01 li.number span, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.notes-01 li.number span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number span, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.notes-01 li.number span, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.notes-01 li.number span, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.notes-01 li.number span, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number span, .page-node-type-info.has-glyphicons .wrapper-full1 ul.notes-01 li.number span, .page-node-type-info.has-glyphicons .wrapper-full2 ul.notes-01 li.number span, .page-node-type-info.has-glyphicons .wrapper-full3 ul.notes-01 li.number span, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number span, .page-node-type-page.has-glyphicons .wrapper-full1 ul.notes-01 li.number span, .page-node-type-page.has-glyphicons .wrapper-full2 ul.notes-01 li.number span, .page-node-type-page.has-glyphicons .wrapper-full3 ul.notes-01 li.number span, .path-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number span, .path-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number span, .path-archive.has-glyphicons .wrapper-full1 ul.notes-01 li.number span, .path-archive.has-glyphicons .wrapper-full2 ul.notes-01 li.number span, .path-archive.has-glyphicons .wrapper-full3 ul.notes-01 li.number span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.notes-01 li.number span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.notes-01 li.number span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.notes-01 li.number span {
    position:absolute;
    top:3%;
    left:2px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.list-txt, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.list-txt, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.list-txt, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.list-txt, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.list-txt, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.list-txt, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.list-txt, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.list-txt, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.list-txt, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.list-txt, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.list-txt, .page-node-type-info.has-glyphicons .wrapper-full1 ul.list-txt, .page-node-type-info.has-glyphicons .wrapper-full2 ul.list-txt, .page-node-type-info.has-glyphicons .wrapper-full3 ul.list-txt, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.list-txt, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.list-txt, .page-node-type-page.has-glyphicons .wrapper-full1 ul.list-txt, .page-node-type-page.has-glyphicons .wrapper-full2 ul.list-txt, .page-node-type-page.has-glyphicons .wrapper-full3 ul.list-txt, .path-archive.has-glyphicons .content-main .content-middle1 ul.list-txt, .path-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt, .path-archive.has-glyphicons .wrapper-full1 ul.list-txt, .path-archive.has-glyphicons .wrapper-full2 ul.list-txt, .path-archive.has-glyphicons .wrapper-full3 ul.list-txt, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.list-txt, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.list-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.list-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.list-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.list-txt {
    padding-left:0;
    margin-bottom:20px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li.circle, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li.circle, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.list-txt li.circle, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.list-txt li.circle, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.list-txt li.circle, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.list-txt li.circle, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.list-txt li.circle, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.list-txt li.circle, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.list-txt li.circle, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.list-txt li.circle, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.list-txt li.circle, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.list-txt li.circle, .page-node-type-info.has-glyphicons .wrapper-full1 ul.list-txt li.circle, .page-node-type-info.has-glyphicons .wrapper-full2 ul.list-txt li.circle, .page-node-type-info.has-glyphicons .wrapper-full3 ul.list-txt li.circle, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.list-txt li.circle, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.list-txt li.circle, .page-node-type-page.has-glyphicons .wrapper-full1 ul.list-txt li.circle, .page-node-type-page.has-glyphicons .wrapper-full2 ul.list-txt li.circle, .page-node-type-page.has-glyphicons .wrapper-full3 ul.list-txt li.circle, .path-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li.circle, .path-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li.circle, .path-archive.has-glyphicons .wrapper-full1 ul.list-txt li.circle, .path-archive.has-glyphicons .wrapper-full2 ul.list-txt li.circle, .path-archive.has-glyphicons .wrapper-full3 ul.list-txt li.circle, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.list-txt li.circle, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.list-txt li.circle, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.list-txt li.circle, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.list-txt li.circle, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.list-txt li.circle {
    position:relative;
    margin:0 0 0 1.5em;
    margin-bottom:5px;
    padding-left:0;
    color:#333;
    list-style:initial;
    list-style-position:outside;
    list-style-type:disc
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li.number, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.list-txt li.number, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.list-txt li.number, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.list-txt li.number, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.list-txt li.number, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.list-txt li.number, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.list-txt li.number, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.list-txt li.number, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.list-txt li.number, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number, .page-node-type-info.has-glyphicons .wrapper-full1 ul.list-txt li.number, .page-node-type-info.has-glyphicons .wrapper-full2 ul.list-txt li.number, .page-node-type-info.has-glyphicons .wrapper-full3 ul.list-txt li.number, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.list-txt li.number, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number, .page-node-type-page.has-glyphicons .wrapper-full1 ul.list-txt li.number, .page-node-type-page.has-glyphicons .wrapper-full2 ul.list-txt li.number, .page-node-type-page.has-glyphicons .wrapper-full3 ul.list-txt li.number, .path-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li.number, .path-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number, .path-archive.has-glyphicons .wrapper-full1 ul.list-txt li.number, .path-archive.has-glyphicons .wrapper-full2 ul.list-txt li.number, .path-archive.has-glyphicons .wrapper-full3 ul.list-txt li.number, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.list-txt li.number, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.list-txt li.number, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.list-txt li.number, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.list-txt li.number {
    position:relative;
    margin-bottom:5px;
    padding-left:1.5em
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li.number span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number span, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.list-txt li.number span, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.list-txt li.number span, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.list-txt li.number span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.list-txt li.number span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number span, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.list-txt li.number span, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.list-txt li.number span, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.list-txt li.number span, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.list-txt li.number span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number span, .page-node-type-info.has-glyphicons .wrapper-full1 ul.list-txt li.number span, .page-node-type-info.has-glyphicons .wrapper-full2 ul.list-txt li.number span, .page-node-type-info.has-glyphicons .wrapper-full3 ul.list-txt li.number span, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.list-txt li.number span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number span, .page-node-type-page.has-glyphicons .wrapper-full1 ul.list-txt li.number span, .page-node-type-page.has-glyphicons .wrapper-full2 ul.list-txt li.number span, .page-node-type-page.has-glyphicons .wrapper-full3 ul.list-txt li.number span, .path-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li.number span, .path-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number span, .path-archive.has-glyphicons .wrapper-full1 ul.list-txt li.number span, .path-archive.has-glyphicons .wrapper-full2 ul.list-txt li.number span, .path-archive.has-glyphicons .wrapper-full3 ul.list-txt li.number span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.list-txt li.number span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.list-txt li.number span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.list-txt li.number span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.list-txt li.number span {
    position:absolute;
    top:0;
    left:2px
}

@media only screen and (max-width:760px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number span, .page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li span, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.notes-01 li.number span, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.notes-01 li span, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.notes-01 li.number span, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.notes-01 li span, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.notes-01 li.number span, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.notes-01 li span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.notes-01 li span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.notes-01 li span, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.notes-01 li.number span, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.notes-01 li span, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.notes-01 li.number span, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.notes-01 li span, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.notes-01 li.number span, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.notes-01 li span, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number span, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.notes-01 li span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.notes-01 li span, .page-node-type-info.has-glyphicons .wrapper-full1 ul.notes-01 li.number span, .page-node-type-info.has-glyphicons .wrapper-full1 ul.notes-01 li span, .page-node-type-info.has-glyphicons .wrapper-full2 ul.notes-01 li.number span, .page-node-type-info.has-glyphicons .wrapper-full2 ul.notes-01 li span, .page-node-type-info.has-glyphicons .wrapper-full3 ul.notes-01 li.number span, .page-node-type-info.has-glyphicons .wrapper-full3 ul.notes-01 li span, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number span, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.notes-01 li span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.notes-01 li span, .page-node-type-page.has-glyphicons .wrapper-full1 ul.notes-01 li.number span, .page-node-type-page.has-glyphicons .wrapper-full1 ul.notes-01 li span, .page-node-type-page.has-glyphicons .wrapper-full2 ul.notes-01 li.number span, .page-node-type-page.has-glyphicons .wrapper-full2 ul.notes-01 li span, .page-node-type-page.has-glyphicons .wrapper-full3 ul.notes-01 li.number span, .page-node-type-page.has-glyphicons .wrapper-full3 ul.notes-01 li span, .path-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number span, .path-archive.has-glyphicons .content-main .content-middle1 ul.notes-01 li span, .path-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number span, .path-archive.has-glyphicons .content-sub .content-middle2 ul.notes-01 li span, .path-archive.has-glyphicons .wrapper-full1 ul.notes-01 li.number span, .path-archive.has-glyphicons .wrapper-full1 ul.notes-01 li span, .path-archive.has-glyphicons .wrapper-full2 ul.notes-01 li.number span, .path-archive.has-glyphicons .wrapper-full2 ul.notes-01 li span, .path-archive.has-glyphicons .wrapper-full3 ul.notes-01 li.number span, .path-archive.has-glyphicons .wrapper-full3 ul.notes-01 li span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.notes-01 li.number span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.notes-01 li span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.notes-01 li.number span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.notes-01 li span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.notes-01 li.number span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.notes-01 li span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.notes-01 li.number span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.notes-01 li span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.notes-01 li.number span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.notes-01 li span {
    position:absolute;
    top:3%
}


}

@media only screen and (max-width:760px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li.number span, .page-node-type-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li span, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.list-txt li.number span, .page-node-type-archive.has-glyphicons .wrapper-full1 ul.list-txt li span, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.list-txt li.number span, .page-node-type-archive.has-glyphicons .wrapper-full2 ul.list-txt li span, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.list-txt li.number span, .page-node-type-archive.has-glyphicons .wrapper-full3 ul.list-txt li span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.list-txt li.number span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 ul.list-txt li span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 ul.list-txt li span, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.list-txt li.number span, .page-node-type-blog.has-glyphicons .wrapper-full1 ul.list-txt li span, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.list-txt li.number span, .page-node-type-blog.has-glyphicons .wrapper-full2 ul.list-txt li span, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.list-txt li.number span, .page-node-type-blog.has-glyphicons .wrapper-full3 ul.list-txt li span, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.list-txt li.number span, .page-node-type-info.has-glyphicons .content-main .content-middle1 ul.list-txt li span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 ul.list-txt li span, .page-node-type-info.has-glyphicons .wrapper-full1 ul.list-txt li.number span, .page-node-type-info.has-glyphicons .wrapper-full1 ul.list-txt li span, .page-node-type-info.has-glyphicons .wrapper-full2 ul.list-txt li.number span, .page-node-type-info.has-glyphicons .wrapper-full2 ul.list-txt li span, .page-node-type-info.has-glyphicons .wrapper-full3 ul.list-txt li.number span, .page-node-type-info.has-glyphicons .wrapper-full3 ul.list-txt li span, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.list-txt li.number span, .page-node-type-page.has-glyphicons .content-main .content-middle1 ul.list-txt li span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 ul.list-txt li span, .page-node-type-page.has-glyphicons .wrapper-full1 ul.list-txt li.number span, .page-node-type-page.has-glyphicons .wrapper-full1 ul.list-txt li span, .page-node-type-page.has-glyphicons .wrapper-full2 ul.list-txt li.number span, .page-node-type-page.has-glyphicons .wrapper-full2 ul.list-txt li span, .page-node-type-page.has-glyphicons .wrapper-full3 ul.list-txt li.number span, .page-node-type-page.has-glyphicons .wrapper-full3 ul.list-txt li span, .path-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li.number span, .path-archive.has-glyphicons .content-main .content-middle1 ul.list-txt li span, .path-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number span, .path-archive.has-glyphicons .content-sub .content-middle2 ul.list-txt li span, .path-archive.has-glyphicons .wrapper-full1 ul.list-txt li.number span, .path-archive.has-glyphicons .wrapper-full1 ul.list-txt li span, .path-archive.has-glyphicons .wrapper-full2 ul.list-txt li.number span, .path-archive.has-glyphicons .wrapper-full2 ul.list-txt li span, .path-archive.has-glyphicons .wrapper-full3 ul.list-txt li.number span, .path-archive.has-glyphicons .wrapper-full3 ul.list-txt li span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.list-txt li.number span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 ul.list-txt li span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.list-txt li.number span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 ul.list-txt li span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.list-txt li.number span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 ul.list-txt li span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.list-txt li.number span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 ul.list-txt li span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.list-txt li.number span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 ul.list-txt li span {
    position:absolute;
    top:5%
}


}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .page-link, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .page-link, .page-node-type-archive.has-glyphicons .wrapper-full1 .page-link, .page-node-type-archive.has-glyphicons .wrapper-full2 .page-link, .page-node-type-archive.has-glyphicons .wrapper-full3 .page-link, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .page-link, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .page-link, .page-node-type-blog.has-glyphicons .wrapper-full1 .page-link, .page-node-type-blog.has-glyphicons .wrapper-full2 .page-link, .page-node-type-blog.has-glyphicons .wrapper-full3 .page-link, .page-node-type-info.has-glyphicons .content-main .content-middle1 .page-link, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .page-link, .page-node-type-info.has-glyphicons .wrapper-full1 .page-link, .page-node-type-info.has-glyphicons .wrapper-full2 .page-link, .page-node-type-info.has-glyphicons .wrapper-full3 .page-link, .page-node-type-page.has-glyphicons .content-main .content-middle1 .page-link, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .page-link, .page-node-type-page.has-glyphicons .wrapper-full1 .page-link, .page-node-type-page.has-glyphicons .wrapper-full2 .page-link, .page-node-type-page.has-glyphicons .wrapper-full3 .page-link, .path-archive.has-glyphicons .content-main .content-middle1 .page-link, .path-archive.has-glyphicons .content-sub .content-middle2 .page-link, .path-archive.has-glyphicons .wrapper-full1 .page-link, .path-archive.has-glyphicons .wrapper-full2 .page-link, .path-archive.has-glyphicons .wrapper-full3 .page-link, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .page-link, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .page-link, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .page-link, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .page-link, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .page-link {
    padding-left:0;
    margin-bottom:0;
    font-size:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .page-link li, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .page-link li, .page-node-type-archive.has-glyphicons .wrapper-full1 .page-link li, .page-node-type-archive.has-glyphicons .wrapper-full2 .page-link li, .page-node-type-archive.has-glyphicons .wrapper-full3 .page-link li, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .page-link li, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .page-link li, .page-node-type-blog.has-glyphicons .wrapper-full1 .page-link li, .page-node-type-blog.has-glyphicons .wrapper-full2 .page-link li, .page-node-type-blog.has-glyphicons .wrapper-full3 .page-link li, .page-node-type-info.has-glyphicons .content-main .content-middle1 .page-link li, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .page-link li, .page-node-type-info.has-glyphicons .wrapper-full1 .page-link li, .page-node-type-info.has-glyphicons .wrapper-full2 .page-link li, .page-node-type-info.has-glyphicons .wrapper-full3 .page-link li, .page-node-type-page.has-glyphicons .content-main .content-middle1 .page-link li, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .page-link li, .page-node-type-page.has-glyphicons .wrapper-full1 .page-link li, .page-node-type-page.has-glyphicons .wrapper-full2 .page-link li, .page-node-type-page.has-glyphicons .wrapper-full3 .page-link li, .path-archive.has-glyphicons .content-main .content-middle1 .page-link li, .path-archive.has-glyphicons .content-sub .content-middle2 .page-link li, .path-archive.has-glyphicons .wrapper-full1 .page-link li, .path-archive.has-glyphicons .wrapper-full2 .page-link li, .path-archive.has-glyphicons .wrapper-full3 .page-link li, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .page-link li, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .page-link li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .page-link li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .page-link li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .page-link li {
    position:relative;
    display:inline-block;
    margin-right:20px;
    margin-bottom:10px;
    padding-left:0;
    font-size:16px;
    font-size:1.6rem
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .contact-list, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .contact-list, .page-node-type-archive.has-glyphicons .wrapper-full1 .contact-list, .page-node-type-archive.has-glyphicons .wrapper-full2 .contact-list, .page-node-type-archive.has-glyphicons .wrapper-full3 .contact-list, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .contact-list, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .contact-list, .page-node-type-blog.has-glyphicons .wrapper-full1 .contact-list, .page-node-type-blog.has-glyphicons .wrapper-full2 .contact-list, .page-node-type-blog.has-glyphicons .wrapper-full3 .contact-list, .page-node-type-info.has-glyphicons .content-main .content-middle1 .contact-list, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .contact-list, .page-node-type-info.has-glyphicons .wrapper-full1 .contact-list, .page-node-type-info.has-glyphicons .wrapper-full2 .contact-list, .page-node-type-info.has-glyphicons .wrapper-full3 .contact-list, .page-node-type-page.has-glyphicons .content-main .content-middle1 .contact-list, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .contact-list, .page-node-type-page.has-glyphicons .wrapper-full1 .contact-list, .page-node-type-page.has-glyphicons .wrapper-full2 .contact-list, .page-node-type-page.has-glyphicons .wrapper-full3 .contact-list, .path-archive.has-glyphicons .content-main .content-middle1 .contact-list, .path-archive.has-glyphicons .content-sub .content-middle2 .contact-list, .path-archive.has-glyphicons .wrapper-full1 .contact-list, .path-archive.has-glyphicons .wrapper-full2 .contact-list, .path-archive.has-glyphicons .wrapper-full3 .contact-list, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .contact-list, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .contact-list, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .contact-list, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .contact-list, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .contact-list {
    padding-left:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .contact-list li, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .contact-list li, .page-node-type-archive.has-glyphicons .wrapper-full1 .contact-list li, .page-node-type-archive.has-glyphicons .wrapper-full2 .contact-list li, .page-node-type-archive.has-glyphicons .wrapper-full3 .contact-list li, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .contact-list li, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .contact-list li, .page-node-type-blog.has-glyphicons .wrapper-full1 .contact-list li, .page-node-type-blog.has-glyphicons .wrapper-full2 .contact-list li, .page-node-type-blog.has-glyphicons .wrapper-full3 .contact-list li, .page-node-type-info.has-glyphicons .content-main .content-middle1 .contact-list li, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .contact-list li, .page-node-type-info.has-glyphicons .wrapper-full1 .contact-list li, .page-node-type-info.has-glyphicons .wrapper-full2 .contact-list li, .page-node-type-info.has-glyphicons .wrapper-full3 .contact-list li, .page-node-type-page.has-glyphicons .content-main .content-middle1 .contact-list li, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .contact-list li, .page-node-type-page.has-glyphicons .wrapper-full1 .contact-list li, .page-node-type-page.has-glyphicons .wrapper-full2 .contact-list li, .page-node-type-page.has-glyphicons .wrapper-full3 .contact-list li, .path-archive.has-glyphicons .content-main .content-middle1 .contact-list li, .path-archive.has-glyphicons .content-sub .content-middle2 .contact-list li, .path-archive.has-glyphicons .wrapper-full1 .contact-list li, .path-archive.has-glyphicons .wrapper-full2 .contact-list li, .path-archive.has-glyphicons .wrapper-full3 .contact-list li, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .contact-list li, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .contact-list li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .contact-list li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .contact-list li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .contact-list li {
    position:relative;
    margin-bottom:10px;
    padding-left:45px;
    text-align:left
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .contact-list li .fax:before, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .contact-list li .tel:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .contact-list li .fax:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .contact-list li .tel:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .contact-list li .fax:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .contact-list li .tel:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .contact-list li .fax:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .contact-list li .tel:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .contact-list li .fax:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .contact-list li .tel:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .contact-list li .fax:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .contact-list li .tel:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .contact-list li .fax:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .contact-list li .tel:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .contact-list li .fax:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .contact-list li .tel:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .contact-list li .fax:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .contact-list li .tel:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .contact-list li .fax:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .contact-list li .tel:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .contact-list li .fax:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .contact-list li .tel:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .contact-list li .fax:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .contact-list li .tel:before, .page-node-type-info.has-glyphicons .wrapper-full1 .contact-list li .fax:before, .page-node-type-info.has-glyphicons .wrapper-full1 .contact-list li .tel:before, .page-node-type-info.has-glyphicons .wrapper-full2 .contact-list li .fax:before, .page-node-type-info.has-glyphicons .wrapper-full2 .contact-list li .tel:before, .page-node-type-info.has-glyphicons .wrapper-full3 .contact-list li .fax:before, .page-node-type-info.has-glyphicons .wrapper-full3 .contact-list li .tel:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .contact-list li .fax:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .contact-list li .tel:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .contact-list li .fax:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .contact-list li .tel:before, .page-node-type-page.has-glyphicons .wrapper-full1 .contact-list li .fax:before, .page-node-type-page.has-glyphicons .wrapper-full1 .contact-list li .tel:before, .page-node-type-page.has-glyphicons .wrapper-full2 .contact-list li .fax:before, .page-node-type-page.has-glyphicons .wrapper-full2 .contact-list li .tel:before, .page-node-type-page.has-glyphicons .wrapper-full3 .contact-list li .fax:before, .page-node-type-page.has-glyphicons .wrapper-full3 .contact-list li .tel:before, .path-archive.has-glyphicons .content-main .content-middle1 .contact-list li .fax:before, .path-archive.has-glyphicons .content-main .content-middle1 .contact-list li .tel:before, .path-archive.has-glyphicons .content-sub .content-middle2 .contact-list li .fax:before, .path-archive.has-glyphicons .content-sub .content-middle2 .contact-list li .tel:before, .path-archive.has-glyphicons .wrapper-full1 .contact-list li .fax:before, .path-archive.has-glyphicons .wrapper-full1 .contact-list li .tel:before, .path-archive.has-glyphicons .wrapper-full2 .contact-list li .fax:before, .path-archive.has-glyphicons .wrapper-full2 .contact-list li .tel:before, .path-archive.has-glyphicons .wrapper-full3 .contact-list li .fax:before, .path-archive.has-glyphicons .wrapper-full3 .contact-list li .tel:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .contact-list li .fax:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .contact-list li .tel:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .contact-list li .fax:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .contact-list li .tel:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .contact-list li .fax:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .contact-list li .tel:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .contact-list li .fax:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .contact-list li .tel:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .contact-list li .fax:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .contact-list li .tel:before {
    position:absolute;
    top:1px;
    left:0;
    padding:2px 5px 1px;
    border:solid 1px #267cd6;
    font-size:14px;
    font-size:1.4rem;
    color:#267cd6;
    line-height:1
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .contact-list li .tel:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .contact-list li .tel:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .contact-list li .tel:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .contact-list li .tel:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .contact-list li .tel:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .contact-list li .tel:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .contact-list li .tel:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .contact-list li .tel:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .contact-list li .tel:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .contact-list li .tel:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .contact-list li .tel:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .contact-list li .tel:before, .page-node-type-info.has-glyphicons .wrapper-full1 .contact-list li .tel:before, .page-node-type-info.has-glyphicons .wrapper-full2 .contact-list li .tel:before, .page-node-type-info.has-glyphicons .wrapper-full3 .contact-list li .tel:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .contact-list li .tel:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .contact-list li .tel:before, .page-node-type-page.has-glyphicons .wrapper-full1 .contact-list li .tel:before, .page-node-type-page.has-glyphicons .wrapper-full2 .contact-list li .tel:before, .page-node-type-page.has-glyphicons .wrapper-full3 .contact-list li .tel:before, .path-archive.has-glyphicons .content-main .content-middle1 .contact-list li .tel:before, .path-archive.has-glyphicons .content-sub .content-middle2 .contact-list li .tel:before, .path-archive.has-glyphicons .wrapper-full1 .contact-list li .tel:before, .path-archive.has-glyphicons .wrapper-full2 .contact-list li .tel:before, .path-archive.has-glyphicons .wrapper-full3 .contact-list li .tel:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .contact-list li .tel:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .contact-list li .tel:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .contact-list li .tel:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .contact-list li .tel:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .contact-list li .tel:before {
    content:"TEL"
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .contact-list li .fax:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .contact-list li .fax:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .contact-list li .fax:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .contact-list li .fax:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .contact-list li .fax:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .contact-list li .fax:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .contact-list li .fax:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .contact-list li .fax:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .contact-list li .fax:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .contact-list li .fax:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .contact-list li .fax:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .contact-list li .fax:before, .page-node-type-info.has-glyphicons .wrapper-full1 .contact-list li .fax:before, .page-node-type-info.has-glyphicons .wrapper-full2 .contact-list li .fax:before, .page-node-type-info.has-glyphicons .wrapper-full3 .contact-list li .fax:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .contact-list li .fax:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .contact-list li .fax:before, .page-node-type-page.has-glyphicons .wrapper-full1 .contact-list li .fax:before, .page-node-type-page.has-glyphicons .wrapper-full2 .contact-list li .fax:before, .page-node-type-page.has-glyphicons .wrapper-full3 .contact-list li .fax:before, .path-archive.has-glyphicons .content-main .content-middle1 .contact-list li .fax:before, .path-archive.has-glyphicons .content-sub .content-middle2 .contact-list li .fax:before, .path-archive.has-glyphicons .wrapper-full1 .contact-list li .fax:before, .path-archive.has-glyphicons .wrapper-full2 .contact-list li .fax:before, .path-archive.has-glyphicons .wrapper-full3 .contact-list li .fax:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .contact-list li .fax:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .contact-list li .fax:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .contact-list li .fax:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .contact-list li .fax:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .contact-list li .fax:before {
    content:"FAX"
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 dl dt, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 dl dt, .page-node-type-archive.has-glyphicons .wrapper-full1 dl dt, .page-node-type-archive.has-glyphicons .wrapper-full2 dl dt, .page-node-type-archive.has-glyphicons .wrapper-full3 dl dt, .page-node-type-blog.has-glyphicons .content-main .content-middle1 dl dt, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 dl dt, .page-node-type-blog.has-glyphicons .wrapper-full1 dl dt, .page-node-type-blog.has-glyphicons .wrapper-full2 dl dt, .page-node-type-blog.has-glyphicons .wrapper-full3 dl dt, .page-node-type-info.has-glyphicons .content-main .content-middle1 dl dt, .page-node-type-info.has-glyphicons .content-sub .content-middle2 dl dt, .page-node-type-info.has-glyphicons .wrapper-full1 dl dt, .page-node-type-info.has-glyphicons .wrapper-full2 dl dt, .page-node-type-info.has-glyphicons .wrapper-full3 dl dt, .page-node-type-page.has-glyphicons .content-main .content-middle1 dl dt, .page-node-type-page.has-glyphicons .content-sub .content-middle2 dl dt, .page-node-type-page.has-glyphicons .wrapper-full1 dl dt, .page-node-type-page.has-glyphicons .wrapper-full2 dl dt, .page-node-type-page.has-glyphicons .wrapper-full3 dl dt, .path-archive.has-glyphicons .content-main .content-middle1 dl dt, .path-archive.has-glyphicons .content-sub .content-middle2 dl dt, .path-archive.has-glyphicons .wrapper-full1 dl dt, .path-archive.has-glyphicons .wrapper-full2 dl dt, .path-archive.has-glyphicons .wrapper-full3 dl dt, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 dl dt, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 dl dt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 dl dt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 dl dt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 dl dt {
    position:relative;
    padding:10px 20px 0 25px;
    font-size:14px;
    font-size:1.4rem
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 dl dt:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 dl dt:before, .page-node-type-archive.has-glyphicons .wrapper-full1 dl dt:before, .page-node-type-archive.has-glyphicons .wrapper-full2 dl dt:before, .page-node-type-archive.has-glyphicons .wrapper-full3 dl dt:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 dl dt:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 dl dt:before, .page-node-type-blog.has-glyphicons .wrapper-full1 dl dt:before, .page-node-type-blog.has-glyphicons .wrapper-full2 dl dt:before, .page-node-type-blog.has-glyphicons .wrapper-full3 dl dt:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 dl dt:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 dl dt:before, .page-node-type-info.has-glyphicons .wrapper-full1 dl dt:before, .page-node-type-info.has-glyphicons .wrapper-full2 dl dt:before, .page-node-type-info.has-glyphicons .wrapper-full3 dl dt:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 dl dt:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 dl dt:before, .page-node-type-page.has-glyphicons .wrapper-full1 dl dt:before, .page-node-type-page.has-glyphicons .wrapper-full2 dl dt:before, .page-node-type-page.has-glyphicons .wrapper-full3 dl dt:before, .path-archive.has-glyphicons .content-main .content-middle1 dl dt:before, .path-archive.has-glyphicons .content-sub .content-middle2 dl dt:before, .path-archive.has-glyphicons .wrapper-full1 dl dt:before, .path-archive.has-glyphicons .wrapper-full2 dl dt:before, .path-archive.has-glyphicons .wrapper-full3 dl dt:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 dl dt:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 dl dt:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 dl dt:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 dl dt:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 dl dt:before {
    position:absolute;
    top:17px;
    left:7px;
    width:10px;
    height:10px;
    background:#2383e8;
    background-image:-webkit-linear-gradient(left, #2383e8, #3f93ea);
    background-image:-webkit-gradient(linear, left top, right top, from(#2383e8), to(#3f93ea));
    background-image:-o-linear-gradient(left, #2383e8, #3f93ea);
    background-image:linear-gradient(to right, #2383e8, #3f93ea);
    border-radius:2px;
    content:""
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 dl dd, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 dl dd, .page-node-type-archive.has-glyphicons .wrapper-full1 dl dd, .page-node-type-archive.has-glyphicons .wrapper-full2 dl dd, .page-node-type-archive.has-glyphicons .wrapper-full3 dl dd, .page-node-type-blog.has-glyphicons .content-main .content-middle1 dl dd, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 dl dd, .page-node-type-blog.has-glyphicons .wrapper-full1 dl dd, .page-node-type-blog.has-glyphicons .wrapper-full2 dl dd, .page-node-type-blog.has-glyphicons .wrapper-full3 dl dd, .page-node-type-info.has-glyphicons .content-main .content-middle1 dl dd, .page-node-type-info.has-glyphicons .content-sub .content-middle2 dl dd, .page-node-type-info.has-glyphicons .wrapper-full1 dl dd, .page-node-type-info.has-glyphicons .wrapper-full2 dl dd, .page-node-type-info.has-glyphicons .wrapper-full3 dl dd, .page-node-type-page.has-glyphicons .content-main .content-middle1 dl dd, .page-node-type-page.has-glyphicons .content-sub .content-middle2 dl dd, .page-node-type-page.has-glyphicons .wrapper-full1 dl dd, .page-node-type-page.has-glyphicons .wrapper-full2 dl dd, .page-node-type-page.has-glyphicons .wrapper-full3 dl dd, .path-archive.has-glyphicons .content-main .content-middle1 dl dd, .path-archive.has-glyphicons .content-sub .content-middle2 dl dd, .path-archive.has-glyphicons .wrapper-full1 dl dd, .path-archive.has-glyphicons .wrapper-full2 dl dd, .path-archive.has-glyphicons .wrapper-full3 dl dd, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 dl dd, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 dl dd, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 dl dd, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 dl dd, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 dl dd {
    padding-left:1.5em
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 dl dd .insurance-ttl, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 dl dd .insurance-ttl, .page-node-type-archive.has-glyphicons .wrapper-full1 dl dd .insurance-ttl, .page-node-type-archive.has-glyphicons .wrapper-full2 dl dd .insurance-ttl, .page-node-type-archive.has-glyphicons .wrapper-full3 dl dd .insurance-ttl, .page-node-type-blog.has-glyphicons .content-main .content-middle1 dl dd .insurance-ttl, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 dl dd .insurance-ttl, .page-node-type-blog.has-glyphicons .wrapper-full1 dl dd .insurance-ttl, .page-node-type-blog.has-glyphicons .wrapper-full2 dl dd .insurance-ttl, .page-node-type-blog.has-glyphicons .wrapper-full3 dl dd .insurance-ttl, .page-node-type-info.has-glyphicons .content-main .content-middle1 dl dd .insurance-ttl, .page-node-type-info.has-glyphicons .content-sub .content-middle2 dl dd .insurance-ttl, .page-node-type-info.has-glyphicons .wrapper-full1 dl dd .insurance-ttl, .page-node-type-info.has-glyphicons .wrapper-full2 dl dd .insurance-ttl, .page-node-type-info.has-glyphicons .wrapper-full3 dl dd .insurance-ttl, .page-node-type-page.has-glyphicons .content-main .content-middle1 dl dd .insurance-ttl, .page-node-type-page.has-glyphicons .content-sub .content-middle2 dl dd .insurance-ttl, .page-node-type-page.has-glyphicons .wrapper-full1 dl dd .insurance-ttl, .page-node-type-page.has-glyphicons .wrapper-full2 dl dd .insurance-ttl, .page-node-type-page.has-glyphicons .wrapper-full3 dl dd .insurance-ttl, .path-archive.has-glyphicons .content-main .content-middle1 dl dd .insurance-ttl, .path-archive.has-glyphicons .content-sub .content-middle2 dl dd .insurance-ttl, .path-archive.has-glyphicons .wrapper-full1 dl dd .insurance-ttl, .path-archive.has-glyphicons .wrapper-full2 dl dd .insurance-ttl, .path-archive.has-glyphicons .wrapper-full3 dl dd .insurance-ttl, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 dl dd .insurance-ttl, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 dl dd .insurance-ttl, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 dl dd .insurance-ttl, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 dl dd .insurance-ttl, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 dl dd .insurance-ttl {
    font-size:160%;
    color:#004fa2;
    font-weight:bold
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 dl dd p, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 dl dd p, .page-node-type-archive.has-glyphicons .wrapper-full1 dl dd p, .page-node-type-archive.has-glyphicons .wrapper-full2 dl dd p, .page-node-type-archive.has-glyphicons .wrapper-full3 dl dd p, .page-node-type-blog.has-glyphicons .content-main .content-middle1 dl dd p, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 dl dd p, .page-node-type-blog.has-glyphicons .wrapper-full1 dl dd p, .page-node-type-blog.has-glyphicons .wrapper-full2 dl dd p, .page-node-type-blog.has-glyphicons .wrapper-full3 dl dd p, .page-node-type-info.has-glyphicons .content-main .content-middle1 dl dd p, .page-node-type-info.has-glyphicons .content-sub .content-middle2 dl dd p, .page-node-type-info.has-glyphicons .wrapper-full1 dl dd p, .page-node-type-info.has-glyphicons .wrapper-full2 dl dd p, .page-node-type-info.has-glyphicons .wrapper-full3 dl dd p, .page-node-type-page.has-glyphicons .content-main .content-middle1 dl dd p, .page-node-type-page.has-glyphicons .content-sub .content-middle2 dl dd p, .page-node-type-page.has-glyphicons .wrapper-full1 dl dd p, .page-node-type-page.has-glyphicons .wrapper-full2 dl dd p, .page-node-type-page.has-glyphicons .wrapper-full3 dl dd p, .path-archive.has-glyphicons .content-main .content-middle1 dl dd p, .path-archive.has-glyphicons .content-sub .content-middle2 dl dd p, .path-archive.has-glyphicons .wrapper-full1 dl dd p, .path-archive.has-glyphicons .wrapper-full2 dl dd p, .path-archive.has-glyphicons .wrapper-full3 dl dd p, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 dl dd p, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 dl dd p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 dl dd p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 dl dd p, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 dl dd p {
    margin-bottom:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-txt, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-txt, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-txt, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-txt, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-txt, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-txt, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-txt, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-txt, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-txt, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-txt, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-txt, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-txt, .page-node-type-info.has-glyphicons .wrapper-full1 .link-txt, .page-node-type-info.has-glyphicons .wrapper-full2 .link-txt, .page-node-type-info.has-glyphicons .wrapper-full3 .link-txt, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-txt, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-txt, .page-node-type-page.has-glyphicons .wrapper-full1 .link-txt, .page-node-type-page.has-glyphicons .wrapper-full2 .link-txt, .page-node-type-page.has-glyphicons .wrapper-full3 .link-txt, .path-archive.has-glyphicons .content-main .content-middle1 .link-txt, .path-archive.has-glyphicons .content-sub .content-middle2 .link-txt, .path-archive.has-glyphicons .wrapper-full1 .link-txt, .path-archive.has-glyphicons .wrapper-full2 .link-txt, .path-archive.has-glyphicons .wrapper-full3 .link-txt, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-txt, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-txt {
    position:relative;
    padding-left:1em;
    color:#004fa2
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-txt:focus, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-txt:hover, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-txt:focus, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-txt:hover, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-txt:focus, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-txt:hover, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-txt:focus, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-txt:hover, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-txt:focus, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-txt:hover, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-txt:focus, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-txt:hover, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-txt:focus, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-txt:hover, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-txt:focus, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-txt:hover, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-txt:focus, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-txt:hover, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-txt:focus, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-txt:hover, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-txt:focus, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-txt:hover, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-txt:focus, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-txt:hover, .page-node-type-info.has-glyphicons .wrapper-full1 .link-txt:focus, .page-node-type-info.has-glyphicons .wrapper-full1 .link-txt:hover, .page-node-type-info.has-glyphicons .wrapper-full2 .link-txt:focus, .page-node-type-info.has-glyphicons .wrapper-full2 .link-txt:hover, .page-node-type-info.has-glyphicons .wrapper-full3 .link-txt:focus, .page-node-type-info.has-glyphicons .wrapper-full3 .link-txt:hover, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-txt:focus, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-txt:hover, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-txt:focus, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-txt:hover, .page-node-type-page.has-glyphicons .wrapper-full1 .link-txt:focus, .page-node-type-page.has-glyphicons .wrapper-full1 .link-txt:hover, .page-node-type-page.has-glyphicons .wrapper-full2 .link-txt:focus, .page-node-type-page.has-glyphicons .wrapper-full2 .link-txt:hover, .page-node-type-page.has-glyphicons .wrapper-full3 .link-txt:focus, .page-node-type-page.has-glyphicons .wrapper-full3 .link-txt:hover, .path-archive.has-glyphicons .content-main .content-middle1 .link-txt:focus, .path-archive.has-glyphicons .content-main .content-middle1 .link-txt:hover, .path-archive.has-glyphicons .content-sub .content-middle2 .link-txt:focus, .path-archive.has-glyphicons .content-sub .content-middle2 .link-txt:hover, .path-archive.has-glyphicons .wrapper-full1 .link-txt:focus, .path-archive.has-glyphicons .wrapper-full1 .link-txt:hover, .path-archive.has-glyphicons .wrapper-full2 .link-txt:focus, .path-archive.has-glyphicons .wrapper-full2 .link-txt:hover, .path-archive.has-glyphicons .wrapper-full3 .link-txt:focus, .path-archive.has-glyphicons .wrapper-full3 .link-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-txt:focus, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-txt:focus, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-txt:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-txt:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-txt:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-txt:hover {
    text-decoration:underline
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-txt:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-txt:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-txt:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-txt:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-txt:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-txt:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-txt:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-txt:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-txt:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-txt:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-txt:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-txt:before, .page-node-type-info.has-glyphicons .wrapper-full1 .link-txt:before, .page-node-type-info.has-glyphicons .wrapper-full2 .link-txt:before, .page-node-type-info.has-glyphicons .wrapper-full3 .link-txt:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-txt:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-txt:before, .page-node-type-page.has-glyphicons .wrapper-full1 .link-txt:before, .page-node-type-page.has-glyphicons .wrapper-full2 .link-txt:before, .page-node-type-page.has-glyphicons .wrapper-full3 .link-txt:before, .path-archive.has-glyphicons .content-main .content-middle1 .link-txt:before, .path-archive.has-glyphicons .content-sub .content-middle2 .link-txt:before, .path-archive.has-glyphicons .wrapper-full1 .link-txt:before, .path-archive.has-glyphicons .wrapper-full2 .link-txt:before, .path-archive.has-glyphicons .wrapper-full3 .link-txt:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-txt:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-txt:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-txt:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-txt:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-txt:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    content:"";
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:5px;
    height:6px;
    margin:auto;
    background:none;
    border:3px solid transparent;
    border-radius:0;
    border-left:5px solid #004fa2
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .column .column a, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .column>a:hover, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column .column a, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column>a:hover, .page-node-type-archive.has-glyphicons .wrapper-full1 .column .column a, .page-node-type-archive.has-glyphicons .wrapper-full1 .column>a:hover, .page-node-type-archive.has-glyphicons .wrapper-full2 .column .column a, .page-node-type-archive.has-glyphicons .wrapper-full2 .column>a:hover, .page-node-type-archive.has-glyphicons .wrapper-full3 .column .column a, .page-node-type-archive.has-glyphicons .wrapper-full3 .column>a:hover, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column .column a, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column>a:hover, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column .column a, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column>a:hover, .page-node-type-blog.has-glyphicons .wrapper-full1 .column .column a, .page-node-type-blog.has-glyphicons .wrapper-full1 .column>a:hover, .page-node-type-blog.has-glyphicons .wrapper-full2 .column .column a, .page-node-type-blog.has-glyphicons .wrapper-full2 .column>a:hover, .page-node-type-blog.has-glyphicons .wrapper-full3 .column .column a, .page-node-type-blog.has-glyphicons .wrapper-full3 .column>a:hover, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column .column a, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column>a:hover, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column .column a, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column>a:hover, .page-node-type-info.has-glyphicons .wrapper-full1 .column .column a, .page-node-type-info.has-glyphicons .wrapper-full1 .column>a:hover, .page-node-type-info.has-glyphicons .wrapper-full2 .column .column a, .page-node-type-info.has-glyphicons .wrapper-full2 .column>a:hover, .page-node-type-info.has-glyphicons .wrapper-full3 .column .column a, .page-node-type-info.has-glyphicons .wrapper-full3 .column>a:hover, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column .column a, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column>a:hover, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column .column a, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column>a:hover, .page-node-type-page.has-glyphicons .wrapper-full1 .column .column a, .page-node-type-page.has-glyphicons .wrapper-full1 .column>a:hover, .page-node-type-page.has-glyphicons .wrapper-full2 .column .column a, .page-node-type-page.has-glyphicons .wrapper-full2 .column>a:hover, .page-node-type-page.has-glyphicons .wrapper-full3 .column .column a, .page-node-type-page.has-glyphicons .wrapper-full3 .column>a:hover, .path-archive.has-glyphicons .content-main .content-middle1 .column .column a, .path-archive.has-glyphicons .content-main .content-middle1 .column>a:hover, .path-archive.has-glyphicons .content-sub .content-middle2 .column .column a, .path-archive.has-glyphicons .content-sub .content-middle2 .column>a:hover, .path-archive.has-glyphicons .wrapper-full1 .column .column a, .path-archive.has-glyphicons .wrapper-full1 .column>a:hover, .path-archive.has-glyphicons .wrapper-full2 .column .column a, .path-archive.has-glyphicons .wrapper-full2 .column>a:hover, .path-archive.has-glyphicons .wrapper-full3 .column .column a, .path-archive.has-glyphicons .wrapper-full3 .column>a:hover, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column .column a, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column>a:hover, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column .column a, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column>a:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column .column a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column>a:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column .column a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column>a:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column .column a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column>a:hover {
    text-decoration:underline
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2.link-list .column, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3.link-list .column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2.link-list .column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3.link-list .column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2.link-list .column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3.link-list .column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2.link-list .column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3.link-list .column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2.link-list .column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3.link-list .column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2.link-list .column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3.link-list .column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2.link-list .column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3.link-list .column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2.link-list .column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3.link-list .column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2.link-list .column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3.link-list .column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2.link-list .column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3.link-list .column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2.link-list .column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3.link-list .column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2.link-list .column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3.link-list .column, .page-node-type-info.has-glyphicons .wrapper-full1 .col2.link-list .column, .page-node-type-info.has-glyphicons .wrapper-full1 .col3.link-list .column, .page-node-type-info.has-glyphicons .wrapper-full2 .col2.link-list .column, .page-node-type-info.has-glyphicons .wrapper-full2 .col3.link-list .column, .page-node-type-info.has-glyphicons .wrapper-full3 .col2.link-list .column, .page-node-type-info.has-glyphicons .wrapper-full3 .col3.link-list .column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2.link-list .column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3.link-list .column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2.link-list .column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3.link-list .column, .page-node-type-page.has-glyphicons .wrapper-full1 .col2.link-list .column, .page-node-type-page.has-glyphicons .wrapper-full1 .col3.link-list .column, .page-node-type-page.has-glyphicons .wrapper-full2 .col2.link-list .column, .page-node-type-page.has-glyphicons .wrapper-full2 .col3.link-list .column, .page-node-type-page.has-glyphicons .wrapper-full3 .col2.link-list .column, .page-node-type-page.has-glyphicons .wrapper-full3 .col3.link-list .column, .path-archive.has-glyphicons .content-main .content-middle1 .col2.link-list .column, .path-archive.has-glyphicons .content-main .content-middle1 .col3.link-list .column, .path-archive.has-glyphicons .content-sub .content-middle2 .col2.link-list .column, .path-archive.has-glyphicons .content-sub .content-middle2 .col3.link-list .column, .path-archive.has-glyphicons .wrapper-full1 .col2.link-list .column, .path-archive.has-glyphicons .wrapper-full1 .col3.link-list .column, .path-archive.has-glyphicons .wrapper-full2 .col2.link-list .column, .path-archive.has-glyphicons .wrapper-full2 .col3.link-list .column, .path-archive.has-glyphicons .wrapper-full3 .col2.link-list .column, .path-archive.has-glyphicons .wrapper-full3 .col3.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3.link-list .column {
    text-align:left
}

@media screen and (max-width:980px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2.link-list .column:first-child, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.link-list .column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col2.link-list .column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col2.link-list .column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col2.link-list .column:first-child, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col2.link-list .column:first-child, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.link-list .column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col2.link-list .column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col2.link-list .column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col2.link-list .column:first-child, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col2.link-list .column:first-child, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.link-list .column:first-child, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col2.link-list .column:first-child, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col2.link-list .column:first-child, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col2.link-list .column:first-child, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col2.link-list .column:first-child, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.link-list .column:first-child, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col2.link-list .column:first-child, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col2.link-list .column:first-child, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col2.link-list .column:first-child, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2.link-list .column:first-child, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.link-list .column:first-child, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col2.link-list .column:first-child, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col2.link-list .column:first-child, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col2.link-list .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col2.link-list .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col2.link-list .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col2.link-list .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col2.link-list .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col2.link-list .column:first-child {
    margin-bottom:0;
    margin-left:0
}


}

@media screen and (max-width:980px) and (min-width:761px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col3.link-list>.column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col3.link-list>.column:nth-child(odd), .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3.link-list>.column:nth-child(odd), .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.link-list>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col3.link-list>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col3.link-list>.column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col3.link-list>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col3.link-list>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.link-list>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col3.link-list>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col3.link-list>.column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col3.link-list>.column:nth-child(odd) {
    margin-right:3.03%
}


}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-navi-01, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-navi-01, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-navi-01, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-navi-01, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-navi-01, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-navi-01, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-navi-01, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-navi-01, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-navi-01, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-navi-01, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-navi-01, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-navi-01, .page-node-type-info.has-glyphicons .wrapper-full1 .link-navi-01, .page-node-type-info.has-glyphicons .wrapper-full2 .link-navi-01, .page-node-type-info.has-glyphicons .wrapper-full3 .link-navi-01, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-navi-01, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-navi-01, .page-node-type-page.has-glyphicons .wrapper-full1 .link-navi-01, .page-node-type-page.has-glyphicons .wrapper-full2 .link-navi-01, .page-node-type-page.has-glyphicons .wrapper-full3 .link-navi-01, .path-archive.has-glyphicons .content-main .content-middle1 .link-navi-01, .path-archive.has-glyphicons .content-sub .content-middle2 .link-navi-01, .path-archive.has-glyphicons .wrapper-full1 .link-navi-01, .path-archive.has-glyphicons .wrapper-full2 .link-navi-01, .path-archive.has-glyphicons .wrapper-full3 .link-navi-01, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-navi-01, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-navi-01, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-navi-01, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-navi-01, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-navi-01 {
    position:relative;
    padding-right:1em
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-navi-01:after, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-navi-01:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-navi-01:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-navi-01:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-navi-01:after, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-navi-01:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-navi-01:after, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-navi-01:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-navi-01:after, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-navi-01:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-navi-01:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-navi-01:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-navi-01:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-navi-01:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-navi-01:after, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-navi-01:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-navi-01:after, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-navi-01:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-navi-01:after, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-navi-01:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-navi-01:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-navi-01:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-navi-01:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-navi-01:before, .page-node-type-info.has-glyphicons .wrapper-full1 .link-navi-01:after, .page-node-type-info.has-glyphicons .wrapper-full1 .link-navi-01:before, .page-node-type-info.has-glyphicons .wrapper-full2 .link-navi-01:after, .page-node-type-info.has-glyphicons .wrapper-full2 .link-navi-01:before, .page-node-type-info.has-glyphicons .wrapper-full3 .link-navi-01:after, .page-node-type-info.has-glyphicons .wrapper-full3 .link-navi-01:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-navi-01:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-navi-01:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-navi-01:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-navi-01:before, .page-node-type-page.has-glyphicons .wrapper-full1 .link-navi-01:after, .page-node-type-page.has-glyphicons .wrapper-full1 .link-navi-01:before, .page-node-type-page.has-glyphicons .wrapper-full2 .link-navi-01:after, .page-node-type-page.has-glyphicons .wrapper-full2 .link-navi-01:before, .page-node-type-page.has-glyphicons .wrapper-full3 .link-navi-01:after, .page-node-type-page.has-glyphicons .wrapper-full3 .link-navi-01:before, .path-archive.has-glyphicons .content-main .content-middle1 .link-navi-01:after, .path-archive.has-glyphicons .content-main .content-middle1 .link-navi-01:before, .path-archive.has-glyphicons .content-sub .content-middle2 .link-navi-01:after, .path-archive.has-glyphicons .content-sub .content-middle2 .link-navi-01:before, .path-archive.has-glyphicons .wrapper-full1 .link-navi-01:after, .path-archive.has-glyphicons .wrapper-full1 .link-navi-01:before, .path-archive.has-glyphicons .wrapper-full2 .link-navi-01:after, .path-archive.has-glyphicons .wrapper-full2 .link-navi-01:before, .path-archive.has-glyphicons .wrapper-full3 .link-navi-01:after, .path-archive.has-glyphicons .wrapper-full3 .link-navi-01:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-navi-01:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-navi-01:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-navi-01:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-navi-01:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-navi-01:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-navi-01:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-navi-01:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-navi-01:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-navi-01:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-navi-01:before {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    content:"";
    vertical-align:middle
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-navi-01:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-navi-01:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-navi-01:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-navi-01:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-navi-01:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-navi-01:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-navi-01:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-navi-01:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-navi-01:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-navi-01:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-navi-01:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-navi-01:before, .page-node-type-info.has-glyphicons .wrapper-full1 .link-navi-01:before, .page-node-type-info.has-glyphicons .wrapper-full2 .link-navi-01:before, .page-node-type-info.has-glyphicons .wrapper-full3 .link-navi-01:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-navi-01:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-navi-01:before, .page-node-type-page.has-glyphicons .wrapper-full1 .link-navi-01:before, .page-node-type-page.has-glyphicons .wrapper-full2 .link-navi-01:before, .page-node-type-page.has-glyphicons .wrapper-full3 .link-navi-01:before, .path-archive.has-glyphicons .content-main .content-middle1 .link-navi-01:before, .path-archive.has-glyphicons .content-sub .content-middle2 .link-navi-01:before, .path-archive.has-glyphicons .wrapper-full1 .link-navi-01:before, .path-archive.has-glyphicons .wrapper-full2 .link-navi-01:before, .path-archive.has-glyphicons .wrapper-full3 .link-navi-01:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-navi-01:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-navi-01:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-navi-01:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-navi-01:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-navi-01:before {
    width:10px;
    height:10px;
    border-radius:3px;
    background:#004fa2
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-navi-01:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-navi-01:after, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-navi-01:after, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-navi-01:after, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-navi-01:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-navi-01:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-navi-01:after, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-navi-01:after, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-navi-01:after, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-navi-01:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-navi-01:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-navi-01:after, .page-node-type-info.has-glyphicons .wrapper-full1 .link-navi-01:after, .page-node-type-info.has-glyphicons .wrapper-full2 .link-navi-01:after, .page-node-type-info.has-glyphicons .wrapper-full3 .link-navi-01:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-navi-01:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-navi-01:after, .page-node-type-page.has-glyphicons .wrapper-full1 .link-navi-01:after, .page-node-type-page.has-glyphicons .wrapper-full2 .link-navi-01:after, .page-node-type-page.has-glyphicons .wrapper-full3 .link-navi-01:after, .path-archive.has-glyphicons .content-main .content-middle1 .link-navi-01:after, .path-archive.has-glyphicons .content-sub .content-middle2 .link-navi-01:after, .path-archive.has-glyphicons .wrapper-full1 .link-navi-01:after, .path-archive.has-glyphicons .wrapper-full2 .link-navi-01:after, .path-archive.has-glyphicons .wrapper-full3 .link-navi-01:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-navi-01:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-navi-01:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-navi-01:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-navi-01:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-navi-01:after {
    right:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:4px;
    height:4px;
    border:3px solid transparent;
    border-left:4px solid #fff
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-navi-02, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-navi-02, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-navi-02, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-navi-02, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-navi-02, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-navi-02, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-navi-02, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-navi-02, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-navi-02, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-navi-02, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-navi-02, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-navi-02, .page-node-type-info.has-glyphicons .wrapper-full1 .link-navi-02, .page-node-type-info.has-glyphicons .wrapper-full2 .link-navi-02, .page-node-type-info.has-glyphicons .wrapper-full3 .link-navi-02, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-navi-02, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-navi-02, .page-node-type-page.has-glyphicons .wrapper-full1 .link-navi-02, .page-node-type-page.has-glyphicons .wrapper-full2 .link-navi-02, .page-node-type-page.has-glyphicons .wrapper-full3 .link-navi-02, .path-archive.has-glyphicons .content-main .content-middle1 .link-navi-02, .path-archive.has-glyphicons .content-sub .content-middle2 .link-navi-02, .path-archive.has-glyphicons .wrapper-full1 .link-navi-02, .path-archive.has-glyphicons .wrapper-full2 .link-navi-02, .path-archive.has-glyphicons .wrapper-full3 .link-navi-02, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-navi-02, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-navi-02, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-navi-02, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-navi-02, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-navi-02 {
    position:relative;
    padding-left:1em
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-navi-02:after, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-navi-02:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-navi-02:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-navi-02:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-navi-02:after, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-navi-02:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-navi-02:after, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-navi-02:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-navi-02:after, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-navi-02:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-navi-02:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-navi-02:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-navi-02:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-navi-02:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-navi-02:after, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-navi-02:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-navi-02:after, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-navi-02:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-navi-02:after, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-navi-02:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-navi-02:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-navi-02:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-navi-02:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-navi-02:before, .page-node-type-info.has-glyphicons .wrapper-full1 .link-navi-02:after, .page-node-type-info.has-glyphicons .wrapper-full1 .link-navi-02:before, .page-node-type-info.has-glyphicons .wrapper-full2 .link-navi-02:after, .page-node-type-info.has-glyphicons .wrapper-full2 .link-navi-02:before, .page-node-type-info.has-glyphicons .wrapper-full3 .link-navi-02:after, .page-node-type-info.has-glyphicons .wrapper-full3 .link-navi-02:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-navi-02:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-navi-02:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-navi-02:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-navi-02:before, .page-node-type-page.has-glyphicons .wrapper-full1 .link-navi-02:after, .page-node-type-page.has-glyphicons .wrapper-full1 .link-navi-02:before, .page-node-type-page.has-glyphicons .wrapper-full2 .link-navi-02:after, .page-node-type-page.has-glyphicons .wrapper-full2 .link-navi-02:before, .page-node-type-page.has-glyphicons .wrapper-full3 .link-navi-02:after, .page-node-type-page.has-glyphicons .wrapper-full3 .link-navi-02:before, .path-archive.has-glyphicons .content-main .content-middle1 .link-navi-02:after, .path-archive.has-glyphicons .content-main .content-middle1 .link-navi-02:before, .path-archive.has-glyphicons .content-sub .content-middle2 .link-navi-02:after, .path-archive.has-glyphicons .content-sub .content-middle2 .link-navi-02:before, .path-archive.has-glyphicons .wrapper-full1 .link-navi-02:after, .path-archive.has-glyphicons .wrapper-full1 .link-navi-02:before, .path-archive.has-glyphicons .wrapper-full2 .link-navi-02:after, .path-archive.has-glyphicons .wrapper-full2 .link-navi-02:before, .path-archive.has-glyphicons .wrapper-full3 .link-navi-02:after, .path-archive.has-glyphicons .wrapper-full3 .link-navi-02:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-navi-02:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-navi-02:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-navi-02:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-navi-02:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-navi-02:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-navi-02:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-navi-02:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-navi-02:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-navi-02:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-navi-02:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    content:"";
    vertical-align:middle
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-navi-02:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-navi-02:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-navi-02:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-navi-02:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-navi-02:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-navi-02:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-navi-02:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-navi-02:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-navi-02:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-navi-02:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-navi-02:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-navi-02:before, .page-node-type-info.has-glyphicons .wrapper-full1 .link-navi-02:before, .page-node-type-info.has-glyphicons .wrapper-full2 .link-navi-02:before, .page-node-type-info.has-glyphicons .wrapper-full3 .link-navi-02:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-navi-02:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-navi-02:before, .page-node-type-page.has-glyphicons .wrapper-full1 .link-navi-02:before, .page-node-type-page.has-glyphicons .wrapper-full2 .link-navi-02:before, .page-node-type-page.has-glyphicons .wrapper-full3 .link-navi-02:before, .path-archive.has-glyphicons .content-main .content-middle1 .link-navi-02:before, .path-archive.has-glyphicons .content-sub .content-middle2 .link-navi-02:before, .path-archive.has-glyphicons .wrapper-full1 .link-navi-02:before, .path-archive.has-glyphicons .wrapper-full2 .link-navi-02:before, .path-archive.has-glyphicons .wrapper-full3 .link-navi-02:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-navi-02:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-navi-02:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-navi-02:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-navi-02:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-navi-02:before {
    width:10px;
    height:10px;
    border-radius:3px;
    background:#004fa2
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .link-navi-02:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .link-navi-02:after, .page-node-type-archive.has-glyphicons .wrapper-full1 .link-navi-02:after, .page-node-type-archive.has-glyphicons .wrapper-full2 .link-navi-02:after, .page-node-type-archive.has-glyphicons .wrapper-full3 .link-navi-02:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .link-navi-02:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .link-navi-02:after, .page-node-type-blog.has-glyphicons .wrapper-full1 .link-navi-02:after, .page-node-type-blog.has-glyphicons .wrapper-full2 .link-navi-02:after, .page-node-type-blog.has-glyphicons .wrapper-full3 .link-navi-02:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 .link-navi-02:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .link-navi-02:after, .page-node-type-info.has-glyphicons .wrapper-full1 .link-navi-02:after, .page-node-type-info.has-glyphicons .wrapper-full2 .link-navi-02:after, .page-node-type-info.has-glyphicons .wrapper-full3 .link-navi-02:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 .link-navi-02:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .link-navi-02:after, .page-node-type-page.has-glyphicons .wrapper-full1 .link-navi-02:after, .page-node-type-page.has-glyphicons .wrapper-full2 .link-navi-02:after, .page-node-type-page.has-glyphicons .wrapper-full3 .link-navi-02:after, .path-archive.has-glyphicons .content-main .content-middle1 .link-navi-02:after, .path-archive.has-glyphicons .content-sub .content-middle2 .link-navi-02:after, .path-archive.has-glyphicons .wrapper-full1 .link-navi-02:after, .path-archive.has-glyphicons .wrapper-full2 .link-navi-02:after, .path-archive.has-glyphicons .wrapper-full3 .link-navi-02:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .link-navi-02:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .link-navi-02:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .link-navi-02:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .link-navi-02:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .link-navi-02:after {
    left:3px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:4px;
    height:4px;
    border:3px solid transparent;
    border-left:4px solid #fff
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 a .ico, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 a .ico, .page-node-type-archive.has-glyphicons .wrapper-full1 a .ico, .page-node-type-archive.has-glyphicons .wrapper-full2 a .ico, .page-node-type-archive.has-glyphicons .wrapper-full3 a .ico, .page-node-type-blog.has-glyphicons .content-main .content-middle1 a .ico, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 a .ico, .page-node-type-blog.has-glyphicons .wrapper-full1 a .ico, .page-node-type-blog.has-glyphicons .wrapper-full2 a .ico, .page-node-type-blog.has-glyphicons .wrapper-full3 a .ico, .page-node-type-info.has-glyphicons .content-main .content-middle1 a .ico, .page-node-type-info.has-glyphicons .content-sub .content-middle2 a .ico, .page-node-type-info.has-glyphicons .wrapper-full1 a .ico, .page-node-type-info.has-glyphicons .wrapper-full2 a .ico, .page-node-type-info.has-glyphicons .wrapper-full3 a .ico, .page-node-type-page.has-glyphicons .content-main .content-middle1 a .ico, .page-node-type-page.has-glyphicons .content-sub .content-middle2 a .ico, .page-node-type-page.has-glyphicons .wrapper-full1 a .ico, .page-node-type-page.has-glyphicons .wrapper-full2 a .ico, .page-node-type-page.has-glyphicons .wrapper-full3 a .ico, .path-archive.has-glyphicons .content-main .content-middle1 a .ico, .path-archive.has-glyphicons .content-sub .content-middle2 a .ico, .path-archive.has-glyphicons .wrapper-full1 a .ico, .path-archive.has-glyphicons .wrapper-full2 a .ico, .path-archive.has-glyphicons .wrapper-full3 a .ico, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 a .ico, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 a .ico, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 a .ico, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 a .ico, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 a .ico {
    display:inline-block;
    width:auto;
    margin:0 5px;
    vertical-align:inherit
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .over-txt span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .over-txt span, .page-node-type-archive.has-glyphicons .wrapper-full1 .over-txt span, .page-node-type-archive.has-glyphicons .wrapper-full2 .over-txt span, .page-node-type-archive.has-glyphicons .wrapper-full3 .over-txt span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .over-txt span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .over-txt span, .page-node-type-blog.has-glyphicons .wrapper-full1 .over-txt span, .page-node-type-blog.has-glyphicons .wrapper-full2 .over-txt span, .page-node-type-blog.has-glyphicons .wrapper-full3 .over-txt span, .page-node-type-info.has-glyphicons .content-main .content-middle1 .over-txt span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .over-txt span, .page-node-type-info.has-glyphicons .wrapper-full1 .over-txt span, .page-node-type-info.has-glyphicons .wrapper-full2 .over-txt span, .page-node-type-info.has-glyphicons .wrapper-full3 .over-txt span, .page-node-type-page.has-glyphicons .content-main .content-middle1 .over-txt span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .over-txt span, .page-node-type-page.has-glyphicons .wrapper-full1 .over-txt span, .page-node-type-page.has-glyphicons .wrapper-full2 .over-txt span, .page-node-type-page.has-glyphicons .wrapper-full3 .over-txt span, .path-archive.has-glyphicons .content-main .content-middle1 .over-txt span, .path-archive.has-glyphicons .content-sub .content-middle2 .over-txt span, .path-archive.has-glyphicons .wrapper-full1 .over-txt span, .path-archive.has-glyphicons .wrapper-full2 .over-txt span, .path-archive.has-glyphicons .wrapper-full3 .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .over-txt span {
    position:absolute;
    bottom:0;
    display:block;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    padding:12px 10px 12px 40px;
    font-size:125%;
    color:#fff;
    text-align:left;
    background:#2383e8;
    background-image:-webkit-linear-gradient(left, #2383e8, #3f93ea);
    background-image:-webkit-gradient(linear, left top, right top, from(#2383e8), to(#3f93ea));
    background-image:-o-linear-gradient(left, #2383e8, #3f93ea);
    background-image:linear-gradient(to right, #2383e8, #3f93ea);
    border-radius:0 0 3px 3px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .over-txt span:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .over-txt span:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .over-txt span:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .over-txt span:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .over-txt span:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .over-txt span:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .over-txt span:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .over-txt span:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .over-txt span:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .over-txt span:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .over-txt span:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .over-txt span:before, .page-node-type-info.has-glyphicons .wrapper-full1 .over-txt span:before, .page-node-type-info.has-glyphicons .wrapper-full2 .over-txt span:before, .page-node-type-info.has-glyphicons .wrapper-full3 .over-txt span:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .over-txt span:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .over-txt span:before, .page-node-type-page.has-glyphicons .wrapper-full1 .over-txt span:before, .page-node-type-page.has-glyphicons .wrapper-full2 .over-txt span:before, .page-node-type-page.has-glyphicons .wrapper-full3 .over-txt span:before, .path-archive.has-glyphicons .content-main .content-middle1 .over-txt span:before, .path-archive.has-glyphicons .content-sub .content-middle2 .over-txt span:before, .path-archive.has-glyphicons .wrapper-full1 .over-txt span:before, .path-archive.has-glyphicons .wrapper-full2 .over-txt span:before, .path-archive.has-glyphicons .wrapper-full3 .over-txt span:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .over-txt span:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .over-txt span:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .over-txt span:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .over-txt span:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .over-txt span:before {
    position:absolute;
    top:30%;
    left:0;
    left:15px;
    width:14px;
    height:14px;
    background:url(../../../../themes/toto_master1/images/icn_arrow_01.png) 0 0 no-repeat;
    content:""
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .over-txt:focus, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .over-txt:hover, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .over-txt:focus, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .over-txt:hover, .page-node-type-archive.has-glyphicons .wrapper-full1 .over-txt:focus, .page-node-type-archive.has-glyphicons .wrapper-full1 .over-txt:hover, .page-node-type-archive.has-glyphicons .wrapper-full2 .over-txt:focus, .page-node-type-archive.has-glyphicons .wrapper-full2 .over-txt:hover, .page-node-type-archive.has-glyphicons .wrapper-full3 .over-txt:focus, .page-node-type-archive.has-glyphicons .wrapper-full3 .over-txt:hover, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .over-txt:focus, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .over-txt:hover, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .over-txt:focus, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .over-txt:hover, .page-node-type-blog.has-glyphicons .wrapper-full1 .over-txt:focus, .page-node-type-blog.has-glyphicons .wrapper-full1 .over-txt:hover, .page-node-type-blog.has-glyphicons .wrapper-full2 .over-txt:focus, .page-node-type-blog.has-glyphicons .wrapper-full2 .over-txt:hover, .page-node-type-blog.has-glyphicons .wrapper-full3 .over-txt:focus, .page-node-type-blog.has-glyphicons .wrapper-full3 .over-txt:hover, .page-node-type-info.has-glyphicons .content-main .content-middle1 .over-txt:focus, .page-node-type-info.has-glyphicons .content-main .content-middle1 .over-txt:hover, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .over-txt:focus, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .over-txt:hover, .page-node-type-info.has-glyphicons .wrapper-full1 .over-txt:focus, .page-node-type-info.has-glyphicons .wrapper-full1 .over-txt:hover, .page-node-type-info.has-glyphicons .wrapper-full2 .over-txt:focus, .page-node-type-info.has-glyphicons .wrapper-full2 .over-txt:hover, .page-node-type-info.has-glyphicons .wrapper-full3 .over-txt:focus, .page-node-type-info.has-glyphicons .wrapper-full3 .over-txt:hover, .page-node-type-page.has-glyphicons .content-main .content-middle1 .over-txt:focus, .page-node-type-page.has-glyphicons .content-main .content-middle1 .over-txt:hover, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .over-txt:focus, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .over-txt:hover, .page-node-type-page.has-glyphicons .wrapper-full1 .over-txt:focus, .page-node-type-page.has-glyphicons .wrapper-full1 .over-txt:hover, .page-node-type-page.has-glyphicons .wrapper-full2 .over-txt:focus, .page-node-type-page.has-glyphicons .wrapper-full2 .over-txt:hover, .page-node-type-page.has-glyphicons .wrapper-full3 .over-txt:focus, .page-node-type-page.has-glyphicons .wrapper-full3 .over-txt:hover, .path-archive.has-glyphicons .content-main .content-middle1 .over-txt:focus, .path-archive.has-glyphicons .content-main .content-middle1 .over-txt:hover, .path-archive.has-glyphicons .content-sub .content-middle2 .over-txt:focus, .path-archive.has-glyphicons .content-sub .content-middle2 .over-txt:hover, .path-archive.has-glyphicons .wrapper-full1 .over-txt:focus, .path-archive.has-glyphicons .wrapper-full1 .over-txt:hover, .path-archive.has-glyphicons .wrapper-full2 .over-txt:focus, .path-archive.has-glyphicons .wrapper-full2 .over-txt:hover, .path-archive.has-glyphicons .wrapper-full3 .over-txt:focus, .path-archive.has-glyphicons .wrapper-full3 .over-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .over-txt:focus, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .over-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .over-txt:focus, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .over-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .over-txt:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .over-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .over-txt:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .over-txt:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .over-txt:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .over-txt:hover {
    text-decoration:none;
    opacity:.8
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .over-txt:focus span, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .over-txt:hover span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .over-txt:focus span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .over-txt:hover span, .page-node-type-archive.has-glyphicons .wrapper-full1 .over-txt:focus span, .page-node-type-archive.has-glyphicons .wrapper-full1 .over-txt:hover span, .page-node-type-archive.has-glyphicons .wrapper-full2 .over-txt:focus span, .page-node-type-archive.has-glyphicons .wrapper-full2 .over-txt:hover span, .page-node-type-archive.has-glyphicons .wrapper-full3 .over-txt:focus span, .page-node-type-archive.has-glyphicons .wrapper-full3 .over-txt:hover span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .over-txt:focus span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .over-txt:hover span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .over-txt:focus span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .over-txt:hover span, .page-node-type-blog.has-glyphicons .wrapper-full1 .over-txt:focus span, .page-node-type-blog.has-glyphicons .wrapper-full1 .over-txt:hover span, .page-node-type-blog.has-glyphicons .wrapper-full2 .over-txt:focus span, .page-node-type-blog.has-glyphicons .wrapper-full2 .over-txt:hover span, .page-node-type-blog.has-glyphicons .wrapper-full3 .over-txt:focus span, .page-node-type-blog.has-glyphicons .wrapper-full3 .over-txt:hover span, .page-node-type-info.has-glyphicons .content-main .content-middle1 .over-txt:focus span, .page-node-type-info.has-glyphicons .content-main .content-middle1 .over-txt:hover span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .over-txt:focus span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .over-txt:hover span, .page-node-type-info.has-glyphicons .wrapper-full1 .over-txt:focus span, .page-node-type-info.has-glyphicons .wrapper-full1 .over-txt:hover span, .page-node-type-info.has-glyphicons .wrapper-full2 .over-txt:focus span, .page-node-type-info.has-glyphicons .wrapper-full2 .over-txt:hover span, .page-node-type-info.has-glyphicons .wrapper-full3 .over-txt:focus span, .page-node-type-info.has-glyphicons .wrapper-full3 .over-txt:hover span, .page-node-type-page.has-glyphicons .content-main .content-middle1 .over-txt:focus span, .page-node-type-page.has-glyphicons .content-main .content-middle1 .over-txt:hover span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .over-txt:focus span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .over-txt:hover span, .page-node-type-page.has-glyphicons .wrapper-full1 .over-txt:focus span, .page-node-type-page.has-glyphicons .wrapper-full1 .over-txt:hover span, .page-node-type-page.has-glyphicons .wrapper-full2 .over-txt:focus span, .page-node-type-page.has-glyphicons .wrapper-full2 .over-txt:hover span, .page-node-type-page.has-glyphicons .wrapper-full3 .over-txt:focus span, .page-node-type-page.has-glyphicons .wrapper-full3 .over-txt:hover span, .path-archive.has-glyphicons .content-main .content-middle1 .over-txt:focus span, .path-archive.has-glyphicons .content-main .content-middle1 .over-txt:hover span, .path-archive.has-glyphicons .content-sub .content-middle2 .over-txt:focus span, .path-archive.has-glyphicons .content-sub .content-middle2 .over-txt:hover span, .path-archive.has-glyphicons .wrapper-full1 .over-txt:focus span, .path-archive.has-glyphicons .wrapper-full1 .over-txt:hover span, .path-archive.has-glyphicons .wrapper-full2 .over-txt:focus span, .path-archive.has-glyphicons .wrapper-full2 .over-txt:hover span, .path-archive.has-glyphicons .wrapper-full3 .over-txt:focus span, .path-archive.has-glyphicons .wrapper-full3 .over-txt:hover span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .over-txt:focus span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .over-txt:hover span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .over-txt:focus span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .over-txt:hover span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .over-txt:focus span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .over-txt:hover span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .over-txt:focus span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .over-txt:hover span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .over-txt:focus span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .over-txt:hover span {
    text-decoration:none
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 a.button-link, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 a.button-link, .page-node-type-archive.has-glyphicons .wrapper-full1 a.button-link, .page-node-type-archive.has-glyphicons .wrapper-full2 a.button-link, .page-node-type-archive.has-glyphicons .wrapper-full3 a.button-link, .page-node-type-blog.has-glyphicons .content-main .content-middle1 a.button-link, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 a.button-link, .page-node-type-blog.has-glyphicons .wrapper-full1 a.button-link, .page-node-type-blog.has-glyphicons .wrapper-full2 a.button-link, .page-node-type-blog.has-glyphicons .wrapper-full3 a.button-link, .page-node-type-info.has-glyphicons .content-main .content-middle1 a.button-link, .page-node-type-info.has-glyphicons .content-sub .content-middle2 a.button-link, .page-node-type-info.has-glyphicons .wrapper-full1 a.button-link, .page-node-type-info.has-glyphicons .wrapper-full2 a.button-link, .page-node-type-info.has-glyphicons .wrapper-full3 a.button-link, .page-node-type-page.has-glyphicons .content-main .content-middle1 a.button-link, .page-node-type-page.has-glyphicons .content-sub .content-middle2 a.button-link, .page-node-type-page.has-glyphicons .wrapper-full1 a.button-link, .page-node-type-page.has-glyphicons .wrapper-full2 a.button-link, .page-node-type-page.has-glyphicons .wrapper-full3 a.button-link, .path-archive.has-glyphicons .content-main .content-middle1 a.button-link, .path-archive.has-glyphicons .content-sub .content-middle2 a.button-link, .path-archive.has-glyphicons .wrapper-full1 a.button-link, .path-archive.has-glyphicons .wrapper-full2 a.button-link, .path-archive.has-glyphicons .wrapper-full3 a.button-link, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 a.button-link, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 a.button-link, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 a.button-link, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 a.button-link, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 a.button-link {
    display:inline-block;
    padding:10px 62px;
    font-size:125%;
    color:white!important;
    background:#257bd5;
    border-radius:5px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 a.button-link:focus, .page-node-type-archive.has-glyphicons .content-main .content-middle1 a.button-link:hover, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 a.button-link:focus, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 a.button-link:hover, .page-node-type-archive.has-glyphicons .wrapper-full1 a.button-link:focus, .page-node-type-archive.has-glyphicons .wrapper-full1 a.button-link:hover, .page-node-type-archive.has-glyphicons .wrapper-full2 a.button-link:focus, .page-node-type-archive.has-glyphicons .wrapper-full2 a.button-link:hover, .page-node-type-archive.has-glyphicons .wrapper-full3 a.button-link:focus, .page-node-type-archive.has-glyphicons .wrapper-full3 a.button-link:hover, .page-node-type-blog.has-glyphicons .content-main .content-middle1 a.button-link:focus, .page-node-type-blog.has-glyphicons .content-main .content-middle1 a.button-link:hover, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 a.button-link:focus, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 a.button-link:hover, .page-node-type-blog.has-glyphicons .wrapper-full1 a.button-link:focus, .page-node-type-blog.has-glyphicons .wrapper-full1 a.button-link:hover, .page-node-type-blog.has-glyphicons .wrapper-full2 a.button-link:focus, .page-node-type-blog.has-glyphicons .wrapper-full2 a.button-link:hover, .page-node-type-blog.has-glyphicons .wrapper-full3 a.button-link:focus, .page-node-type-blog.has-glyphicons .wrapper-full3 a.button-link:hover, .page-node-type-info.has-glyphicons .content-main .content-middle1 a.button-link:focus, .page-node-type-info.has-glyphicons .content-main .content-middle1 a.button-link:hover, .page-node-type-info.has-glyphicons .content-sub .content-middle2 a.button-link:focus, .page-node-type-info.has-glyphicons .content-sub .content-middle2 a.button-link:hover, .page-node-type-info.has-glyphicons .wrapper-full1 a.button-link:focus, .page-node-type-info.has-glyphicons .wrapper-full1 a.button-link:hover, .page-node-type-info.has-glyphicons .wrapper-full2 a.button-link:focus, .page-node-type-info.has-glyphicons .wrapper-full2 a.button-link:hover, .page-node-type-info.has-glyphicons .wrapper-full3 a.button-link:focus, .page-node-type-info.has-glyphicons .wrapper-full3 a.button-link:hover, .page-node-type-page.has-glyphicons .content-main .content-middle1 a.button-link:focus, .page-node-type-page.has-glyphicons .content-main .content-middle1 a.button-link:hover, .page-node-type-page.has-glyphicons .content-sub .content-middle2 a.button-link:focus, .page-node-type-page.has-glyphicons .content-sub .content-middle2 a.button-link:hover, .page-node-type-page.has-glyphicons .wrapper-full1 a.button-link:focus, .page-node-type-page.has-glyphicons .wrapper-full1 a.button-link:hover, .page-node-type-page.has-glyphicons .wrapper-full2 a.button-link:focus, .page-node-type-page.has-glyphicons .wrapper-full2 a.button-link:hover, .page-node-type-page.has-glyphicons .wrapper-full3 a.button-link:focus, .page-node-type-page.has-glyphicons .wrapper-full3 a.button-link:hover, .path-archive.has-glyphicons .content-main .content-middle1 a.button-link:focus, .path-archive.has-glyphicons .content-main .content-middle1 a.button-link:hover, .path-archive.has-glyphicons .content-sub .content-middle2 a.button-link:focus, .path-archive.has-glyphicons .content-sub .content-middle2 a.button-link:hover, .path-archive.has-glyphicons .wrapper-full1 a.button-link:focus, .path-archive.has-glyphicons .wrapper-full1 a.button-link:hover, .path-archive.has-glyphicons .wrapper-full2 a.button-link:focus, .path-archive.has-glyphicons .wrapper-full2 a.button-link:hover, .path-archive.has-glyphicons .wrapper-full3 a.button-link:focus, .path-archive.has-glyphicons .wrapper-full3 a.button-link:hover, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 a.button-link:focus, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 a.button-link:hover, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 a.button-link:focus, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 a.button-link:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 a.button-link:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 a.button-link:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 a.button-link:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 a.button-link:hover, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 a.button-link:focus, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 a.button-link:hover {
    text-decoration:none;
    background:#5095dd
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 a.button-link span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 a.button-link span, .page-node-type-archive.has-glyphicons .wrapper-full1 a.button-link span, .page-node-type-archive.has-glyphicons .wrapper-full2 a.button-link span, .page-node-type-archive.has-glyphicons .wrapper-full3 a.button-link span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 a.button-link span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 a.button-link span, .page-node-type-blog.has-glyphicons .wrapper-full1 a.button-link span, .page-node-type-blog.has-glyphicons .wrapper-full2 a.button-link span, .page-node-type-blog.has-glyphicons .wrapper-full3 a.button-link span, .page-node-type-info.has-glyphicons .content-main .content-middle1 a.button-link span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 a.button-link span, .page-node-type-info.has-glyphicons .wrapper-full1 a.button-link span, .page-node-type-info.has-glyphicons .wrapper-full2 a.button-link span, .page-node-type-info.has-glyphicons .wrapper-full3 a.button-link span, .page-node-type-page.has-glyphicons .content-main .content-middle1 a.button-link span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 a.button-link span, .page-node-type-page.has-glyphicons .wrapper-full1 a.button-link span, .page-node-type-page.has-glyphicons .wrapper-full2 a.button-link span, .page-node-type-page.has-glyphicons .wrapper-full3 a.button-link span, .path-archive.has-glyphicons .content-main .content-middle1 a.button-link span, .path-archive.has-glyphicons .content-sub .content-middle2 a.button-link span, .path-archive.has-glyphicons .wrapper-full1 a.button-link span, .path-archive.has-glyphicons .wrapper-full2 a.button-link span, .path-archive.has-glyphicons .wrapper-full3 a.button-link span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 a.button-link span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 a.button-link span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 a.button-link span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 a.button-link span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 a.button-link span {
    position:relative;
    display:block;
    padding-left:25px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 a.button-link span:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 a.button-link span:before, .page-node-type-archive.has-glyphicons .wrapper-full1 a.button-link span:before, .page-node-type-archive.has-glyphicons .wrapper-full2 a.button-link span:before, .page-node-type-archive.has-glyphicons .wrapper-full3 a.button-link span:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 a.button-link span:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 a.button-link span:before, .page-node-type-blog.has-glyphicons .wrapper-full1 a.button-link span:before, .page-node-type-blog.has-glyphicons .wrapper-full2 a.button-link span:before, .page-node-type-blog.has-glyphicons .wrapper-full3 a.button-link span:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 a.button-link span:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 a.button-link span:before, .page-node-type-info.has-glyphicons .wrapper-full1 a.button-link span:before, .page-node-type-info.has-glyphicons .wrapper-full2 a.button-link span:before, .page-node-type-info.has-glyphicons .wrapper-full3 a.button-link span:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 a.button-link span:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 a.button-link span:before, .page-node-type-page.has-glyphicons .wrapper-full1 a.button-link span:before, .page-node-type-page.has-glyphicons .wrapper-full2 a.button-link span:before, .page-node-type-page.has-glyphicons .wrapper-full3 a.button-link span:before, .path-archive.has-glyphicons .content-main .content-middle1 a.button-link span:before, .path-archive.has-glyphicons .content-sub .content-middle2 a.button-link span:before, .path-archive.has-glyphicons .wrapper-full1 a.button-link span:before, .path-archive.has-glyphicons .wrapper-full2 a.button-link span:before, .path-archive.has-glyphicons .wrapper-full3 a.button-link span:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 a.button-link span:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 a.button-link span:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 a.button-link span:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 a.button-link span:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 a.button-link span:before {
    position:absolute;
    top:8px;
    left:0;
    width:12px;
    height:12px;
    background:url(../../../../themes/toto_master1/images/icn_arrow_07.png) 0 0 no-repeat;
    content:""
}

@media only screen and (max-width:760px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 .over-txt span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .over-txt span, .page-node-type-archive.has-glyphicons .wrapper-full1 .over-txt span, .page-node-type-archive.has-glyphicons .wrapper-full2 .over-txt span, .page-node-type-archive.has-glyphicons .wrapper-full3 .over-txt span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .over-txt span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .over-txt span, .page-node-type-blog.has-glyphicons .wrapper-full1 .over-txt span, .page-node-type-blog.has-glyphicons .wrapper-full2 .over-txt span, .page-node-type-blog.has-glyphicons .wrapper-full3 .over-txt span, .page-node-type-info.has-glyphicons .content-main .content-middle1 .over-txt span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .over-txt span, .page-node-type-info.has-glyphicons .wrapper-full1 .over-txt span, .page-node-type-info.has-glyphicons .wrapper-full2 .over-txt span, .page-node-type-info.has-glyphicons .wrapper-full3 .over-txt span, .page-node-type-page.has-glyphicons .content-main .content-middle1 .over-txt span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .over-txt span, .page-node-type-page.has-glyphicons .wrapper-full1 .over-txt span, .page-node-type-page.has-glyphicons .wrapper-full2 .over-txt span, .page-node-type-page.has-glyphicons .wrapper-full3 .over-txt span, .path-archive.has-glyphicons .content-main .content-middle1 .over-txt span, .path-archive.has-glyphicons .content-sub .content-middle2 .over-txt span, .path-archive.has-glyphicons .wrapper-full1 .over-txt span, .path-archive.has-glyphicons .wrapper-full2 .over-txt span, .path-archive.has-glyphicons .wrapper-full3 .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .over-txt span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .over-txt span {
    margin-top:-18px;
    padding:12px 10px 12px 30px;
    font-size:75%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .over-txt span:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .over-txt span:before, .page-node-type-archive.has-glyphicons .wrapper-full1 .over-txt span:before, .page-node-type-archive.has-glyphicons .wrapper-full2 .over-txt span:before, .page-node-type-archive.has-glyphicons .wrapper-full3 .over-txt span:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .over-txt span:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .over-txt span:before, .page-node-type-blog.has-glyphicons .wrapper-full1 .over-txt span:before, .page-node-type-blog.has-glyphicons .wrapper-full2 .over-txt span:before, .page-node-type-blog.has-glyphicons .wrapper-full3 .over-txt span:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 .over-txt span:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .over-txt span:before, .page-node-type-info.has-glyphicons .wrapper-full1 .over-txt span:before, .page-node-type-info.has-glyphicons .wrapper-full2 .over-txt span:before, .page-node-type-info.has-glyphicons .wrapper-full3 .over-txt span:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 .over-txt span:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .over-txt span:before, .page-node-type-page.has-glyphicons .wrapper-full1 .over-txt span:before, .page-node-type-page.has-glyphicons .wrapper-full2 .over-txt span:before, .page-node-type-page.has-glyphicons .wrapper-full3 .over-txt span:before, .path-archive.has-glyphicons .content-main .content-middle1 .over-txt span:before, .path-archive.has-glyphicons .content-sub .content-middle2 .over-txt span:before, .path-archive.has-glyphicons .wrapper-full1 .over-txt span:before, .path-archive.has-glyphicons .wrapper-full2 .over-txt span:before, .path-archive.has-glyphicons .wrapper-full3 .over-txt span:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .over-txt span:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .over-txt span:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .over-txt span:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .over-txt span:before, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .over-txt span:before {
    left:10px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 a.button-link, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 a.button-link, .page-node-type-archive.has-glyphicons .wrapper-full1 a.button-link, .page-node-type-archive.has-glyphicons .wrapper-full2 a.button-link, .page-node-type-archive.has-glyphicons .wrapper-full3 a.button-link, .page-node-type-blog.has-glyphicons .content-main .content-middle1 a.button-link, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 a.button-link, .page-node-type-blog.has-glyphicons .wrapper-full1 a.button-link, .page-node-type-blog.has-glyphicons .wrapper-full2 a.button-link, .page-node-type-blog.has-glyphicons .wrapper-full3 a.button-link, .page-node-type-info.has-glyphicons .content-main .content-middle1 a.button-link, .page-node-type-info.has-glyphicons .content-sub .content-middle2 a.button-link, .page-node-type-info.has-glyphicons .wrapper-full1 a.button-link, .page-node-type-info.has-glyphicons .wrapper-full2 a.button-link, .page-node-type-info.has-glyphicons .wrapper-full3 a.button-link, .page-node-type-page.has-glyphicons .content-main .content-middle1 a.button-link, .page-node-type-page.has-glyphicons .content-sub .content-middle2 a.button-link, .page-node-type-page.has-glyphicons .wrapper-full1 a.button-link, .page-node-type-page.has-glyphicons .wrapper-full2 a.button-link, .page-node-type-page.has-glyphicons .wrapper-full3 a.button-link, .path-archive.has-glyphicons .content-main .content-middle1 a.button-link, .path-archive.has-glyphicons .content-sub .content-middle2 a.button-link, .path-archive.has-glyphicons .wrapper-full1 a.button-link, .path-archive.has-glyphicons .wrapper-full2 a.button-link, .path-archive.has-glyphicons .wrapper-full3 a.button-link, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 a.button-link, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 a.button-link, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 a.button-link, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 a.button-link, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 a.button-link {
    display:block;
    text-align:center
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 a.button-link span, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 a.button-link span, .page-node-type-archive.has-glyphicons .wrapper-full1 a.button-link span, .page-node-type-archive.has-glyphicons .wrapper-full2 a.button-link span, .page-node-type-archive.has-glyphicons .wrapper-full3 a.button-link span, .page-node-type-blog.has-glyphicons .content-main .content-middle1 a.button-link span, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 a.button-link span, .page-node-type-blog.has-glyphicons .wrapper-full1 a.button-link span, .page-node-type-blog.has-glyphicons .wrapper-full2 a.button-link span, .page-node-type-blog.has-glyphicons .wrapper-full3 a.button-link span, .page-node-type-info.has-glyphicons .content-main .content-middle1 a.button-link span, .page-node-type-info.has-glyphicons .content-sub .content-middle2 a.button-link span, .page-node-type-info.has-glyphicons .wrapper-full1 a.button-link span, .page-node-type-info.has-glyphicons .wrapper-full2 a.button-link span, .page-node-type-info.has-glyphicons .wrapper-full3 a.button-link span, .page-node-type-page.has-glyphicons .content-main .content-middle1 a.button-link span, .page-node-type-page.has-glyphicons .content-sub .content-middle2 a.button-link span, .page-node-type-page.has-glyphicons .wrapper-full1 a.button-link span, .page-node-type-page.has-glyphicons .wrapper-full2 a.button-link span, .page-node-type-page.has-glyphicons .wrapper-full3 a.button-link span, .path-archive.has-glyphicons .content-main .content-middle1 a.button-link span, .path-archive.has-glyphicons .content-sub .content-middle2 a.button-link span, .path-archive.has-glyphicons .wrapper-full1 a.button-link span, .path-archive.has-glyphicons .wrapper-full2 a.button-link span, .path-archive.has-glyphicons .wrapper-full3 a.button-link span, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 a.button-link span, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 a.button-link span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 a.button-link span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 a.button-link span, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 a.button-link span {
    position:relative;
    display:inline-block
}


}

@media screen and (max-width:980px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 .carousel .carousel-inner, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .carousel .carousel-inner, .page-node-type-archive.has-glyphicons .wrapper-full1 .carousel .carousel-inner, .page-node-type-archive.has-glyphicons .wrapper-full2 .carousel .carousel-inner, .page-node-type-archive.has-glyphicons .wrapper-full3 .carousel .carousel-inner, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .carousel .carousel-inner, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .carousel .carousel-inner, .page-node-type-blog.has-glyphicons .wrapper-full1 .carousel .carousel-inner, .page-node-type-blog.has-glyphicons .wrapper-full2 .carousel .carousel-inner, .page-node-type-blog.has-glyphicons .wrapper-full3 .carousel .carousel-inner, .page-node-type-info.has-glyphicons .content-main .content-middle1 .carousel .carousel-inner, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .carousel .carousel-inner, .page-node-type-info.has-glyphicons .wrapper-full1 .carousel .carousel-inner, .page-node-type-info.has-glyphicons .wrapper-full2 .carousel .carousel-inner, .page-node-type-info.has-glyphicons .wrapper-full3 .carousel .carousel-inner, .page-node-type-page.has-glyphicons .content-main .content-middle1 .carousel .carousel-inner, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .carousel .carousel-inner, .page-node-type-page.has-glyphicons .wrapper-full1 .carousel .carousel-inner, .page-node-type-page.has-glyphicons .wrapper-full2 .carousel .carousel-inner, .page-node-type-page.has-glyphicons .wrapper-full3 .carousel .carousel-inner, .path-archive.has-glyphicons .content-main .content-middle1 .carousel .carousel-inner, .path-archive.has-glyphicons .content-sub .content-middle2 .carousel .carousel-inner, .path-archive.has-glyphicons .wrapper-full1 .carousel .carousel-inner, .path-archive.has-glyphicons .wrapper-full2 .carousel .carousel-inner, .path-archive.has-glyphicons .wrapper-full3 .carousel .carousel-inner, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .carousel .carousel-inner, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .carousel .carousel-inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .carousel .carousel-inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .carousel .carousel-inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .carousel .carousel-inner {
    width:100%;
    margin:0 auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .inner, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .inner, .page-node-type-archive.has-glyphicons .wrapper-full1 .inner, .page-node-type-archive.has-glyphicons .wrapper-full2 .inner, .page-node-type-archive.has-glyphicons .wrapper-full3 .inner, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .inner, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .inner, .page-node-type-blog.has-glyphicons .wrapper-full1 .inner, .page-node-type-blog.has-glyphicons .wrapper-full2 .inner, .page-node-type-blog.has-glyphicons .wrapper-full3 .inner, .page-node-type-info.has-glyphicons .content-main .content-middle1 .inner, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .inner, .page-node-type-info.has-glyphicons .wrapper-full1 .inner, .page-node-type-info.has-glyphicons .wrapper-full2 .inner, .page-node-type-info.has-glyphicons .wrapper-full3 .inner, .page-node-type-page.has-glyphicons .content-main .content-middle1 .inner, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .inner, .page-node-type-page.has-glyphicons .wrapper-full1 .inner, .page-node-type-page.has-glyphicons .wrapper-full2 .inner, .page-node-type-page.has-glyphicons .wrapper-full3 .inner, .path-archive.has-glyphicons .content-main .content-middle1 .inner, .path-archive.has-glyphicons .content-sub .content-middle2 .inner, .path-archive.has-glyphicons .wrapper-full1 .inner, .path-archive.has-glyphicons .wrapper-full2 .inner, .path-archive.has-glyphicons .wrapper-full3 .inner, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .inner, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .inner {
    width:95%;
    max-width:100%;
    margin:0 auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .lower, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .lower, .page-node-type-archive.has-glyphicons .wrapper-full1 .lower, .page-node-type-archive.has-glyphicons .wrapper-full2 .lower, .page-node-type-archive.has-glyphicons .wrapper-full3 .lower, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .lower, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .lower, .page-node-type-blog.has-glyphicons .wrapper-full1 .lower, .page-node-type-blog.has-glyphicons .wrapper-full2 .lower, .page-node-type-blog.has-glyphicons .wrapper-full3 .lower, .page-node-type-info.has-glyphicons .content-main .content-middle1 .lower, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .lower, .page-node-type-info.has-glyphicons .wrapper-full1 .lower, .page-node-type-info.has-glyphicons .wrapper-full2 .lower, .page-node-type-info.has-glyphicons .wrapper-full3 .lower, .page-node-type-page.has-glyphicons .content-main .content-middle1 .lower, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .lower, .page-node-type-page.has-glyphicons .wrapper-full1 .lower, .page-node-type-page.has-glyphicons .wrapper-full2 .lower, .page-node-type-page.has-glyphicons .wrapper-full3 .lower, .path-archive.has-glyphicons .content-main .content-middle1 .lower, .path-archive.has-glyphicons .content-sub .content-middle2 .lower, .path-archive.has-glyphicons .wrapper-full1 .lower, .path-archive.has-glyphicons .wrapper-full2 .lower, .path-archive.has-glyphicons .wrapper-full3 .lower, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .lower, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .lower, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .lower, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .lower, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .lower {
    width:95%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .left-contents, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .left-contents, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .left-contents, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .left-contents, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .left-contents, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .left-contents, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .left-contents, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .left-contents, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .left-contents, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .left-contents, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .left-contents, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .left-contents, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .left-contents, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .left-contents, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .left-contents, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .left-contents, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .left-contents, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .left-contents, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .left-contents, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .left-contents, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .left-contents, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .left-contents, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .left-contents, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .left-contents, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .left-contents, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .left-contents, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .left-contents, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .left-contents, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .left-contents, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .left-contents {
    float:none;
    width:100%;
    max-width:100%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .right-contents, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .right-contents, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .right-contents, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .right-contents, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .right-contents, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .right-contents, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .right-contents, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .right-contents, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .right-contents, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .right-contents, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .right-contents, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .right-contents, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .right-contents, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .right-contents, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .right-contents, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .right-contents, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .right-contents, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .right-contents, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .right-contents, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .right-contents, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .right-contents, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .right-contents, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .right-contents, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .right-contents, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .right-contents, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .right-contents, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .right-contents, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .right-contents, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .right-contents, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .right-contents {
    display:inline-block;
    float:none;
    width:100%;
    max-width:100%;
    margin:20px auto 0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .column:first-child, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .column:first-child, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .column:first-child, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .column:first-child, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .column:first-child, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .column:first-child, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .column:first-child, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .column:first-child, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .column:first-child, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .column:first-child, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .column:first-child, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .column:first-child, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .column:first-child, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .column:first-child, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .column:first-child, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .column:first-child, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .column:first-child, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .column:first-child, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .column:first-child, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .column:first-child, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .column:first-child, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .column:first-child {
    margin-bottom:0;
    margin-left:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .lyt-l3, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .lyt-l3, .page-node-type-archive.has-glyphicons .wrapper-full1 .lyt-l3, .page-node-type-archive.has-glyphicons .wrapper-full2 .lyt-l3, .page-node-type-archive.has-glyphicons .wrapper-full3 .lyt-l3, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .lyt-l3, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .lyt-l3, .page-node-type-blog.has-glyphicons .wrapper-full1 .lyt-l3, .page-node-type-blog.has-glyphicons .wrapper-full2 .lyt-l3, .page-node-type-blog.has-glyphicons .wrapper-full3 .lyt-l3, .page-node-type-info.has-glyphicons .content-main .content-middle1 .lyt-l3, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .lyt-l3, .page-node-type-info.has-glyphicons .wrapper-full1 .lyt-l3, .page-node-type-info.has-glyphicons .wrapper-full2 .lyt-l3, .page-node-type-info.has-glyphicons .wrapper-full3 .lyt-l3, .page-node-type-page.has-glyphicons .content-main .content-middle1 .lyt-l3, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .lyt-l3, .page-node-type-page.has-glyphicons .wrapper-full1 .lyt-l3, .page-node-type-page.has-glyphicons .wrapper-full2 .lyt-l3, .page-node-type-page.has-glyphicons .wrapper-full3 .lyt-l3, .path-archive.has-glyphicons .content-main .content-middle1 .lyt-l3, .path-archive.has-glyphicons .content-sub .content-middle2 .lyt-l3, .path-archive.has-glyphicons .wrapper-full1 .lyt-l3, .path-archive.has-glyphicons .wrapper-full2 .lyt-l3, .path-archive.has-glyphicons .wrapper-full3 .lyt-l3, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .lyt-l3, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .lyt-l3, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .lyt-l3, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .lyt-l3, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .lyt-l3 {
    width:100%;
    max-width:100%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col1, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col1, .page-node-type-archive.has-glyphicons .wrapper-full1 .col1, .page-node-type-archive.has-glyphicons .wrapper-full2 .col1, .page-node-type-archive.has-glyphicons .wrapper-full3 .col1, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col1, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col1, .page-node-type-blog.has-glyphicons .wrapper-full1 .col1, .page-node-type-blog.has-glyphicons .wrapper-full2 .col1, .page-node-type-blog.has-glyphicons .wrapper-full3 .col1, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col1, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col1, .page-node-type-info.has-glyphicons .wrapper-full1 .col1, .page-node-type-info.has-glyphicons .wrapper-full2 .col1, .page-node-type-info.has-glyphicons .wrapper-full3 .col1, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col1, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col1, .page-node-type-page.has-glyphicons .wrapper-full1 .col1, .page-node-type-page.has-glyphicons .wrapper-full2 .col1, .page-node-type-page.has-glyphicons .wrapper-full3 .col1, .path-archive.has-glyphicons .content-main .content-middle1 .col1, .path-archive.has-glyphicons .content-sub .content-middle2 .col1, .path-archive.has-glyphicons .wrapper-full1 .col1, .path-archive.has-glyphicons .wrapper-full2 .col1, .path-archive.has-glyphicons .wrapper-full3 .col1, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col1, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col1 {
    width:auto;
    text-align:center
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col3 .column, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col3 .column, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col3 .column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col3 .column, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col3 .column, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col3 .column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col3 .column, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col3 .column, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col3 .column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col3 .column, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col3 .column, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col3 .column, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col3 .column, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col3 .column, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col3 .column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col3 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col3 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col3 .column {
    float:left;
    width:48%;
    margin-top:0;
    margin-left:0;
    text-align:left
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column:nth-child(odd), .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col3 .column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col3 .column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col3 .column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col3 .column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col3 .column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col3 .column:nth-child(odd), .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column:nth-child(odd), .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col3 .column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col3 .column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col3 .column:nth-child(odd), .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column:nth-child(odd), .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col3 .column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col3 .column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col3 .column:nth-child(odd), .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column:nth-child(odd), .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col3 .column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col3 .column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col3 .column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col3 .column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col3 .column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col3 .column:nth-child(odd) {
    margin-right:4%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column img, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column img, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col3 .column img, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col3 .column img, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col3 .column img, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column img, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column img, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col3 .column img, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col3 .column img, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col3 .column img, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column img, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column img, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col3 .column img, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col3 .column img, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col3 .column img, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column img, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column img, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col3 .column img, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col3 .column img, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col3 .column img, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column img, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column img, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col3 .column img, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col3 .column img, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col3 .column img, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column img, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col3 .column img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col3 .column img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col3 .column img {
    width:100%;
    height:auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column img.ico, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column img.ico, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col3 .column img.ico, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col3 .column img.ico, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col3 .column img.ico, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column img.ico, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column img.ico, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col3 .column img.ico, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col3 .column img.ico, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col3 .column img.ico, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column img.ico, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column img.ico, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col3 .column img.ico, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col3 .column img.ico, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col3 .column img.ico, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column img.ico, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column img.ico, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col3 .column img.ico, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col3 .column img.ico, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col3 .column img.ico, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column img.ico, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column img.ico, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col3 .column img.ico, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col3 .column img.ico, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col3 .column img.ico, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column img.ico, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column img.ico, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col3 .column img.ico, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col3 .column img.ico, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col3 .column img.ico {
    width:auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column ul.arrow-list, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column ul.arrow-list, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col3 .column ul.arrow-list, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col3 .column ul.arrow-list, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col3 .column ul.arrow-list, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column ul.arrow-list, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column ul.arrow-list, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col3 .column ul.arrow-list, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col3 .column ul.arrow-list, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col3 .column ul.arrow-list, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column ul.arrow-list, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column ul.arrow-list, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col3 .column ul.arrow-list, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col3 .column ul.arrow-list, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col3 .column ul.arrow-list, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column ul.arrow-list, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column ul.arrow-list, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col3 .column ul.arrow-list, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col3 .column ul.arrow-list, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col3 .column ul.arrow-list, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column ul.arrow-list, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column ul.arrow-list, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col3 .column ul.arrow-list, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col3 .column ul.arrow-list, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col3 .column ul.arrow-list, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col3 .column ul.arrow-list, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col3 .column ul.arrow-list, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col3 .column ul.arrow-list, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col3 .column ul.arrow-list, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col3 .column ul.arrow-list {
    text-align:left
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col2 .column, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col2 .column, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col2 .column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col2 .column, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col2 .column, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col2 .column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col2 .column, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col2 .column, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col2 .column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col2 .column, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col2 .column, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col2 .column, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col2 .column, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col2 .column, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col2 .column {
    margin-bottom:0;
    margin-left:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column img, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column img, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col2 .column img, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col2 .column img, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col2 .column img, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column img, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column img, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col2 .column img, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col2 .column img, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col2 .column img, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column img, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column img, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col2 .column img, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col2 .column img, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col2 .column img, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column img, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column img, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col2 .column img, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col2 .column img, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col2 .column img, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column img, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column img, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col2 .column img, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col2 .column img, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col2 .column img, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column img, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col2 .column img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col2 .column img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col2 .column img {
    width:100%;
    height:auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column ul.arrow-list, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column ul.arrow-list, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col2 .column ul.arrow-list, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col2 .column ul.arrow-list, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col2 .column ul.arrow-list, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column ul.arrow-list, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column ul.arrow-list, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col2 .column ul.arrow-list, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col2 .column ul.arrow-list, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col2 .column ul.arrow-list, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column ul.arrow-list, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column ul.arrow-list, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col2 .column ul.arrow-list, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col2 .column ul.arrow-list, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col2 .column ul.arrow-list, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column ul.arrow-list, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column ul.arrow-list, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col2 .column ul.arrow-list, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col2 .column ul.arrow-list, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col2 .column ul.arrow-list, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column ul.arrow-list, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column ul.arrow-list, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col2 .column ul.arrow-list, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col2 .column ul.arrow-list, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col2 .column ul.arrow-list, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column ul.arrow-list, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column ul.arrow-list, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col2 .column ul.arrow-list, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col2 .column ul.arrow-list, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col2 .column ul.arrow-list {
    text-align:left
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3.link-list .column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.link-list .column, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col3.link-list .column, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col3.link-list .column, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col3.link-list .column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col3.link-list .column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.link-list .column, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col3.link-list .column, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col3.link-list .column, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col3.link-list .column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col3.link-list .column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.link-list .column, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col3.link-list .column, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col3.link-list .column, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col3.link-list .column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col3.link-list .column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.link-list .column, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col3.link-list .column, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col3.link-list .column, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col3.link-list .column, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3.link-list .column, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.link-list .column, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col3.link-list .column, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col3.link-list .column, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col3.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col3.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col3.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col3.link-list .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col3.link-list .column {
    margin:0
}


}

@media screen and (max-width:980px) and (min-width:761px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1, .page-node-type-archive.has-glyphicons .content-sub .content-middle2, .page-node-type-archive.has-glyphicons .wrapper-full1, .page-node-type-archive.has-glyphicons .wrapper-full2, .page-node-type-archive.has-glyphicons .wrapper-full3, .page-node-type-blog.has-glyphicons .content-main .content-middle1, .page-node-type-blog.has-glyphicons .content-sub .content-middle2, .page-node-type-blog.has-glyphicons .wrapper-full1, .page-node-type-blog.has-glyphicons .wrapper-full2, .page-node-type-blog.has-glyphicons .wrapper-full3, .page-node-type-info.has-glyphicons .content-main .content-middle1, .page-node-type-info.has-glyphicons .content-sub .content-middle2, .page-node-type-info.has-glyphicons .wrapper-full1, .page-node-type-info.has-glyphicons .wrapper-full2, .page-node-type-info.has-glyphicons .wrapper-full3, .page-node-type-page.has-glyphicons .content-main .content-middle1, .page-node-type-page.has-glyphicons .content-sub .content-middle2, .page-node-type-page.has-glyphicons .wrapper-full1, .page-node-type-page.has-glyphicons .wrapper-full2, .page-node-type-page.has-glyphicons .wrapper-full3, .path-archive.has-glyphicons .content-main .content-middle1, .path-archive.has-glyphicons .content-sub .content-middle2, .path-archive.has-glyphicons .wrapper-full1, .path-archive.has-glyphicons .wrapper-full2, .path-archive.has-glyphicons .wrapper-full3, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 {
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .header .btn-inq a, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .header .menu-group, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .header .nav .global-navi, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .header .btn-inq a, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .header .menu-group, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .header .nav .global-navi, .page-node-type-archive.has-glyphicons .wrapper-full1 .header .btn-inq a, .page-node-type-archive.has-glyphicons .wrapper-full1 .header .menu-group, .page-node-type-archive.has-glyphicons .wrapper-full1 .header .nav .global-navi, .page-node-type-archive.has-glyphicons .wrapper-full2 .header .btn-inq a, .page-node-type-archive.has-glyphicons .wrapper-full2 .header .menu-group, .page-node-type-archive.has-glyphicons .wrapper-full2 .header .nav .global-navi, .page-node-type-archive.has-glyphicons .wrapper-full3 .header .btn-inq a, .page-node-type-archive.has-glyphicons .wrapper-full3 .header .menu-group, .page-node-type-archive.has-glyphicons .wrapper-full3 .header .nav .global-navi, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .header .btn-inq a, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .header .menu-group, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .header .nav .global-navi, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .header .btn-inq a, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .header .menu-group, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .header .nav .global-navi, .page-node-type-blog.has-glyphicons .wrapper-full1 .header .btn-inq a, .page-node-type-blog.has-glyphicons .wrapper-full1 .header .menu-group, .page-node-type-blog.has-glyphicons .wrapper-full1 .header .nav .global-navi, .page-node-type-blog.has-glyphicons .wrapper-full2 .header .btn-inq a, .page-node-type-blog.has-glyphicons .wrapper-full2 .header .menu-group, .page-node-type-blog.has-glyphicons .wrapper-full2 .header .nav .global-navi, .page-node-type-blog.has-glyphicons .wrapper-full3 .header .btn-inq a, .page-node-type-blog.has-glyphicons .wrapper-full3 .header .menu-group, .page-node-type-blog.has-glyphicons .wrapper-full3 .header .nav .global-navi, .page-node-type-info.has-glyphicons .content-main .content-middle1 .header .btn-inq a, .page-node-type-info.has-glyphicons .content-main .content-middle1 .header .menu-group, .page-node-type-info.has-glyphicons .content-main .content-middle1 .header .nav .global-navi, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .header .btn-inq a, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .header .menu-group, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .header .nav .global-navi, .page-node-type-info.has-glyphicons .wrapper-full1 .header .btn-inq a, .page-node-type-info.has-glyphicons .wrapper-full1 .header .menu-group, .page-node-type-info.has-glyphicons .wrapper-full1 .header .nav .global-navi, .page-node-type-info.has-glyphicons .wrapper-full2 .header .btn-inq a, .page-node-type-info.has-glyphicons .wrapper-full2 .header .menu-group, .page-node-type-info.has-glyphicons .wrapper-full2 .header .nav .global-navi, .page-node-type-info.has-glyphicons .wrapper-full3 .header .btn-inq a, .page-node-type-info.has-glyphicons .wrapper-full3 .header .menu-group, .page-node-type-info.has-glyphicons .wrapper-full3 .header .nav .global-navi, .page-node-type-page.has-glyphicons .content-main .content-middle1 .header .btn-inq a, .page-node-type-page.has-glyphicons .content-main .content-middle1 .header .menu-group, .page-node-type-page.has-glyphicons .content-main .content-middle1 .header .nav .global-navi, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .header .btn-inq a, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .header .menu-group, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .header .nav .global-navi, .page-node-type-page.has-glyphicons .wrapper-full1 .header .btn-inq a, .page-node-type-page.has-glyphicons .wrapper-full1 .header .menu-group, .page-node-type-page.has-glyphicons .wrapper-full1 .header .nav .global-navi, .page-node-type-page.has-glyphicons .wrapper-full2 .header .btn-inq a, .page-node-type-page.has-glyphicons .wrapper-full2 .header .menu-group, .page-node-type-page.has-glyphicons .wrapper-full2 .header .nav .global-navi, .page-node-type-page.has-glyphicons .wrapper-full3 .header .btn-inq a, .page-node-type-page.has-glyphicons .wrapper-full3 .header .menu-group, .page-node-type-page.has-glyphicons .wrapper-full3 .header .nav .global-navi, .path-archive.has-glyphicons .content-main .content-middle1 .header .btn-inq a, .path-archive.has-glyphicons .content-main .content-middle1 .header .menu-group, .path-archive.has-glyphicons .content-main .content-middle1 .header .nav .global-navi, .path-archive.has-glyphicons .content-sub .content-middle2 .header .btn-inq a, .path-archive.has-glyphicons .content-sub .content-middle2 .header .menu-group, .path-archive.has-glyphicons .content-sub .content-middle2 .header .nav .global-navi, .path-archive.has-glyphicons .wrapper-full1 .header .btn-inq a, .path-archive.has-glyphicons .wrapper-full1 .header .menu-group, .path-archive.has-glyphicons .wrapper-full1 .header .nav .global-navi, .path-archive.has-glyphicons .wrapper-full2 .header .btn-inq a, .path-archive.has-glyphicons .wrapper-full2 .header .menu-group, .path-archive.has-glyphicons .wrapper-full2 .header .nav .global-navi, .path-archive.has-glyphicons .wrapper-full3 .header .btn-inq a, .path-archive.has-glyphicons .wrapper-full3 .header .menu-group, .path-archive.has-glyphicons .wrapper-full3 .header .nav .global-navi, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .header .btn-inq a, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .header .menu-group, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .header .nav .global-navi, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .header .btn-inq a, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .header .menu-group, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .header .nav .global-navi, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .header .btn-inq a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .header .menu-group, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .header .nav .global-navi, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .header .btn-inq a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .header .menu-group, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .header .nav .global-navi, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .header .btn-inq a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .header .menu-group, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .header .nav .global-navi {
    display:block!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .header .btn-inq a, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .header .btn-inq a, .page-node-type-archive.has-glyphicons .wrapper-full1 .header .btn-inq a, .page-node-type-archive.has-glyphicons .wrapper-full2 .header .btn-inq a, .page-node-type-archive.has-glyphicons .wrapper-full3 .header .btn-inq a, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .header .btn-inq a, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .header .btn-inq a, .page-node-type-blog.has-glyphicons .wrapper-full1 .header .btn-inq a, .page-node-type-blog.has-glyphicons .wrapper-full2 .header .btn-inq a, .page-node-type-blog.has-glyphicons .wrapper-full3 .header .btn-inq a, .page-node-type-info.has-glyphicons .content-main .content-middle1 .header .btn-inq a, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .header .btn-inq a, .page-node-type-info.has-glyphicons .wrapper-full1 .header .btn-inq a, .page-node-type-info.has-glyphicons .wrapper-full2 .header .btn-inq a, .page-node-type-info.has-glyphicons .wrapper-full3 .header .btn-inq a, .page-node-type-page.has-glyphicons .content-main .content-middle1 .header .btn-inq a, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .header .btn-inq a, .page-node-type-page.has-glyphicons .wrapper-full1 .header .btn-inq a, .page-node-type-page.has-glyphicons .wrapper-full2 .header .btn-inq a, .page-node-type-page.has-glyphicons .wrapper-full3 .header .btn-inq a, .path-archive.has-glyphicons .content-main .content-middle1 .header .btn-inq a, .path-archive.has-glyphicons .content-sub .content-middle2 .header .btn-inq a, .path-archive.has-glyphicons .wrapper-full1 .header .btn-inq a, .path-archive.has-glyphicons .wrapper-full2 .header .btn-inq a, .path-archive.has-glyphicons .wrapper-full3 .header .btn-inq a, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .header .btn-inq a, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .header .btn-inq a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .header .btn-inq a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .header .btn-inq a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .header .btn-inq a {
    padding:7px 15px 5px 45px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .header .btn-inq a:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .header .btn-inq a:after, .page-node-type-archive.has-glyphicons .wrapper-full1 .header .btn-inq a:after, .page-node-type-archive.has-glyphicons .wrapper-full2 .header .btn-inq a:after, .page-node-type-archive.has-glyphicons .wrapper-full3 .header .btn-inq a:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .header .btn-inq a:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .header .btn-inq a:after, .page-node-type-blog.has-glyphicons .wrapper-full1 .header .btn-inq a:after, .page-node-type-blog.has-glyphicons .wrapper-full2 .header .btn-inq a:after, .page-node-type-blog.has-glyphicons .wrapper-full3 .header .btn-inq a:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 .header .btn-inq a:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .header .btn-inq a:after, .page-node-type-info.has-glyphicons .wrapper-full1 .header .btn-inq a:after, .page-node-type-info.has-glyphicons .wrapper-full2 .header .btn-inq a:after, .page-node-type-info.has-glyphicons .wrapper-full3 .header .btn-inq a:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 .header .btn-inq a:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .header .btn-inq a:after, .page-node-type-page.has-glyphicons .wrapper-full1 .header .btn-inq a:after, .page-node-type-page.has-glyphicons .wrapper-full2 .header .btn-inq a:after, .page-node-type-page.has-glyphicons .wrapper-full3 .header .btn-inq a:after, .path-archive.has-glyphicons .content-main .content-middle1 .header .btn-inq a:after, .path-archive.has-glyphicons .content-sub .content-middle2 .header .btn-inq a:after, .path-archive.has-glyphicons .wrapper-full1 .header .btn-inq a:after, .path-archive.has-glyphicons .wrapper-full2 .header .btn-inq a:after, .path-archive.has-glyphicons .wrapper-full3 .header .btn-inq a:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .header .btn-inq a:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .header .btn-inq a:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .header .btn-inq a:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .header .btn-inq a:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .header .btn-inq a:after {
    position:absolute;
    top:6px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .lower, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .lower, .page-node-type-archive.has-glyphicons .wrapper-full1 .lower, .page-node-type-archive.has-glyphicons .wrapper-full2 .lower, .page-node-type-archive.has-glyphicons .wrapper-full3 .lower, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .lower, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .lower, .page-node-type-blog.has-glyphicons .wrapper-full1 .lower, .page-node-type-blog.has-glyphicons .wrapper-full2 .lower, .page-node-type-blog.has-glyphicons .wrapper-full3 .lower, .page-node-type-info.has-glyphicons .content-main .content-middle1 .lower, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .lower, .page-node-type-info.has-glyphicons .wrapper-full1 .lower, .page-node-type-info.has-glyphicons .wrapper-full2 .lower, .page-node-type-info.has-glyphicons .wrapper-full3 .lower, .page-node-type-page.has-glyphicons .content-main .content-middle1 .lower, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .lower, .page-node-type-page.has-glyphicons .wrapper-full1 .lower, .page-node-type-page.has-glyphicons .wrapper-full2 .lower, .page-node-type-page.has-glyphicons .wrapper-full3 .lower, .path-archive.has-glyphicons .content-main .content-middle1 .lower, .path-archive.has-glyphicons .content-sub .content-middle2 .lower, .path-archive.has-glyphicons .wrapper-full1 .lower, .path-archive.has-glyphicons .wrapper-full2 .lower, .path-archive.has-glyphicons .wrapper-full3 .lower, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .lower, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .lower, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .lower, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .lower, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .lower {
    width:95%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .lyt-l1, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .lyt-l1, .page-node-type-archive.has-glyphicons .wrapper-full1 .lyt-l1, .page-node-type-archive.has-glyphicons .wrapper-full2 .lyt-l1, .page-node-type-archive.has-glyphicons .wrapper-full3 .lyt-l1, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .lyt-l1, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .lyt-l1, .page-node-type-blog.has-glyphicons .wrapper-full1 .lyt-l1, .page-node-type-blog.has-glyphicons .wrapper-full2 .lyt-l1, .page-node-type-blog.has-glyphicons .wrapper-full3 .lyt-l1, .page-node-type-info.has-glyphicons .content-main .content-middle1 .lyt-l1, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .lyt-l1, .page-node-type-info.has-glyphicons .wrapper-full1 .lyt-l1, .page-node-type-info.has-glyphicons .wrapper-full2 .lyt-l1, .page-node-type-info.has-glyphicons .wrapper-full3 .lyt-l1, .page-node-type-page.has-glyphicons .content-main .content-middle1 .lyt-l1, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .lyt-l1, .page-node-type-page.has-glyphicons .wrapper-full1 .lyt-l1, .page-node-type-page.has-glyphicons .wrapper-full2 .lyt-l1, .page-node-type-page.has-glyphicons .wrapper-full3 .lyt-l1, .path-archive.has-glyphicons .content-main .content-middle1 .lyt-l1, .path-archive.has-glyphicons .content-sub .content-middle2 .lyt-l1, .path-archive.has-glyphicons .wrapper-full1 .lyt-l1, .path-archive.has-glyphicons .wrapper-full2 .lyt-l1, .path-archive.has-glyphicons .wrapper-full3 .lyt-l1, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .lyt-l1, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .lyt-l1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .lyt-l1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .lyt-l1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .lyt-l1 {
    height:120px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column img, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column img, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col2 .column img, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col2 .column img, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col2 .column img, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column img, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column img, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col2 .column img, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col2 .column img, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col2 .column img, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column img, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column img, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col2 .column img, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col2 .column img, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col2 .column img, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column img, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column img, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col2 .column img, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col2 .column img, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col2 .column img, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column img, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column img, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col2 .column img, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col2 .column img, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col2 .column img, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col2 .column img, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col2 .column img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col2 .column img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col2 .column img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col2 .column img {
    width:auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2.ba>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2.ba>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2.ba>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2.ba>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2.ba>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2.ba>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2.ba>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2.ba>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2.ba>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2.ba>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2.ba>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2.ba>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .col2.ba>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .col2.ba>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .col2.ba>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2.ba>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2.ba>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .col2.ba>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .col2.ba>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .col2.ba>.column, .path-archive.has-glyphicons .content-main .content-middle1 .col2.ba>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .col2.ba>.column, .path-archive.has-glyphicons .wrapper-full1 .col2.ba>.column, .path-archive.has-glyphicons .wrapper-full2 .col2.ba>.column, .path-archive.has-glyphicons .wrapper-full3 .col2.ba>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2.ba>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2.ba>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2.ba>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2.ba>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2.ba>.column {
    text-align:center
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2 .column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2 .column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2 .column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2 .column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2 .column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2 .column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2 .column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2 .column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2 .column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2 .column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2 .column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2 .column, .page-node-type-info.has-glyphicons .wrapper-full1 .col2 .column, .page-node-type-info.has-glyphicons .wrapper-full2 .col2 .column, .page-node-type-info.has-glyphicons .wrapper-full3 .col2 .column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2 .column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2 .column, .page-node-type-page.has-glyphicons .wrapper-full1 .col2 .column, .page-node-type-page.has-glyphicons .wrapper-full2 .col2 .column, .page-node-type-page.has-glyphicons .wrapper-full3 .col2 .column, .path-archive.has-glyphicons .content-main .content-middle1 .col2 .column, .path-archive.has-glyphicons .content-sub .content-middle2 .col2 .column, .path-archive.has-glyphicons .wrapper-full1 .col2 .column, .path-archive.has-glyphicons .wrapper-full2 .col2 .column, .path-archive.has-glyphicons .wrapper-full3 .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2 .column {
    text-align:left
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2 .column .txt, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2 .column .txt, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2 .column .txt, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2 .column .txt, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2 .column .txt, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2 .column .txt, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2 .column .txt, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2 .column .txt, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2 .column .txt, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2 .column .txt, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2 .column .txt, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2 .column .txt, .page-node-type-info.has-glyphicons .wrapper-full1 .col2 .column .txt, .page-node-type-info.has-glyphicons .wrapper-full2 .col2 .column .txt, .page-node-type-info.has-glyphicons .wrapper-full3 .col2 .column .txt, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2 .column .txt, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2 .column .txt, .page-node-type-page.has-glyphicons .wrapper-full1 .col2 .column .txt, .page-node-type-page.has-glyphicons .wrapper-full2 .col2 .column .txt, .page-node-type-page.has-glyphicons .wrapper-full3 .col2 .column .txt, .path-archive.has-glyphicons .content-main .content-middle1 .col2 .column .txt, .path-archive.has-glyphicons .content-sub .content-middle2 .col2 .column .txt, .path-archive.has-glyphicons .wrapper-full1 .col2 .column .txt, .path-archive.has-glyphicons .wrapper-full2 .col2 .column .txt, .path-archive.has-glyphicons .wrapper-full3 .col2 .column .txt, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2 .column .txt, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2 .column .txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2 .column .txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2 .column .txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2 .column .txt {
    text-align:left
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .column img, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column img, .page-node-type-archive.has-glyphicons .wrapper-full1 .column img, .page-node-type-archive.has-glyphicons .wrapper-full2 .column img, .page-node-type-archive.has-glyphicons .wrapper-full3 .column img, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column img, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column img, .page-node-type-blog.has-glyphicons .wrapper-full1 .column img, .page-node-type-blog.has-glyphicons .wrapper-full2 .column img, .page-node-type-blog.has-glyphicons .wrapper-full3 .column img, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column img, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column img, .page-node-type-info.has-glyphicons .wrapper-full1 .column img, .page-node-type-info.has-glyphicons .wrapper-full2 .column img, .page-node-type-info.has-glyphicons .wrapper-full3 .column img, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column img, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column img, .page-node-type-page.has-glyphicons .wrapper-full1 .column img, .page-node-type-page.has-glyphicons .wrapper-full2 .column img, .page-node-type-page.has-glyphicons .wrapper-full3 .column img, .path-archive.has-glyphicons .content-main .content-middle1 .column img, .path-archive.has-glyphicons .content-sub .content-middle2 .column img, .path-archive.has-glyphicons .wrapper-full1 .column img, .path-archive.has-glyphicons .wrapper-full2 .column img, .path-archive.has-glyphicons .wrapper-full3 .column img, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column img, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column img {
    display:block;
    margin-right:auto;
    margin-left:auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .column .caption, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column .caption, .page-node-type-archive.has-glyphicons .wrapper-full1 .column .caption, .page-node-type-archive.has-glyphicons .wrapper-full2 .column .caption, .page-node-type-archive.has-glyphicons .wrapper-full3 .column .caption, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column .caption, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column .caption, .page-node-type-blog.has-glyphicons .wrapper-full1 .column .caption, .page-node-type-blog.has-glyphicons .wrapper-full2 .column .caption, .page-node-type-blog.has-glyphicons .wrapper-full3 .column .caption, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column .caption, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column .caption, .page-node-type-info.has-glyphicons .wrapper-full1 .column .caption, .page-node-type-info.has-glyphicons .wrapper-full2 .column .caption, .page-node-type-info.has-glyphicons .wrapper-full3 .column .caption, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column .caption, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column .caption, .page-node-type-page.has-glyphicons .wrapper-full1 .column .caption, .page-node-type-page.has-glyphicons .wrapper-full2 .column .caption, .page-node-type-page.has-glyphicons .wrapper-full3 .column .caption, .path-archive.has-glyphicons .content-main .content-middle1 .column .caption, .path-archive.has-glyphicons .content-sub .content-middle2 .column .caption, .path-archive.has-glyphicons .wrapper-full1 .column .caption, .path-archive.has-glyphicons .wrapper-full2 .column .caption, .path-archive.has-glyphicons .wrapper-full3 .column .caption, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column .caption, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column .caption, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column .caption, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column .caption, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column .caption {
    text-align:center
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .column img.ico, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column img.ico, .page-node-type-archive.has-glyphicons .wrapper-full1 .column img.ico, .page-node-type-archive.has-glyphicons .wrapper-full2 .column img.ico, .page-node-type-archive.has-glyphicons .wrapper-full3 .column img.ico, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column img.ico, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column img.ico, .page-node-type-blog.has-glyphicons .wrapper-full1 .column img.ico, .page-node-type-blog.has-glyphicons .wrapper-full2 .column img.ico, .page-node-type-blog.has-glyphicons .wrapper-full3 .column img.ico, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column img.ico, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column img.ico, .page-node-type-info.has-glyphicons .wrapper-full1 .column img.ico, .page-node-type-info.has-glyphicons .wrapper-full2 .column img.ico, .page-node-type-info.has-glyphicons .wrapper-full3 .column img.ico, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column img.ico, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column img.ico, .page-node-type-page.has-glyphicons .wrapper-full1 .column img.ico, .page-node-type-page.has-glyphicons .wrapper-full2 .column img.ico, .page-node-type-page.has-glyphicons .wrapper-full3 .column img.ico, .path-archive.has-glyphicons .content-main .content-middle1 .column img.ico, .path-archive.has-glyphicons .content-sub .content-middle2 .column img.ico, .path-archive.has-glyphicons .wrapper-full1 .column img.ico, .path-archive.has-glyphicons .wrapper-full2 .column img.ico, .path-archive.has-glyphicons .wrapper-full3 .column img.ico, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column img.ico, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column img.ico, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column img.ico, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column img.ico, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column img.ico {
    display:inline
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3.bnr li, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3.bnr li, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3.bnr li, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3.bnr li, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3.bnr li, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3.bnr li, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3.bnr li, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3.bnr li, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3.bnr li, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3.bnr li, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3.bnr li, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3.bnr li, .page-node-type-info.has-glyphicons .wrapper-full1 .col3.bnr li, .page-node-type-info.has-glyphicons .wrapper-full2 .col3.bnr li, .page-node-type-info.has-glyphicons .wrapper-full3 .col3.bnr li, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3.bnr li, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3.bnr li, .page-node-type-page.has-glyphicons .wrapper-full1 .col3.bnr li, .page-node-type-page.has-glyphicons .wrapper-full2 .col3.bnr li, .page-node-type-page.has-glyphicons .wrapper-full3 .col3.bnr li, .path-archive.has-glyphicons .content-main .content-middle1 .col3.bnr li, .path-archive.has-glyphicons .content-sub .content-middle2 .col3.bnr li, .path-archive.has-glyphicons .wrapper-full1 .col3.bnr li, .path-archive.has-glyphicons .wrapper-full2 .col3.bnr li, .path-archive.has-glyphicons .wrapper-full3 .col3.bnr li, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3.bnr li, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3.bnr li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3.bnr li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3.bnr li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3.bnr li {
    float:left;
    width:48%;
    margin-bottom:20px;
    text-align:center
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .column.grid-large, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .column.grid-large, .page-node-type-archive.has-glyphicons .wrapper-full1 .column.grid-large, .page-node-type-archive.has-glyphicons .wrapper-full2 .column.grid-large, .page-node-type-archive.has-glyphicons .wrapper-full3 .column.grid-large, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .column.grid-large, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .column.grid-large, .page-node-type-blog.has-glyphicons .wrapper-full1 .column.grid-large, .page-node-type-blog.has-glyphicons .wrapper-full2 .column.grid-large, .page-node-type-blog.has-glyphicons .wrapper-full3 .column.grid-large, .page-node-type-info.has-glyphicons .content-main .content-middle1 .column.grid-large, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .column.grid-large, .page-node-type-info.has-glyphicons .wrapper-full1 .column.grid-large, .page-node-type-info.has-glyphicons .wrapper-full2 .column.grid-large, .page-node-type-info.has-glyphicons .wrapper-full3 .column.grid-large, .page-node-type-page.has-glyphicons .content-main .content-middle1 .column.grid-large, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .column.grid-large, .page-node-type-page.has-glyphicons .wrapper-full1 .column.grid-large, .page-node-type-page.has-glyphicons .wrapper-full2 .column.grid-large, .page-node-type-page.has-glyphicons .wrapper-full3 .column.grid-large, .path-archive.has-glyphicons .content-main .content-middle1 .column.grid-large, .path-archive.has-glyphicons .content-sub .content-middle2 .column.grid-large, .path-archive.has-glyphicons .wrapper-full1 .column.grid-large, .path-archive.has-glyphicons .wrapper-full2 .column.grid-large, .path-archive.has-glyphicons .wrapper-full3 .column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .column.grid-large, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .column.grid-large {
    text-align:left
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col4>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col4>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .col4>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .col4>.column, .path-archive.has-glyphicons .content-main .content-middle1 .col4>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .col4>.column, .path-archive.has-glyphicons .wrapper-full1 .col4>.column, .path-archive.has-glyphicons .wrapper-full2 .col4>.column, .path-archive.has-glyphicons .wrapper-full3 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col4>.column {
    float:left;
    width:26%;
    margin-left:5%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col4 span.link-txt, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col4 span.link-txt, .page-node-type-archive.has-glyphicons .wrapper-full1 .col4 span.link-txt, .page-node-type-archive.has-glyphicons .wrapper-full2 .col4 span.link-txt, .page-node-type-archive.has-glyphicons .wrapper-full3 .col4 span.link-txt, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col4 span.link-txt, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col4 span.link-txt, .page-node-type-blog.has-glyphicons .wrapper-full1 .col4 span.link-txt, .page-node-type-blog.has-glyphicons .wrapper-full2 .col4 span.link-txt, .page-node-type-blog.has-glyphicons .wrapper-full3 .col4 span.link-txt, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col4 span.link-txt, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col4 span.link-txt, .page-node-type-info.has-glyphicons .wrapper-full1 .col4 span.link-txt, .page-node-type-info.has-glyphicons .wrapper-full2 .col4 span.link-txt, .page-node-type-info.has-glyphicons .wrapper-full3 .col4 span.link-txt, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col4 span.link-txt, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col4 span.link-txt, .page-node-type-page.has-glyphicons .wrapper-full1 .col4 span.link-txt, .page-node-type-page.has-glyphicons .wrapper-full2 .col4 span.link-txt, .page-node-type-page.has-glyphicons .wrapper-full3 .col4 span.link-txt, .path-archive.has-glyphicons .content-main .content-middle1 .col4 span.link-txt, .path-archive.has-glyphicons .content-sub .content-middle2 .col4 span.link-txt, .path-archive.has-glyphicons .wrapper-full1 .col4 span.link-txt, .path-archive.has-glyphicons .wrapper-full2 .col4 span.link-txt, .path-archive.has-glyphicons .wrapper-full3 .col4 span.link-txt, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col4 span.link-txt, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col4 span.link-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col4 span.link-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col4 span.link-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col4 span.link-txt {
    display:block
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .footer .footer-utility #copyright, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .footer .footer-utility ul, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .footer .footer-utility #copyright, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .footer .footer-utility ul, .page-node-type-archive.has-glyphicons .wrapper-full1 .footer .footer-utility #copyright, .page-node-type-archive.has-glyphicons .wrapper-full1 .footer .footer-utility ul, .page-node-type-archive.has-glyphicons .wrapper-full2 .footer .footer-utility #copyright, .page-node-type-archive.has-glyphicons .wrapper-full2 .footer .footer-utility ul, .page-node-type-archive.has-glyphicons .wrapper-full3 .footer .footer-utility #copyright, .page-node-type-archive.has-glyphicons .wrapper-full3 .footer .footer-utility ul, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .footer .footer-utility #copyright, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .footer .footer-utility ul, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .footer .footer-utility #copyright, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .footer .footer-utility ul, .page-node-type-blog.has-glyphicons .wrapper-full1 .footer .footer-utility #copyright, .page-node-type-blog.has-glyphicons .wrapper-full1 .footer .footer-utility ul, .page-node-type-blog.has-glyphicons .wrapper-full2 .footer .footer-utility #copyright, .page-node-type-blog.has-glyphicons .wrapper-full2 .footer .footer-utility ul, .page-node-type-blog.has-glyphicons .wrapper-full3 .footer .footer-utility #copyright, .page-node-type-blog.has-glyphicons .wrapper-full3 .footer .footer-utility ul, .page-node-type-info.has-glyphicons .content-main .content-middle1 .footer .footer-utility #copyright, .page-node-type-info.has-glyphicons .content-main .content-middle1 .footer .footer-utility ul, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .footer .footer-utility #copyright, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .footer .footer-utility ul, .page-node-type-info.has-glyphicons .wrapper-full1 .footer .footer-utility #copyright, .page-node-type-info.has-glyphicons .wrapper-full1 .footer .footer-utility ul, .page-node-type-info.has-glyphicons .wrapper-full2 .footer .footer-utility #copyright, .page-node-type-info.has-glyphicons .wrapper-full2 .footer .footer-utility ul, .page-node-type-info.has-glyphicons .wrapper-full3 .footer .footer-utility #copyright, .page-node-type-info.has-glyphicons .wrapper-full3 .footer .footer-utility ul, .page-node-type-page.has-glyphicons .content-main .content-middle1 .footer .footer-utility #copyright, .page-node-type-page.has-glyphicons .content-main .content-middle1 .footer .footer-utility ul, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .footer .footer-utility #copyright, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .footer .footer-utility ul, .page-node-type-page.has-glyphicons .wrapper-full1 .footer .footer-utility #copyright, .page-node-type-page.has-glyphicons .wrapper-full1 .footer .footer-utility ul, .page-node-type-page.has-glyphicons .wrapper-full2 .footer .footer-utility #copyright, .page-node-type-page.has-glyphicons .wrapper-full2 .footer .footer-utility ul, .page-node-type-page.has-glyphicons .wrapper-full3 .footer .footer-utility #copyright, .page-node-type-page.has-glyphicons .wrapper-full3 .footer .footer-utility ul, .path-archive.has-glyphicons .content-main .content-middle1 .footer .footer-utility #copyright, .path-archive.has-glyphicons .content-main .content-middle1 .footer .footer-utility ul, .path-archive.has-glyphicons .content-sub .content-middle2 .footer .footer-utility #copyright, .path-archive.has-glyphicons .content-sub .content-middle2 .footer .footer-utility ul, .path-archive.has-glyphicons .wrapper-full1 .footer .footer-utility #copyright, .path-archive.has-glyphicons .wrapper-full1 .footer .footer-utility ul, .path-archive.has-glyphicons .wrapper-full2 .footer .footer-utility #copyright, .path-archive.has-glyphicons .wrapper-full2 .footer .footer-utility ul, .path-archive.has-glyphicons .wrapper-full3 .footer .footer-utility #copyright, .path-archive.has-glyphicons .wrapper-full3 .footer .footer-utility ul, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .footer .footer-utility #copyright, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .footer .footer-utility ul, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .footer .footer-utility #copyright, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .footer .footer-utility ul, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .footer .footer-utility #copyright, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .footer .footer-utility ul, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .footer .footer-utility #copyright, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .footer .footer-utility ul, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .footer .footer-utility #copyright, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .footer .footer-utility ul {
    width:95%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .list-btn-vertical, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .list-btn-vertical, .page-node-type-archive.has-glyphicons .wrapper-full1 .list-btn-vertical, .page-node-type-archive.has-glyphicons .wrapper-full2 .list-btn-vertical, .page-node-type-archive.has-glyphicons .wrapper-full3 .list-btn-vertical, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .list-btn-vertical, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .list-btn-vertical, .page-node-type-blog.has-glyphicons .wrapper-full1 .list-btn-vertical, .page-node-type-blog.has-glyphicons .wrapper-full2 .list-btn-vertical, .page-node-type-blog.has-glyphicons .wrapper-full3 .list-btn-vertical, .page-node-type-info.has-glyphicons .content-main .content-middle1 .list-btn-vertical, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .list-btn-vertical, .page-node-type-info.has-glyphicons .wrapper-full1 .list-btn-vertical, .page-node-type-info.has-glyphicons .wrapper-full2 .list-btn-vertical, .page-node-type-info.has-glyphicons .wrapper-full3 .list-btn-vertical, .page-node-type-page.has-glyphicons .content-main .content-middle1 .list-btn-vertical, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .list-btn-vertical, .page-node-type-page.has-glyphicons .wrapper-full1 .list-btn-vertical, .page-node-type-page.has-glyphicons .wrapper-full2 .list-btn-vertical, .page-node-type-page.has-glyphicons .wrapper-full3 .list-btn-vertical, .path-archive.has-glyphicons .content-main .content-middle1 .list-btn-vertical, .path-archive.has-glyphicons .content-sub .content-middle2 .list-btn-vertical, .path-archive.has-glyphicons .wrapper-full1 .list-btn-vertical, .path-archive.has-glyphicons .wrapper-full2 .list-btn-vertical, .path-archive.has-glyphicons .wrapper-full3 .list-btn-vertical, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .list-btn-vertical, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .list-btn-vertical, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .list-btn-vertical, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .list-btn-vertical, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .list-btn-vertical {
    float:right
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .list-btn-vertical li, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li, .page-node-type-archive.has-glyphicons .wrapper-full1 .list-btn-vertical li, .page-node-type-archive.has-glyphicons .wrapper-full2 .list-btn-vertical li, .page-node-type-archive.has-glyphicons .wrapper-full3 .list-btn-vertical li, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .list-btn-vertical li, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li, .page-node-type-blog.has-glyphicons .wrapper-full1 .list-btn-vertical li, .page-node-type-blog.has-glyphicons .wrapper-full2 .list-btn-vertical li, .page-node-type-blog.has-glyphicons .wrapper-full3 .list-btn-vertical li, .page-node-type-info.has-glyphicons .content-main .content-middle1 .list-btn-vertical li, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li, .page-node-type-info.has-glyphicons .wrapper-full1 .list-btn-vertical li, .page-node-type-info.has-glyphicons .wrapper-full2 .list-btn-vertical li, .page-node-type-info.has-glyphicons .wrapper-full3 .list-btn-vertical li, .page-node-type-page.has-glyphicons .content-main .content-middle1 .list-btn-vertical li, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li, .page-node-type-page.has-glyphicons .wrapper-full1 .list-btn-vertical li, .page-node-type-page.has-glyphicons .wrapper-full2 .list-btn-vertical li, .page-node-type-page.has-glyphicons .wrapper-full3 .list-btn-vertical li, .path-archive.has-glyphicons .content-main .content-middle1 .list-btn-vertical li, .path-archive.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li, .path-archive.has-glyphicons .wrapper-full1 .list-btn-vertical li, .path-archive.has-glyphicons .wrapper-full2 .list-btn-vertical li, .path-archive.has-glyphicons .wrapper-full3 .list-btn-vertical li, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .list-btn-vertical li, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .list-btn-vertical li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .list-btn-vertical li, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .list-btn-vertical li {
    float:none
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a, .page-node-type-archive.has-glyphicons .wrapper-full1 .list-btn-vertical li a, .page-node-type-archive.has-glyphicons .wrapper-full2 .list-btn-vertical li a, .page-node-type-archive.has-glyphicons .wrapper-full3 .list-btn-vertical li a, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a, .page-node-type-blog.has-glyphicons .wrapper-full1 .list-btn-vertical li a, .page-node-type-blog.has-glyphicons .wrapper-full2 .list-btn-vertical li a, .page-node-type-blog.has-glyphicons .wrapper-full3 .list-btn-vertical li a, .page-node-type-info.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a, .page-node-type-info.has-glyphicons .wrapper-full1 .list-btn-vertical li a, .page-node-type-info.has-glyphicons .wrapper-full2 .list-btn-vertical li a, .page-node-type-info.has-glyphicons .wrapper-full3 .list-btn-vertical li a, .page-node-type-page.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a, .page-node-type-page.has-glyphicons .wrapper-full1 .list-btn-vertical li a, .page-node-type-page.has-glyphicons .wrapper-full2 .list-btn-vertical li a, .page-node-type-page.has-glyphicons .wrapper-full3 .list-btn-vertical li a, .path-archive.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a, .path-archive.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a, .path-archive.has-glyphicons .wrapper-full1 .list-btn-vertical li a, .path-archive.has-glyphicons .wrapper-full2 .list-btn-vertical li a, .path-archive.has-glyphicons .wrapper-full3 .list-btn-vertical li a, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .list-btn-vertical li a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .list-btn-vertical li a, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .list-btn-vertical li a {
    position:relative;
    display:inline-block;
    float:right;
    width:400px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a .name, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a .name, .page-node-type-archive.has-glyphicons .wrapper-full1 .list-btn-vertical li a .name, .page-node-type-archive.has-glyphicons .wrapper-full2 .list-btn-vertical li a .name, .page-node-type-archive.has-glyphicons .wrapper-full3 .list-btn-vertical li a .name, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a .name, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a .name, .page-node-type-blog.has-glyphicons .wrapper-full1 .list-btn-vertical li a .name, .page-node-type-blog.has-glyphicons .wrapper-full2 .list-btn-vertical li a .name, .page-node-type-blog.has-glyphicons .wrapper-full3 .list-btn-vertical li a .name, .page-node-type-info.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a .name, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a .name, .page-node-type-info.has-glyphicons .wrapper-full1 .list-btn-vertical li a .name, .page-node-type-info.has-glyphicons .wrapper-full2 .list-btn-vertical li a .name, .page-node-type-info.has-glyphicons .wrapper-full3 .list-btn-vertical li a .name, .page-node-type-page.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a .name, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a .name, .page-node-type-page.has-glyphicons .wrapper-full1 .list-btn-vertical li a .name, .page-node-type-page.has-glyphicons .wrapper-full2 .list-btn-vertical li a .name, .page-node-type-page.has-glyphicons .wrapper-full3 .list-btn-vertical li a .name, .path-archive.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a .name, .path-archive.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a .name, .path-archive.has-glyphicons .wrapper-full1 .list-btn-vertical li a .name, .path-archive.has-glyphicons .wrapper-full2 .list-btn-vertical li a .name, .path-archive.has-glyphicons .wrapper-full3 .list-btn-vertical li a .name, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a .name, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a .name, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .list-btn-vertical li a .name, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .list-btn-vertical li a .name, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .list-btn-vertical li a .name {
    display:block;
    width:180px;
    padding:19px 40px 0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a .thum-img, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a .thum-img, .page-node-type-archive.has-glyphicons .wrapper-full1 .list-btn-vertical li a .thum-img, .page-node-type-archive.has-glyphicons .wrapper-full2 .list-btn-vertical li a .thum-img, .page-node-type-archive.has-glyphicons .wrapper-full3 .list-btn-vertical li a .thum-img, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a .thum-img, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a .thum-img, .page-node-type-blog.has-glyphicons .wrapper-full1 .list-btn-vertical li a .thum-img, .page-node-type-blog.has-glyphicons .wrapper-full2 .list-btn-vertical li a .thum-img, .page-node-type-blog.has-glyphicons .wrapper-full3 .list-btn-vertical li a .thum-img, .page-node-type-info.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a .thum-img, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a .thum-img, .page-node-type-info.has-glyphicons .wrapper-full1 .list-btn-vertical li a .thum-img, .page-node-type-info.has-glyphicons .wrapper-full2 .list-btn-vertical li a .thum-img, .page-node-type-info.has-glyphicons .wrapper-full3 .list-btn-vertical li a .thum-img, .page-node-type-page.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a .thum-img, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a .thum-img, .page-node-type-page.has-glyphicons .wrapper-full1 .list-btn-vertical li a .thum-img, .page-node-type-page.has-glyphicons .wrapper-full2 .list-btn-vertical li a .thum-img, .page-node-type-page.has-glyphicons .wrapper-full3 .list-btn-vertical li a .thum-img, .path-archive.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a .thum-img, .path-archive.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a .thum-img, .path-archive.has-glyphicons .wrapper-full1 .list-btn-vertical li a .thum-img, .path-archive.has-glyphicons .wrapper-full2 .list-btn-vertical li a .thum-img, .path-archive.has-glyphicons .wrapper-full3 .list-btn-vertical li a .thum-img, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .list-btn-vertical li a .thum-img, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .list-btn-vertical li a .thum-img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .list-btn-vertical li a .thum-img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .list-btn-vertical li a .thum-img, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .list-btn-vertical li a .thum-img {
    position:absolute;
    top:0;
    right:0;
    width:160px;
    height:auto
}


}

@media screen and (max-width:760px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 .carousel.single, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .carousel.single, .page-node-type-archive.has-glyphicons .wrapper-full1 .carousel.single, .page-node-type-archive.has-glyphicons .wrapper-full2 .carousel.single, .page-node-type-archive.has-glyphicons .wrapper-full3 .carousel.single, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .carousel.single, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .carousel.single, .page-node-type-blog.has-glyphicons .wrapper-full1 .carousel.single, .page-node-type-blog.has-glyphicons .wrapper-full2 .carousel.single, .page-node-type-blog.has-glyphicons .wrapper-full3 .carousel.single, .page-node-type-info.has-glyphicons .content-main .content-middle1 .carousel.single, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .carousel.single, .page-node-type-info.has-glyphicons .wrapper-full1 .carousel.single, .page-node-type-info.has-glyphicons .wrapper-full2 .carousel.single, .page-node-type-info.has-glyphicons .wrapper-full3 .carousel.single, .page-node-type-page.has-glyphicons .content-main .content-middle1 .carousel.single, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .carousel.single, .page-node-type-page.has-glyphicons .wrapper-full1 .carousel.single, .page-node-type-page.has-glyphicons .wrapper-full2 .carousel.single, .page-node-type-page.has-glyphicons .wrapper-full3 .carousel.single, .path-archive.has-glyphicons .content-main .content-middle1 .carousel.single, .path-archive.has-glyphicons .content-sub .content-middle2 .carousel.single, .path-archive.has-glyphicons .wrapper-full1 .carousel.single, .path-archive.has-glyphicons .wrapper-full2 .carousel.single, .path-archive.has-glyphicons .wrapper-full3 .carousel.single, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .carousel.single, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .carousel.single, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .carousel.single, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .carousel.single, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .carousel.single {
    margin-bottom:50px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 em, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 em, .page-node-type-archive.has-glyphicons .wrapper-full1 em, .page-node-type-archive.has-glyphicons .wrapper-full2 em, .page-node-type-archive.has-glyphicons .wrapper-full3 em, .page-node-type-blog.has-glyphicons .content-main .content-middle1 em, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 em, .page-node-type-blog.has-glyphicons .wrapper-full1 em, .page-node-type-blog.has-glyphicons .wrapper-full2 em, .page-node-type-blog.has-glyphicons .wrapper-full3 em, .page-node-type-info.has-glyphicons .content-main .content-middle1 em, .page-node-type-info.has-glyphicons .content-sub .content-middle2 em, .page-node-type-info.has-glyphicons .wrapper-full1 em, .page-node-type-info.has-glyphicons .wrapper-full2 em, .page-node-type-info.has-glyphicons .wrapper-full3 em, .page-node-type-page.has-glyphicons .content-main .content-middle1 em, .page-node-type-page.has-glyphicons .content-sub .content-middle2 em, .page-node-type-page.has-glyphicons .wrapper-full1 em, .page-node-type-page.has-glyphicons .wrapper-full2 em, .page-node-type-page.has-glyphicons .wrapper-full3 em, .path-archive.has-glyphicons .content-main .content-middle1 em, .path-archive.has-glyphicons .content-sub .content-middle2 em, .path-archive.has-glyphicons .wrapper-full1 em, .path-archive.has-glyphicons .wrapper-full2 em, .path-archive.has-glyphicons .wrapper-full3 em, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 em, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 em {
    font-style:normal
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .lower, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .lower, .page-node-type-archive.has-glyphicons .wrapper-full1 .lower, .page-node-type-archive.has-glyphicons .wrapper-full2 .lower, .page-node-type-archive.has-glyphicons .wrapper-full3 .lower, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .lower, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .lower, .page-node-type-blog.has-glyphicons .wrapper-full1 .lower, .page-node-type-blog.has-glyphicons .wrapper-full2 .lower, .page-node-type-blog.has-glyphicons .wrapper-full3 .lower, .page-node-type-info.has-glyphicons .content-main .content-middle1 .lower, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .lower, .page-node-type-info.has-glyphicons .wrapper-full1 .lower, .page-node-type-info.has-glyphicons .wrapper-full2 .lower, .page-node-type-info.has-glyphicons .wrapper-full3 .lower, .page-node-type-page.has-glyphicons .content-main .content-middle1 .lower, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .lower, .page-node-type-page.has-glyphicons .wrapper-full1 .lower, .page-node-type-page.has-glyphicons .wrapper-full2 .lower, .page-node-type-page.has-glyphicons .wrapper-full3 .lower, .path-archive.has-glyphicons .content-main .content-middle1 .lower, .path-archive.has-glyphicons .content-sub .content-middle2 .lower, .path-archive.has-glyphicons .wrapper-full1 .lower, .path-archive.has-glyphicons .wrapper-full2 .lower, .path-archive.has-glyphicons .wrapper-full3 .lower, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .lower, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .lower, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .lower, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .lower, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .lower {
    width:95%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .right-contents, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .right-contents, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .right-contents, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .right-contents, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .right-contents, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .right-contents, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .right-contents, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .right-contents, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .right-contents, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .right-contents, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .right-contents, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .right-contents, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .right-contents, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .right-contents, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .right-contents, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .right-contents, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .right-contents, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .right-contents, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .right-contents, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .right-contents, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .right-contents, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .right-contents, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .right-contents, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .right-contents, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .right-contents, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .right-contents, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .right-contents, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .right-contents, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .right-contents, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .right-contents {
    display:inline-block;
    float:none;
    width:100%;
    max-width:100%;
    margin:0 auto;
    margin:20px auto 0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .lyt-l1, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .lyt-l1, .page-node-type-archive.has-glyphicons .wrapper-full1 .lyt-l1, .page-node-type-archive.has-glyphicons .wrapper-full2 .lyt-l1, .page-node-type-archive.has-glyphicons .wrapper-full3 .lyt-l1, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .lyt-l1, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .lyt-l1, .page-node-type-blog.has-glyphicons .wrapper-full1 .lyt-l1, .page-node-type-blog.has-glyphicons .wrapper-full2 .lyt-l1, .page-node-type-blog.has-glyphicons .wrapper-full3 .lyt-l1, .page-node-type-info.has-glyphicons .content-main .content-middle1 .lyt-l1, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .lyt-l1, .page-node-type-info.has-glyphicons .wrapper-full1 .lyt-l1, .page-node-type-info.has-glyphicons .wrapper-full2 .lyt-l1, .page-node-type-info.has-glyphicons .wrapper-full3 .lyt-l1, .page-node-type-page.has-glyphicons .content-main .content-middle1 .lyt-l1, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .lyt-l1, .page-node-type-page.has-glyphicons .wrapper-full1 .lyt-l1, .page-node-type-page.has-glyphicons .wrapper-full2 .lyt-l1, .page-node-type-page.has-glyphicons .wrapper-full3 .lyt-l1, .path-archive.has-glyphicons .content-main .content-middle1 .lyt-l1, .path-archive.has-glyphicons .content-sub .content-middle2 .lyt-l1, .path-archive.has-glyphicons .wrapper-full1 .lyt-l1, .path-archive.has-glyphicons .wrapper-full2 .lyt-l1, .path-archive.has-glyphicons .wrapper-full3 .lyt-l1, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .lyt-l1, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .lyt-l1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .lyt-l1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .lyt-l1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .lyt-l1 {
    height:90px;
    background-position:50% 50%;
    background-size:740px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .lyt-l1 .hdg-l1, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .lyt-l1 .hdg-l1, .page-node-type-archive.has-glyphicons .wrapper-full1 .lyt-l1 .hdg-l1, .page-node-type-archive.has-glyphicons .wrapper-full2 .lyt-l1 .hdg-l1, .page-node-type-archive.has-glyphicons .wrapper-full3 .lyt-l1 .hdg-l1, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .lyt-l1 .hdg-l1, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .lyt-l1 .hdg-l1, .page-node-type-blog.has-glyphicons .wrapper-full1 .lyt-l1 .hdg-l1, .page-node-type-blog.has-glyphicons .wrapper-full2 .lyt-l1 .hdg-l1, .page-node-type-blog.has-glyphicons .wrapper-full3 .lyt-l1 .hdg-l1, .page-node-type-info.has-glyphicons .content-main .content-middle1 .lyt-l1 .hdg-l1, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .lyt-l1 .hdg-l1, .page-node-type-info.has-glyphicons .wrapper-full1 .lyt-l1 .hdg-l1, .page-node-type-info.has-glyphicons .wrapper-full2 .lyt-l1 .hdg-l1, .page-node-type-info.has-glyphicons .wrapper-full3 .lyt-l1 .hdg-l1, .page-node-type-page.has-glyphicons .content-main .content-middle1 .lyt-l1 .hdg-l1, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .lyt-l1 .hdg-l1, .page-node-type-page.has-glyphicons .wrapper-full1 .lyt-l1 .hdg-l1, .page-node-type-page.has-glyphicons .wrapper-full2 .lyt-l1 .hdg-l1, .page-node-type-page.has-glyphicons .wrapper-full3 .lyt-l1 .hdg-l1, .path-archive.has-glyphicons .content-main .content-middle1 .lyt-l1 .hdg-l1, .path-archive.has-glyphicons .content-sub .content-middle2 .lyt-l1 .hdg-l1, .path-archive.has-glyphicons .wrapper-full1 .lyt-l1 .hdg-l1, .path-archive.has-glyphicons .wrapper-full2 .lyt-l1 .hdg-l1, .path-archive.has-glyphicons .wrapper-full3 .lyt-l1 .hdg-l1, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .lyt-l1 .hdg-l1, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .lyt-l1 .hdg-l1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .lyt-l1 .hdg-l1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .lyt-l1 .hdg-l1, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .lyt-l1 .hdg-l1 {
    display:table-cell;
    padding-left:20px;
    font-weight:normal;
    font-size:180%;
    color:#333;
    vertical-align:middle;
    line-height:1.3
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col2 .column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col2 .column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col2 .column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col2 .column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col2 .column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col2 .column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col2 .column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col2 .column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col2 .column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col2 .column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col2 .column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col2 .column, .page-node-type-info.has-glyphicons .wrapper-full1 .col2 .column, .page-node-type-info.has-glyphicons .wrapper-full2 .col2 .column, .page-node-type-info.has-glyphicons .wrapper-full3 .col2 .column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col2 .column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col2 .column, .page-node-type-page.has-glyphicons .wrapper-full1 .col2 .column, .page-node-type-page.has-glyphicons .wrapper-full2 .col2 .column, .page-node-type-page.has-glyphicons .wrapper-full3 .col2 .column, .path-archive.has-glyphicons .content-main .content-middle1 .col2 .column, .path-archive.has-glyphicons .content-sub .content-middle2 .col2 .column, .path-archive.has-glyphicons .wrapper-full1 .col2 .column, .path-archive.has-glyphicons .wrapper-full2 .col2 .column, .path-archive.has-glyphicons .wrapper-full3 .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col2 .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col2 .column {
    width:100%;
    height:auto;
    margin:0 auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .attention, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .attention, .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .attention, .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .attention, .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .attention, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .attention, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .attention, .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .attention, .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .attention, .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .attention, .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .attention, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .attention, .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .attention, .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .attention, .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .attention, .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .attention, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .attention, .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .attention, .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .attention, .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .attention, .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .attention, .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .attention, .path-archive.has-glyphicons .wrapper-full1 .colum-contents .attention, .path-archive.has-glyphicons .wrapper-full2 .colum-contents .attention, .path-archive.has-glyphicons .wrapper-full3 .colum-contents .attention, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .attention, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .attention, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .attention, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .attention, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .attention {
    margin-top:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .inner, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .inner, .page-node-type-archive.has-glyphicons .wrapper-full1 .inner, .page-node-type-archive.has-glyphicons .wrapper-full2 .inner, .page-node-type-archive.has-glyphicons .wrapper-full3 .inner, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .inner, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .inner, .page-node-type-blog.has-glyphicons .wrapper-full1 .inner, .page-node-type-blog.has-glyphicons .wrapper-full2 .inner, .page-node-type-blog.has-glyphicons .wrapper-full3 .inner, .page-node-type-info.has-glyphicons .content-main .content-middle1 .inner, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .inner, .page-node-type-info.has-glyphicons .wrapper-full1 .inner, .page-node-type-info.has-glyphicons .wrapper-full2 .inner, .page-node-type-info.has-glyphicons .wrapper-full3 .inner, .page-node-type-page.has-glyphicons .content-main .content-middle1 .inner, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .inner, .page-node-type-page.has-glyphicons .wrapper-full1 .inner, .page-node-type-page.has-glyphicons .wrapper-full2 .inner, .page-node-type-page.has-glyphicons .wrapper-full3 .inner, .path-archive.has-glyphicons .content-main .content-middle1 .inner, .path-archive.has-glyphicons .content-sub .content-middle2 .inner, .path-archive.has-glyphicons .wrapper-full1 .inner, .path-archive.has-glyphicons .wrapper-full2 .inner, .path-archive.has-glyphicons .wrapper-full3 .inner, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .inner, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .inner {
    width:95%;
    max-width:950px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3.boxes .column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3.boxes .column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3.boxes .column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3.boxes .column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3.boxes .column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3.boxes .column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .page-node-type-info.has-glyphicons .wrapper-full1 .col3.boxes .column, .page-node-type-info.has-glyphicons .wrapper-full2 .col3.boxes .column, .page-node-type-info.has-glyphicons .wrapper-full3 .col3.boxes .column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .page-node-type-page.has-glyphicons .wrapper-full1 .col3.boxes .column, .page-node-type-page.has-glyphicons .wrapper-full2 .col3.boxes .column, .page-node-type-page.has-glyphicons .wrapper-full3 .col3.boxes .column, .path-archive.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .path-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .path-archive.has-glyphicons .wrapper-full1 .col3.boxes .column, .path-archive.has-glyphicons .wrapper-full2 .col3.boxes .column, .path-archive.has-glyphicons .wrapper-full3 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3.boxes .column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3.boxes .column {
    float:left;
    width:48%;
    margin-bottom:20px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3.boxes .column:nth-child(odd), .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes .column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full1 .col3.boxes .column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full2 .col3.boxes .column:nth-child(odd), .page-node-type-archive.has-glyphicons .wrapper-full3 .col3.boxes .column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3.boxes .column:nth-child(odd), .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3.boxes .column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full1 .col3.boxes .column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full2 .col3.boxes .column:nth-child(odd), .page-node-type-blog.has-glyphicons .wrapper-full3 .col3.boxes .column:nth-child(odd), .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3.boxes .column:nth-child(odd), .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3.boxes .column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full1 .col3.boxes .column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full2 .col3.boxes .column:nth-child(odd), .page-node-type-info.has-glyphicons .wrapper-full3 .col3.boxes .column:nth-child(odd), .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3.boxes .column:nth-child(odd), .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3.boxes .column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full1 .col3.boxes .column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full2 .col3.boxes .column:nth-child(odd), .page-node-type-page.has-glyphicons .wrapper-full3 .col3.boxes .column:nth-child(odd), .path-archive.has-glyphicons .content-main .content-middle1 .col3.boxes .column:nth-child(odd), .path-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes .column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full1 .col3.boxes .column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full2 .col3.boxes .column:nth-child(odd), .path-archive.has-glyphicons .wrapper-full3 .col3.boxes .column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3.boxes .column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3.boxes .column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3.boxes .column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3.boxes .column:nth-child(odd), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3.boxes .column:nth-child(odd) {
    margin-right:1%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3.boxes>.column:nth-child(2n), .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes>.column:nth-child(2n), .page-node-type-archive.has-glyphicons .wrapper-full1 .col3.boxes>.column:nth-child(2n), .page-node-type-archive.has-glyphicons .wrapper-full2 .col3.boxes>.column:nth-child(2n), .page-node-type-archive.has-glyphicons .wrapper-full3 .col3.boxes>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3.boxes>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3.boxes>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .wrapper-full1 .col3.boxes>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .wrapper-full2 .col3.boxes>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .wrapper-full3 .col3.boxes>.column:nth-child(2n), .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3.boxes>.column:nth-child(2n), .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3.boxes>.column:nth-child(2n), .page-node-type-info.has-glyphicons .wrapper-full1 .col3.boxes>.column:nth-child(2n), .page-node-type-info.has-glyphicons .wrapper-full2 .col3.boxes>.column:nth-child(2n), .page-node-type-info.has-glyphicons .wrapper-full3 .col3.boxes>.column:nth-child(2n), .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3.boxes>.column:nth-child(2n), .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3.boxes>.column:nth-child(2n), .page-node-type-page.has-glyphicons .wrapper-full1 .col3.boxes>.column:nth-child(2n), .page-node-type-page.has-glyphicons .wrapper-full2 .col3.boxes>.column:nth-child(2n), .page-node-type-page.has-glyphicons .wrapper-full3 .col3.boxes>.column:nth-child(2n), .path-archive.has-glyphicons .content-main .content-middle1 .col3.boxes>.column:nth-child(2n), .path-archive.has-glyphicons .content-sub .content-middle2 .col3.boxes>.column:nth-child(2n), .path-archive.has-glyphicons .wrapper-full1 .col3.boxes>.column:nth-child(2n), .path-archive.has-glyphicons .wrapper-full2 .col3.boxes>.column:nth-child(2n), .path-archive.has-glyphicons .wrapper-full3 .col3.boxes>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3.boxes>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3.boxes>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3.boxes>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3.boxes>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3.boxes>.column:nth-child(2n) {
    margin-left:4%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .col3>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .col3>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .col3>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .col3>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .col3>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .col3>.column, .path-archive.has-glyphicons .content-main .content-middle1 .col3>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .col3>.column, .path-archive.has-glyphicons .wrapper-full1 .col3>.column, .path-archive.has-glyphicons .wrapper-full2 .col3>.column, .path-archive.has-glyphicons .wrapper-full3 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3>.column {
    float:left;
    width:48%;
    margin-bottom:20px;
    margin-left:2.6%;
    text-align:center
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-archive.has-glyphicons .wrapper-full1 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-archive.has-glyphicons .wrapper-full2 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-archive.has-glyphicons .wrapper-full3 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .content-main .content-middle1 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .wrapper-full1 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .wrapper-full2 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-blog.has-glyphicons .wrapper-full3 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-info.has-glyphicons .content-main .content-middle1 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-info.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-info.has-glyphicons .wrapper-full1 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-info.has-glyphicons .wrapper-full2 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-info.has-glyphicons .wrapper-full3 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-page.has-glyphicons .content-main .content-middle1 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-page.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-page.has-glyphicons .wrapper-full1 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-page.has-glyphicons .wrapper-full2 .colum-contents .col3.boxes>.column:nth-child(2n), .page-node-type-page.has-glyphicons .wrapper-full3 .colum-contents .col3.boxes>.column:nth-child(2n), .path-archive.has-glyphicons .content-main .content-middle1 .colum-contents .col3.boxes>.column:nth-child(2n), .path-archive.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.boxes>.column:nth-child(2n), .path-archive.has-glyphicons .wrapper-full1 .colum-contents .col3.boxes>.column:nth-child(2n), .path-archive.has-glyphicons .wrapper-full2 .colum-contents .col3.boxes>.column:nth-child(2n), .path-archive.has-glyphicons .wrapper-full3 .colum-contents .col3.boxes>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .colum-contents .col3.boxes>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .colum-contents .col3.boxes>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .colum-contents .col3.boxes>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .colum-contents .col3.boxes>.column:nth-child(2n), .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .colum-contents .col3.boxes>.column:nth-child(2n) {
    margin-left:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col3.bnr>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col3.bnr>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col3.bnr>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col3.bnr>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col3.bnr>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col3.bnr>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col3.bnr>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col3.bnr>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col3.bnr>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col3.bnr>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col3.bnr>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col3.bnr>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .col3.bnr>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .col3.bnr>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .col3.bnr>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col3.bnr>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col3.bnr>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .col3.bnr>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .col3.bnr>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .col3.bnr>.column, .path-archive.has-glyphicons .content-main .content-middle1 .col3.bnr>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .col3.bnr>.column, .path-archive.has-glyphicons .wrapper-full1 .col3.bnr>.column, .path-archive.has-glyphicons .wrapper-full2 .col3.bnr>.column, .path-archive.has-glyphicons .wrapper-full3 .col3.bnr>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col3.bnr>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col3.bnr>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col3.bnr>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col3.bnr>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col3.bnr>.column {
    float:none;
    width:100%;
    margin-bottom:10px;
    margin-left:0;
    text-align:center
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-archive.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-archive.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-archive.has-glyphicons .wrapper-full3 .col4>.column, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-blog.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-blog.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-blog.has-glyphicons .wrapper-full3 .col4>.column, .page-node-type-info.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-info.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-info.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-info.has-glyphicons .wrapper-full3 .col4>.column, .page-node-type-page.has-glyphicons .content-main .content-middle1 .col4>.column, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .col4>.column, .page-node-type-page.has-glyphicons .wrapper-full1 .col4>.column, .page-node-type-page.has-glyphicons .wrapper-full2 .col4>.column, .page-node-type-page.has-glyphicons .wrapper-full3 .col4>.column, .path-archive.has-glyphicons .content-main .content-middle1 .col4>.column, .path-archive.has-glyphicons .content-sub .content-middle2 .col4>.column, .path-archive.has-glyphicons .wrapper-full1 .col4>.column, .path-archive.has-glyphicons .wrapper-full2 .col4>.column, .path-archive.has-glyphicons .wrapper-full3 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .col4>.column, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .col4>.column {
    float:left;
    width:48%;
    margin-bottom:10px;
    margin-left:0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 span.link-txt, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 span.link-txt, .page-node-type-archive.has-glyphicons .wrapper-full1 span.link-txt, .page-node-type-archive.has-glyphicons .wrapper-full2 span.link-txt, .page-node-type-archive.has-glyphicons .wrapper-full3 span.link-txt, .page-node-type-blog.has-glyphicons .content-main .content-middle1 span.link-txt, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 span.link-txt, .page-node-type-blog.has-glyphicons .wrapper-full1 span.link-txt, .page-node-type-blog.has-glyphicons .wrapper-full2 span.link-txt, .page-node-type-blog.has-glyphicons .wrapper-full3 span.link-txt, .page-node-type-info.has-glyphicons .content-main .content-middle1 span.link-txt, .page-node-type-info.has-glyphicons .content-sub .content-middle2 span.link-txt, .page-node-type-info.has-glyphicons .wrapper-full1 span.link-txt, .page-node-type-info.has-glyphicons .wrapper-full2 span.link-txt, .page-node-type-info.has-glyphicons .wrapper-full3 span.link-txt, .page-node-type-page.has-glyphicons .content-main .content-middle1 span.link-txt, .page-node-type-page.has-glyphicons .content-sub .content-middle2 span.link-txt, .page-node-type-page.has-glyphicons .wrapper-full1 span.link-txt, .page-node-type-page.has-glyphicons .wrapper-full2 span.link-txt, .page-node-type-page.has-glyphicons .wrapper-full3 span.link-txt, .path-archive.has-glyphicons .content-main .content-middle1 span.link-txt, .path-archive.has-glyphicons .content-sub .content-middle2 span.link-txt, .path-archive.has-glyphicons .wrapper-full1 span.link-txt, .path-archive.has-glyphicons .wrapper-full2 span.link-txt, .path-archive.has-glyphicons .wrapper-full3 span.link-txt, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 span.link-txt, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 span.link-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 span.link-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 span.link-txt, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 span.link-txt {
    display:block
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .carousel .carousel-inner, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .carousel .carousel-inner, .page-node-type-archive.has-glyphicons .wrapper-full1 .carousel .carousel-inner, .page-node-type-archive.has-glyphicons .wrapper-full2 .carousel .carousel-inner, .page-node-type-archive.has-glyphicons .wrapper-full3 .carousel .carousel-inner, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .carousel .carousel-inner, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .carousel .carousel-inner, .page-node-type-blog.has-glyphicons .wrapper-full1 .carousel .carousel-inner, .page-node-type-blog.has-glyphicons .wrapper-full2 .carousel .carousel-inner, .page-node-type-blog.has-glyphicons .wrapper-full3 .carousel .carousel-inner, .page-node-type-info.has-glyphicons .content-main .content-middle1 .carousel .carousel-inner, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .carousel .carousel-inner, .page-node-type-info.has-glyphicons .wrapper-full1 .carousel .carousel-inner, .page-node-type-info.has-glyphicons .wrapper-full2 .carousel .carousel-inner, .page-node-type-info.has-glyphicons .wrapper-full3 .carousel .carousel-inner, .page-node-type-page.has-glyphicons .content-main .content-middle1 .carousel .carousel-inner, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .carousel .carousel-inner, .page-node-type-page.has-glyphicons .wrapper-full1 .carousel .carousel-inner, .page-node-type-page.has-glyphicons .wrapper-full2 .carousel .carousel-inner, .page-node-type-page.has-glyphicons .wrapper-full3 .carousel .carousel-inner, .path-archive.has-glyphicons .content-main .content-middle1 .carousel .carousel-inner, .path-archive.has-glyphicons .content-sub .content-middle2 .carousel .carousel-inner, .path-archive.has-glyphicons .wrapper-full1 .carousel .carousel-inner, .path-archive.has-glyphicons .wrapper-full2 .carousel .carousel-inner, .path-archive.has-glyphicons .wrapper-full3 .carousel .carousel-inner, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .carousel .carousel-inner, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .carousel .carousel-inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .carousel .carousel-inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .carousel .carousel-inner, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .carousel .carousel-inner {
    width:100%;
    margin:0 auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .header .sub-navi .btn-inq:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .header .sub-navi .btn-inq:after, .page-node-type-archive.has-glyphicons .wrapper-full1 .header .sub-navi .btn-inq:after, .page-node-type-archive.has-glyphicons .wrapper-full2 .header .sub-navi .btn-inq:after, .page-node-type-archive.has-glyphicons .wrapper-full3 .header .sub-navi .btn-inq:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .header .sub-navi .btn-inq:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .header .sub-navi .btn-inq:after, .page-node-type-blog.has-glyphicons .wrapper-full1 .header .sub-navi .btn-inq:after, .page-node-type-blog.has-glyphicons .wrapper-full2 .header .sub-navi .btn-inq:after, .page-node-type-blog.has-glyphicons .wrapper-full3 .header .sub-navi .btn-inq:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 .header .sub-navi .btn-inq:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .header .sub-navi .btn-inq:after, .page-node-type-info.has-glyphicons .wrapper-full1 .header .sub-navi .btn-inq:after, .page-node-type-info.has-glyphicons .wrapper-full2 .header .sub-navi .btn-inq:after, .page-node-type-info.has-glyphicons .wrapper-full3 .header .sub-navi .btn-inq:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 .header .sub-navi .btn-inq:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .header .sub-navi .btn-inq:after, .page-node-type-page.has-glyphicons .wrapper-full1 .header .sub-navi .btn-inq:after, .page-node-type-page.has-glyphicons .wrapper-full2 .header .sub-navi .btn-inq:after, .page-node-type-page.has-glyphicons .wrapper-full3 .header .sub-navi .btn-inq:after, .path-archive.has-glyphicons .content-main .content-middle1 .header .sub-navi .btn-inq:after, .path-archive.has-glyphicons .content-sub .content-middle2 .header .sub-navi .btn-inq:after, .path-archive.has-glyphicons .wrapper-full1 .header .sub-navi .btn-inq:after, .path-archive.has-glyphicons .wrapper-full2 .header .sub-navi .btn-inq:after, .path-archive.has-glyphicons .wrapper-full3 .header .sub-navi .btn-inq:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .header .sub-navi .btn-inq:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .header .sub-navi .btn-inq:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .header .sub-navi .btn-inq:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .header .sub-navi .btn-inq:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .header .sub-navi .btn-inq:after {
    position:absolute;
    top:50%;
    right:14px!important;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:6px;
    height:8px;
    margin-top:5px;
    background:url(../../../../themes/toto_master1/images/icn_arrow_03.png) 0 0 no-repeat!important;
    content:""
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .header .sub-navi .btn-inq a:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .header .sub-navi .btn-inq a:after, .page-node-type-archive.has-glyphicons .wrapper-full1 .header .sub-navi .btn-inq a:after, .page-node-type-archive.has-glyphicons .wrapper-full2 .header .sub-navi .btn-inq a:after, .page-node-type-archive.has-glyphicons .wrapper-full3 .header .sub-navi .btn-inq a:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .header .sub-navi .btn-inq a:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .header .sub-navi .btn-inq a:after, .page-node-type-blog.has-glyphicons .wrapper-full1 .header .sub-navi .btn-inq a:after, .page-node-type-blog.has-glyphicons .wrapper-full2 .header .sub-navi .btn-inq a:after, .page-node-type-blog.has-glyphicons .wrapper-full3 .header .sub-navi .btn-inq a:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 .header .sub-navi .btn-inq a:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .header .sub-navi .btn-inq a:after, .page-node-type-info.has-glyphicons .wrapper-full1 .header .sub-navi .btn-inq a:after, .page-node-type-info.has-glyphicons .wrapper-full2 .header .sub-navi .btn-inq a:after, .page-node-type-info.has-glyphicons .wrapper-full3 .header .sub-navi .btn-inq a:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 .header .sub-navi .btn-inq a:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .header .sub-navi .btn-inq a:after, .page-node-type-page.has-glyphicons .wrapper-full1 .header .sub-navi .btn-inq a:after, .page-node-type-page.has-glyphicons .wrapper-full2 .header .sub-navi .btn-inq a:after, .page-node-type-page.has-glyphicons .wrapper-full3 .header .sub-navi .btn-inq a:after, .path-archive.has-glyphicons .content-main .content-middle1 .header .sub-navi .btn-inq a:after, .path-archive.has-glyphicons .content-sub .content-middle2 .header .sub-navi .btn-inq a:after, .path-archive.has-glyphicons .wrapper-full1 .header .sub-navi .btn-inq a:after, .path-archive.has-glyphicons .wrapper-full2 .header .sub-navi .btn-inq a:after, .path-archive.has-glyphicons .wrapper-full3 .header .sub-navi .btn-inq a:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .header .sub-navi .btn-inq a:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .header .sub-navi .btn-inq a:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .header .sub-navi .btn-inq a:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .header .sub-navi .btn-inq a:after, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .header .sub-navi .btn-inq a:after {
    content:none
}


}

@media screen and (min-width:981px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 .header .menu-group, .page-node-type-archive.has-glyphicons .content-main .content-middle1 .header .nav .global-navi, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .header .menu-group, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .header .nav .global-navi, .page-node-type-archive.has-glyphicons .wrapper-full1 .header .menu-group, .page-node-type-archive.has-glyphicons .wrapper-full1 .header .nav .global-navi, .page-node-type-archive.has-glyphicons .wrapper-full2 .header .menu-group, .page-node-type-archive.has-glyphicons .wrapper-full2 .header .nav .global-navi, .page-node-type-archive.has-glyphicons .wrapper-full3 .header .menu-group, .page-node-type-archive.has-glyphicons .wrapper-full3 .header .nav .global-navi, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .header .menu-group, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .header .nav .global-navi, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .header .menu-group, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .header .nav .global-navi, .page-node-type-blog.has-glyphicons .wrapper-full1 .header .menu-group, .page-node-type-blog.has-glyphicons .wrapper-full1 .header .nav .global-navi, .page-node-type-blog.has-glyphicons .wrapper-full2 .header .menu-group, .page-node-type-blog.has-glyphicons .wrapper-full2 .header .nav .global-navi, .page-node-type-blog.has-glyphicons .wrapper-full3 .header .menu-group, .page-node-type-blog.has-glyphicons .wrapper-full3 .header .nav .global-navi, .page-node-type-info.has-glyphicons .content-main .content-middle1 .header .menu-group, .page-node-type-info.has-glyphicons .content-main .content-middle1 .header .nav .global-navi, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .header .menu-group, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .header .nav .global-navi, .page-node-type-info.has-glyphicons .wrapper-full1 .header .menu-group, .page-node-type-info.has-glyphicons .wrapper-full1 .header .nav .global-navi, .page-node-type-info.has-glyphicons .wrapper-full2 .header .menu-group, .page-node-type-info.has-glyphicons .wrapper-full2 .header .nav .global-navi, .page-node-type-info.has-glyphicons .wrapper-full3 .header .menu-group, .page-node-type-info.has-glyphicons .wrapper-full3 .header .nav .global-navi, .page-node-type-page.has-glyphicons .content-main .content-middle1 .header .menu-group, .page-node-type-page.has-glyphicons .content-main .content-middle1 .header .nav .global-navi, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .header .menu-group, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .header .nav .global-navi, .page-node-type-page.has-glyphicons .wrapper-full1 .header .menu-group, .page-node-type-page.has-glyphicons .wrapper-full1 .header .nav .global-navi, .page-node-type-page.has-glyphicons .wrapper-full2 .header .menu-group, .page-node-type-page.has-glyphicons .wrapper-full2 .header .nav .global-navi, .page-node-type-page.has-glyphicons .wrapper-full3 .header .menu-group, .page-node-type-page.has-glyphicons .wrapper-full3 .header .nav .global-navi, .path-archive.has-glyphicons .content-main .content-middle1 .header .menu-group, .path-archive.has-glyphicons .content-main .content-middle1 .header .nav .global-navi, .path-archive.has-glyphicons .content-sub .content-middle2 .header .menu-group, .path-archive.has-glyphicons .content-sub .content-middle2 .header .nav .global-navi, .path-archive.has-glyphicons .wrapper-full1 .header .menu-group, .path-archive.has-glyphicons .wrapper-full1 .header .nav .global-navi, .path-archive.has-glyphicons .wrapper-full2 .header .menu-group, .path-archive.has-glyphicons .wrapper-full2 .header .nav .global-navi, .path-archive.has-glyphicons .wrapper-full3 .header .menu-group, .path-archive.has-glyphicons .wrapper-full3 .header .nav .global-navi, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .header .menu-group, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .header .nav .global-navi, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .header .menu-group, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .header .nav .global-navi, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .header .menu-group, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .header .nav .global-navi, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .header .menu-group, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .header .nav .global-navi, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .header .menu-group, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .header .nav .global-navi {
    display:block!important
}


}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mt00, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mt00, .page-node-type-archive.has-glyphicons .wrapper-full1 .mt00, .page-node-type-archive.has-glyphicons .wrapper-full2 .mt00, .page-node-type-archive.has-glyphicons .wrapper-full3 .mt00, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mt00, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mt00, .page-node-type-blog.has-glyphicons .wrapper-full1 .mt00, .page-node-type-blog.has-glyphicons .wrapper-full2 .mt00, .page-node-type-blog.has-glyphicons .wrapper-full3 .mt00, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mt00, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mt00, .page-node-type-info.has-glyphicons .wrapper-full1 .mt00, .page-node-type-info.has-glyphicons .wrapper-full2 .mt00, .page-node-type-info.has-glyphicons .wrapper-full3 .mt00, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mt00, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mt00, .page-node-type-page.has-glyphicons .wrapper-full1 .mt00, .page-node-type-page.has-glyphicons .wrapper-full2 .mt00, .page-node-type-page.has-glyphicons .wrapper-full3 .mt00, .path-archive.has-glyphicons .content-main .content-middle1 .mt00, .path-archive.has-glyphicons .content-sub .content-middle2 .mt00, .path-archive.has-glyphicons .wrapper-full1 .mt00, .path-archive.has-glyphicons .wrapper-full2 .mt00, .path-archive.has-glyphicons .wrapper-full3 .mt00, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mt00, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mt00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mt00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mt00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mt00 {
    margin-top:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mt05, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mt05, .page-node-type-archive.has-glyphicons .wrapper-full1 .mt05, .page-node-type-archive.has-glyphicons .wrapper-full2 .mt05, .page-node-type-archive.has-glyphicons .wrapper-full3 .mt05, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mt05, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mt05, .page-node-type-blog.has-glyphicons .wrapper-full1 .mt05, .page-node-type-blog.has-glyphicons .wrapper-full2 .mt05, .page-node-type-blog.has-glyphicons .wrapper-full3 .mt05, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mt05, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mt05, .page-node-type-info.has-glyphicons .wrapper-full1 .mt05, .page-node-type-info.has-glyphicons .wrapper-full2 .mt05, .page-node-type-info.has-glyphicons .wrapper-full3 .mt05, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mt05, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mt05, .page-node-type-page.has-glyphicons .wrapper-full1 .mt05, .page-node-type-page.has-glyphicons .wrapper-full2 .mt05, .page-node-type-page.has-glyphicons .wrapper-full3 .mt05, .path-archive.has-glyphicons .content-main .content-middle1 .mt05, .path-archive.has-glyphicons .content-sub .content-middle2 .mt05, .path-archive.has-glyphicons .wrapper-full1 .mt05, .path-archive.has-glyphicons .wrapper-full2 .mt05, .path-archive.has-glyphicons .wrapper-full3 .mt05, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mt05, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mt05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mt05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mt05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mt05 {
    margin-top:5px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mt10, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mt10, .page-node-type-archive.has-glyphicons .wrapper-full1 .mt10, .page-node-type-archive.has-glyphicons .wrapper-full2 .mt10, .page-node-type-archive.has-glyphicons .wrapper-full3 .mt10, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mt10, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mt10, .page-node-type-blog.has-glyphicons .wrapper-full1 .mt10, .page-node-type-blog.has-glyphicons .wrapper-full2 .mt10, .page-node-type-blog.has-glyphicons .wrapper-full3 .mt10, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mt10, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mt10, .page-node-type-info.has-glyphicons .wrapper-full1 .mt10, .page-node-type-info.has-glyphicons .wrapper-full2 .mt10, .page-node-type-info.has-glyphicons .wrapper-full3 .mt10, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mt10, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mt10, .page-node-type-page.has-glyphicons .wrapper-full1 .mt10, .page-node-type-page.has-glyphicons .wrapper-full2 .mt10, .page-node-type-page.has-glyphicons .wrapper-full3 .mt10, .path-archive.has-glyphicons .content-main .content-middle1 .mt10, .path-archive.has-glyphicons .content-sub .content-middle2 .mt10, .path-archive.has-glyphicons .wrapper-full1 .mt10, .path-archive.has-glyphicons .wrapper-full2 .mt10, .path-archive.has-glyphicons .wrapper-full3 .mt10, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mt10, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mt10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mt10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mt10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mt10 {
    margin-top:10px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mt15, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mt15, .page-node-type-archive.has-glyphicons .wrapper-full1 .mt15, .page-node-type-archive.has-glyphicons .wrapper-full2 .mt15, .page-node-type-archive.has-glyphicons .wrapper-full3 .mt15, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mt15, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mt15, .page-node-type-blog.has-glyphicons .wrapper-full1 .mt15, .page-node-type-blog.has-glyphicons .wrapper-full2 .mt15, .page-node-type-blog.has-glyphicons .wrapper-full3 .mt15, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mt15, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mt15, .page-node-type-info.has-glyphicons .wrapper-full1 .mt15, .page-node-type-info.has-glyphicons .wrapper-full2 .mt15, .page-node-type-info.has-glyphicons .wrapper-full3 .mt15, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mt15, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mt15, .page-node-type-page.has-glyphicons .wrapper-full1 .mt15, .page-node-type-page.has-glyphicons .wrapper-full2 .mt15, .page-node-type-page.has-glyphicons .wrapper-full3 .mt15, .path-archive.has-glyphicons .content-main .content-middle1 .mt15, .path-archive.has-glyphicons .content-sub .content-middle2 .mt15, .path-archive.has-glyphicons .wrapper-full1 .mt15, .path-archive.has-glyphicons .wrapper-full2 .mt15, .path-archive.has-glyphicons .wrapper-full3 .mt15, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mt15, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mt15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mt15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mt15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mt15 {
    margin-top:15px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mt20, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mt20, .page-node-type-archive.has-glyphicons .wrapper-full1 .mt20, .page-node-type-archive.has-glyphicons .wrapper-full2 .mt20, .page-node-type-archive.has-glyphicons .wrapper-full3 .mt20, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mt20, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mt20, .page-node-type-blog.has-glyphicons .wrapper-full1 .mt20, .page-node-type-blog.has-glyphicons .wrapper-full2 .mt20, .page-node-type-blog.has-glyphicons .wrapper-full3 .mt20, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mt20, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mt20, .page-node-type-info.has-glyphicons .wrapper-full1 .mt20, .page-node-type-info.has-glyphicons .wrapper-full2 .mt20, .page-node-type-info.has-glyphicons .wrapper-full3 .mt20, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mt20, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mt20, .page-node-type-page.has-glyphicons .wrapper-full1 .mt20, .page-node-type-page.has-glyphicons .wrapper-full2 .mt20, .page-node-type-page.has-glyphicons .wrapper-full3 .mt20, .path-archive.has-glyphicons .content-main .content-middle1 .mt20, .path-archive.has-glyphicons .content-sub .content-middle2 .mt20, .path-archive.has-glyphicons .wrapper-full1 .mt20, .path-archive.has-glyphicons .wrapper-full2 .mt20, .path-archive.has-glyphicons .wrapper-full3 .mt20, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mt20, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mt20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mt20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mt20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mt20 {
    margin-top:20px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mt25, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mt25, .page-node-type-archive.has-glyphicons .wrapper-full1 .mt25, .page-node-type-archive.has-glyphicons .wrapper-full2 .mt25, .page-node-type-archive.has-glyphicons .wrapper-full3 .mt25, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mt25, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mt25, .page-node-type-blog.has-glyphicons .wrapper-full1 .mt25, .page-node-type-blog.has-glyphicons .wrapper-full2 .mt25, .page-node-type-blog.has-glyphicons .wrapper-full3 .mt25, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mt25, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mt25, .page-node-type-info.has-glyphicons .wrapper-full1 .mt25, .page-node-type-info.has-glyphicons .wrapper-full2 .mt25, .page-node-type-info.has-glyphicons .wrapper-full3 .mt25, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mt25, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mt25, .page-node-type-page.has-glyphicons .wrapper-full1 .mt25, .page-node-type-page.has-glyphicons .wrapper-full2 .mt25, .page-node-type-page.has-glyphicons .wrapper-full3 .mt25, .path-archive.has-glyphicons .content-main .content-middle1 .mt25, .path-archive.has-glyphicons .content-sub .content-middle2 .mt25, .path-archive.has-glyphicons .wrapper-full1 .mt25, .path-archive.has-glyphicons .wrapper-full2 .mt25, .path-archive.has-glyphicons .wrapper-full3 .mt25, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mt25, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mt25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mt25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mt25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mt25 {
    margin-top:25px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mt30, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mt30, .page-node-type-archive.has-glyphicons .wrapper-full1 .mt30, .page-node-type-archive.has-glyphicons .wrapper-full2 .mt30, .page-node-type-archive.has-glyphicons .wrapper-full3 .mt30, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mt30, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mt30, .page-node-type-blog.has-glyphicons .wrapper-full1 .mt30, .page-node-type-blog.has-glyphicons .wrapper-full2 .mt30, .page-node-type-blog.has-glyphicons .wrapper-full3 .mt30, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mt30, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mt30, .page-node-type-info.has-glyphicons .wrapper-full1 .mt30, .page-node-type-info.has-glyphicons .wrapper-full2 .mt30, .page-node-type-info.has-glyphicons .wrapper-full3 .mt30, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mt30, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mt30, .page-node-type-page.has-glyphicons .wrapper-full1 .mt30, .page-node-type-page.has-glyphicons .wrapper-full2 .mt30, .page-node-type-page.has-glyphicons .wrapper-full3 .mt30, .path-archive.has-glyphicons .content-main .content-middle1 .mt30, .path-archive.has-glyphicons .content-sub .content-middle2 .mt30, .path-archive.has-glyphicons .wrapper-full1 .mt30, .path-archive.has-glyphicons .wrapper-full2 .mt30, .path-archive.has-glyphicons .wrapper-full3 .mt30, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mt30, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mt30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mt30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mt30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mt30 {
    margin-top:30px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mt35, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mt35, .page-node-type-archive.has-glyphicons .wrapper-full1 .mt35, .page-node-type-archive.has-glyphicons .wrapper-full2 .mt35, .page-node-type-archive.has-glyphicons .wrapper-full3 .mt35, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mt35, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mt35, .page-node-type-blog.has-glyphicons .wrapper-full1 .mt35, .page-node-type-blog.has-glyphicons .wrapper-full2 .mt35, .page-node-type-blog.has-glyphicons .wrapper-full3 .mt35, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mt35, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mt35, .page-node-type-info.has-glyphicons .wrapper-full1 .mt35, .page-node-type-info.has-glyphicons .wrapper-full2 .mt35, .page-node-type-info.has-glyphicons .wrapper-full3 .mt35, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mt35, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mt35, .page-node-type-page.has-glyphicons .wrapper-full1 .mt35, .page-node-type-page.has-glyphicons .wrapper-full2 .mt35, .page-node-type-page.has-glyphicons .wrapper-full3 .mt35, .path-archive.has-glyphicons .content-main .content-middle1 .mt35, .path-archive.has-glyphicons .content-sub .content-middle2 .mt35, .path-archive.has-glyphicons .wrapper-full1 .mt35, .path-archive.has-glyphicons .wrapper-full2 .mt35, .path-archive.has-glyphicons .wrapper-full3 .mt35, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mt35, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mt35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mt35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mt35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mt35 {
    margin-top:35px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mt40, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mt40, .page-node-type-archive.has-glyphicons .wrapper-full1 .mt40, .page-node-type-archive.has-glyphicons .wrapper-full2 .mt40, .page-node-type-archive.has-glyphicons .wrapper-full3 .mt40, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mt40, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mt40, .page-node-type-blog.has-glyphicons .wrapper-full1 .mt40, .page-node-type-blog.has-glyphicons .wrapper-full2 .mt40, .page-node-type-blog.has-glyphicons .wrapper-full3 .mt40, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mt40, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mt40, .page-node-type-info.has-glyphicons .wrapper-full1 .mt40, .page-node-type-info.has-glyphicons .wrapper-full2 .mt40, .page-node-type-info.has-glyphicons .wrapper-full3 .mt40, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mt40, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mt40, .page-node-type-page.has-glyphicons .wrapper-full1 .mt40, .page-node-type-page.has-glyphicons .wrapper-full2 .mt40, .page-node-type-page.has-glyphicons .wrapper-full3 .mt40, .path-archive.has-glyphicons .content-main .content-middle1 .mt40, .path-archive.has-glyphicons .content-sub .content-middle2 .mt40, .path-archive.has-glyphicons .wrapper-full1 .mt40, .path-archive.has-glyphicons .wrapper-full2 .mt40, .path-archive.has-glyphicons .wrapper-full3 .mt40, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mt40, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mt40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mt40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mt40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mt40 {
    margin-top:40px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mt45, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mt45, .page-node-type-archive.has-glyphicons .wrapper-full1 .mt45, .page-node-type-archive.has-glyphicons .wrapper-full2 .mt45, .page-node-type-archive.has-glyphicons .wrapper-full3 .mt45, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mt45, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mt45, .page-node-type-blog.has-glyphicons .wrapper-full1 .mt45, .page-node-type-blog.has-glyphicons .wrapper-full2 .mt45, .page-node-type-blog.has-glyphicons .wrapper-full3 .mt45, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mt45, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mt45, .page-node-type-info.has-glyphicons .wrapper-full1 .mt45, .page-node-type-info.has-glyphicons .wrapper-full2 .mt45, .page-node-type-info.has-glyphicons .wrapper-full3 .mt45, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mt45, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mt45, .page-node-type-page.has-glyphicons .wrapper-full1 .mt45, .page-node-type-page.has-glyphicons .wrapper-full2 .mt45, .page-node-type-page.has-glyphicons .wrapper-full3 .mt45, .path-archive.has-glyphicons .content-main .content-middle1 .mt45, .path-archive.has-glyphicons .content-sub .content-middle2 .mt45, .path-archive.has-glyphicons .wrapper-full1 .mt45, .path-archive.has-glyphicons .wrapper-full2 .mt45, .path-archive.has-glyphicons .wrapper-full3 .mt45, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mt45, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mt45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mt45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mt45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mt45 {
    margin-top:45px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mt50, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mt50, .page-node-type-archive.has-glyphicons .wrapper-full1 .mt50, .page-node-type-archive.has-glyphicons .wrapper-full2 .mt50, .page-node-type-archive.has-glyphicons .wrapper-full3 .mt50, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mt50, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mt50, .page-node-type-blog.has-glyphicons .wrapper-full1 .mt50, .page-node-type-blog.has-glyphicons .wrapper-full2 .mt50, .page-node-type-blog.has-glyphicons .wrapper-full3 .mt50, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mt50, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mt50, .page-node-type-info.has-glyphicons .wrapper-full1 .mt50, .page-node-type-info.has-glyphicons .wrapper-full2 .mt50, .page-node-type-info.has-glyphicons .wrapper-full3 .mt50, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mt50, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mt50, .page-node-type-page.has-glyphicons .wrapper-full1 .mt50, .page-node-type-page.has-glyphicons .wrapper-full2 .mt50, .page-node-type-page.has-glyphicons .wrapper-full3 .mt50, .path-archive.has-glyphicons .content-main .content-middle1 .mt50, .path-archive.has-glyphicons .content-sub .content-middle2 .mt50, .path-archive.has-glyphicons .wrapper-full1 .mt50, .path-archive.has-glyphicons .wrapper-full2 .mt50, .path-archive.has-glyphicons .wrapper-full3 .mt50, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mt50, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mt50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mt50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mt50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mt50 {
    margin-top:50px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mr00, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mr00, .page-node-type-archive.has-glyphicons .wrapper-full1 .mr00, .page-node-type-archive.has-glyphicons .wrapper-full2 .mr00, .page-node-type-archive.has-glyphicons .wrapper-full3 .mr00, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mr00, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mr00, .page-node-type-blog.has-glyphicons .wrapper-full1 .mr00, .page-node-type-blog.has-glyphicons .wrapper-full2 .mr00, .page-node-type-blog.has-glyphicons .wrapper-full3 .mr00, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mr00, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mr00, .page-node-type-info.has-glyphicons .wrapper-full1 .mr00, .page-node-type-info.has-glyphicons .wrapper-full2 .mr00, .page-node-type-info.has-glyphicons .wrapper-full3 .mr00, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mr00, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mr00, .page-node-type-page.has-glyphicons .wrapper-full1 .mr00, .page-node-type-page.has-glyphicons .wrapper-full2 .mr00, .page-node-type-page.has-glyphicons .wrapper-full3 .mr00, .path-archive.has-glyphicons .content-main .content-middle1 .mr00, .path-archive.has-glyphicons .content-sub .content-middle2 .mr00, .path-archive.has-glyphicons .wrapper-full1 .mr00, .path-archive.has-glyphicons .wrapper-full2 .mr00, .path-archive.has-glyphicons .wrapper-full3 .mr00, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mr00, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mr00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mr00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mr00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mr00 {
    margin-right:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mr05, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mr05, .page-node-type-archive.has-glyphicons .wrapper-full1 .mr05, .page-node-type-archive.has-glyphicons .wrapper-full2 .mr05, .page-node-type-archive.has-glyphicons .wrapper-full3 .mr05, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mr05, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mr05, .page-node-type-blog.has-glyphicons .wrapper-full1 .mr05, .page-node-type-blog.has-glyphicons .wrapper-full2 .mr05, .page-node-type-blog.has-glyphicons .wrapper-full3 .mr05, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mr05, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mr05, .page-node-type-info.has-glyphicons .wrapper-full1 .mr05, .page-node-type-info.has-glyphicons .wrapper-full2 .mr05, .page-node-type-info.has-glyphicons .wrapper-full3 .mr05, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mr05, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mr05, .page-node-type-page.has-glyphicons .wrapper-full1 .mr05, .page-node-type-page.has-glyphicons .wrapper-full2 .mr05, .page-node-type-page.has-glyphicons .wrapper-full3 .mr05, .path-archive.has-glyphicons .content-main .content-middle1 .mr05, .path-archive.has-glyphicons .content-sub .content-middle2 .mr05, .path-archive.has-glyphicons .wrapper-full1 .mr05, .path-archive.has-glyphicons .wrapper-full2 .mr05, .path-archive.has-glyphicons .wrapper-full3 .mr05, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mr05, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mr05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mr05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mr05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mr05 {
    margin-right:5px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mr10, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mr10, .page-node-type-archive.has-glyphicons .wrapper-full1 .mr10, .page-node-type-archive.has-glyphicons .wrapper-full2 .mr10, .page-node-type-archive.has-glyphicons .wrapper-full3 .mr10, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mr10, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mr10, .page-node-type-blog.has-glyphicons .wrapper-full1 .mr10, .page-node-type-blog.has-glyphicons .wrapper-full2 .mr10, .page-node-type-blog.has-glyphicons .wrapper-full3 .mr10, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mr10, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mr10, .page-node-type-info.has-glyphicons .wrapper-full1 .mr10, .page-node-type-info.has-glyphicons .wrapper-full2 .mr10, .page-node-type-info.has-glyphicons .wrapper-full3 .mr10, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mr10, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mr10, .page-node-type-page.has-glyphicons .wrapper-full1 .mr10, .page-node-type-page.has-glyphicons .wrapper-full2 .mr10, .page-node-type-page.has-glyphicons .wrapper-full3 .mr10, .path-archive.has-glyphicons .content-main .content-middle1 .mr10, .path-archive.has-glyphicons .content-sub .content-middle2 .mr10, .path-archive.has-glyphicons .wrapper-full1 .mr10, .path-archive.has-glyphicons .wrapper-full2 .mr10, .path-archive.has-glyphicons .wrapper-full3 .mr10, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mr10, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mr10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mr10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mr10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mr10 {
    margin-right:10px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mr15, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mr15, .page-node-type-archive.has-glyphicons .wrapper-full1 .mr15, .page-node-type-archive.has-glyphicons .wrapper-full2 .mr15, .page-node-type-archive.has-glyphicons .wrapper-full3 .mr15, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mr15, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mr15, .page-node-type-blog.has-glyphicons .wrapper-full1 .mr15, .page-node-type-blog.has-glyphicons .wrapper-full2 .mr15, .page-node-type-blog.has-glyphicons .wrapper-full3 .mr15, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mr15, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mr15, .page-node-type-info.has-glyphicons .wrapper-full1 .mr15, .page-node-type-info.has-glyphicons .wrapper-full2 .mr15, .page-node-type-info.has-glyphicons .wrapper-full3 .mr15, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mr15, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mr15, .page-node-type-page.has-glyphicons .wrapper-full1 .mr15, .page-node-type-page.has-glyphicons .wrapper-full2 .mr15, .page-node-type-page.has-glyphicons .wrapper-full3 .mr15, .path-archive.has-glyphicons .content-main .content-middle1 .mr15, .path-archive.has-glyphicons .content-sub .content-middle2 .mr15, .path-archive.has-glyphicons .wrapper-full1 .mr15, .path-archive.has-glyphicons .wrapper-full2 .mr15, .path-archive.has-glyphicons .wrapper-full3 .mr15, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mr15, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mr15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mr15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mr15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mr15 {
    margin-right:15px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mr20, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mr20, .page-node-type-archive.has-glyphicons .wrapper-full1 .mr20, .page-node-type-archive.has-glyphicons .wrapper-full2 .mr20, .page-node-type-archive.has-glyphicons .wrapper-full3 .mr20, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mr20, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mr20, .page-node-type-blog.has-glyphicons .wrapper-full1 .mr20, .page-node-type-blog.has-glyphicons .wrapper-full2 .mr20, .page-node-type-blog.has-glyphicons .wrapper-full3 .mr20, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mr20, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mr20, .page-node-type-info.has-glyphicons .wrapper-full1 .mr20, .page-node-type-info.has-glyphicons .wrapper-full2 .mr20, .page-node-type-info.has-glyphicons .wrapper-full3 .mr20, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mr20, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mr20, .page-node-type-page.has-glyphicons .wrapper-full1 .mr20, .page-node-type-page.has-glyphicons .wrapper-full2 .mr20, .page-node-type-page.has-glyphicons .wrapper-full3 .mr20, .path-archive.has-glyphicons .content-main .content-middle1 .mr20, .path-archive.has-glyphicons .content-sub .content-middle2 .mr20, .path-archive.has-glyphicons .wrapper-full1 .mr20, .path-archive.has-glyphicons .wrapper-full2 .mr20, .path-archive.has-glyphicons .wrapper-full3 .mr20, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mr20, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mr20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mr20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mr20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mr20 {
    margin-right:20px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mr25, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mr25, .page-node-type-archive.has-glyphicons .wrapper-full1 .mr25, .page-node-type-archive.has-glyphicons .wrapper-full2 .mr25, .page-node-type-archive.has-glyphicons .wrapper-full3 .mr25, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mr25, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mr25, .page-node-type-blog.has-glyphicons .wrapper-full1 .mr25, .page-node-type-blog.has-glyphicons .wrapper-full2 .mr25, .page-node-type-blog.has-glyphicons .wrapper-full3 .mr25, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mr25, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mr25, .page-node-type-info.has-glyphicons .wrapper-full1 .mr25, .page-node-type-info.has-glyphicons .wrapper-full2 .mr25, .page-node-type-info.has-glyphicons .wrapper-full3 .mr25, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mr25, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mr25, .page-node-type-page.has-glyphicons .wrapper-full1 .mr25, .page-node-type-page.has-glyphicons .wrapper-full2 .mr25, .page-node-type-page.has-glyphicons .wrapper-full3 .mr25, .path-archive.has-glyphicons .content-main .content-middle1 .mr25, .path-archive.has-glyphicons .content-sub .content-middle2 .mr25, .path-archive.has-glyphicons .wrapper-full1 .mr25, .path-archive.has-glyphicons .wrapper-full2 .mr25, .path-archive.has-glyphicons .wrapper-full3 .mr25, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mr25, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mr25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mr25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mr25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mr25 {
    margin-right:25px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mr30, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mr30, .page-node-type-archive.has-glyphicons .wrapper-full1 .mr30, .page-node-type-archive.has-glyphicons .wrapper-full2 .mr30, .page-node-type-archive.has-glyphicons .wrapper-full3 .mr30, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mr30, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mr30, .page-node-type-blog.has-glyphicons .wrapper-full1 .mr30, .page-node-type-blog.has-glyphicons .wrapper-full2 .mr30, .page-node-type-blog.has-glyphicons .wrapper-full3 .mr30, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mr30, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mr30, .page-node-type-info.has-glyphicons .wrapper-full1 .mr30, .page-node-type-info.has-glyphicons .wrapper-full2 .mr30, .page-node-type-info.has-glyphicons .wrapper-full3 .mr30, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mr30, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mr30, .page-node-type-page.has-glyphicons .wrapper-full1 .mr30, .page-node-type-page.has-glyphicons .wrapper-full2 .mr30, .page-node-type-page.has-glyphicons .wrapper-full3 .mr30, .path-archive.has-glyphicons .content-main .content-middle1 .mr30, .path-archive.has-glyphicons .content-sub .content-middle2 .mr30, .path-archive.has-glyphicons .wrapper-full1 .mr30, .path-archive.has-glyphicons .wrapper-full2 .mr30, .path-archive.has-glyphicons .wrapper-full3 .mr30, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mr30, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mr30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mr30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mr30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mr30 {
    margin-right:30px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mr35, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mr35, .page-node-type-archive.has-glyphicons .wrapper-full1 .mr35, .page-node-type-archive.has-glyphicons .wrapper-full2 .mr35, .page-node-type-archive.has-glyphicons .wrapper-full3 .mr35, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mr35, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mr35, .page-node-type-blog.has-glyphicons .wrapper-full1 .mr35, .page-node-type-blog.has-glyphicons .wrapper-full2 .mr35, .page-node-type-blog.has-glyphicons .wrapper-full3 .mr35, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mr35, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mr35, .page-node-type-info.has-glyphicons .wrapper-full1 .mr35, .page-node-type-info.has-glyphicons .wrapper-full2 .mr35, .page-node-type-info.has-glyphicons .wrapper-full3 .mr35, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mr35, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mr35, .page-node-type-page.has-glyphicons .wrapper-full1 .mr35, .page-node-type-page.has-glyphicons .wrapper-full2 .mr35, .page-node-type-page.has-glyphicons .wrapper-full3 .mr35, .path-archive.has-glyphicons .content-main .content-middle1 .mr35, .path-archive.has-glyphicons .content-sub .content-middle2 .mr35, .path-archive.has-glyphicons .wrapper-full1 .mr35, .path-archive.has-glyphicons .wrapper-full2 .mr35, .path-archive.has-glyphicons .wrapper-full3 .mr35, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mr35, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mr35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mr35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mr35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mr35 {
    margin-right:35px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mr40, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mr40, .page-node-type-archive.has-glyphicons .wrapper-full1 .mr40, .page-node-type-archive.has-glyphicons .wrapper-full2 .mr40, .page-node-type-archive.has-glyphicons .wrapper-full3 .mr40, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mr40, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mr40, .page-node-type-blog.has-glyphicons .wrapper-full1 .mr40, .page-node-type-blog.has-glyphicons .wrapper-full2 .mr40, .page-node-type-blog.has-glyphicons .wrapper-full3 .mr40, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mr40, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mr40, .page-node-type-info.has-glyphicons .wrapper-full1 .mr40, .page-node-type-info.has-glyphicons .wrapper-full2 .mr40, .page-node-type-info.has-glyphicons .wrapper-full3 .mr40, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mr40, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mr40, .page-node-type-page.has-glyphicons .wrapper-full1 .mr40, .page-node-type-page.has-glyphicons .wrapper-full2 .mr40, .page-node-type-page.has-glyphicons .wrapper-full3 .mr40, .path-archive.has-glyphicons .content-main .content-middle1 .mr40, .path-archive.has-glyphicons .content-sub .content-middle2 .mr40, .path-archive.has-glyphicons .wrapper-full1 .mr40, .path-archive.has-glyphicons .wrapper-full2 .mr40, .path-archive.has-glyphicons .wrapper-full3 .mr40, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mr40, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mr40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mr40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mr40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mr40 {
    margin-right:40px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mr45, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mr45, .page-node-type-archive.has-glyphicons .wrapper-full1 .mr45, .page-node-type-archive.has-glyphicons .wrapper-full2 .mr45, .page-node-type-archive.has-glyphicons .wrapper-full3 .mr45, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mr45, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mr45, .page-node-type-blog.has-glyphicons .wrapper-full1 .mr45, .page-node-type-blog.has-glyphicons .wrapper-full2 .mr45, .page-node-type-blog.has-glyphicons .wrapper-full3 .mr45, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mr45, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mr45, .page-node-type-info.has-glyphicons .wrapper-full1 .mr45, .page-node-type-info.has-glyphicons .wrapper-full2 .mr45, .page-node-type-info.has-glyphicons .wrapper-full3 .mr45, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mr45, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mr45, .page-node-type-page.has-glyphicons .wrapper-full1 .mr45, .page-node-type-page.has-glyphicons .wrapper-full2 .mr45, .page-node-type-page.has-glyphicons .wrapper-full3 .mr45, .path-archive.has-glyphicons .content-main .content-middle1 .mr45, .path-archive.has-glyphicons .content-sub .content-middle2 .mr45, .path-archive.has-glyphicons .wrapper-full1 .mr45, .path-archive.has-glyphicons .wrapper-full2 .mr45, .path-archive.has-glyphicons .wrapper-full3 .mr45, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mr45, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mr45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mr45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mr45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mr45 {
    margin-right:45px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mr50, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mr50, .page-node-type-archive.has-glyphicons .wrapper-full1 .mr50, .page-node-type-archive.has-glyphicons .wrapper-full2 .mr50, .page-node-type-archive.has-glyphicons .wrapper-full3 .mr50, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mr50, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mr50, .page-node-type-blog.has-glyphicons .wrapper-full1 .mr50, .page-node-type-blog.has-glyphicons .wrapper-full2 .mr50, .page-node-type-blog.has-glyphicons .wrapper-full3 .mr50, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mr50, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mr50, .page-node-type-info.has-glyphicons .wrapper-full1 .mr50, .page-node-type-info.has-glyphicons .wrapper-full2 .mr50, .page-node-type-info.has-glyphicons .wrapper-full3 .mr50, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mr50, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mr50, .page-node-type-page.has-glyphicons .wrapper-full1 .mr50, .page-node-type-page.has-glyphicons .wrapper-full2 .mr50, .page-node-type-page.has-glyphicons .wrapper-full3 .mr50, .path-archive.has-glyphicons .content-main .content-middle1 .mr50, .path-archive.has-glyphicons .content-sub .content-middle2 .mr50, .path-archive.has-glyphicons .wrapper-full1 .mr50, .path-archive.has-glyphicons .wrapper-full2 .mr50, .path-archive.has-glyphicons .wrapper-full3 .mr50, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mr50, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mr50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mr50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mr50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mr50 {
    margin-right:50px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mb00, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mb00, .page-node-type-archive.has-glyphicons .wrapper-full1 .mb00, .page-node-type-archive.has-glyphicons .wrapper-full2 .mb00, .page-node-type-archive.has-glyphicons .wrapper-full3 .mb00, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mb00, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mb00, .page-node-type-blog.has-glyphicons .wrapper-full1 .mb00, .page-node-type-blog.has-glyphicons .wrapper-full2 .mb00, .page-node-type-blog.has-glyphicons .wrapper-full3 .mb00, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mb00, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mb00, .page-node-type-info.has-glyphicons .wrapper-full1 .mb00, .page-node-type-info.has-glyphicons .wrapper-full2 .mb00, .page-node-type-info.has-glyphicons .wrapper-full3 .mb00, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mb00, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mb00, .page-node-type-page.has-glyphicons .wrapper-full1 .mb00, .page-node-type-page.has-glyphicons .wrapper-full2 .mb00, .page-node-type-page.has-glyphicons .wrapper-full3 .mb00, .path-archive.has-glyphicons .content-main .content-middle1 .mb00, .path-archive.has-glyphicons .content-sub .content-middle2 .mb00, .path-archive.has-glyphicons .wrapper-full1 .mb00, .path-archive.has-glyphicons .wrapper-full2 .mb00, .path-archive.has-glyphicons .wrapper-full3 .mb00, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mb00, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mb00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mb00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mb00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mb00 {
    margin-bottom:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mb05, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mb05, .page-node-type-archive.has-glyphicons .wrapper-full1 .mb05, .page-node-type-archive.has-glyphicons .wrapper-full2 .mb05, .page-node-type-archive.has-glyphicons .wrapper-full3 .mb05, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mb05, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mb05, .page-node-type-blog.has-glyphicons .wrapper-full1 .mb05, .page-node-type-blog.has-glyphicons .wrapper-full2 .mb05, .page-node-type-blog.has-glyphicons .wrapper-full3 .mb05, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mb05, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mb05, .page-node-type-info.has-glyphicons .wrapper-full1 .mb05, .page-node-type-info.has-glyphicons .wrapper-full2 .mb05, .page-node-type-info.has-glyphicons .wrapper-full3 .mb05, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mb05, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mb05, .page-node-type-page.has-glyphicons .wrapper-full1 .mb05, .page-node-type-page.has-glyphicons .wrapper-full2 .mb05, .page-node-type-page.has-glyphicons .wrapper-full3 .mb05, .path-archive.has-glyphicons .content-main .content-middle1 .mb05, .path-archive.has-glyphicons .content-sub .content-middle2 .mb05, .path-archive.has-glyphicons .wrapper-full1 .mb05, .path-archive.has-glyphicons .wrapper-full2 .mb05, .path-archive.has-glyphicons .wrapper-full3 .mb05, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mb05, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mb05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mb05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mb05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mb05 {
    margin-bottom:5px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mb10, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mb10, .page-node-type-archive.has-glyphicons .wrapper-full1 .mb10, .page-node-type-archive.has-glyphicons .wrapper-full2 .mb10, .page-node-type-archive.has-glyphicons .wrapper-full3 .mb10, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mb10, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mb10, .page-node-type-blog.has-glyphicons .wrapper-full1 .mb10, .page-node-type-blog.has-glyphicons .wrapper-full2 .mb10, .page-node-type-blog.has-glyphicons .wrapper-full3 .mb10, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mb10, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mb10, .page-node-type-info.has-glyphicons .wrapper-full1 .mb10, .page-node-type-info.has-glyphicons .wrapper-full2 .mb10, .page-node-type-info.has-glyphicons .wrapper-full3 .mb10, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mb10, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mb10, .page-node-type-page.has-glyphicons .wrapper-full1 .mb10, .page-node-type-page.has-glyphicons .wrapper-full2 .mb10, .page-node-type-page.has-glyphicons .wrapper-full3 .mb10, .path-archive.has-glyphicons .content-main .content-middle1 .mb10, .path-archive.has-glyphicons .content-sub .content-middle2 .mb10, .path-archive.has-glyphicons .wrapper-full1 .mb10, .path-archive.has-glyphicons .wrapper-full2 .mb10, .path-archive.has-glyphicons .wrapper-full3 .mb10, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mb10, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mb10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mb10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mb10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mb10 {
    margin-bottom:10px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mb15, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mb15, .page-node-type-archive.has-glyphicons .wrapper-full1 .mb15, .page-node-type-archive.has-glyphicons .wrapper-full2 .mb15, .page-node-type-archive.has-glyphicons .wrapper-full3 .mb15, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mb15, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mb15, .page-node-type-blog.has-glyphicons .wrapper-full1 .mb15, .page-node-type-blog.has-glyphicons .wrapper-full2 .mb15, .page-node-type-blog.has-glyphicons .wrapper-full3 .mb15, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mb15, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mb15, .page-node-type-info.has-glyphicons .wrapper-full1 .mb15, .page-node-type-info.has-glyphicons .wrapper-full2 .mb15, .page-node-type-info.has-glyphicons .wrapper-full3 .mb15, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mb15, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mb15, .page-node-type-page.has-glyphicons .wrapper-full1 .mb15, .page-node-type-page.has-glyphicons .wrapper-full2 .mb15, .page-node-type-page.has-glyphicons .wrapper-full3 .mb15, .path-archive.has-glyphicons .content-main .content-middle1 .mb15, .path-archive.has-glyphicons .content-sub .content-middle2 .mb15, .path-archive.has-glyphicons .wrapper-full1 .mb15, .path-archive.has-glyphicons .wrapper-full2 .mb15, .path-archive.has-glyphicons .wrapper-full3 .mb15, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mb15, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mb15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mb15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mb15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mb15 {
    margin-bottom:15px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mb20, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mb20, .page-node-type-archive.has-glyphicons .wrapper-full1 .mb20, .page-node-type-archive.has-glyphicons .wrapper-full2 .mb20, .page-node-type-archive.has-glyphicons .wrapper-full3 .mb20, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mb20, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mb20, .page-node-type-blog.has-glyphicons .wrapper-full1 .mb20, .page-node-type-blog.has-glyphicons .wrapper-full2 .mb20, .page-node-type-blog.has-glyphicons .wrapper-full3 .mb20, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mb20, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mb20, .page-node-type-info.has-glyphicons .wrapper-full1 .mb20, .page-node-type-info.has-glyphicons .wrapper-full2 .mb20, .page-node-type-info.has-glyphicons .wrapper-full3 .mb20, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mb20, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mb20, .page-node-type-page.has-glyphicons .wrapper-full1 .mb20, .page-node-type-page.has-glyphicons .wrapper-full2 .mb20, .page-node-type-page.has-glyphicons .wrapper-full3 .mb20, .path-archive.has-glyphicons .content-main .content-middle1 .mb20, .path-archive.has-glyphicons .content-sub .content-middle2 .mb20, .path-archive.has-glyphicons .wrapper-full1 .mb20, .path-archive.has-glyphicons .wrapper-full2 .mb20, .path-archive.has-glyphicons .wrapper-full3 .mb20, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mb20, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mb20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mb20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mb20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mb20 {
    margin-bottom:20px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mb25, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mb25, .page-node-type-archive.has-glyphicons .wrapper-full1 .mb25, .page-node-type-archive.has-glyphicons .wrapper-full2 .mb25, .page-node-type-archive.has-glyphicons .wrapper-full3 .mb25, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mb25, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mb25, .page-node-type-blog.has-glyphicons .wrapper-full1 .mb25, .page-node-type-blog.has-glyphicons .wrapper-full2 .mb25, .page-node-type-blog.has-glyphicons .wrapper-full3 .mb25, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mb25, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mb25, .page-node-type-info.has-glyphicons .wrapper-full1 .mb25, .page-node-type-info.has-glyphicons .wrapper-full2 .mb25, .page-node-type-info.has-glyphicons .wrapper-full3 .mb25, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mb25, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mb25, .page-node-type-page.has-glyphicons .wrapper-full1 .mb25, .page-node-type-page.has-glyphicons .wrapper-full2 .mb25, .page-node-type-page.has-glyphicons .wrapper-full3 .mb25, .path-archive.has-glyphicons .content-main .content-middle1 .mb25, .path-archive.has-glyphicons .content-sub .content-middle2 .mb25, .path-archive.has-glyphicons .wrapper-full1 .mb25, .path-archive.has-glyphicons .wrapper-full2 .mb25, .path-archive.has-glyphicons .wrapper-full3 .mb25, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mb25, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mb25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mb25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mb25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mb25 {
    margin-bottom:25px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mb30, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mb30, .page-node-type-archive.has-glyphicons .wrapper-full1 .mb30, .page-node-type-archive.has-glyphicons .wrapper-full2 .mb30, .page-node-type-archive.has-glyphicons .wrapper-full3 .mb30, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mb30, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mb30, .page-node-type-blog.has-glyphicons .wrapper-full1 .mb30, .page-node-type-blog.has-glyphicons .wrapper-full2 .mb30, .page-node-type-blog.has-glyphicons .wrapper-full3 .mb30, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mb30, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mb30, .page-node-type-info.has-glyphicons .wrapper-full1 .mb30, .page-node-type-info.has-glyphicons .wrapper-full2 .mb30, .page-node-type-info.has-glyphicons .wrapper-full3 .mb30, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mb30, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mb30, .page-node-type-page.has-glyphicons .wrapper-full1 .mb30, .page-node-type-page.has-glyphicons .wrapper-full2 .mb30, .page-node-type-page.has-glyphicons .wrapper-full3 .mb30, .path-archive.has-glyphicons .content-main .content-middle1 .mb30, .path-archive.has-glyphicons .content-sub .content-middle2 .mb30, .path-archive.has-glyphicons .wrapper-full1 .mb30, .path-archive.has-glyphicons .wrapper-full2 .mb30, .path-archive.has-glyphicons .wrapper-full3 .mb30, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mb30, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mb30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mb30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mb30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mb30 {
    margin-bottom:30px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mb35, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mb35, .page-node-type-archive.has-glyphicons .wrapper-full1 .mb35, .page-node-type-archive.has-glyphicons .wrapper-full2 .mb35, .page-node-type-archive.has-glyphicons .wrapper-full3 .mb35, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mb35, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mb35, .page-node-type-blog.has-glyphicons .wrapper-full1 .mb35, .page-node-type-blog.has-glyphicons .wrapper-full2 .mb35, .page-node-type-blog.has-glyphicons .wrapper-full3 .mb35, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mb35, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mb35, .page-node-type-info.has-glyphicons .wrapper-full1 .mb35, .page-node-type-info.has-glyphicons .wrapper-full2 .mb35, .page-node-type-info.has-glyphicons .wrapper-full3 .mb35, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mb35, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mb35, .page-node-type-page.has-glyphicons .wrapper-full1 .mb35, .page-node-type-page.has-glyphicons .wrapper-full2 .mb35, .page-node-type-page.has-glyphicons .wrapper-full3 .mb35, .path-archive.has-glyphicons .content-main .content-middle1 .mb35, .path-archive.has-glyphicons .content-sub .content-middle2 .mb35, .path-archive.has-glyphicons .wrapper-full1 .mb35, .path-archive.has-glyphicons .wrapper-full2 .mb35, .path-archive.has-glyphicons .wrapper-full3 .mb35, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mb35, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mb35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mb35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mb35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mb35 {
    margin-bottom:35px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mb40, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mb40, .page-node-type-archive.has-glyphicons .wrapper-full1 .mb40, .page-node-type-archive.has-glyphicons .wrapper-full2 .mb40, .page-node-type-archive.has-glyphicons .wrapper-full3 .mb40, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mb40, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mb40, .page-node-type-blog.has-glyphicons .wrapper-full1 .mb40, .page-node-type-blog.has-glyphicons .wrapper-full2 .mb40, .page-node-type-blog.has-glyphicons .wrapper-full3 .mb40, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mb40, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mb40, .page-node-type-info.has-glyphicons .wrapper-full1 .mb40, .page-node-type-info.has-glyphicons .wrapper-full2 .mb40, .page-node-type-info.has-glyphicons .wrapper-full3 .mb40, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mb40, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mb40, .page-node-type-page.has-glyphicons .wrapper-full1 .mb40, .page-node-type-page.has-glyphicons .wrapper-full2 .mb40, .page-node-type-page.has-glyphicons .wrapper-full3 .mb40, .path-archive.has-glyphicons .content-main .content-middle1 .mb40, .path-archive.has-glyphicons .content-sub .content-middle2 .mb40, .path-archive.has-glyphicons .wrapper-full1 .mb40, .path-archive.has-glyphicons .wrapper-full2 .mb40, .path-archive.has-glyphicons .wrapper-full3 .mb40, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mb40, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mb40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mb40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mb40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mb40 {
    margin-bottom:40px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mb45, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mb45, .page-node-type-archive.has-glyphicons .wrapper-full1 .mb45, .page-node-type-archive.has-glyphicons .wrapper-full2 .mb45, .page-node-type-archive.has-glyphicons .wrapper-full3 .mb45, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mb45, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mb45, .page-node-type-blog.has-glyphicons .wrapper-full1 .mb45, .page-node-type-blog.has-glyphicons .wrapper-full2 .mb45, .page-node-type-blog.has-glyphicons .wrapper-full3 .mb45, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mb45, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mb45, .page-node-type-info.has-glyphicons .wrapper-full1 .mb45, .page-node-type-info.has-glyphicons .wrapper-full2 .mb45, .page-node-type-info.has-glyphicons .wrapper-full3 .mb45, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mb45, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mb45, .page-node-type-page.has-glyphicons .wrapper-full1 .mb45, .page-node-type-page.has-glyphicons .wrapper-full2 .mb45, .page-node-type-page.has-glyphicons .wrapper-full3 .mb45, .path-archive.has-glyphicons .content-main .content-middle1 .mb45, .path-archive.has-glyphicons .content-sub .content-middle2 .mb45, .path-archive.has-glyphicons .wrapper-full1 .mb45, .path-archive.has-glyphicons .wrapper-full2 .mb45, .path-archive.has-glyphicons .wrapper-full3 .mb45, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mb45, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mb45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mb45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mb45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mb45 {
    margin-bottom:45px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .mb50, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .mb50, .page-node-type-archive.has-glyphicons .wrapper-full1 .mb50, .page-node-type-archive.has-glyphicons .wrapper-full2 .mb50, .page-node-type-archive.has-glyphicons .wrapper-full3 .mb50, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .mb50, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .mb50, .page-node-type-blog.has-glyphicons .wrapper-full1 .mb50, .page-node-type-blog.has-glyphicons .wrapper-full2 .mb50, .page-node-type-blog.has-glyphicons .wrapper-full3 .mb50, .page-node-type-info.has-glyphicons .content-main .content-middle1 .mb50, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .mb50, .page-node-type-info.has-glyphicons .wrapper-full1 .mb50, .page-node-type-info.has-glyphicons .wrapper-full2 .mb50, .page-node-type-info.has-glyphicons .wrapper-full3 .mb50, .page-node-type-page.has-glyphicons .content-main .content-middle1 .mb50, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .mb50, .page-node-type-page.has-glyphicons .wrapper-full1 .mb50, .page-node-type-page.has-glyphicons .wrapper-full2 .mb50, .page-node-type-page.has-glyphicons .wrapper-full3 .mb50, .path-archive.has-glyphicons .content-main .content-middle1 .mb50, .path-archive.has-glyphicons .content-sub .content-middle2 .mb50, .path-archive.has-glyphicons .wrapper-full1 .mb50, .path-archive.has-glyphicons .wrapper-full2 .mb50, .path-archive.has-glyphicons .wrapper-full3 .mb50, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .mb50, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .mb50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .mb50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .mb50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .mb50 {
    margin-bottom:50px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .ml00, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .ml00, .page-node-type-archive.has-glyphicons .wrapper-full1 .ml00, .page-node-type-archive.has-glyphicons .wrapper-full2 .ml00, .page-node-type-archive.has-glyphicons .wrapper-full3 .ml00, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .ml00, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .ml00, .page-node-type-blog.has-glyphicons .wrapper-full1 .ml00, .page-node-type-blog.has-glyphicons .wrapper-full2 .ml00, .page-node-type-blog.has-glyphicons .wrapper-full3 .ml00, .page-node-type-info.has-glyphicons .content-main .content-middle1 .ml00, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .ml00, .page-node-type-info.has-glyphicons .wrapper-full1 .ml00, .page-node-type-info.has-glyphicons .wrapper-full2 .ml00, .page-node-type-info.has-glyphicons .wrapper-full3 .ml00, .page-node-type-page.has-glyphicons .content-main .content-middle1 .ml00, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .ml00, .page-node-type-page.has-glyphicons .wrapper-full1 .ml00, .page-node-type-page.has-glyphicons .wrapper-full2 .ml00, .page-node-type-page.has-glyphicons .wrapper-full3 .ml00, .path-archive.has-glyphicons .content-main .content-middle1 .ml00, .path-archive.has-glyphicons .content-sub .content-middle2 .ml00, .path-archive.has-glyphicons .wrapper-full1 .ml00, .path-archive.has-glyphicons .wrapper-full2 .ml00, .path-archive.has-glyphicons .wrapper-full3 .ml00, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .ml00, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .ml00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .ml00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .ml00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .ml00 {
    margin-left:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .ml05, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .ml05, .page-node-type-archive.has-glyphicons .wrapper-full1 .ml05, .page-node-type-archive.has-glyphicons .wrapper-full2 .ml05, .page-node-type-archive.has-glyphicons .wrapper-full3 .ml05, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .ml05, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .ml05, .page-node-type-blog.has-glyphicons .wrapper-full1 .ml05, .page-node-type-blog.has-glyphicons .wrapper-full2 .ml05, .page-node-type-blog.has-glyphicons .wrapper-full3 .ml05, .page-node-type-info.has-glyphicons .content-main .content-middle1 .ml05, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .ml05, .page-node-type-info.has-glyphicons .wrapper-full1 .ml05, .page-node-type-info.has-glyphicons .wrapper-full2 .ml05, .page-node-type-info.has-glyphicons .wrapper-full3 .ml05, .page-node-type-page.has-glyphicons .content-main .content-middle1 .ml05, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .ml05, .page-node-type-page.has-glyphicons .wrapper-full1 .ml05, .page-node-type-page.has-glyphicons .wrapper-full2 .ml05, .page-node-type-page.has-glyphicons .wrapper-full3 .ml05, .path-archive.has-glyphicons .content-main .content-middle1 .ml05, .path-archive.has-glyphicons .content-sub .content-middle2 .ml05, .path-archive.has-glyphicons .wrapper-full1 .ml05, .path-archive.has-glyphicons .wrapper-full2 .ml05, .path-archive.has-glyphicons .wrapper-full3 .ml05, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .ml05, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .ml05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .ml05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .ml05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .ml05 {
    margin-left:5px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .ml10, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .ml10, .page-node-type-archive.has-glyphicons .wrapper-full1 .ml10, .page-node-type-archive.has-glyphicons .wrapper-full2 .ml10, .page-node-type-archive.has-glyphicons .wrapper-full3 .ml10, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .ml10, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .ml10, .page-node-type-blog.has-glyphicons .wrapper-full1 .ml10, .page-node-type-blog.has-glyphicons .wrapper-full2 .ml10, .page-node-type-blog.has-glyphicons .wrapper-full3 .ml10, .page-node-type-info.has-glyphicons .content-main .content-middle1 .ml10, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .ml10, .page-node-type-info.has-glyphicons .wrapper-full1 .ml10, .page-node-type-info.has-glyphicons .wrapper-full2 .ml10, .page-node-type-info.has-glyphicons .wrapper-full3 .ml10, .page-node-type-page.has-glyphicons .content-main .content-middle1 .ml10, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .ml10, .page-node-type-page.has-glyphicons .wrapper-full1 .ml10, .page-node-type-page.has-glyphicons .wrapper-full2 .ml10, .page-node-type-page.has-glyphicons .wrapper-full3 .ml10, .path-archive.has-glyphicons .content-main .content-middle1 .ml10, .path-archive.has-glyphicons .content-sub .content-middle2 .ml10, .path-archive.has-glyphicons .wrapper-full1 .ml10, .path-archive.has-glyphicons .wrapper-full2 .ml10, .path-archive.has-glyphicons .wrapper-full3 .ml10, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .ml10, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .ml10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .ml10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .ml10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .ml10 {
    margin-left:10px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .ml15, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .ml15, .page-node-type-archive.has-glyphicons .wrapper-full1 .ml15, .page-node-type-archive.has-glyphicons .wrapper-full2 .ml15, .page-node-type-archive.has-glyphicons .wrapper-full3 .ml15, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .ml15, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .ml15, .page-node-type-blog.has-glyphicons .wrapper-full1 .ml15, .page-node-type-blog.has-glyphicons .wrapper-full2 .ml15, .page-node-type-blog.has-glyphicons .wrapper-full3 .ml15, .page-node-type-info.has-glyphicons .content-main .content-middle1 .ml15, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .ml15, .page-node-type-info.has-glyphicons .wrapper-full1 .ml15, .page-node-type-info.has-glyphicons .wrapper-full2 .ml15, .page-node-type-info.has-glyphicons .wrapper-full3 .ml15, .page-node-type-page.has-glyphicons .content-main .content-middle1 .ml15, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .ml15, .page-node-type-page.has-glyphicons .wrapper-full1 .ml15, .page-node-type-page.has-glyphicons .wrapper-full2 .ml15, .page-node-type-page.has-glyphicons .wrapper-full3 .ml15, .path-archive.has-glyphicons .content-main .content-middle1 .ml15, .path-archive.has-glyphicons .content-sub .content-middle2 .ml15, .path-archive.has-glyphicons .wrapper-full1 .ml15, .path-archive.has-glyphicons .wrapper-full2 .ml15, .path-archive.has-glyphicons .wrapper-full3 .ml15, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .ml15, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .ml15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .ml15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .ml15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .ml15 {
    margin-left:15px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .ml20, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .ml20, .page-node-type-archive.has-glyphicons .wrapper-full1 .ml20, .page-node-type-archive.has-glyphicons .wrapper-full2 .ml20, .page-node-type-archive.has-glyphicons .wrapper-full3 .ml20, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .ml20, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .ml20, .page-node-type-blog.has-glyphicons .wrapper-full1 .ml20, .page-node-type-blog.has-glyphicons .wrapper-full2 .ml20, .page-node-type-blog.has-glyphicons .wrapper-full3 .ml20, .page-node-type-info.has-glyphicons .content-main .content-middle1 .ml20, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .ml20, .page-node-type-info.has-glyphicons .wrapper-full1 .ml20, .page-node-type-info.has-glyphicons .wrapper-full2 .ml20, .page-node-type-info.has-glyphicons .wrapper-full3 .ml20, .page-node-type-page.has-glyphicons .content-main .content-middle1 .ml20, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .ml20, .page-node-type-page.has-glyphicons .wrapper-full1 .ml20, .page-node-type-page.has-glyphicons .wrapper-full2 .ml20, .page-node-type-page.has-glyphicons .wrapper-full3 .ml20, .path-archive.has-glyphicons .content-main .content-middle1 .ml20, .path-archive.has-glyphicons .content-sub .content-middle2 .ml20, .path-archive.has-glyphicons .wrapper-full1 .ml20, .path-archive.has-glyphicons .wrapper-full2 .ml20, .path-archive.has-glyphicons .wrapper-full3 .ml20, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .ml20, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .ml20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .ml20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .ml20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .ml20 {
    margin-left:20px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .ml25, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .ml25, .page-node-type-archive.has-glyphicons .wrapper-full1 .ml25, .page-node-type-archive.has-glyphicons .wrapper-full2 .ml25, .page-node-type-archive.has-glyphicons .wrapper-full3 .ml25, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .ml25, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .ml25, .page-node-type-blog.has-glyphicons .wrapper-full1 .ml25, .page-node-type-blog.has-glyphicons .wrapper-full2 .ml25, .page-node-type-blog.has-glyphicons .wrapper-full3 .ml25, .page-node-type-info.has-glyphicons .content-main .content-middle1 .ml25, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .ml25, .page-node-type-info.has-glyphicons .wrapper-full1 .ml25, .page-node-type-info.has-glyphicons .wrapper-full2 .ml25, .page-node-type-info.has-glyphicons .wrapper-full3 .ml25, .page-node-type-page.has-glyphicons .content-main .content-middle1 .ml25, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .ml25, .page-node-type-page.has-glyphicons .wrapper-full1 .ml25, .page-node-type-page.has-glyphicons .wrapper-full2 .ml25, .page-node-type-page.has-glyphicons .wrapper-full3 .ml25, .path-archive.has-glyphicons .content-main .content-middle1 .ml25, .path-archive.has-glyphicons .content-sub .content-middle2 .ml25, .path-archive.has-glyphicons .wrapper-full1 .ml25, .path-archive.has-glyphicons .wrapper-full2 .ml25, .path-archive.has-glyphicons .wrapper-full3 .ml25, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .ml25, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .ml25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .ml25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .ml25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .ml25 {
    margin-left:25px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .ml30, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .ml30, .page-node-type-archive.has-glyphicons .wrapper-full1 .ml30, .page-node-type-archive.has-glyphicons .wrapper-full2 .ml30, .page-node-type-archive.has-glyphicons .wrapper-full3 .ml30, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .ml30, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .ml30, .page-node-type-blog.has-glyphicons .wrapper-full1 .ml30, .page-node-type-blog.has-glyphicons .wrapper-full2 .ml30, .page-node-type-blog.has-glyphicons .wrapper-full3 .ml30, .page-node-type-info.has-glyphicons .content-main .content-middle1 .ml30, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .ml30, .page-node-type-info.has-glyphicons .wrapper-full1 .ml30, .page-node-type-info.has-glyphicons .wrapper-full2 .ml30, .page-node-type-info.has-glyphicons .wrapper-full3 .ml30, .page-node-type-page.has-glyphicons .content-main .content-middle1 .ml30, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .ml30, .page-node-type-page.has-glyphicons .wrapper-full1 .ml30, .page-node-type-page.has-glyphicons .wrapper-full2 .ml30, .page-node-type-page.has-glyphicons .wrapper-full3 .ml30, .path-archive.has-glyphicons .content-main .content-middle1 .ml30, .path-archive.has-glyphicons .content-sub .content-middle2 .ml30, .path-archive.has-glyphicons .wrapper-full1 .ml30, .path-archive.has-glyphicons .wrapper-full2 .ml30, .path-archive.has-glyphicons .wrapper-full3 .ml30, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .ml30, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .ml30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .ml30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .ml30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .ml30 {
    margin-left:30px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .ml35, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .ml35, .page-node-type-archive.has-glyphicons .wrapper-full1 .ml35, .page-node-type-archive.has-glyphicons .wrapper-full2 .ml35, .page-node-type-archive.has-glyphicons .wrapper-full3 .ml35, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .ml35, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .ml35, .page-node-type-blog.has-glyphicons .wrapper-full1 .ml35, .page-node-type-blog.has-glyphicons .wrapper-full2 .ml35, .page-node-type-blog.has-glyphicons .wrapper-full3 .ml35, .page-node-type-info.has-glyphicons .content-main .content-middle1 .ml35, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .ml35, .page-node-type-info.has-glyphicons .wrapper-full1 .ml35, .page-node-type-info.has-glyphicons .wrapper-full2 .ml35, .page-node-type-info.has-glyphicons .wrapper-full3 .ml35, .page-node-type-page.has-glyphicons .content-main .content-middle1 .ml35, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .ml35, .page-node-type-page.has-glyphicons .wrapper-full1 .ml35, .page-node-type-page.has-glyphicons .wrapper-full2 .ml35, .page-node-type-page.has-glyphicons .wrapper-full3 .ml35, .path-archive.has-glyphicons .content-main .content-middle1 .ml35, .path-archive.has-glyphicons .content-sub .content-middle2 .ml35, .path-archive.has-glyphicons .wrapper-full1 .ml35, .path-archive.has-glyphicons .wrapper-full2 .ml35, .path-archive.has-glyphicons .wrapper-full3 .ml35, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .ml35, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .ml35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .ml35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .ml35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .ml35 {
    margin-left:35px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .ml40, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .ml40, .page-node-type-archive.has-glyphicons .wrapper-full1 .ml40, .page-node-type-archive.has-glyphicons .wrapper-full2 .ml40, .page-node-type-archive.has-glyphicons .wrapper-full3 .ml40, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .ml40, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .ml40, .page-node-type-blog.has-glyphicons .wrapper-full1 .ml40, .page-node-type-blog.has-glyphicons .wrapper-full2 .ml40, .page-node-type-blog.has-glyphicons .wrapper-full3 .ml40, .page-node-type-info.has-glyphicons .content-main .content-middle1 .ml40, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .ml40, .page-node-type-info.has-glyphicons .wrapper-full1 .ml40, .page-node-type-info.has-glyphicons .wrapper-full2 .ml40, .page-node-type-info.has-glyphicons .wrapper-full3 .ml40, .page-node-type-page.has-glyphicons .content-main .content-middle1 .ml40, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .ml40, .page-node-type-page.has-glyphicons .wrapper-full1 .ml40, .page-node-type-page.has-glyphicons .wrapper-full2 .ml40, .page-node-type-page.has-glyphicons .wrapper-full3 .ml40, .path-archive.has-glyphicons .content-main .content-middle1 .ml40, .path-archive.has-glyphicons .content-sub .content-middle2 .ml40, .path-archive.has-glyphicons .wrapper-full1 .ml40, .path-archive.has-glyphicons .wrapper-full2 .ml40, .path-archive.has-glyphicons .wrapper-full3 .ml40, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .ml40, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .ml40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .ml40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .ml40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .ml40 {
    margin-left:40px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .ml45, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .ml45, .page-node-type-archive.has-glyphicons .wrapper-full1 .ml45, .page-node-type-archive.has-glyphicons .wrapper-full2 .ml45, .page-node-type-archive.has-glyphicons .wrapper-full3 .ml45, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .ml45, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .ml45, .page-node-type-blog.has-glyphicons .wrapper-full1 .ml45, .page-node-type-blog.has-glyphicons .wrapper-full2 .ml45, .page-node-type-blog.has-glyphicons .wrapper-full3 .ml45, .page-node-type-info.has-glyphicons .content-main .content-middle1 .ml45, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .ml45, .page-node-type-info.has-glyphicons .wrapper-full1 .ml45, .page-node-type-info.has-glyphicons .wrapper-full2 .ml45, .page-node-type-info.has-glyphicons .wrapper-full3 .ml45, .page-node-type-page.has-glyphicons .content-main .content-middle1 .ml45, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .ml45, .page-node-type-page.has-glyphicons .wrapper-full1 .ml45, .page-node-type-page.has-glyphicons .wrapper-full2 .ml45, .page-node-type-page.has-glyphicons .wrapper-full3 .ml45, .path-archive.has-glyphicons .content-main .content-middle1 .ml45, .path-archive.has-glyphicons .content-sub .content-middle2 .ml45, .path-archive.has-glyphicons .wrapper-full1 .ml45, .path-archive.has-glyphicons .wrapper-full2 .ml45, .path-archive.has-glyphicons .wrapper-full3 .ml45, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .ml45, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .ml45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .ml45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .ml45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .ml45 {
    margin-left:45px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .ml50, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .ml50, .page-node-type-archive.has-glyphicons .wrapper-full1 .ml50, .page-node-type-archive.has-glyphicons .wrapper-full2 .ml50, .page-node-type-archive.has-glyphicons .wrapper-full3 .ml50, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .ml50, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .ml50, .page-node-type-blog.has-glyphicons .wrapper-full1 .ml50, .page-node-type-blog.has-glyphicons .wrapper-full2 .ml50, .page-node-type-blog.has-glyphicons .wrapper-full3 .ml50, .page-node-type-info.has-glyphicons .content-main .content-middle1 .ml50, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .ml50, .page-node-type-info.has-glyphicons .wrapper-full1 .ml50, .page-node-type-info.has-glyphicons .wrapper-full2 .ml50, .page-node-type-info.has-glyphicons .wrapper-full3 .ml50, .page-node-type-page.has-glyphicons .content-main .content-middle1 .ml50, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .ml50, .page-node-type-page.has-glyphicons .wrapper-full1 .ml50, .page-node-type-page.has-glyphicons .wrapper-full2 .ml50, .page-node-type-page.has-glyphicons .wrapper-full3 .ml50, .path-archive.has-glyphicons .content-main .content-middle1 .ml50, .path-archive.has-glyphicons .content-sub .content-middle2 .ml50, .path-archive.has-glyphicons .wrapper-full1 .ml50, .path-archive.has-glyphicons .wrapper-full2 .ml50, .path-archive.has-glyphicons .wrapper-full3 .ml50, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .ml50, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .ml50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .ml50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .ml50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .ml50 {
    margin-left:50px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pt00, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pt00, .page-node-type-archive.has-glyphicons .wrapper-full1 .pt00, .page-node-type-archive.has-glyphicons .wrapper-full2 .pt00, .page-node-type-archive.has-glyphicons .wrapper-full3 .pt00, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pt00, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pt00, .page-node-type-blog.has-glyphicons .wrapper-full1 .pt00, .page-node-type-blog.has-glyphicons .wrapper-full2 .pt00, .page-node-type-blog.has-glyphicons .wrapper-full3 .pt00, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pt00, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pt00, .page-node-type-info.has-glyphicons .wrapper-full1 .pt00, .page-node-type-info.has-glyphicons .wrapper-full2 .pt00, .page-node-type-info.has-glyphicons .wrapper-full3 .pt00, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pt00, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pt00, .page-node-type-page.has-glyphicons .wrapper-full1 .pt00, .page-node-type-page.has-glyphicons .wrapper-full2 .pt00, .page-node-type-page.has-glyphicons .wrapper-full3 .pt00, .path-archive.has-glyphicons .content-main .content-middle1 .pt00, .path-archive.has-glyphicons .content-sub .content-middle2 .pt00, .path-archive.has-glyphicons .wrapper-full1 .pt00, .path-archive.has-glyphicons .wrapper-full2 .pt00, .path-archive.has-glyphicons .wrapper-full3 .pt00, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pt00, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pt00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pt00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pt00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pt00 {
    padding-top:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pt05, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pt05, .page-node-type-archive.has-glyphicons .wrapper-full1 .pt05, .page-node-type-archive.has-glyphicons .wrapper-full2 .pt05, .page-node-type-archive.has-glyphicons .wrapper-full3 .pt05, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pt05, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pt05, .page-node-type-blog.has-glyphicons .wrapper-full1 .pt05, .page-node-type-blog.has-glyphicons .wrapper-full2 .pt05, .page-node-type-blog.has-glyphicons .wrapper-full3 .pt05, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pt05, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pt05, .page-node-type-info.has-glyphicons .wrapper-full1 .pt05, .page-node-type-info.has-glyphicons .wrapper-full2 .pt05, .page-node-type-info.has-glyphicons .wrapper-full3 .pt05, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pt05, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pt05, .page-node-type-page.has-glyphicons .wrapper-full1 .pt05, .page-node-type-page.has-glyphicons .wrapper-full2 .pt05, .page-node-type-page.has-glyphicons .wrapper-full3 .pt05, .path-archive.has-glyphicons .content-main .content-middle1 .pt05, .path-archive.has-glyphicons .content-sub .content-middle2 .pt05, .path-archive.has-glyphicons .wrapper-full1 .pt05, .path-archive.has-glyphicons .wrapper-full2 .pt05, .path-archive.has-glyphicons .wrapper-full3 .pt05, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pt05, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pt05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pt05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pt05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pt05 {
    padding-top:5px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pt10, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pt10, .page-node-type-archive.has-glyphicons .wrapper-full1 .pt10, .page-node-type-archive.has-glyphicons .wrapper-full2 .pt10, .page-node-type-archive.has-glyphicons .wrapper-full3 .pt10, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pt10, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pt10, .page-node-type-blog.has-glyphicons .wrapper-full1 .pt10, .page-node-type-blog.has-glyphicons .wrapper-full2 .pt10, .page-node-type-blog.has-glyphicons .wrapper-full3 .pt10, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pt10, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pt10, .page-node-type-info.has-glyphicons .wrapper-full1 .pt10, .page-node-type-info.has-glyphicons .wrapper-full2 .pt10, .page-node-type-info.has-glyphicons .wrapper-full3 .pt10, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pt10, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pt10, .page-node-type-page.has-glyphicons .wrapper-full1 .pt10, .page-node-type-page.has-glyphicons .wrapper-full2 .pt10, .page-node-type-page.has-glyphicons .wrapper-full3 .pt10, .path-archive.has-glyphicons .content-main .content-middle1 .pt10, .path-archive.has-glyphicons .content-sub .content-middle2 .pt10, .path-archive.has-glyphicons .wrapper-full1 .pt10, .path-archive.has-glyphicons .wrapper-full2 .pt10, .path-archive.has-glyphicons .wrapper-full3 .pt10, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pt10, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pt10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pt10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pt10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pt10 {
    padding-top:10px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pt15, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pt15, .page-node-type-archive.has-glyphicons .wrapper-full1 .pt15, .page-node-type-archive.has-glyphicons .wrapper-full2 .pt15, .page-node-type-archive.has-glyphicons .wrapper-full3 .pt15, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pt15, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pt15, .page-node-type-blog.has-glyphicons .wrapper-full1 .pt15, .page-node-type-blog.has-glyphicons .wrapper-full2 .pt15, .page-node-type-blog.has-glyphicons .wrapper-full3 .pt15, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pt15, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pt15, .page-node-type-info.has-glyphicons .wrapper-full1 .pt15, .page-node-type-info.has-glyphicons .wrapper-full2 .pt15, .page-node-type-info.has-glyphicons .wrapper-full3 .pt15, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pt15, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pt15, .page-node-type-page.has-glyphicons .wrapper-full1 .pt15, .page-node-type-page.has-glyphicons .wrapper-full2 .pt15, .page-node-type-page.has-glyphicons .wrapper-full3 .pt15, .path-archive.has-glyphicons .content-main .content-middle1 .pt15, .path-archive.has-glyphicons .content-sub .content-middle2 .pt15, .path-archive.has-glyphicons .wrapper-full1 .pt15, .path-archive.has-glyphicons .wrapper-full2 .pt15, .path-archive.has-glyphicons .wrapper-full3 .pt15, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pt15, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pt15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pt15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pt15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pt15 {
    padding-top:15px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pt20, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pt20, .page-node-type-archive.has-glyphicons .wrapper-full1 .pt20, .page-node-type-archive.has-glyphicons .wrapper-full2 .pt20, .page-node-type-archive.has-glyphicons .wrapper-full3 .pt20, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pt20, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pt20, .page-node-type-blog.has-glyphicons .wrapper-full1 .pt20, .page-node-type-blog.has-glyphicons .wrapper-full2 .pt20, .page-node-type-blog.has-glyphicons .wrapper-full3 .pt20, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pt20, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pt20, .page-node-type-info.has-glyphicons .wrapper-full1 .pt20, .page-node-type-info.has-glyphicons .wrapper-full2 .pt20, .page-node-type-info.has-glyphicons .wrapper-full3 .pt20, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pt20, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pt20, .page-node-type-page.has-glyphicons .wrapper-full1 .pt20, .page-node-type-page.has-glyphicons .wrapper-full2 .pt20, .page-node-type-page.has-glyphicons .wrapper-full3 .pt20, .path-archive.has-glyphicons .content-main .content-middle1 .pt20, .path-archive.has-glyphicons .content-sub .content-middle2 .pt20, .path-archive.has-glyphicons .wrapper-full1 .pt20, .path-archive.has-glyphicons .wrapper-full2 .pt20, .path-archive.has-glyphicons .wrapper-full3 .pt20, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pt20, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pt20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pt20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pt20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pt20 {
    padding-top:20px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pt25, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pt25, .page-node-type-archive.has-glyphicons .wrapper-full1 .pt25, .page-node-type-archive.has-glyphicons .wrapper-full2 .pt25, .page-node-type-archive.has-glyphicons .wrapper-full3 .pt25, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pt25, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pt25, .page-node-type-blog.has-glyphicons .wrapper-full1 .pt25, .page-node-type-blog.has-glyphicons .wrapper-full2 .pt25, .page-node-type-blog.has-glyphicons .wrapper-full3 .pt25, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pt25, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pt25, .page-node-type-info.has-glyphicons .wrapper-full1 .pt25, .page-node-type-info.has-glyphicons .wrapper-full2 .pt25, .page-node-type-info.has-glyphicons .wrapper-full3 .pt25, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pt25, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pt25, .page-node-type-page.has-glyphicons .wrapper-full1 .pt25, .page-node-type-page.has-glyphicons .wrapper-full2 .pt25, .page-node-type-page.has-glyphicons .wrapper-full3 .pt25, .path-archive.has-glyphicons .content-main .content-middle1 .pt25, .path-archive.has-glyphicons .content-sub .content-middle2 .pt25, .path-archive.has-glyphicons .wrapper-full1 .pt25, .path-archive.has-glyphicons .wrapper-full2 .pt25, .path-archive.has-glyphicons .wrapper-full3 .pt25, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pt25, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pt25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pt25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pt25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pt25 {
    padding-top:25px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pt30, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pt30, .page-node-type-archive.has-glyphicons .wrapper-full1 .pt30, .page-node-type-archive.has-glyphicons .wrapper-full2 .pt30, .page-node-type-archive.has-glyphicons .wrapper-full3 .pt30, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pt30, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pt30, .page-node-type-blog.has-glyphicons .wrapper-full1 .pt30, .page-node-type-blog.has-glyphicons .wrapper-full2 .pt30, .page-node-type-blog.has-glyphicons .wrapper-full3 .pt30, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pt30, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pt30, .page-node-type-info.has-glyphicons .wrapper-full1 .pt30, .page-node-type-info.has-glyphicons .wrapper-full2 .pt30, .page-node-type-info.has-glyphicons .wrapper-full3 .pt30, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pt30, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pt30, .page-node-type-page.has-glyphicons .wrapper-full1 .pt30, .page-node-type-page.has-glyphicons .wrapper-full2 .pt30, .page-node-type-page.has-glyphicons .wrapper-full3 .pt30, .path-archive.has-glyphicons .content-main .content-middle1 .pt30, .path-archive.has-glyphicons .content-sub .content-middle2 .pt30, .path-archive.has-glyphicons .wrapper-full1 .pt30, .path-archive.has-glyphicons .wrapper-full2 .pt30, .path-archive.has-glyphicons .wrapper-full3 .pt30, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pt30, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pt30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pt30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pt30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pt30 {
    padding-top:30px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pt35, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pt35, .page-node-type-archive.has-glyphicons .wrapper-full1 .pt35, .page-node-type-archive.has-glyphicons .wrapper-full2 .pt35, .page-node-type-archive.has-glyphicons .wrapper-full3 .pt35, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pt35, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pt35, .page-node-type-blog.has-glyphicons .wrapper-full1 .pt35, .page-node-type-blog.has-glyphicons .wrapper-full2 .pt35, .page-node-type-blog.has-glyphicons .wrapper-full3 .pt35, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pt35, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pt35, .page-node-type-info.has-glyphicons .wrapper-full1 .pt35, .page-node-type-info.has-glyphicons .wrapper-full2 .pt35, .page-node-type-info.has-glyphicons .wrapper-full3 .pt35, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pt35, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pt35, .page-node-type-page.has-glyphicons .wrapper-full1 .pt35, .page-node-type-page.has-glyphicons .wrapper-full2 .pt35, .page-node-type-page.has-glyphicons .wrapper-full3 .pt35, .path-archive.has-glyphicons .content-main .content-middle1 .pt35, .path-archive.has-glyphicons .content-sub .content-middle2 .pt35, .path-archive.has-glyphicons .wrapper-full1 .pt35, .path-archive.has-glyphicons .wrapper-full2 .pt35, .path-archive.has-glyphicons .wrapper-full3 .pt35, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pt35, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pt35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pt35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pt35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pt35 {
    padding-top:35px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pt40, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pt40, .page-node-type-archive.has-glyphicons .wrapper-full1 .pt40, .page-node-type-archive.has-glyphicons .wrapper-full2 .pt40, .page-node-type-archive.has-glyphicons .wrapper-full3 .pt40, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pt40, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pt40, .page-node-type-blog.has-glyphicons .wrapper-full1 .pt40, .page-node-type-blog.has-glyphicons .wrapper-full2 .pt40, .page-node-type-blog.has-glyphicons .wrapper-full3 .pt40, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pt40, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pt40, .page-node-type-info.has-glyphicons .wrapper-full1 .pt40, .page-node-type-info.has-glyphicons .wrapper-full2 .pt40, .page-node-type-info.has-glyphicons .wrapper-full3 .pt40, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pt40, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pt40, .page-node-type-page.has-glyphicons .wrapper-full1 .pt40, .page-node-type-page.has-glyphicons .wrapper-full2 .pt40, .page-node-type-page.has-glyphicons .wrapper-full3 .pt40, .path-archive.has-glyphicons .content-main .content-middle1 .pt40, .path-archive.has-glyphicons .content-sub .content-middle2 .pt40, .path-archive.has-glyphicons .wrapper-full1 .pt40, .path-archive.has-glyphicons .wrapper-full2 .pt40, .path-archive.has-glyphicons .wrapper-full3 .pt40, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pt40, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pt40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pt40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pt40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pt40 {
    padding-top:40px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pt45, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pt45, .page-node-type-archive.has-glyphicons .wrapper-full1 .pt45, .page-node-type-archive.has-glyphicons .wrapper-full2 .pt45, .page-node-type-archive.has-glyphicons .wrapper-full3 .pt45, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pt45, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pt45, .page-node-type-blog.has-glyphicons .wrapper-full1 .pt45, .page-node-type-blog.has-glyphicons .wrapper-full2 .pt45, .page-node-type-blog.has-glyphicons .wrapper-full3 .pt45, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pt45, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pt45, .page-node-type-info.has-glyphicons .wrapper-full1 .pt45, .page-node-type-info.has-glyphicons .wrapper-full2 .pt45, .page-node-type-info.has-glyphicons .wrapper-full3 .pt45, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pt45, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pt45, .page-node-type-page.has-glyphicons .wrapper-full1 .pt45, .page-node-type-page.has-glyphicons .wrapper-full2 .pt45, .page-node-type-page.has-glyphicons .wrapper-full3 .pt45, .path-archive.has-glyphicons .content-main .content-middle1 .pt45, .path-archive.has-glyphicons .content-sub .content-middle2 .pt45, .path-archive.has-glyphicons .wrapper-full1 .pt45, .path-archive.has-glyphicons .wrapper-full2 .pt45, .path-archive.has-glyphicons .wrapper-full3 .pt45, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pt45, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pt45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pt45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pt45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pt45 {
    padding-top:45px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pt50, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pt50, .page-node-type-archive.has-glyphicons .wrapper-full1 .pt50, .page-node-type-archive.has-glyphicons .wrapper-full2 .pt50, .page-node-type-archive.has-glyphicons .wrapper-full3 .pt50, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pt50, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pt50, .page-node-type-blog.has-glyphicons .wrapper-full1 .pt50, .page-node-type-blog.has-glyphicons .wrapper-full2 .pt50, .page-node-type-blog.has-glyphicons .wrapper-full3 .pt50, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pt50, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pt50, .page-node-type-info.has-glyphicons .wrapper-full1 .pt50, .page-node-type-info.has-glyphicons .wrapper-full2 .pt50, .page-node-type-info.has-glyphicons .wrapper-full3 .pt50, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pt50, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pt50, .page-node-type-page.has-glyphicons .wrapper-full1 .pt50, .page-node-type-page.has-glyphicons .wrapper-full2 .pt50, .page-node-type-page.has-glyphicons .wrapper-full3 .pt50, .path-archive.has-glyphicons .content-main .content-middle1 .pt50, .path-archive.has-glyphicons .content-sub .content-middle2 .pt50, .path-archive.has-glyphicons .wrapper-full1 .pt50, .path-archive.has-glyphicons .wrapper-full2 .pt50, .path-archive.has-glyphicons .wrapper-full3 .pt50, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pt50, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pt50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pt50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pt50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pt50 {
    padding-top:50px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pr00, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pr00, .page-node-type-archive.has-glyphicons .wrapper-full1 .pr00, .page-node-type-archive.has-glyphicons .wrapper-full2 .pr00, .page-node-type-archive.has-glyphicons .wrapper-full3 .pr00, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pr00, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pr00, .page-node-type-blog.has-glyphicons .wrapper-full1 .pr00, .page-node-type-blog.has-glyphicons .wrapper-full2 .pr00, .page-node-type-blog.has-glyphicons .wrapper-full3 .pr00, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pr00, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pr00, .page-node-type-info.has-glyphicons .wrapper-full1 .pr00, .page-node-type-info.has-glyphicons .wrapper-full2 .pr00, .page-node-type-info.has-glyphicons .wrapper-full3 .pr00, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pr00, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pr00, .page-node-type-page.has-glyphicons .wrapper-full1 .pr00, .page-node-type-page.has-glyphicons .wrapper-full2 .pr00, .page-node-type-page.has-glyphicons .wrapper-full3 .pr00, .path-archive.has-glyphicons .content-main .content-middle1 .pr00, .path-archive.has-glyphicons .content-sub .content-middle2 .pr00, .path-archive.has-glyphicons .wrapper-full1 .pr00, .path-archive.has-glyphicons .wrapper-full2 .pr00, .path-archive.has-glyphicons .wrapper-full3 .pr00, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pr00, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pr00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pr00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pr00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pr00 {
    padding-right:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pr05, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pr05, .page-node-type-archive.has-glyphicons .wrapper-full1 .pr05, .page-node-type-archive.has-glyphicons .wrapper-full2 .pr05, .page-node-type-archive.has-glyphicons .wrapper-full3 .pr05, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pr05, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pr05, .page-node-type-blog.has-glyphicons .wrapper-full1 .pr05, .page-node-type-blog.has-glyphicons .wrapper-full2 .pr05, .page-node-type-blog.has-glyphicons .wrapper-full3 .pr05, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pr05, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pr05, .page-node-type-info.has-glyphicons .wrapper-full1 .pr05, .page-node-type-info.has-glyphicons .wrapper-full2 .pr05, .page-node-type-info.has-glyphicons .wrapper-full3 .pr05, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pr05, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pr05, .page-node-type-page.has-glyphicons .wrapper-full1 .pr05, .page-node-type-page.has-glyphicons .wrapper-full2 .pr05, .page-node-type-page.has-glyphicons .wrapper-full3 .pr05, .path-archive.has-glyphicons .content-main .content-middle1 .pr05, .path-archive.has-glyphicons .content-sub .content-middle2 .pr05, .path-archive.has-glyphicons .wrapper-full1 .pr05, .path-archive.has-glyphicons .wrapper-full2 .pr05, .path-archive.has-glyphicons .wrapper-full3 .pr05, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pr05, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pr05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pr05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pr05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pr05 {
    padding-right:5px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pr10, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pr10, .page-node-type-archive.has-glyphicons .wrapper-full1 .pr10, .page-node-type-archive.has-glyphicons .wrapper-full2 .pr10, .page-node-type-archive.has-glyphicons .wrapper-full3 .pr10, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pr10, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pr10, .page-node-type-blog.has-glyphicons .wrapper-full1 .pr10, .page-node-type-blog.has-glyphicons .wrapper-full2 .pr10, .page-node-type-blog.has-glyphicons .wrapper-full3 .pr10, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pr10, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pr10, .page-node-type-info.has-glyphicons .wrapper-full1 .pr10, .page-node-type-info.has-glyphicons .wrapper-full2 .pr10, .page-node-type-info.has-glyphicons .wrapper-full3 .pr10, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pr10, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pr10, .page-node-type-page.has-glyphicons .wrapper-full1 .pr10, .page-node-type-page.has-glyphicons .wrapper-full2 .pr10, .page-node-type-page.has-glyphicons .wrapper-full3 .pr10, .path-archive.has-glyphicons .content-main .content-middle1 .pr10, .path-archive.has-glyphicons .content-sub .content-middle2 .pr10, .path-archive.has-glyphicons .wrapper-full1 .pr10, .path-archive.has-glyphicons .wrapper-full2 .pr10, .path-archive.has-glyphicons .wrapper-full3 .pr10, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pr10, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pr10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pr10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pr10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pr10 {
    padding-right:10px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pr15, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pr15, .page-node-type-archive.has-glyphicons .wrapper-full1 .pr15, .page-node-type-archive.has-glyphicons .wrapper-full2 .pr15, .page-node-type-archive.has-glyphicons .wrapper-full3 .pr15, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pr15, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pr15, .page-node-type-blog.has-glyphicons .wrapper-full1 .pr15, .page-node-type-blog.has-glyphicons .wrapper-full2 .pr15, .page-node-type-blog.has-glyphicons .wrapper-full3 .pr15, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pr15, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pr15, .page-node-type-info.has-glyphicons .wrapper-full1 .pr15, .page-node-type-info.has-glyphicons .wrapper-full2 .pr15, .page-node-type-info.has-glyphicons .wrapper-full3 .pr15, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pr15, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pr15, .page-node-type-page.has-glyphicons .wrapper-full1 .pr15, .page-node-type-page.has-glyphicons .wrapper-full2 .pr15, .page-node-type-page.has-glyphicons .wrapper-full3 .pr15, .path-archive.has-glyphicons .content-main .content-middle1 .pr15, .path-archive.has-glyphicons .content-sub .content-middle2 .pr15, .path-archive.has-glyphicons .wrapper-full1 .pr15, .path-archive.has-glyphicons .wrapper-full2 .pr15, .path-archive.has-glyphicons .wrapper-full3 .pr15, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pr15, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pr15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pr15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pr15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pr15 {
    padding-right:15px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pr20, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pr20, .page-node-type-archive.has-glyphicons .wrapper-full1 .pr20, .page-node-type-archive.has-glyphicons .wrapper-full2 .pr20, .page-node-type-archive.has-glyphicons .wrapper-full3 .pr20, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pr20, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pr20, .page-node-type-blog.has-glyphicons .wrapper-full1 .pr20, .page-node-type-blog.has-glyphicons .wrapper-full2 .pr20, .page-node-type-blog.has-glyphicons .wrapper-full3 .pr20, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pr20, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pr20, .page-node-type-info.has-glyphicons .wrapper-full1 .pr20, .page-node-type-info.has-glyphicons .wrapper-full2 .pr20, .page-node-type-info.has-glyphicons .wrapper-full3 .pr20, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pr20, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pr20, .page-node-type-page.has-glyphicons .wrapper-full1 .pr20, .page-node-type-page.has-glyphicons .wrapper-full2 .pr20, .page-node-type-page.has-glyphicons .wrapper-full3 .pr20, .path-archive.has-glyphicons .content-main .content-middle1 .pr20, .path-archive.has-glyphicons .content-sub .content-middle2 .pr20, .path-archive.has-glyphicons .wrapper-full1 .pr20, .path-archive.has-glyphicons .wrapper-full2 .pr20, .path-archive.has-glyphicons .wrapper-full3 .pr20, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pr20, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pr20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pr20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pr20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pr20 {
    padding-right:20px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pr25, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pr25, .page-node-type-archive.has-glyphicons .wrapper-full1 .pr25, .page-node-type-archive.has-glyphicons .wrapper-full2 .pr25, .page-node-type-archive.has-glyphicons .wrapper-full3 .pr25, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pr25, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pr25, .page-node-type-blog.has-glyphicons .wrapper-full1 .pr25, .page-node-type-blog.has-glyphicons .wrapper-full2 .pr25, .page-node-type-blog.has-glyphicons .wrapper-full3 .pr25, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pr25, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pr25, .page-node-type-info.has-glyphicons .wrapper-full1 .pr25, .page-node-type-info.has-glyphicons .wrapper-full2 .pr25, .page-node-type-info.has-glyphicons .wrapper-full3 .pr25, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pr25, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pr25, .page-node-type-page.has-glyphicons .wrapper-full1 .pr25, .page-node-type-page.has-glyphicons .wrapper-full2 .pr25, .page-node-type-page.has-glyphicons .wrapper-full3 .pr25, .path-archive.has-glyphicons .content-main .content-middle1 .pr25, .path-archive.has-glyphicons .content-sub .content-middle2 .pr25, .path-archive.has-glyphicons .wrapper-full1 .pr25, .path-archive.has-glyphicons .wrapper-full2 .pr25, .path-archive.has-glyphicons .wrapper-full3 .pr25, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pr25, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pr25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pr25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pr25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pr25 {
    padding-right:25px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pr30, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pr30, .page-node-type-archive.has-glyphicons .wrapper-full1 .pr30, .page-node-type-archive.has-glyphicons .wrapper-full2 .pr30, .page-node-type-archive.has-glyphicons .wrapper-full3 .pr30, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pr30, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pr30, .page-node-type-blog.has-glyphicons .wrapper-full1 .pr30, .page-node-type-blog.has-glyphicons .wrapper-full2 .pr30, .page-node-type-blog.has-glyphicons .wrapper-full3 .pr30, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pr30, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pr30, .page-node-type-info.has-glyphicons .wrapper-full1 .pr30, .page-node-type-info.has-glyphicons .wrapper-full2 .pr30, .page-node-type-info.has-glyphicons .wrapper-full3 .pr30, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pr30, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pr30, .page-node-type-page.has-glyphicons .wrapper-full1 .pr30, .page-node-type-page.has-glyphicons .wrapper-full2 .pr30, .page-node-type-page.has-glyphicons .wrapper-full3 .pr30, .path-archive.has-glyphicons .content-main .content-middle1 .pr30, .path-archive.has-glyphicons .content-sub .content-middle2 .pr30, .path-archive.has-glyphicons .wrapper-full1 .pr30, .path-archive.has-glyphicons .wrapper-full2 .pr30, .path-archive.has-glyphicons .wrapper-full3 .pr30, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pr30, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pr30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pr30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pr30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pr30 {
    padding-right:30px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pr35, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pr35, .page-node-type-archive.has-glyphicons .wrapper-full1 .pr35, .page-node-type-archive.has-glyphicons .wrapper-full2 .pr35, .page-node-type-archive.has-glyphicons .wrapper-full3 .pr35, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pr35, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pr35, .page-node-type-blog.has-glyphicons .wrapper-full1 .pr35, .page-node-type-blog.has-glyphicons .wrapper-full2 .pr35, .page-node-type-blog.has-glyphicons .wrapper-full3 .pr35, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pr35, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pr35, .page-node-type-info.has-glyphicons .wrapper-full1 .pr35, .page-node-type-info.has-glyphicons .wrapper-full2 .pr35, .page-node-type-info.has-glyphicons .wrapper-full3 .pr35, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pr35, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pr35, .page-node-type-page.has-glyphicons .wrapper-full1 .pr35, .page-node-type-page.has-glyphicons .wrapper-full2 .pr35, .page-node-type-page.has-glyphicons .wrapper-full3 .pr35, .path-archive.has-glyphicons .content-main .content-middle1 .pr35, .path-archive.has-glyphicons .content-sub .content-middle2 .pr35, .path-archive.has-glyphicons .wrapper-full1 .pr35, .path-archive.has-glyphicons .wrapper-full2 .pr35, .path-archive.has-glyphicons .wrapper-full3 .pr35, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pr35, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pr35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pr35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pr35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pr35 {
    padding-right:35px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pr40, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pr40, .page-node-type-archive.has-glyphicons .wrapper-full1 .pr40, .page-node-type-archive.has-glyphicons .wrapper-full2 .pr40, .page-node-type-archive.has-glyphicons .wrapper-full3 .pr40, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pr40, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pr40, .page-node-type-blog.has-glyphicons .wrapper-full1 .pr40, .page-node-type-blog.has-glyphicons .wrapper-full2 .pr40, .page-node-type-blog.has-glyphicons .wrapper-full3 .pr40, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pr40, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pr40, .page-node-type-info.has-glyphicons .wrapper-full1 .pr40, .page-node-type-info.has-glyphicons .wrapper-full2 .pr40, .page-node-type-info.has-glyphicons .wrapper-full3 .pr40, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pr40, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pr40, .page-node-type-page.has-glyphicons .wrapper-full1 .pr40, .page-node-type-page.has-glyphicons .wrapper-full2 .pr40, .page-node-type-page.has-glyphicons .wrapper-full3 .pr40, .path-archive.has-glyphicons .content-main .content-middle1 .pr40, .path-archive.has-glyphicons .content-sub .content-middle2 .pr40, .path-archive.has-glyphicons .wrapper-full1 .pr40, .path-archive.has-glyphicons .wrapper-full2 .pr40, .path-archive.has-glyphicons .wrapper-full3 .pr40, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pr40, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pr40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pr40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pr40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pr40 {
    padding-right:40px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pr45, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pr45, .page-node-type-archive.has-glyphicons .wrapper-full1 .pr45, .page-node-type-archive.has-glyphicons .wrapper-full2 .pr45, .page-node-type-archive.has-glyphicons .wrapper-full3 .pr45, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pr45, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pr45, .page-node-type-blog.has-glyphicons .wrapper-full1 .pr45, .page-node-type-blog.has-glyphicons .wrapper-full2 .pr45, .page-node-type-blog.has-glyphicons .wrapper-full3 .pr45, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pr45, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pr45, .page-node-type-info.has-glyphicons .wrapper-full1 .pr45, .page-node-type-info.has-glyphicons .wrapper-full2 .pr45, .page-node-type-info.has-glyphicons .wrapper-full3 .pr45, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pr45, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pr45, .page-node-type-page.has-glyphicons .wrapper-full1 .pr45, .page-node-type-page.has-glyphicons .wrapper-full2 .pr45, .page-node-type-page.has-glyphicons .wrapper-full3 .pr45, .path-archive.has-glyphicons .content-main .content-middle1 .pr45, .path-archive.has-glyphicons .content-sub .content-middle2 .pr45, .path-archive.has-glyphicons .wrapper-full1 .pr45, .path-archive.has-glyphicons .wrapper-full2 .pr45, .path-archive.has-glyphicons .wrapper-full3 .pr45, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pr45, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pr45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pr45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pr45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pr45 {
    padding-right:45px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pr50, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pr50, .page-node-type-archive.has-glyphicons .wrapper-full1 .pr50, .page-node-type-archive.has-glyphicons .wrapper-full2 .pr50, .page-node-type-archive.has-glyphicons .wrapper-full3 .pr50, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pr50, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pr50, .page-node-type-blog.has-glyphicons .wrapper-full1 .pr50, .page-node-type-blog.has-glyphicons .wrapper-full2 .pr50, .page-node-type-blog.has-glyphicons .wrapper-full3 .pr50, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pr50, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pr50, .page-node-type-info.has-glyphicons .wrapper-full1 .pr50, .page-node-type-info.has-glyphicons .wrapper-full2 .pr50, .page-node-type-info.has-glyphicons .wrapper-full3 .pr50, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pr50, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pr50, .page-node-type-page.has-glyphicons .wrapper-full1 .pr50, .page-node-type-page.has-glyphicons .wrapper-full2 .pr50, .page-node-type-page.has-glyphicons .wrapper-full3 .pr50, .path-archive.has-glyphicons .content-main .content-middle1 .pr50, .path-archive.has-glyphicons .content-sub .content-middle2 .pr50, .path-archive.has-glyphicons .wrapper-full1 .pr50, .path-archive.has-glyphicons .wrapper-full2 .pr50, .path-archive.has-glyphicons .wrapper-full3 .pr50, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pr50, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pr50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pr50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pr50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pr50 {
    padding-right:50px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pb00, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pb00, .page-node-type-archive.has-glyphicons .wrapper-full1 .pb00, .page-node-type-archive.has-glyphicons .wrapper-full2 .pb00, .page-node-type-archive.has-glyphicons .wrapper-full3 .pb00, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pb00, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pb00, .page-node-type-blog.has-glyphicons .wrapper-full1 .pb00, .page-node-type-blog.has-glyphicons .wrapper-full2 .pb00, .page-node-type-blog.has-glyphicons .wrapper-full3 .pb00, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pb00, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pb00, .page-node-type-info.has-glyphicons .wrapper-full1 .pb00, .page-node-type-info.has-glyphicons .wrapper-full2 .pb00, .page-node-type-info.has-glyphicons .wrapper-full3 .pb00, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pb00, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pb00, .page-node-type-page.has-glyphicons .wrapper-full1 .pb00, .page-node-type-page.has-glyphicons .wrapper-full2 .pb00, .page-node-type-page.has-glyphicons .wrapper-full3 .pb00, .path-archive.has-glyphicons .content-main .content-middle1 .pb00, .path-archive.has-glyphicons .content-sub .content-middle2 .pb00, .path-archive.has-glyphicons .wrapper-full1 .pb00, .path-archive.has-glyphicons .wrapper-full2 .pb00, .path-archive.has-glyphicons .wrapper-full3 .pb00, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pb00, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pb00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pb00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pb00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pb00 {
    padding-bottom:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pb05, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pb05, .page-node-type-archive.has-glyphicons .wrapper-full1 .pb05, .page-node-type-archive.has-glyphicons .wrapper-full2 .pb05, .page-node-type-archive.has-glyphicons .wrapper-full3 .pb05, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pb05, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pb05, .page-node-type-blog.has-glyphicons .wrapper-full1 .pb05, .page-node-type-blog.has-glyphicons .wrapper-full2 .pb05, .page-node-type-blog.has-glyphicons .wrapper-full3 .pb05, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pb05, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pb05, .page-node-type-info.has-glyphicons .wrapper-full1 .pb05, .page-node-type-info.has-glyphicons .wrapper-full2 .pb05, .page-node-type-info.has-glyphicons .wrapper-full3 .pb05, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pb05, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pb05, .page-node-type-page.has-glyphicons .wrapper-full1 .pb05, .page-node-type-page.has-glyphicons .wrapper-full2 .pb05, .page-node-type-page.has-glyphicons .wrapper-full3 .pb05, .path-archive.has-glyphicons .content-main .content-middle1 .pb05, .path-archive.has-glyphicons .content-sub .content-middle2 .pb05, .path-archive.has-glyphicons .wrapper-full1 .pb05, .path-archive.has-glyphicons .wrapper-full2 .pb05, .path-archive.has-glyphicons .wrapper-full3 .pb05, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pb05, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pb05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pb05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pb05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pb05 {
    padding-bottom:5px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pb10, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pb10, .page-node-type-archive.has-glyphicons .wrapper-full1 .pb10, .page-node-type-archive.has-glyphicons .wrapper-full2 .pb10, .page-node-type-archive.has-glyphicons .wrapper-full3 .pb10, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pb10, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pb10, .page-node-type-blog.has-glyphicons .wrapper-full1 .pb10, .page-node-type-blog.has-glyphicons .wrapper-full2 .pb10, .page-node-type-blog.has-glyphicons .wrapper-full3 .pb10, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pb10, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pb10, .page-node-type-info.has-glyphicons .wrapper-full1 .pb10, .page-node-type-info.has-glyphicons .wrapper-full2 .pb10, .page-node-type-info.has-glyphicons .wrapper-full3 .pb10, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pb10, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pb10, .page-node-type-page.has-glyphicons .wrapper-full1 .pb10, .page-node-type-page.has-glyphicons .wrapper-full2 .pb10, .page-node-type-page.has-glyphicons .wrapper-full3 .pb10, .path-archive.has-glyphicons .content-main .content-middle1 .pb10, .path-archive.has-glyphicons .content-sub .content-middle2 .pb10, .path-archive.has-glyphicons .wrapper-full1 .pb10, .path-archive.has-glyphicons .wrapper-full2 .pb10, .path-archive.has-glyphicons .wrapper-full3 .pb10, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pb10, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pb10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pb10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pb10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pb10 {
    padding-bottom:10px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pb15, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pb15, .page-node-type-archive.has-glyphicons .wrapper-full1 .pb15, .page-node-type-archive.has-glyphicons .wrapper-full2 .pb15, .page-node-type-archive.has-glyphicons .wrapper-full3 .pb15, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pb15, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pb15, .page-node-type-blog.has-glyphicons .wrapper-full1 .pb15, .page-node-type-blog.has-glyphicons .wrapper-full2 .pb15, .page-node-type-blog.has-glyphicons .wrapper-full3 .pb15, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pb15, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pb15, .page-node-type-info.has-glyphicons .wrapper-full1 .pb15, .page-node-type-info.has-glyphicons .wrapper-full2 .pb15, .page-node-type-info.has-glyphicons .wrapper-full3 .pb15, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pb15, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pb15, .page-node-type-page.has-glyphicons .wrapper-full1 .pb15, .page-node-type-page.has-glyphicons .wrapper-full2 .pb15, .page-node-type-page.has-glyphicons .wrapper-full3 .pb15, .path-archive.has-glyphicons .content-main .content-middle1 .pb15, .path-archive.has-glyphicons .content-sub .content-middle2 .pb15, .path-archive.has-glyphicons .wrapper-full1 .pb15, .path-archive.has-glyphicons .wrapper-full2 .pb15, .path-archive.has-glyphicons .wrapper-full3 .pb15, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pb15, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pb15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pb15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pb15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pb15 {
    padding-bottom:15px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pb20, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pb20, .page-node-type-archive.has-glyphicons .wrapper-full1 .pb20, .page-node-type-archive.has-glyphicons .wrapper-full2 .pb20, .page-node-type-archive.has-glyphicons .wrapper-full3 .pb20, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pb20, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pb20, .page-node-type-blog.has-glyphicons .wrapper-full1 .pb20, .page-node-type-blog.has-glyphicons .wrapper-full2 .pb20, .page-node-type-blog.has-glyphicons .wrapper-full3 .pb20, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pb20, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pb20, .page-node-type-info.has-glyphicons .wrapper-full1 .pb20, .page-node-type-info.has-glyphicons .wrapper-full2 .pb20, .page-node-type-info.has-glyphicons .wrapper-full3 .pb20, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pb20, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pb20, .page-node-type-page.has-glyphicons .wrapper-full1 .pb20, .page-node-type-page.has-glyphicons .wrapper-full2 .pb20, .page-node-type-page.has-glyphicons .wrapper-full3 .pb20, .path-archive.has-glyphicons .content-main .content-middle1 .pb20, .path-archive.has-glyphicons .content-sub .content-middle2 .pb20, .path-archive.has-glyphicons .wrapper-full1 .pb20, .path-archive.has-glyphicons .wrapper-full2 .pb20, .path-archive.has-glyphicons .wrapper-full3 .pb20, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pb20, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pb20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pb20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pb20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pb20 {
    padding-bottom:20px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pb25, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pb25, .page-node-type-archive.has-glyphicons .wrapper-full1 .pb25, .page-node-type-archive.has-glyphicons .wrapper-full2 .pb25, .page-node-type-archive.has-glyphicons .wrapper-full3 .pb25, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pb25, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pb25, .page-node-type-blog.has-glyphicons .wrapper-full1 .pb25, .page-node-type-blog.has-glyphicons .wrapper-full2 .pb25, .page-node-type-blog.has-glyphicons .wrapper-full3 .pb25, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pb25, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pb25, .page-node-type-info.has-glyphicons .wrapper-full1 .pb25, .page-node-type-info.has-glyphicons .wrapper-full2 .pb25, .page-node-type-info.has-glyphicons .wrapper-full3 .pb25, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pb25, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pb25, .page-node-type-page.has-glyphicons .wrapper-full1 .pb25, .page-node-type-page.has-glyphicons .wrapper-full2 .pb25, .page-node-type-page.has-glyphicons .wrapper-full3 .pb25, .path-archive.has-glyphicons .content-main .content-middle1 .pb25, .path-archive.has-glyphicons .content-sub .content-middle2 .pb25, .path-archive.has-glyphicons .wrapper-full1 .pb25, .path-archive.has-glyphicons .wrapper-full2 .pb25, .path-archive.has-glyphicons .wrapper-full3 .pb25, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pb25, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pb25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pb25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pb25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pb25 {
    padding-bottom:25px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pb30, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pb30, .page-node-type-archive.has-glyphicons .wrapper-full1 .pb30, .page-node-type-archive.has-glyphicons .wrapper-full2 .pb30, .page-node-type-archive.has-glyphicons .wrapper-full3 .pb30, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pb30, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pb30, .page-node-type-blog.has-glyphicons .wrapper-full1 .pb30, .page-node-type-blog.has-glyphicons .wrapper-full2 .pb30, .page-node-type-blog.has-glyphicons .wrapper-full3 .pb30, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pb30, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pb30, .page-node-type-info.has-glyphicons .wrapper-full1 .pb30, .page-node-type-info.has-glyphicons .wrapper-full2 .pb30, .page-node-type-info.has-glyphicons .wrapper-full3 .pb30, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pb30, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pb30, .page-node-type-page.has-glyphicons .wrapper-full1 .pb30, .page-node-type-page.has-glyphicons .wrapper-full2 .pb30, .page-node-type-page.has-glyphicons .wrapper-full3 .pb30, .path-archive.has-glyphicons .content-main .content-middle1 .pb30, .path-archive.has-glyphicons .content-sub .content-middle2 .pb30, .path-archive.has-glyphicons .wrapper-full1 .pb30, .path-archive.has-glyphicons .wrapper-full2 .pb30, .path-archive.has-glyphicons .wrapper-full3 .pb30, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pb30, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pb30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pb30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pb30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pb30 {
    padding-bottom:30px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pb35, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pb35, .page-node-type-archive.has-glyphicons .wrapper-full1 .pb35, .page-node-type-archive.has-glyphicons .wrapper-full2 .pb35, .page-node-type-archive.has-glyphicons .wrapper-full3 .pb35, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pb35, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pb35, .page-node-type-blog.has-glyphicons .wrapper-full1 .pb35, .page-node-type-blog.has-glyphicons .wrapper-full2 .pb35, .page-node-type-blog.has-glyphicons .wrapper-full3 .pb35, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pb35, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pb35, .page-node-type-info.has-glyphicons .wrapper-full1 .pb35, .page-node-type-info.has-glyphicons .wrapper-full2 .pb35, .page-node-type-info.has-glyphicons .wrapper-full3 .pb35, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pb35, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pb35, .page-node-type-page.has-glyphicons .wrapper-full1 .pb35, .page-node-type-page.has-glyphicons .wrapper-full2 .pb35, .page-node-type-page.has-glyphicons .wrapper-full3 .pb35, .path-archive.has-glyphicons .content-main .content-middle1 .pb35, .path-archive.has-glyphicons .content-sub .content-middle2 .pb35, .path-archive.has-glyphicons .wrapper-full1 .pb35, .path-archive.has-glyphicons .wrapper-full2 .pb35, .path-archive.has-glyphicons .wrapper-full3 .pb35, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pb35, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pb35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pb35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pb35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pb35 {
    padding-bottom:35px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pb40, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pb40, .page-node-type-archive.has-glyphicons .wrapper-full1 .pb40, .page-node-type-archive.has-glyphicons .wrapper-full2 .pb40, .page-node-type-archive.has-glyphicons .wrapper-full3 .pb40, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pb40, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pb40, .page-node-type-blog.has-glyphicons .wrapper-full1 .pb40, .page-node-type-blog.has-glyphicons .wrapper-full2 .pb40, .page-node-type-blog.has-glyphicons .wrapper-full3 .pb40, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pb40, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pb40, .page-node-type-info.has-glyphicons .wrapper-full1 .pb40, .page-node-type-info.has-glyphicons .wrapper-full2 .pb40, .page-node-type-info.has-glyphicons .wrapper-full3 .pb40, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pb40, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pb40, .page-node-type-page.has-glyphicons .wrapper-full1 .pb40, .page-node-type-page.has-glyphicons .wrapper-full2 .pb40, .page-node-type-page.has-glyphicons .wrapper-full3 .pb40, .path-archive.has-glyphicons .content-main .content-middle1 .pb40, .path-archive.has-glyphicons .content-sub .content-middle2 .pb40, .path-archive.has-glyphicons .wrapper-full1 .pb40, .path-archive.has-glyphicons .wrapper-full2 .pb40, .path-archive.has-glyphicons .wrapper-full3 .pb40, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pb40, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pb40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pb40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pb40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pb40 {
    padding-bottom:40px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pb45, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pb45, .page-node-type-archive.has-glyphicons .wrapper-full1 .pb45, .page-node-type-archive.has-glyphicons .wrapper-full2 .pb45, .page-node-type-archive.has-glyphicons .wrapper-full3 .pb45, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pb45, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pb45, .page-node-type-blog.has-glyphicons .wrapper-full1 .pb45, .page-node-type-blog.has-glyphicons .wrapper-full2 .pb45, .page-node-type-blog.has-glyphicons .wrapper-full3 .pb45, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pb45, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pb45, .page-node-type-info.has-glyphicons .wrapper-full1 .pb45, .page-node-type-info.has-glyphicons .wrapper-full2 .pb45, .page-node-type-info.has-glyphicons .wrapper-full3 .pb45, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pb45, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pb45, .page-node-type-page.has-glyphicons .wrapper-full1 .pb45, .page-node-type-page.has-glyphicons .wrapper-full2 .pb45, .page-node-type-page.has-glyphicons .wrapper-full3 .pb45, .path-archive.has-glyphicons .content-main .content-middle1 .pb45, .path-archive.has-glyphicons .content-sub .content-middle2 .pb45, .path-archive.has-glyphicons .wrapper-full1 .pb45, .path-archive.has-glyphicons .wrapper-full2 .pb45, .path-archive.has-glyphicons .wrapper-full3 .pb45, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pb45, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pb45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pb45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pb45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pb45 {
    padding-bottom:45px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pb50, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pb50, .page-node-type-archive.has-glyphicons .wrapper-full1 .pb50, .page-node-type-archive.has-glyphicons .wrapper-full2 .pb50, .page-node-type-archive.has-glyphicons .wrapper-full3 .pb50, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pb50, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pb50, .page-node-type-blog.has-glyphicons .wrapper-full1 .pb50, .page-node-type-blog.has-glyphicons .wrapper-full2 .pb50, .page-node-type-blog.has-glyphicons .wrapper-full3 .pb50, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pb50, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pb50, .page-node-type-info.has-glyphicons .wrapper-full1 .pb50, .page-node-type-info.has-glyphicons .wrapper-full2 .pb50, .page-node-type-info.has-glyphicons .wrapper-full3 .pb50, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pb50, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pb50, .page-node-type-page.has-glyphicons .wrapper-full1 .pb50, .page-node-type-page.has-glyphicons .wrapper-full2 .pb50, .page-node-type-page.has-glyphicons .wrapper-full3 .pb50, .path-archive.has-glyphicons .content-main .content-middle1 .pb50, .path-archive.has-glyphicons .content-sub .content-middle2 .pb50, .path-archive.has-glyphicons .wrapper-full1 .pb50, .path-archive.has-glyphicons .wrapper-full2 .pb50, .path-archive.has-glyphicons .wrapper-full3 .pb50, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pb50, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pb50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pb50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pb50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pb50 {
    padding-bottom:50px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pl00, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pl00, .page-node-type-archive.has-glyphicons .wrapper-full1 .pl00, .page-node-type-archive.has-glyphicons .wrapper-full2 .pl00, .page-node-type-archive.has-glyphicons .wrapper-full3 .pl00, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pl00, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pl00, .page-node-type-blog.has-glyphicons .wrapper-full1 .pl00, .page-node-type-blog.has-glyphicons .wrapper-full2 .pl00, .page-node-type-blog.has-glyphicons .wrapper-full3 .pl00, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pl00, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pl00, .page-node-type-info.has-glyphicons .wrapper-full1 .pl00, .page-node-type-info.has-glyphicons .wrapper-full2 .pl00, .page-node-type-info.has-glyphicons .wrapper-full3 .pl00, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pl00, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pl00, .page-node-type-page.has-glyphicons .wrapper-full1 .pl00, .page-node-type-page.has-glyphicons .wrapper-full2 .pl00, .page-node-type-page.has-glyphicons .wrapper-full3 .pl00, .path-archive.has-glyphicons .content-main .content-middle1 .pl00, .path-archive.has-glyphicons .content-sub .content-middle2 .pl00, .path-archive.has-glyphicons .wrapper-full1 .pl00, .path-archive.has-glyphicons .wrapper-full2 .pl00, .path-archive.has-glyphicons .wrapper-full3 .pl00, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pl00, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pl00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pl00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pl00, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pl00 {
    padding-left:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pl05, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pl05, .page-node-type-archive.has-glyphicons .wrapper-full1 .pl05, .page-node-type-archive.has-glyphicons .wrapper-full2 .pl05, .page-node-type-archive.has-glyphicons .wrapper-full3 .pl05, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pl05, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pl05, .page-node-type-blog.has-glyphicons .wrapper-full1 .pl05, .page-node-type-blog.has-glyphicons .wrapper-full2 .pl05, .page-node-type-blog.has-glyphicons .wrapper-full3 .pl05, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pl05, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pl05, .page-node-type-info.has-glyphicons .wrapper-full1 .pl05, .page-node-type-info.has-glyphicons .wrapper-full2 .pl05, .page-node-type-info.has-glyphicons .wrapper-full3 .pl05, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pl05, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pl05, .page-node-type-page.has-glyphicons .wrapper-full1 .pl05, .page-node-type-page.has-glyphicons .wrapper-full2 .pl05, .page-node-type-page.has-glyphicons .wrapper-full3 .pl05, .path-archive.has-glyphicons .content-main .content-middle1 .pl05, .path-archive.has-glyphicons .content-sub .content-middle2 .pl05, .path-archive.has-glyphicons .wrapper-full1 .pl05, .path-archive.has-glyphicons .wrapper-full2 .pl05, .path-archive.has-glyphicons .wrapper-full3 .pl05, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pl05, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pl05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pl05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pl05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pl05 {
    padding-left:5px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pl10, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pl10, .page-node-type-archive.has-glyphicons .wrapper-full1 .pl10, .page-node-type-archive.has-glyphicons .wrapper-full2 .pl10, .page-node-type-archive.has-glyphicons .wrapper-full3 .pl10, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pl10, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pl10, .page-node-type-blog.has-glyphicons .wrapper-full1 .pl10, .page-node-type-blog.has-glyphicons .wrapper-full2 .pl10, .page-node-type-blog.has-glyphicons .wrapper-full3 .pl10, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pl10, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pl10, .page-node-type-info.has-glyphicons .wrapper-full1 .pl10, .page-node-type-info.has-glyphicons .wrapper-full2 .pl10, .page-node-type-info.has-glyphicons .wrapper-full3 .pl10, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pl10, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pl10, .page-node-type-page.has-glyphicons .wrapper-full1 .pl10, .page-node-type-page.has-glyphicons .wrapper-full2 .pl10, .page-node-type-page.has-glyphicons .wrapper-full3 .pl10, .path-archive.has-glyphicons .content-main .content-middle1 .pl10, .path-archive.has-glyphicons .content-sub .content-middle2 .pl10, .path-archive.has-glyphicons .wrapper-full1 .pl10, .path-archive.has-glyphicons .wrapper-full2 .pl10, .path-archive.has-glyphicons .wrapper-full3 .pl10, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pl10, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pl10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pl10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pl10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pl10 {
    padding-left:10px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pl15, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pl15, .page-node-type-archive.has-glyphicons .wrapper-full1 .pl15, .page-node-type-archive.has-glyphicons .wrapper-full2 .pl15, .page-node-type-archive.has-glyphicons .wrapper-full3 .pl15, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pl15, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pl15, .page-node-type-blog.has-glyphicons .wrapper-full1 .pl15, .page-node-type-blog.has-glyphicons .wrapper-full2 .pl15, .page-node-type-blog.has-glyphicons .wrapper-full3 .pl15, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pl15, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pl15, .page-node-type-info.has-glyphicons .wrapper-full1 .pl15, .page-node-type-info.has-glyphicons .wrapper-full2 .pl15, .page-node-type-info.has-glyphicons .wrapper-full3 .pl15, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pl15, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pl15, .page-node-type-page.has-glyphicons .wrapper-full1 .pl15, .page-node-type-page.has-glyphicons .wrapper-full2 .pl15, .page-node-type-page.has-glyphicons .wrapper-full3 .pl15, .path-archive.has-glyphicons .content-main .content-middle1 .pl15, .path-archive.has-glyphicons .content-sub .content-middle2 .pl15, .path-archive.has-glyphicons .wrapper-full1 .pl15, .path-archive.has-glyphicons .wrapper-full2 .pl15, .path-archive.has-glyphicons .wrapper-full3 .pl15, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pl15, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pl15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pl15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pl15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pl15 {
    padding-left:15px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pl20, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pl20, .page-node-type-archive.has-glyphicons .wrapper-full1 .pl20, .page-node-type-archive.has-glyphicons .wrapper-full2 .pl20, .page-node-type-archive.has-glyphicons .wrapper-full3 .pl20, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pl20, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pl20, .page-node-type-blog.has-glyphicons .wrapper-full1 .pl20, .page-node-type-blog.has-glyphicons .wrapper-full2 .pl20, .page-node-type-blog.has-glyphicons .wrapper-full3 .pl20, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pl20, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pl20, .page-node-type-info.has-glyphicons .wrapper-full1 .pl20, .page-node-type-info.has-glyphicons .wrapper-full2 .pl20, .page-node-type-info.has-glyphicons .wrapper-full3 .pl20, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pl20, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pl20, .page-node-type-page.has-glyphicons .wrapper-full1 .pl20, .page-node-type-page.has-glyphicons .wrapper-full2 .pl20, .page-node-type-page.has-glyphicons .wrapper-full3 .pl20, .path-archive.has-glyphicons .content-main .content-middle1 .pl20, .path-archive.has-glyphicons .content-sub .content-middle2 .pl20, .path-archive.has-glyphicons .wrapper-full1 .pl20, .path-archive.has-glyphicons .wrapper-full2 .pl20, .path-archive.has-glyphicons .wrapper-full3 .pl20, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pl20, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pl20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pl20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pl20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pl20 {
    padding-left:20px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pl25, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pl25, .page-node-type-archive.has-glyphicons .wrapper-full1 .pl25, .page-node-type-archive.has-glyphicons .wrapper-full2 .pl25, .page-node-type-archive.has-glyphicons .wrapper-full3 .pl25, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pl25, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pl25, .page-node-type-blog.has-glyphicons .wrapper-full1 .pl25, .page-node-type-blog.has-glyphicons .wrapper-full2 .pl25, .page-node-type-blog.has-glyphicons .wrapper-full3 .pl25, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pl25, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pl25, .page-node-type-info.has-glyphicons .wrapper-full1 .pl25, .page-node-type-info.has-glyphicons .wrapper-full2 .pl25, .page-node-type-info.has-glyphicons .wrapper-full3 .pl25, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pl25, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pl25, .page-node-type-page.has-glyphicons .wrapper-full1 .pl25, .page-node-type-page.has-glyphicons .wrapper-full2 .pl25, .page-node-type-page.has-glyphicons .wrapper-full3 .pl25, .path-archive.has-glyphicons .content-main .content-middle1 .pl25, .path-archive.has-glyphicons .content-sub .content-middle2 .pl25, .path-archive.has-glyphicons .wrapper-full1 .pl25, .path-archive.has-glyphicons .wrapper-full2 .pl25, .path-archive.has-glyphicons .wrapper-full3 .pl25, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pl25, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pl25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pl25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pl25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pl25 {
    padding-left:25px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pl30, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pl30, .page-node-type-archive.has-glyphicons .wrapper-full1 .pl30, .page-node-type-archive.has-glyphicons .wrapper-full2 .pl30, .page-node-type-archive.has-glyphicons .wrapper-full3 .pl30, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pl30, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pl30, .page-node-type-blog.has-glyphicons .wrapper-full1 .pl30, .page-node-type-blog.has-glyphicons .wrapper-full2 .pl30, .page-node-type-blog.has-glyphicons .wrapper-full3 .pl30, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pl30, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pl30, .page-node-type-info.has-glyphicons .wrapper-full1 .pl30, .page-node-type-info.has-glyphicons .wrapper-full2 .pl30, .page-node-type-info.has-glyphicons .wrapper-full3 .pl30, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pl30, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pl30, .page-node-type-page.has-glyphicons .wrapper-full1 .pl30, .page-node-type-page.has-glyphicons .wrapper-full2 .pl30, .page-node-type-page.has-glyphicons .wrapper-full3 .pl30, .path-archive.has-glyphicons .content-main .content-middle1 .pl30, .path-archive.has-glyphicons .content-sub .content-middle2 .pl30, .path-archive.has-glyphicons .wrapper-full1 .pl30, .path-archive.has-glyphicons .wrapper-full2 .pl30, .path-archive.has-glyphicons .wrapper-full3 .pl30, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pl30, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pl30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pl30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pl30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pl30 {
    padding-left:30px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pl35, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pl35, .page-node-type-archive.has-glyphicons .wrapper-full1 .pl35, .page-node-type-archive.has-glyphicons .wrapper-full2 .pl35, .page-node-type-archive.has-glyphicons .wrapper-full3 .pl35, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pl35, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pl35, .page-node-type-blog.has-glyphicons .wrapper-full1 .pl35, .page-node-type-blog.has-glyphicons .wrapper-full2 .pl35, .page-node-type-blog.has-glyphicons .wrapper-full3 .pl35, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pl35, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pl35, .page-node-type-info.has-glyphicons .wrapper-full1 .pl35, .page-node-type-info.has-glyphicons .wrapper-full2 .pl35, .page-node-type-info.has-glyphicons .wrapper-full3 .pl35, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pl35, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pl35, .page-node-type-page.has-glyphicons .wrapper-full1 .pl35, .page-node-type-page.has-glyphicons .wrapper-full2 .pl35, .page-node-type-page.has-glyphicons .wrapper-full3 .pl35, .path-archive.has-glyphicons .content-main .content-middle1 .pl35, .path-archive.has-glyphicons .content-sub .content-middle2 .pl35, .path-archive.has-glyphicons .wrapper-full1 .pl35, .path-archive.has-glyphicons .wrapper-full2 .pl35, .path-archive.has-glyphicons .wrapper-full3 .pl35, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pl35, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pl35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pl35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pl35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pl35 {
    padding-left:35px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pl40, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pl40, .page-node-type-archive.has-glyphicons .wrapper-full1 .pl40, .page-node-type-archive.has-glyphicons .wrapper-full2 .pl40, .page-node-type-archive.has-glyphicons .wrapper-full3 .pl40, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pl40, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pl40, .page-node-type-blog.has-glyphicons .wrapper-full1 .pl40, .page-node-type-blog.has-glyphicons .wrapper-full2 .pl40, .page-node-type-blog.has-glyphicons .wrapper-full3 .pl40, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pl40, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pl40, .page-node-type-info.has-glyphicons .wrapper-full1 .pl40, .page-node-type-info.has-glyphicons .wrapper-full2 .pl40, .page-node-type-info.has-glyphicons .wrapper-full3 .pl40, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pl40, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pl40, .page-node-type-page.has-glyphicons .wrapper-full1 .pl40, .page-node-type-page.has-glyphicons .wrapper-full2 .pl40, .page-node-type-page.has-glyphicons .wrapper-full3 .pl40, .path-archive.has-glyphicons .content-main .content-middle1 .pl40, .path-archive.has-glyphicons .content-sub .content-middle2 .pl40, .path-archive.has-glyphicons .wrapper-full1 .pl40, .path-archive.has-glyphicons .wrapper-full2 .pl40, .path-archive.has-glyphicons .wrapper-full3 .pl40, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pl40, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pl40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pl40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pl40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pl40 {
    padding-left:40px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pl45, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pl45, .page-node-type-archive.has-glyphicons .wrapper-full1 .pl45, .page-node-type-archive.has-glyphicons .wrapper-full2 .pl45, .page-node-type-archive.has-glyphicons .wrapper-full3 .pl45, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pl45, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pl45, .page-node-type-blog.has-glyphicons .wrapper-full1 .pl45, .page-node-type-blog.has-glyphicons .wrapper-full2 .pl45, .page-node-type-blog.has-glyphicons .wrapper-full3 .pl45, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pl45, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pl45, .page-node-type-info.has-glyphicons .wrapper-full1 .pl45, .page-node-type-info.has-glyphicons .wrapper-full2 .pl45, .page-node-type-info.has-glyphicons .wrapper-full3 .pl45, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pl45, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pl45, .page-node-type-page.has-glyphicons .wrapper-full1 .pl45, .page-node-type-page.has-glyphicons .wrapper-full2 .pl45, .page-node-type-page.has-glyphicons .wrapper-full3 .pl45, .path-archive.has-glyphicons .content-main .content-middle1 .pl45, .path-archive.has-glyphicons .content-sub .content-middle2 .pl45, .path-archive.has-glyphicons .wrapper-full1 .pl45, .path-archive.has-glyphicons .wrapper-full2 .pl45, .path-archive.has-glyphicons .wrapper-full3 .pl45, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pl45, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pl45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pl45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pl45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pl45 {
    padding-left:45px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .pl50, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .pl50, .page-node-type-archive.has-glyphicons .wrapper-full1 .pl50, .page-node-type-archive.has-glyphicons .wrapper-full2 .pl50, .page-node-type-archive.has-glyphicons .wrapper-full3 .pl50, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .pl50, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .pl50, .page-node-type-blog.has-glyphicons .wrapper-full1 .pl50, .page-node-type-blog.has-glyphicons .wrapper-full2 .pl50, .page-node-type-blog.has-glyphicons .wrapper-full3 .pl50, .page-node-type-info.has-glyphicons .content-main .content-middle1 .pl50, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .pl50, .page-node-type-info.has-glyphicons .wrapper-full1 .pl50, .page-node-type-info.has-glyphicons .wrapper-full2 .pl50, .page-node-type-info.has-glyphicons .wrapper-full3 .pl50, .page-node-type-page.has-glyphicons .content-main .content-middle1 .pl50, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .pl50, .page-node-type-page.has-glyphicons .wrapper-full1 .pl50, .page-node-type-page.has-glyphicons .wrapper-full2 .pl50, .page-node-type-page.has-glyphicons .wrapper-full3 .pl50, .path-archive.has-glyphicons .content-main .content-middle1 .pl50, .path-archive.has-glyphicons .content-sub .content-middle2 .pl50, .path-archive.has-glyphicons .wrapper-full1 .pl50, .path-archive.has-glyphicons .wrapper-full2 .pl50, .path-archive.has-glyphicons .wrapper-full3 .pl50, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .pl50, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .pl50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .pl50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .pl50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .pl50 {
    padding-left:50px!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .v-top, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .v-top, .page-node-type-archive.has-glyphicons .wrapper-full1 .v-top, .page-node-type-archive.has-glyphicons .wrapper-full2 .v-top, .page-node-type-archive.has-glyphicons .wrapper-full3 .v-top, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .v-top, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .v-top, .page-node-type-blog.has-glyphicons .wrapper-full1 .v-top, .page-node-type-blog.has-glyphicons .wrapper-full2 .v-top, .page-node-type-blog.has-glyphicons .wrapper-full3 .v-top, .page-node-type-info.has-glyphicons .content-main .content-middle1 .v-top, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .v-top, .page-node-type-info.has-glyphicons .wrapper-full1 .v-top, .page-node-type-info.has-glyphicons .wrapper-full2 .v-top, .page-node-type-info.has-glyphicons .wrapper-full3 .v-top, .page-node-type-page.has-glyphicons .content-main .content-middle1 .v-top, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .v-top, .page-node-type-page.has-glyphicons .wrapper-full1 .v-top, .page-node-type-page.has-glyphicons .wrapper-full2 .v-top, .page-node-type-page.has-glyphicons .wrapper-full3 .v-top, .path-archive.has-glyphicons .content-main .content-middle1 .v-top, .path-archive.has-glyphicons .content-sub .content-middle2 .v-top, .path-archive.has-glyphicons .wrapper-full1 .v-top, .path-archive.has-glyphicons .wrapper-full2 .v-top, .path-archive.has-glyphicons .wrapper-full3 .v-top, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .v-top, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .v-top, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .v-top, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .v-top, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .v-top {
    vertical-align:top!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .v-middle, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .v-middle, .page-node-type-archive.has-glyphicons .wrapper-full1 .v-middle, .page-node-type-archive.has-glyphicons .wrapper-full2 .v-middle, .page-node-type-archive.has-glyphicons .wrapper-full3 .v-middle, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .v-middle, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .v-middle, .page-node-type-blog.has-glyphicons .wrapper-full1 .v-middle, .page-node-type-blog.has-glyphicons .wrapper-full2 .v-middle, .page-node-type-blog.has-glyphicons .wrapper-full3 .v-middle, .page-node-type-info.has-glyphicons .content-main .content-middle1 .v-middle, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .v-middle, .page-node-type-info.has-glyphicons .wrapper-full1 .v-middle, .page-node-type-info.has-glyphicons .wrapper-full2 .v-middle, .page-node-type-info.has-glyphicons .wrapper-full3 .v-middle, .page-node-type-page.has-glyphicons .content-main .content-middle1 .v-middle, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .v-middle, .page-node-type-page.has-glyphicons .wrapper-full1 .v-middle, .page-node-type-page.has-glyphicons .wrapper-full2 .v-middle, .page-node-type-page.has-glyphicons .wrapper-full3 .v-middle, .path-archive.has-glyphicons .content-main .content-middle1 .v-middle, .path-archive.has-glyphicons .content-sub .content-middle2 .v-middle, .path-archive.has-glyphicons .wrapper-full1 .v-middle, .path-archive.has-glyphicons .wrapper-full2 .v-middle, .path-archive.has-glyphicons .wrapper-full3 .v-middle, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .v-middle, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .v-middle, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .v-middle, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .v-middle, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .v-middle {
    vertical-align:middle!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .v-bottom, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .v-bottom, .page-node-type-archive.has-glyphicons .wrapper-full1 .v-bottom, .page-node-type-archive.has-glyphicons .wrapper-full2 .v-bottom, .page-node-type-archive.has-glyphicons .wrapper-full3 .v-bottom, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .v-bottom, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .v-bottom, .page-node-type-blog.has-glyphicons .wrapper-full1 .v-bottom, .page-node-type-blog.has-glyphicons .wrapper-full2 .v-bottom, .page-node-type-blog.has-glyphicons .wrapper-full3 .v-bottom, .page-node-type-info.has-glyphicons .content-main .content-middle1 .v-bottom, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .v-bottom, .page-node-type-info.has-glyphicons .wrapper-full1 .v-bottom, .page-node-type-info.has-glyphicons .wrapper-full2 .v-bottom, .page-node-type-info.has-glyphicons .wrapper-full3 .v-bottom, .page-node-type-page.has-glyphicons .content-main .content-middle1 .v-bottom, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .v-bottom, .page-node-type-page.has-glyphicons .wrapper-full1 .v-bottom, .page-node-type-page.has-glyphicons .wrapper-full2 .v-bottom, .page-node-type-page.has-glyphicons .wrapper-full3 .v-bottom, .path-archive.has-glyphicons .content-main .content-middle1 .v-bottom, .path-archive.has-glyphicons .content-sub .content-middle2 .v-bottom, .path-archive.has-glyphicons .wrapper-full1 .v-bottom, .path-archive.has-glyphicons .wrapper-full2 .v-bottom, .path-archive.has-glyphicons .wrapper-full3 .v-bottom, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .v-bottom, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .v-bottom, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .v-bottom, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .v-bottom, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .v-bottom {
    vertical-align:bottom!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .left, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .left, .page-node-type-archive.has-glyphicons .wrapper-full1 .left, .page-node-type-archive.has-glyphicons .wrapper-full2 .left, .page-node-type-archive.has-glyphicons .wrapper-full3 .left, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .left, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .left, .page-node-type-blog.has-glyphicons .wrapper-full1 .left, .page-node-type-blog.has-glyphicons .wrapper-full2 .left, .page-node-type-blog.has-glyphicons .wrapper-full3 .left, .page-node-type-info.has-glyphicons .content-main .content-middle1 .left, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .left, .page-node-type-info.has-glyphicons .wrapper-full1 .left, .page-node-type-info.has-glyphicons .wrapper-full2 .left, .page-node-type-info.has-glyphicons .wrapper-full3 .left, .page-node-type-page.has-glyphicons .content-main .content-middle1 .left, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .left, .page-node-type-page.has-glyphicons .wrapper-full1 .left, .page-node-type-page.has-glyphicons .wrapper-full2 .left, .page-node-type-page.has-glyphicons .wrapper-full3 .left, .path-archive.has-glyphicons .content-main .content-middle1 .left, .path-archive.has-glyphicons .content-sub .content-middle2 .left, .path-archive.has-glyphicons .wrapper-full1 .left, .path-archive.has-glyphicons .wrapper-full2 .left, .path-archive.has-glyphicons .wrapper-full3 .left, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .left, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .left, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .left, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .left, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .left {
    text-align:left!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .center, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .center, .page-node-type-archive.has-glyphicons .wrapper-full1 .center, .page-node-type-archive.has-glyphicons .wrapper-full2 .center, .page-node-type-archive.has-glyphicons .wrapper-full3 .center, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .center, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .center, .page-node-type-blog.has-glyphicons .wrapper-full1 .center, .page-node-type-blog.has-glyphicons .wrapper-full2 .center, .page-node-type-blog.has-glyphicons .wrapper-full3 .center, .page-node-type-info.has-glyphicons .content-main .content-middle1 .center, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .center, .page-node-type-info.has-glyphicons .wrapper-full1 .center, .page-node-type-info.has-glyphicons .wrapper-full2 .center, .page-node-type-info.has-glyphicons .wrapper-full3 .center, .page-node-type-page.has-glyphicons .content-main .content-middle1 .center, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .center, .page-node-type-page.has-glyphicons .wrapper-full1 .center, .page-node-type-page.has-glyphicons .wrapper-full2 .center, .page-node-type-page.has-glyphicons .wrapper-full3 .center, .path-archive.has-glyphicons .content-main .content-middle1 .center, .path-archive.has-glyphicons .content-sub .content-middle2 .center, .path-archive.has-glyphicons .wrapper-full1 .center, .path-archive.has-glyphicons .wrapper-full2 .center, .path-archive.has-glyphicons .wrapper-full3 .center, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .center, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .center, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .center, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .center, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .center {
    text-align:center!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .right, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .right, .page-node-type-archive.has-glyphicons .wrapper-full1 .right, .page-node-type-archive.has-glyphicons .wrapper-full2 .right, .page-node-type-archive.has-glyphicons .wrapper-full3 .right, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .right, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .right, .page-node-type-blog.has-glyphicons .wrapper-full1 .right, .page-node-type-blog.has-glyphicons .wrapper-full2 .right, .page-node-type-blog.has-glyphicons .wrapper-full3 .right, .page-node-type-info.has-glyphicons .content-main .content-middle1 .right, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .right, .page-node-type-info.has-glyphicons .wrapper-full1 .right, .page-node-type-info.has-glyphicons .wrapper-full2 .right, .page-node-type-info.has-glyphicons .wrapper-full3 .right, .page-node-type-page.has-glyphicons .content-main .content-middle1 .right, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .right, .page-node-type-page.has-glyphicons .wrapper-full1 .right, .page-node-type-page.has-glyphicons .wrapper-full2 .right, .page-node-type-page.has-glyphicons .wrapper-full3 .right, .path-archive.has-glyphicons .content-main .content-middle1 .right, .path-archive.has-glyphicons .content-sub .content-middle2 .right, .path-archive.has-glyphicons .wrapper-full1 .right, .path-archive.has-glyphicons .wrapper-full2 .right, .path-archive.has-glyphicons .wrapper-full3 .right, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .right, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .right, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .right, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .right, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .right {
    text-align:right!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w0em, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w0em, .page-node-type-archive.has-glyphicons .wrapper-full1 .w0em, .page-node-type-archive.has-glyphicons .wrapper-full2 .w0em, .page-node-type-archive.has-glyphicons .wrapper-full3 .w0em, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w0em, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w0em, .page-node-type-blog.has-glyphicons .wrapper-full1 .w0em, .page-node-type-blog.has-glyphicons .wrapper-full2 .w0em, .page-node-type-blog.has-glyphicons .wrapper-full3 .w0em, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w0em, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w0em, .page-node-type-info.has-glyphicons .wrapper-full1 .w0em, .page-node-type-info.has-glyphicons .wrapper-full2 .w0em, .page-node-type-info.has-glyphicons .wrapper-full3 .w0em, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w0em, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w0em, .page-node-type-page.has-glyphicons .wrapper-full1 .w0em, .page-node-type-page.has-glyphicons .wrapper-full2 .w0em, .page-node-type-page.has-glyphicons .wrapper-full3 .w0em, .path-archive.has-glyphicons .content-main .content-middle1 .w0em, .path-archive.has-glyphicons .content-sub .content-middle2 .w0em, .path-archive.has-glyphicons .wrapper-full1 .w0em, .path-archive.has-glyphicons .wrapper-full2 .w0em, .path-archive.has-glyphicons .wrapper-full3 .w0em, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w0em, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w0em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w0em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w0em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w0em {
    padding-left:0!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w1em, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w1em, .page-node-type-archive.has-glyphicons .wrapper-full1 .w1em, .page-node-type-archive.has-glyphicons .wrapper-full2 .w1em, .page-node-type-archive.has-glyphicons .wrapper-full3 .w1em, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w1em, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w1em, .page-node-type-blog.has-glyphicons .wrapper-full1 .w1em, .page-node-type-blog.has-glyphicons .wrapper-full2 .w1em, .page-node-type-blog.has-glyphicons .wrapper-full3 .w1em, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w1em, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w1em, .page-node-type-info.has-glyphicons .wrapper-full1 .w1em, .page-node-type-info.has-glyphicons .wrapper-full2 .w1em, .page-node-type-info.has-glyphicons .wrapper-full3 .w1em, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w1em, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w1em, .page-node-type-page.has-glyphicons .wrapper-full1 .w1em, .page-node-type-page.has-glyphicons .wrapper-full2 .w1em, .page-node-type-page.has-glyphicons .wrapper-full3 .w1em, .path-archive.has-glyphicons .content-main .content-middle1 .w1em, .path-archive.has-glyphicons .content-sub .content-middle2 .w1em, .path-archive.has-glyphicons .wrapper-full1 .w1em, .path-archive.has-glyphicons .wrapper-full2 .w1em, .path-archive.has-glyphicons .wrapper-full3 .w1em, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w1em, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w1em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w1em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w1em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w1em {
    padding-left:1em!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w2em, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w2em, .page-node-type-archive.has-glyphicons .wrapper-full1 .w2em, .page-node-type-archive.has-glyphicons .wrapper-full2 .w2em, .page-node-type-archive.has-glyphicons .wrapper-full3 .w2em, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w2em, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w2em, .page-node-type-blog.has-glyphicons .wrapper-full1 .w2em, .page-node-type-blog.has-glyphicons .wrapper-full2 .w2em, .page-node-type-blog.has-glyphicons .wrapper-full3 .w2em, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w2em, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w2em, .page-node-type-info.has-glyphicons .wrapper-full1 .w2em, .page-node-type-info.has-glyphicons .wrapper-full2 .w2em, .page-node-type-info.has-glyphicons .wrapper-full3 .w2em, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w2em, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w2em, .page-node-type-page.has-glyphicons .wrapper-full1 .w2em, .page-node-type-page.has-glyphicons .wrapper-full2 .w2em, .page-node-type-page.has-glyphicons .wrapper-full3 .w2em, .path-archive.has-glyphicons .content-main .content-middle1 .w2em, .path-archive.has-glyphicons .content-sub .content-middle2 .w2em, .path-archive.has-glyphicons .wrapper-full1 .w2em, .path-archive.has-glyphicons .wrapper-full2 .w2em, .path-archive.has-glyphicons .wrapper-full3 .w2em, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w2em, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w2em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w2em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w2em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w2em {
    padding-left:2em!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w3em, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w3em, .page-node-type-archive.has-glyphicons .wrapper-full1 .w3em, .page-node-type-archive.has-glyphicons .wrapper-full2 .w3em, .page-node-type-archive.has-glyphicons .wrapper-full3 .w3em, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w3em, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w3em, .page-node-type-blog.has-glyphicons .wrapper-full1 .w3em, .page-node-type-blog.has-glyphicons .wrapper-full2 .w3em, .page-node-type-blog.has-glyphicons .wrapper-full3 .w3em, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w3em, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w3em, .page-node-type-info.has-glyphicons .wrapper-full1 .w3em, .page-node-type-info.has-glyphicons .wrapper-full2 .w3em, .page-node-type-info.has-glyphicons .wrapper-full3 .w3em, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w3em, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w3em, .page-node-type-page.has-glyphicons .wrapper-full1 .w3em, .page-node-type-page.has-glyphicons .wrapper-full2 .w3em, .page-node-type-page.has-glyphicons .wrapper-full3 .w3em, .path-archive.has-glyphicons .content-main .content-middle1 .w3em, .path-archive.has-glyphicons .content-sub .content-middle2 .w3em, .path-archive.has-glyphicons .wrapper-full1 .w3em, .path-archive.has-glyphicons .wrapper-full2 .w3em, .path-archive.has-glyphicons .wrapper-full3 .w3em, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w3em, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w3em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w3em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w3em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w3em {
    padding-left:3em!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w4em, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w4em, .page-node-type-archive.has-glyphicons .wrapper-full1 .w4em, .page-node-type-archive.has-glyphicons .wrapper-full2 .w4em, .page-node-type-archive.has-glyphicons .wrapper-full3 .w4em, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w4em, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w4em, .page-node-type-blog.has-glyphicons .wrapper-full1 .w4em, .page-node-type-blog.has-glyphicons .wrapper-full2 .w4em, .page-node-type-blog.has-glyphicons .wrapper-full3 .w4em, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w4em, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w4em, .page-node-type-info.has-glyphicons .wrapper-full1 .w4em, .page-node-type-info.has-glyphicons .wrapper-full2 .w4em, .page-node-type-info.has-glyphicons .wrapper-full3 .w4em, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w4em, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w4em, .page-node-type-page.has-glyphicons .wrapper-full1 .w4em, .page-node-type-page.has-glyphicons .wrapper-full2 .w4em, .page-node-type-page.has-glyphicons .wrapper-full3 .w4em, .path-archive.has-glyphicons .content-main .content-middle1 .w4em, .path-archive.has-glyphicons .content-sub .content-middle2 .w4em, .path-archive.has-glyphicons .wrapper-full1 .w4em, .path-archive.has-glyphicons .wrapper-full2 .w4em, .path-archive.has-glyphicons .wrapper-full3 .w4em, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w4em, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w4em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w4em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w4em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w4em {
    padding-left:4em!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w5em, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w5em, .page-node-type-archive.has-glyphicons .wrapper-full1 .w5em, .page-node-type-archive.has-glyphicons .wrapper-full2 .w5em, .page-node-type-archive.has-glyphicons .wrapper-full3 .w5em, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w5em, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w5em, .page-node-type-blog.has-glyphicons .wrapper-full1 .w5em, .page-node-type-blog.has-glyphicons .wrapper-full2 .w5em, .page-node-type-blog.has-glyphicons .wrapper-full3 .w5em, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w5em, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w5em, .page-node-type-info.has-glyphicons .wrapper-full1 .w5em, .page-node-type-info.has-glyphicons .wrapper-full2 .w5em, .page-node-type-info.has-glyphicons .wrapper-full3 .w5em, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w5em, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w5em, .page-node-type-page.has-glyphicons .wrapper-full1 .w5em, .page-node-type-page.has-glyphicons .wrapper-full2 .w5em, .page-node-type-page.has-glyphicons .wrapper-full3 .w5em, .path-archive.has-glyphicons .content-main .content-middle1 .w5em, .path-archive.has-glyphicons .content-sub .content-middle2 .w5em, .path-archive.has-glyphicons .wrapper-full1 .w5em, .path-archive.has-glyphicons .wrapper-full2 .w5em, .path-archive.has-glyphicons .wrapper-full3 .w5em, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w5em, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w5em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w5em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w5em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w5em {
    padding-left:5em!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w6em, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w6em, .page-node-type-archive.has-glyphicons .wrapper-full1 .w6em, .page-node-type-archive.has-glyphicons .wrapper-full2 .w6em, .page-node-type-archive.has-glyphicons .wrapper-full3 .w6em, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w6em, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w6em, .page-node-type-blog.has-glyphicons .wrapper-full1 .w6em, .page-node-type-blog.has-glyphicons .wrapper-full2 .w6em, .page-node-type-blog.has-glyphicons .wrapper-full3 .w6em, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w6em, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w6em, .page-node-type-info.has-glyphicons .wrapper-full1 .w6em, .page-node-type-info.has-glyphicons .wrapper-full2 .w6em, .page-node-type-info.has-glyphicons .wrapper-full3 .w6em, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w6em, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w6em, .page-node-type-page.has-glyphicons .wrapper-full1 .w6em, .page-node-type-page.has-glyphicons .wrapper-full2 .w6em, .page-node-type-page.has-glyphicons .wrapper-full3 .w6em, .path-archive.has-glyphicons .content-main .content-middle1 .w6em, .path-archive.has-glyphicons .content-sub .content-middle2 .w6em, .path-archive.has-glyphicons .wrapper-full1 .w6em, .path-archive.has-glyphicons .wrapper-full2 .w6em, .path-archive.has-glyphicons .wrapper-full3 .w6em, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w6em, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w6em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w6em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w6em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w6em {
    padding-left:6em!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w7em, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w7em, .page-node-type-archive.has-glyphicons .wrapper-full1 .w7em, .page-node-type-archive.has-glyphicons .wrapper-full2 .w7em, .page-node-type-archive.has-glyphicons .wrapper-full3 .w7em, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w7em, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w7em, .page-node-type-blog.has-glyphicons .wrapper-full1 .w7em, .page-node-type-blog.has-glyphicons .wrapper-full2 .w7em, .page-node-type-blog.has-glyphicons .wrapper-full3 .w7em, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w7em, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w7em, .page-node-type-info.has-glyphicons .wrapper-full1 .w7em, .page-node-type-info.has-glyphicons .wrapper-full2 .w7em, .page-node-type-info.has-glyphicons .wrapper-full3 .w7em, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w7em, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w7em, .page-node-type-page.has-glyphicons .wrapper-full1 .w7em, .page-node-type-page.has-glyphicons .wrapper-full2 .w7em, .page-node-type-page.has-glyphicons .wrapper-full3 .w7em, .path-archive.has-glyphicons .content-main .content-middle1 .w7em, .path-archive.has-glyphicons .content-sub .content-middle2 .w7em, .path-archive.has-glyphicons .wrapper-full1 .w7em, .path-archive.has-glyphicons .wrapper-full2 .w7em, .path-archive.has-glyphicons .wrapper-full3 .w7em, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w7em, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w7em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w7em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w7em, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w7em {
    padding-left:7em!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-05, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-05, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-05, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-05, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-05, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-05, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-05, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-05, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-05, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-05, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-05, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-05, .page-node-type-info.has-glyphicons .wrapper-full1 .w-05, .page-node-type-info.has-glyphicons .wrapper-full2 .w-05, .page-node-type-info.has-glyphicons .wrapper-full3 .w-05, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-05, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-05, .page-node-type-page.has-glyphicons .wrapper-full1 .w-05, .page-node-type-page.has-glyphicons .wrapper-full2 .w-05, .page-node-type-page.has-glyphicons .wrapper-full3 .w-05, .path-archive.has-glyphicons .content-main .content-middle1 .w-05, .path-archive.has-glyphicons .content-sub .content-middle2 .w-05, .path-archive.has-glyphicons .wrapper-full1 .w-05, .path-archive.has-glyphicons .wrapper-full2 .w-05, .path-archive.has-glyphicons .wrapper-full3 .w-05, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-05, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-05, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-05 {
    width:5%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-10, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-10, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-10, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-10, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-10, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-10, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-10, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-10, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-10, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-10, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-10, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-10, .page-node-type-info.has-glyphicons .wrapper-full1 .w-10, .page-node-type-info.has-glyphicons .wrapper-full2 .w-10, .page-node-type-info.has-glyphicons .wrapper-full3 .w-10, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-10, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-10, .page-node-type-page.has-glyphicons .wrapper-full1 .w-10, .page-node-type-page.has-glyphicons .wrapper-full2 .w-10, .page-node-type-page.has-glyphicons .wrapper-full3 .w-10, .path-archive.has-glyphicons .content-main .content-middle1 .w-10, .path-archive.has-glyphicons .content-sub .content-middle2 .w-10, .path-archive.has-glyphicons .wrapper-full1 .w-10, .path-archive.has-glyphicons .wrapper-full2 .w-10, .path-archive.has-glyphicons .wrapper-full3 .w-10, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-10, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-10, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-10 {
    width:10%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-15, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-15, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-15, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-15, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-15, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-15, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-15, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-15, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-15, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-15, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-15, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-15, .page-node-type-info.has-glyphicons .wrapper-full1 .w-15, .page-node-type-info.has-glyphicons .wrapper-full2 .w-15, .page-node-type-info.has-glyphicons .wrapper-full3 .w-15, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-15, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-15, .page-node-type-page.has-glyphicons .wrapper-full1 .w-15, .page-node-type-page.has-glyphicons .wrapper-full2 .w-15, .page-node-type-page.has-glyphicons .wrapper-full3 .w-15, .path-archive.has-glyphicons .content-main .content-middle1 .w-15, .path-archive.has-glyphicons .content-sub .content-middle2 .w-15, .path-archive.has-glyphicons .wrapper-full1 .w-15, .path-archive.has-glyphicons .wrapper-full2 .w-15, .path-archive.has-glyphicons .wrapper-full3 .w-15, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-15, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-15, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-15 {
    width:15%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-20, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-20, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-20, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-20, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-20, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-20, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-20, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-20, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-20, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-20, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-20, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-20, .page-node-type-info.has-glyphicons .wrapper-full1 .w-20, .page-node-type-info.has-glyphicons .wrapper-full2 .w-20, .page-node-type-info.has-glyphicons .wrapper-full3 .w-20, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-20, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-20, .page-node-type-page.has-glyphicons .wrapper-full1 .w-20, .page-node-type-page.has-glyphicons .wrapper-full2 .w-20, .page-node-type-page.has-glyphicons .wrapper-full3 .w-20, .path-archive.has-glyphicons .content-main .content-middle1 .w-20, .path-archive.has-glyphicons .content-sub .content-middle2 .w-20, .path-archive.has-glyphicons .wrapper-full1 .w-20, .path-archive.has-glyphicons .wrapper-full2 .w-20, .path-archive.has-glyphicons .wrapper-full3 .w-20, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-20, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-20, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-20 {
    width:20%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-25, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-25, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-25, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-25, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-25, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-25, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-25, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-25, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-25, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-25, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-25, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-25, .page-node-type-info.has-glyphicons .wrapper-full1 .w-25, .page-node-type-info.has-glyphicons .wrapper-full2 .w-25, .page-node-type-info.has-glyphicons .wrapper-full3 .w-25, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-25, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-25, .page-node-type-page.has-glyphicons .wrapper-full1 .w-25, .page-node-type-page.has-glyphicons .wrapper-full2 .w-25, .page-node-type-page.has-glyphicons .wrapper-full3 .w-25, .path-archive.has-glyphicons .content-main .content-middle1 .w-25, .path-archive.has-glyphicons .content-sub .content-middle2 .w-25, .path-archive.has-glyphicons .wrapper-full1 .w-25, .path-archive.has-glyphicons .wrapper-full2 .w-25, .path-archive.has-glyphicons .wrapper-full3 .w-25, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-25, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-25, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-25 {
    width:25%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-30, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-30, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-30, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-30, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-30, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-30, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-30, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-30, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-30, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-30, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-30, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-30, .page-node-type-info.has-glyphicons .wrapper-full1 .w-30, .page-node-type-info.has-glyphicons .wrapper-full2 .w-30, .page-node-type-info.has-glyphicons .wrapper-full3 .w-30, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-30, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-30, .page-node-type-page.has-glyphicons .wrapper-full1 .w-30, .page-node-type-page.has-glyphicons .wrapper-full2 .w-30, .page-node-type-page.has-glyphicons .wrapper-full3 .w-30, .path-archive.has-glyphicons .content-main .content-middle1 .w-30, .path-archive.has-glyphicons .content-sub .content-middle2 .w-30, .path-archive.has-glyphicons .wrapper-full1 .w-30, .path-archive.has-glyphicons .wrapper-full2 .w-30, .path-archive.has-glyphicons .wrapper-full3 .w-30, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-30, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-30, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-30 {
    width:30%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-35, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-35, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-35, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-35, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-35, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-35, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-35, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-35, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-35, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-35, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-35, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-35, .page-node-type-info.has-glyphicons .wrapper-full1 .w-35, .page-node-type-info.has-glyphicons .wrapper-full2 .w-35, .page-node-type-info.has-glyphicons .wrapper-full3 .w-35, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-35, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-35, .page-node-type-page.has-glyphicons .wrapper-full1 .w-35, .page-node-type-page.has-glyphicons .wrapper-full2 .w-35, .page-node-type-page.has-glyphicons .wrapper-full3 .w-35, .path-archive.has-glyphicons .content-main .content-middle1 .w-35, .path-archive.has-glyphicons .content-sub .content-middle2 .w-35, .path-archive.has-glyphicons .wrapper-full1 .w-35, .path-archive.has-glyphicons .wrapper-full2 .w-35, .path-archive.has-glyphicons .wrapper-full3 .w-35, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-35, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-35, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-35 {
    width:35%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-40, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-40, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-40, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-40, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-40, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-40, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-40, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-40, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-40, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-40, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-40, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-40, .page-node-type-info.has-glyphicons .wrapper-full1 .w-40, .page-node-type-info.has-glyphicons .wrapper-full2 .w-40, .page-node-type-info.has-glyphicons .wrapper-full3 .w-40, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-40, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-40, .page-node-type-page.has-glyphicons .wrapper-full1 .w-40, .page-node-type-page.has-glyphicons .wrapper-full2 .w-40, .page-node-type-page.has-glyphicons .wrapper-full3 .w-40, .path-archive.has-glyphicons .content-main .content-middle1 .w-40, .path-archive.has-glyphicons .content-sub .content-middle2 .w-40, .path-archive.has-glyphicons .wrapper-full1 .w-40, .path-archive.has-glyphicons .wrapper-full2 .w-40, .path-archive.has-glyphicons .wrapper-full3 .w-40, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-40, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-40, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-40 {
    width:40%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-45, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-45, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-45, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-45, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-45, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-45, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-45, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-45, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-45, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-45, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-45, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-45, .page-node-type-info.has-glyphicons .wrapper-full1 .w-45, .page-node-type-info.has-glyphicons .wrapper-full2 .w-45, .page-node-type-info.has-glyphicons .wrapper-full3 .w-45, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-45, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-45, .page-node-type-page.has-glyphicons .wrapper-full1 .w-45, .page-node-type-page.has-glyphicons .wrapper-full2 .w-45, .page-node-type-page.has-glyphicons .wrapper-full3 .w-45, .path-archive.has-glyphicons .content-main .content-middle1 .w-45, .path-archive.has-glyphicons .content-sub .content-middle2 .w-45, .path-archive.has-glyphicons .wrapper-full1 .w-45, .path-archive.has-glyphicons .wrapper-full2 .w-45, .path-archive.has-glyphicons .wrapper-full3 .w-45, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-45, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-45, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-45 {
    width:45%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-50, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-50, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-50, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-50, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-50, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-50, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-50, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-50, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-50, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-50, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-50, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-50, .page-node-type-info.has-glyphicons .wrapper-full1 .w-50, .page-node-type-info.has-glyphicons .wrapper-full2 .w-50, .page-node-type-info.has-glyphicons .wrapper-full3 .w-50, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-50, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-50, .page-node-type-page.has-glyphicons .wrapper-full1 .w-50, .page-node-type-page.has-glyphicons .wrapper-full2 .w-50, .page-node-type-page.has-glyphicons .wrapper-full3 .w-50, .path-archive.has-glyphicons .content-main .content-middle1 .w-50, .path-archive.has-glyphicons .content-sub .content-middle2 .w-50, .path-archive.has-glyphicons .wrapper-full1 .w-50, .path-archive.has-glyphicons .wrapper-full2 .w-50, .path-archive.has-glyphicons .wrapper-full3 .w-50, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-50, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-50, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-50 {
    width:50%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-55, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-55, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-55, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-55, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-55, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-55, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-55, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-55, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-55, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-55, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-55, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-55, .page-node-type-info.has-glyphicons .wrapper-full1 .w-55, .page-node-type-info.has-glyphicons .wrapper-full2 .w-55, .page-node-type-info.has-glyphicons .wrapper-full3 .w-55, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-55, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-55, .page-node-type-page.has-glyphicons .wrapper-full1 .w-55, .page-node-type-page.has-glyphicons .wrapper-full2 .w-55, .page-node-type-page.has-glyphicons .wrapper-full3 .w-55, .path-archive.has-glyphicons .content-main .content-middle1 .w-55, .path-archive.has-glyphicons .content-sub .content-middle2 .w-55, .path-archive.has-glyphicons .wrapper-full1 .w-55, .path-archive.has-glyphicons .wrapper-full2 .w-55, .path-archive.has-glyphicons .wrapper-full3 .w-55, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-55, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-55, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-55, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-55, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-55 {
    width:55%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-60, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-60, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-60, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-60, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-60, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-60, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-60, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-60, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-60, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-60, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-60, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-60, .page-node-type-info.has-glyphicons .wrapper-full1 .w-60, .page-node-type-info.has-glyphicons .wrapper-full2 .w-60, .page-node-type-info.has-glyphicons .wrapper-full3 .w-60, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-60, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-60, .page-node-type-page.has-glyphicons .wrapper-full1 .w-60, .page-node-type-page.has-glyphicons .wrapper-full2 .w-60, .page-node-type-page.has-glyphicons .wrapper-full3 .w-60, .path-archive.has-glyphicons .content-main .content-middle1 .w-60, .path-archive.has-glyphicons .content-sub .content-middle2 .w-60, .path-archive.has-glyphicons .wrapper-full1 .w-60, .path-archive.has-glyphicons .wrapper-full2 .w-60, .path-archive.has-glyphicons .wrapper-full3 .w-60, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-60, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-60, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-60, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-60, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-60 {
    width:60%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-65, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-65, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-65, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-65, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-65, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-65, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-65, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-65, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-65, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-65, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-65, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-65, .page-node-type-info.has-glyphicons .wrapper-full1 .w-65, .page-node-type-info.has-glyphicons .wrapper-full2 .w-65, .page-node-type-info.has-glyphicons .wrapper-full3 .w-65, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-65, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-65, .page-node-type-page.has-glyphicons .wrapper-full1 .w-65, .page-node-type-page.has-glyphicons .wrapper-full2 .w-65, .page-node-type-page.has-glyphicons .wrapper-full3 .w-65, .path-archive.has-glyphicons .content-main .content-middle1 .w-65, .path-archive.has-glyphicons .content-sub .content-middle2 .w-65, .path-archive.has-glyphicons .wrapper-full1 .w-65, .path-archive.has-glyphicons .wrapper-full2 .w-65, .path-archive.has-glyphicons .wrapper-full3 .w-65, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-65, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-65, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-65, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-65, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-65 {
    width:65%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-70, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-70, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-70, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-70, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-70, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-70, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-70, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-70, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-70, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-70, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-70, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-70, .page-node-type-info.has-glyphicons .wrapper-full1 .w-70, .page-node-type-info.has-glyphicons .wrapper-full2 .w-70, .page-node-type-info.has-glyphicons .wrapper-full3 .w-70, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-70, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-70, .page-node-type-page.has-glyphicons .wrapper-full1 .w-70, .page-node-type-page.has-glyphicons .wrapper-full2 .w-70, .page-node-type-page.has-glyphicons .wrapper-full3 .w-70, .path-archive.has-glyphicons .content-main .content-middle1 .w-70, .path-archive.has-glyphicons .content-sub .content-middle2 .w-70, .path-archive.has-glyphicons .wrapper-full1 .w-70, .path-archive.has-glyphicons .wrapper-full2 .w-70, .path-archive.has-glyphicons .wrapper-full3 .w-70, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-70, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-70, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-70, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-70, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-70 {
    width:70%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-75, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-75, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-75, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-75, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-75, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-75, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-75, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-75, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-75, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-75, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-75, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-75, .page-node-type-info.has-glyphicons .wrapper-full1 .w-75, .page-node-type-info.has-glyphicons .wrapper-full2 .w-75, .page-node-type-info.has-glyphicons .wrapper-full3 .w-75, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-75, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-75, .page-node-type-page.has-glyphicons .wrapper-full1 .w-75, .page-node-type-page.has-glyphicons .wrapper-full2 .w-75, .page-node-type-page.has-glyphicons .wrapper-full3 .w-75, .path-archive.has-glyphicons .content-main .content-middle1 .w-75, .path-archive.has-glyphicons .content-sub .content-middle2 .w-75, .path-archive.has-glyphicons .wrapper-full1 .w-75, .path-archive.has-glyphicons .wrapper-full2 .w-75, .path-archive.has-glyphicons .wrapper-full3 .w-75, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-75, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-75, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-75, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-75, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-75 {
    width:75%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-80, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-80, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-80, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-80, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-80, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-80, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-80, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-80, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-80, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-80, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-80, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-80, .page-node-type-info.has-glyphicons .wrapper-full1 .w-80, .page-node-type-info.has-glyphicons .wrapper-full2 .w-80, .page-node-type-info.has-glyphicons .wrapper-full3 .w-80, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-80, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-80, .page-node-type-page.has-glyphicons .wrapper-full1 .w-80, .page-node-type-page.has-glyphicons .wrapper-full2 .w-80, .page-node-type-page.has-glyphicons .wrapper-full3 .w-80, .path-archive.has-glyphicons .content-main .content-middle1 .w-80, .path-archive.has-glyphicons .content-sub .content-middle2 .w-80, .path-archive.has-glyphicons .wrapper-full1 .w-80, .path-archive.has-glyphicons .wrapper-full2 .w-80, .path-archive.has-glyphicons .wrapper-full3 .w-80, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-80, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-80, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-80, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-80, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-80 {
    width:80%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-85, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-85, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-85, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-85, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-85, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-85, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-85, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-85, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-85, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-85, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-85, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-85, .page-node-type-info.has-glyphicons .wrapper-full1 .w-85, .page-node-type-info.has-glyphicons .wrapper-full2 .w-85, .page-node-type-info.has-glyphicons .wrapper-full3 .w-85, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-85, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-85, .page-node-type-page.has-glyphicons .wrapper-full1 .w-85, .page-node-type-page.has-glyphicons .wrapper-full2 .w-85, .page-node-type-page.has-glyphicons .wrapper-full3 .w-85, .path-archive.has-glyphicons .content-main .content-middle1 .w-85, .path-archive.has-glyphicons .content-sub .content-middle2 .w-85, .path-archive.has-glyphicons .wrapper-full1 .w-85, .path-archive.has-glyphicons .wrapper-full2 .w-85, .path-archive.has-glyphicons .wrapper-full3 .w-85, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-85, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-85, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-85, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-85, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-85 {
    width:85%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-90, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-90, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-90, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-90, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-90, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-90, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-90, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-90, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-90, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-90, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-90, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-90, .page-node-type-info.has-glyphicons .wrapper-full1 .w-90, .page-node-type-info.has-glyphicons .wrapper-full2 .w-90, .page-node-type-info.has-glyphicons .wrapper-full3 .w-90, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-90, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-90, .page-node-type-page.has-glyphicons .wrapper-full1 .w-90, .page-node-type-page.has-glyphicons .wrapper-full2 .w-90, .page-node-type-page.has-glyphicons .wrapper-full3 .w-90, .path-archive.has-glyphicons .content-main .content-middle1 .w-90, .path-archive.has-glyphicons .content-sub .content-middle2 .w-90, .path-archive.has-glyphicons .wrapper-full1 .w-90, .path-archive.has-glyphicons .wrapper-full2 .w-90, .path-archive.has-glyphicons .wrapper-full3 .w-90, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-90, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-90, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-90, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-90, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-90 {
    width:90%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .w-95, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .w-95, .page-node-type-archive.has-glyphicons .wrapper-full1 .w-95, .page-node-type-archive.has-glyphicons .wrapper-full2 .w-95, .page-node-type-archive.has-glyphicons .wrapper-full3 .w-95, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .w-95, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .w-95, .page-node-type-blog.has-glyphicons .wrapper-full1 .w-95, .page-node-type-blog.has-glyphicons .wrapper-full2 .w-95, .page-node-type-blog.has-glyphicons .wrapper-full3 .w-95, .page-node-type-info.has-glyphicons .content-main .content-middle1 .w-95, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .w-95, .page-node-type-info.has-glyphicons .wrapper-full1 .w-95, .page-node-type-info.has-glyphicons .wrapper-full2 .w-95, .page-node-type-info.has-glyphicons .wrapper-full3 .w-95, .page-node-type-page.has-glyphicons .content-main .content-middle1 .w-95, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .w-95, .page-node-type-page.has-glyphicons .wrapper-full1 .w-95, .page-node-type-page.has-glyphicons .wrapper-full2 .w-95, .page-node-type-page.has-glyphicons .wrapper-full3 .w-95, .path-archive.has-glyphicons .content-main .content-middle1 .w-95, .path-archive.has-glyphicons .content-sub .content-middle2 .w-95, .path-archive.has-glyphicons .wrapper-full1 .w-95, .path-archive.has-glyphicons .wrapper-full2 .w-95, .path-archive.has-glyphicons .wrapper-full3 .w-95, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .w-95, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .w-95, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full1 .w-95, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full2 .w-95, .user-logged-in.path-style-guide.has-glyphicons .wrapper-full3 .w-95 {
    width:95%!important
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 img, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 img, .page-node-type-blog.has-glyphicons .content-main .content-middle1 img, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 img, .page-node-type-info.has-glyphicons .content-main .content-middle1 img, .page-node-type-info.has-glyphicons .content-sub .content-middle2 img, .page-node-type-page.has-glyphicons .content-main .content-middle1 img, .page-node-type-page.has-glyphicons .content-sub .content-middle2 img, .path-archive.has-glyphicons .content-main .content-middle1 img, .path-archive.has-glyphicons .content-sub .content-middle2 img, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 img, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 img {
    max-width:100%;
    height:auto
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 img.align-left, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 img.align-left, .page-node-type-blog.has-glyphicons .content-main .content-middle1 img.align-left, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 img.align-left, .page-node-type-info.has-glyphicons .content-main .content-middle1 img.align-left, .page-node-type-info.has-glyphicons .content-sub .content-middle2 img.align-left, .page-node-type-page.has-glyphicons .content-main .content-middle1 img.align-left, .page-node-type-page.has-glyphicons .content-sub .content-middle2 img.align-left, .path-archive.has-glyphicons .content-main .content-middle1 img.align-left, .path-archive.has-glyphicons .content-sub .content-middle2 img.align-left, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 img.align-left, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 img.align-left {
    margin:10px 3% 10px 0
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 img.align-right, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 img.align-right, .page-node-type-blog.has-glyphicons .content-main .content-middle1 img.align-right, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 img.align-right, .page-node-type-info.has-glyphicons .content-main .content-middle1 img.align-right, .page-node-type-info.has-glyphicons .content-sub .content-middle2 img.align-right, .page-node-type-page.has-glyphicons .content-main .content-middle1 img.align-right, .page-node-type-page.has-glyphicons .content-sub .content-middle2 img.align-right, .path-archive.has-glyphicons .content-main .content-middle1 img.align-right, .path-archive.has-glyphicons .content-sub .content-middle2 img.align-right, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 img.align-right, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 img.align-right {
    margin:10px 0 10px 3%
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 img.align-center, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 img.align-center, .page-node-type-blog.has-glyphicons .content-main .content-middle1 img.align-center, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 img.align-center, .page-node-type-info.has-glyphicons .content-main .content-middle1 img.align-center, .page-node-type-info.has-glyphicons .content-sub .content-middle2 img.align-center, .page-node-type-page.has-glyphicons .content-main .content-middle1 img.align-center, .page-node-type-page.has-glyphicons .content-sub .content-middle2 img.align-center, .path-archive.has-glyphicons .content-main .content-middle1 img.align-center, .path-archive.has-glyphicons .content-sub .content-middle2 img.align-center, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 img.align-center, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 img.align-center {
    margin-top:10px;
    margin-bottom:10px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 h2, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 h2, .page-node-type-blog.has-glyphicons .content-main .content-middle1 h2, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 h2, .page-node-type-info.has-glyphicons .content-main .content-middle1 h2, .page-node-type-info.has-glyphicons .content-sub .content-middle2 h2, .page-node-type-page.has-glyphicons .content-main .content-middle1 h2, .page-node-type-page.has-glyphicons .content-sub .content-middle2 h2, .path-archive.has-glyphicons .content-main .content-middle1 h2, .path-archive.has-glyphicons .content-sub .content-middle2 h2, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 h2, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 h2 {
    margin-top:25px;
    margin-bottom:20px;
    font-weight:normal;
    font-size:21px;
    font-size:2.1rem;
    color:#004fa2
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 h2:after, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 h2:after, .page-node-type-blog.has-glyphicons .content-main .content-middle1 h2:after, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 h2:after, .page-node-type-info.has-glyphicons .content-main .content-middle1 h2:after, .page-node-type-info.has-glyphicons .content-sub .content-middle2 h2:after, .page-node-type-page.has-glyphicons .content-main .content-middle1 h2:after, .page-node-type-page.has-glyphicons .content-sub .content-middle2 h2:after, .path-archive.has-glyphicons .content-main .content-middle1 h2:after, .path-archive.has-glyphicons .content-sub .content-middle2 h2:after, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 h2:after, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 h2:after {
    display:block;
    height:4px;
    margin-top:7px;
    background:#0a67ca;
    background-image:-webkit-linear-gradient(left, #0a67ca, #267cd6);
    background-image:-webkit-gradient(linear, left top, right top, from(#0a67ca), to(#267cd6));
    background-image:-o-linear-gradient(left, #0a67ca, #267cd6);
    background-image:linear-gradient(to right, #0a67ca, #267cd6);
    content:""
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 h3, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 h3, .page-node-type-blog.has-glyphicons .content-main .content-middle1 h3, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 h3, .page-node-type-info.has-glyphicons .content-main .content-middle1 h3, .page-node-type-info.has-glyphicons .content-sub .content-middle2 h3, .page-node-type-page.has-glyphicons .content-main .content-middle1 h3, .page-node-type-page.has-glyphicons .content-sub .content-middle2 h3, .path-archive.has-glyphicons .content-main .content-middle1 h3, .path-archive.has-glyphicons .content-sub .content-middle2 h3, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 h3, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 h3 {
    position:relative;
    margin-bottom:20px;
    padding:10px 20px 10px 25px;
    background-color:#f6f6f8;
    border-bottom:1px solid #e4e4e4;
    font-weight:normal;
    font-size:24px;
    font-size:2.4rem;
    color:#0a67ca;
    line-height:1.25
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 h3:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 h3:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 h3:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 h3:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 h3:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 h3:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 h3:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 h3:before, .path-archive.has-glyphicons .content-main .content-middle1 h3:before, .path-archive.has-glyphicons .content-sub .content-middle2 h3:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 h3:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 h3:before {
    position:absolute;
    display:block;
    width:4px;
    height:100%;
    background:#2176ce;
    background-image:-webkit-linear-gradient(top, #267cd6, #0a67ca);
    background-image:-webkit-gradient(linear, left top, left bottom, from(#267cd6), to(#0a67ca));
    background-image:-o-linear-gradient(top, #267cd6, #0a67ca);
    background-image:linear-gradient(to bottom, #267cd6, #0a67ca);
    border-radius:10px;
    content:"";
    height:80%;
    top:10%;
    left:10px
}

@media only screen and (max-width:767px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 h3, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 h3, .page-node-type-blog.has-glyphicons .content-main .content-middle1 h3, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 h3, .page-node-type-info.has-glyphicons .content-main .content-middle1 h3, .page-node-type-info.has-glyphicons .content-sub .content-middle2 h3, .page-node-type-page.has-glyphicons .content-main .content-middle1 h3, .page-node-type-page.has-glyphicons .content-sub .content-middle2 h3, .path-archive.has-glyphicons .content-main .content-middle1 h3, .path-archive.has-glyphicons .content-sub .content-middle2 h3, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 h3, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 h3 {
    padding-left:20px;
    font-size:20px;
    font-size:2rem
}


}

@media only screen and (min-width:0px) and (max-width:414px) {
    .page-node-type-archive.has-glyphicons .content-main .content-middle1 h3, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 h3, .page-node-type-blog.has-glyphicons .content-main .content-middle1 h3, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 h3, .page-node-type-info.has-glyphicons .content-main .content-middle1 h3, .page-node-type-info.has-glyphicons .content-sub .content-middle2 h3, .page-node-type-page.has-glyphicons .content-main .content-middle1 h3, .page-node-type-page.has-glyphicons .content-sub .content-middle2 h3, .path-archive.has-glyphicons .content-main .content-middle1 h3, .path-archive.has-glyphicons .content-sub .content-middle2 h3, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 h3, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 h3 {
    padding-left:15px;
    font-size:18px;
    font-size:1.8rem
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 h3:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 h3:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 h3:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 h3:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 h3:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 h3:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 h3:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 h3:before, .path-archive.has-glyphicons .content-main .content-middle1 h3:before, .path-archive.has-glyphicons .content-sub .content-middle2 h3:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 h3:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 h3:before {
    left:5px
}


}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 h4, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 h4, .page-node-type-blog.has-glyphicons .content-main .content-middle1 h4, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 h4, .page-node-type-info.has-glyphicons .content-main .content-middle1 h4, .page-node-type-info.has-glyphicons .content-sub .content-middle2 h4, .page-node-type-page.has-glyphicons .content-main .content-middle1 h4, .page-node-type-page.has-glyphicons .content-sub .content-middle2 h4, .path-archive.has-glyphicons .content-main .content-middle1 h4, .path-archive.has-glyphicons .content-sub .content-middle2 h4, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 h4, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 h4 {
    position:relative;
    margin-bottom:10px;
    padding:0 0 10px 25px;
    font-weight:normal;
    font-size:18px;
    font-size:1.8rem;
    color:#0a67ca
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 h4:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 h4:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 h4:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 h4:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 h4:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 h4:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 h4:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 h4:before, .path-archive.has-glyphicons .content-main .content-middle1 h4:before, .path-archive.has-glyphicons .content-sub .content-middle2 h4:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 h4:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 h4:before {
    position:absolute;
    top:7px;
    left:7px;
    width:10px;
    height:10px;
    background:#2383e8;
    background-image:-webkit-linear-gradient(left, #2383e8, #3f93ea);
    background-image:-webkit-gradient(linear, left top, right top, from(#2383e8), to(#3f93ea));
    background-image:-o-linear-gradient(left, #2383e8, #3f93ea);
    background-image:linear-gradient(to right, #2383e8, #3f93ea);
    border-radius:2px;
    content:""
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 h5, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 h5, .page-node-type-blog.has-glyphicons .content-main .content-middle1 h5, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 h5, .page-node-type-info.has-glyphicons .content-main .content-middle1 h5, .page-node-type-info.has-glyphicons .content-sub .content-middle2 h5, .page-node-type-page.has-glyphicons .content-main .content-middle1 h5, .page-node-type-page.has-glyphicons .content-sub .content-middle2 h5, .path-archive.has-glyphicons .content-main .content-middle1 h5, .path-archive.has-glyphicons .content-sub .content-middle2 h5, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 h5, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 h5 {
    position:relative;
    margin-bottom:10px;
    padding:0 0 10px 25px;
    font-size:18px;
    font-size:1.8rem;
    font-weight:normal;
    color:#0a67ca
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 h5:before, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 h5:before, .page-node-type-blog.has-glyphicons .content-main .content-middle1 h5:before, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 h5:before, .page-node-type-info.has-glyphicons .content-main .content-middle1 h5:before, .page-node-type-info.has-glyphicons .content-sub .content-middle2 h5:before, .page-node-type-page.has-glyphicons .content-main .content-middle1 h5:before, .page-node-type-page.has-glyphicons .content-sub .content-middle2 h5:before, .path-archive.has-glyphicons .content-main .content-middle1 h5:before, .path-archive.has-glyphicons .content-sub .content-middle2 h5:before, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 h5:before, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 h5:before {
    position:absolute;
    top:7px;
    left:7px;
    width:10px;
    height:10px;
    content:"";
    border:solid 2px #2383e8;
    border-radius:2px
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 h6, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 h6, .page-node-type-blog.has-glyphicons .content-main .content-middle1 h6, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 h6, .page-node-type-info.has-glyphicons .content-main .content-middle1 h6, .page-node-type-info.has-glyphicons .content-sub .content-middle2 h6, .page-node-type-page.has-glyphicons .content-main .content-middle1 h6, .page-node-type-page.has-glyphicons .content-sub .content-middle2 h6, .path-archive.has-glyphicons .content-main .content-middle1 h6, .path-archive.has-glyphicons .content-sub .content-middle2 h6, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 h6, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 h6 {
    font-size:16px;
    font-size:1.6rem;
    font-weight:normal;
    color:#0a67ca
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .hdg-l2-gray, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .hdg-l2-gray, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .hdg-l2-gray, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .hdg-l2-gray, .page-node-type-info.has-glyphicons .content-main .content-middle1 .hdg-l2-gray, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .hdg-l2-gray, .page-node-type-page.has-glyphicons .content-main .content-middle1 .hdg-l2-gray, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .hdg-l2-gray, .path-archive.has-glyphicons .content-main .content-middle1 .hdg-l2-gray, .path-archive.has-glyphicons .content-sub .content-middle2 .hdg-l2-gray, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .hdg-l2-gray, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .hdg-l2-gray {
    margin-bottom:15px;
    padding:0 0 15px 0;
    font-weight:bold;
    color:#104cb8;
    border-bottom:1px solid #b6b6b6
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 p, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 p, .page-node-type-blog.has-glyphicons .content-main .content-middle1 p, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 p, .page-node-type-info.has-glyphicons .content-main .content-middle1 p, .page-node-type-info.has-glyphicons .content-sub .content-middle2 p, .page-node-type-page.has-glyphicons .content-main .content-middle1 p, .page-node-type-page.has-glyphicons .content-sub .content-middle2 p, .path-archive.has-glyphicons .content-main .content-middle1 p, .path-archive.has-glyphicons .content-sub .content-middle2 p, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 p, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 p {
    margin-bottom:1.5625em;
    line-height:1.5625
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .large, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .large, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .large, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .large, .page-node-type-info.has-glyphicons .content-main .content-middle1 .large, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .large, .page-node-type-page.has-glyphicons .content-main .content-middle1 .large, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .large, .path-archive.has-glyphicons .content-main .content-middle1 .large, .path-archive.has-glyphicons .content-sub .content-middle2 .large, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .large, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .large {
    font-size:18px;
    font-size:1.8rem
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .small, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .small, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .small, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .small, .page-node-type-info.has-glyphicons .content-main .content-middle1 .small, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .small, .page-node-type-page.has-glyphicons .content-main .content-middle1 .small, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .small, .path-archive.has-glyphicons .content-main .content-middle1 .small, .path-archive.has-glyphicons .content-sub .content-middle2 .small, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .small, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .small {
    font-size:14px;
    font-size:1.4rem
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .strong-01, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .strong-01, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .strong-01, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .strong-01, .page-node-type-info.has-glyphicons .content-main .content-middle1 .strong-01, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .strong-01, .page-node-type-page.has-glyphicons .content-main .content-middle1 .strong-01, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .strong-01, .path-archive.has-glyphicons .content-main .content-middle1 .strong-01, .path-archive.has-glyphicons .content-sub .content-middle2 .strong-01, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .strong-01, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .strong-01 {
    font-weight:normal;
    font-style:normal;
    color:#df0011
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .em-01, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .em-01, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .em-01, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .em-01, .page-node-type-info.has-glyphicons .content-main .content-middle1 .em-01, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .em-01, .page-node-type-page.has-glyphicons .content-main .content-middle1 .em-01, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .em-01, .path-archive.has-glyphicons .content-main .content-middle1 .em-01, .path-archive.has-glyphicons .content-sub .content-middle2 .em-01, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .em-01, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .em-01 {
    font-weight:bold;
    font-style:normal
}

.page-node-type-archive.has-glyphicons .content-main .content-middle1 .caption, .page-node-type-archive.has-glyphicons .content-sub .content-middle2 .caption, .page-node-type-blog.has-glyphicons .content-main .content-middle1 .caption, .page-node-type-blog.has-glyphicons .content-sub .content-middle2 .caption, .page-node-type-info.has-glyphicons .content-main .content-middle1 .caption, .page-node-type-info.has-glyphicons .content-sub .content-middle2 .caption, .page-node-type-page.has-glyphicons .content-main .content-middle1 .caption, .page-node-type-page.has-glyphicons .content-sub .content-middle2 .caption, .path-archive.has-glyphicons .content-main .content-middle1 .caption, .path-archive.has-glyphicons .content-sub .content-middle2 .caption, .user-logged-in.path-style-guide.has-glyphicons .content-main .content-middle1 .caption, .user-logged-in.path-style-guide.has-glyphicons .content-sub .content-middle2 .caption {
    margin-bottom:0;
    font-weight:bold;
    font-style:normal;
    font-size:12px;
    font-size:1.2rem
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 {
    margin-bottom:25px;
    padding-top:25px;
    padding-bottom:25px;
    background-color:#c5e7fd
}

@media only screen and (max-width:991px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 {
    padding-top:0
}


}

@media only screen and (max-width:991px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow {
    width:106%;
    margin-left:-3%
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .skin-default {
    position:relative
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-bottom {
    position:relative;
    bottom:40px;
    right:0;
    z-index:30
}

@media only screen and (max-width:991px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-bottom {
    bottom:auto;
    width:100%;
    margin:0 auto;
    padding-top:10px
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views_slideshow_pager_field {
    position:absolute;
    right:50px;
    text-align:left
}

@media only screen and (max-width:991px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views_slideshow_pager_field {
    position:relative;
    right:auto;
    text-align:center
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views_slideshow_pager_field .views_slideshow_pager_field_item {
    display:table-cell;
    padding-left:5px;
    padding-right:5px;
    font-size:18px;
    font-size:1.8rem;
    color:#ccc
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views_slideshow_pager_field .views_slideshow_pager_field_item:focus, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views_slideshow_pager_field .views_slideshow_pager_field_item:hover {
    cursor:pointer
}

@media only screen and (max-width:991px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views_slideshow_pager_field .views_slideshow_pager_field_item {
    display:inline-block
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views_slideshow_pager_field .active {
    color:#4676CA
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-pause, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-play {
    position:absolute;
    right:10px;
    font-size:0
}

@media only screen and (max-width:991px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-pause, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-play {
    top:10px
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-pause a, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-play a {
    display:block;
    width:23px;
    height:22px
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-pause a:after, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-pause a:before, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-play a:after, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-play a:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    content:"";
    vertical-align:middle
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-pause a:before, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-play a:before {
    width:23px;
    height:22px;
    background-color:#004fa2;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-pause a:focus:before, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-pause a:hover:before, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-play a:focus:before, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-play a:hover:before {
    background-color:#267cd6
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-play a:after {
    top:3px;
    left:7px;
    content:"||";
    font-size:10px;
    font-weight:bold;
    color:#fff
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views-slideshow-controls-text-status-pause a:after {
    left:8px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:16px;
    height:10px;
    border:5px solid transparent;
    border-left:8px solid #fff
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views_slideshow_controls_text_next, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .view-top-slideshow .views_slideshow_controls_text_previous {
    display:none
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container {
    width:100%;
    max-width:950px;
    margin-right:auto;
    margin-left:auto
}

@media only screen and (max-width:991px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container {
    width:95%;
    max-width:950px
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container .attention {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-top:15px;
    padding:10px 15px;
    background:#fff;
    border:3px solid #d40c0c;
    text-align:left
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container .attention {
    display:block
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container .attention .view-header {
    -webkit-flex-basis:25%;
    -ms-flex-preferred-size:25%;
    flex-basis:25%;
    -webkit-align-self:center;
    -ms-flex-item-align:center;
    align-self:center;
    text-align:center
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container .attention .view-header h2 {
    margin-top:0;
    margin-bottom:0;
    color:#df0011;
    font-size:18px;
    font-size:1.8rem
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container .attention .view-header h2 {
    font-size:15px;
    font-size:1.5rem
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container .attention .view-content {
    -webkit-flex-basis:75%;
    -ms-flex-preferred-size:75%;
    flex-basis:75%
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container .attention .view-content .arrow-list {
    margin-bottom:0;
    padding-left:0
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container .attention .view-content .arrow-list li {
    position:relative;
    padding-bottom:5px;
    padding-left:14px
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container .attention .view-content .arrow-list li:before {
    position:absolute;
    top:0;
    bottom:0;
    content:"";
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:5px;
    height:6px;
    margin:auto;
    background:none;
    border:3px solid transparent;
    border-radius:0;
    border-left:5px solid #004fa2;
    left:0;
    padding-left:14px
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container .attention .view-content .arrow-list li:last-child {
    margin-bottom:0;
    padding-bottom:0
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full1 .views-element-container .attention .view-content .arrow-list li {
    font-size:14px;
    font-size:1.4rem
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .region-content-full-width2 {
    width:100%;
    max-width:950px;
    margin-right:auto;
    margin-left:auto
}

@media only screen and (max-width:991px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .region-content-full-width2 {
    width:95%;
    max-width:950px
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup {
    position:relative;
    margin-bottom:35px
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup {
    margin-bottom:30px
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .field--name-field-top-eyecatch-main-img {
    position:absolute;
    top:0;
    left:0;
    z-index:9
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .field--name-field-top-eyecatch-main-img {
    width:50%;
    height:auto
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-content {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    position:relative;
    z-index:10;
    padding:15px 0
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-content {
    display:block;
    padding-top:20px;
    padding-bottom:0;
    border-top:2px solid #e3e4e3
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-content h2 {
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    text-align:center;
    color:#fff;
    text-shadow:0 0 13px #000
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-content h2 {
    margin-top:0;
    margin-bottom:20px;
    color:#333;
    text-shadow:none
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-content h2 .field--name-field-top-eyecatch-main-title {
    font-size:28px;
    font-size:2.8rem
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-content h2 .field--name-field-top-eyecatch-main-title {
    font-size:19px;
    font-size:1.9rem
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-content h2 .field--name-field-top-eyecatch-main-copy {
    font-size:18px;
    font-size:1.8rem
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-content h2 .field--name-field-top-eyecatch-main-copy {
    font-size:12px;
    font-size:1.2rem
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list {
    width:560px;
    position:relative;
    right:2px
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list {
    width:100%
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list a {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    position:relative;
    margin-bottom:10px;
    background-color:#e5f4fd;
    background-image:-webkit-linear-gradient(top, #e5f4fd, #c5e7fd);
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e5f4fd), to(#c5e7fd));
    background-image:-o-linear-gradient(top, #e5f4fd, #c5e7fd);
    background-image:linear-gradient(to bottom, #e5f4fd, #c5e7fd);
    border-radius:5px;
    -webkit-box-shadow:2px 2px 2px #a8a8a8;
    box-shadow:2px 2px 2px #a8a8a8;
    font-size:0;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list a {
    overflow:hidden
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list a:focus, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list a:hover {
    text-decoration:none;
    opacity:.8
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list a:after, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list a:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    content:"";
    vertical-align:middle
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list a:before {
    width:12px;
    height:12px;
    -webkit-border-radius:50%;
    border-radius:50%;
    background:#fff
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list a:after {
    left:4px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:4px;
    height:4px;
    border:3px solid transparent;
    border-left:4px solid #2383e8
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list a:before {
    left:15px
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list a:before {
    left:5px
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list a:after {
    left:19px
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list a:after {
    left:9px
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list .text {
    width:60%;
    margin:20px 20px 10px 40px;
    vertical-align:top;
    text-align:left
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list .text {
    margin:10px 5px 10px 20px
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list .text .field--type-string {
    font-size:22px;
    font-size:2.2rem
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list .text .field--type-string {
    font-size:14px;
    font-size:1.4rem
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list .text .field--type-string-long {
    font-size:12px;
    font-size:1.2rem
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list .text .field--type-string-long {
    font-size:10px;
    font-size:1rem
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list .field--type-image {
    width:40%
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list .field--type-image {
    position:relative;
    height:80px;
    overflow:hidden
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list .field--type-image img {
    width:180px;
    margin-left:auto;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-pickup-list .field--type-image img {
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    max-width:none;
    height:auto;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service {
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service a {
    position:relative;
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    width:31.6%;
    margin-left:2.6%;
    margin-bottom:20px;
    color:#fff;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service a:nth-child(3n+1) {
    margin-left:0
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service a:focus, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service a:hover {
    text-decoration:none;
    opacity:.8
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service a {
    width:47.4%;
    -webkit-box-flex:0;
    -webkit-flex-grow:0;
    -ms-flex-positive:0;
    flex-grow:0
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service a:nth-child(odd) {
    margin-left:0
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service .field--type-string {
    display:block;
    position:absolute;
    bottom:0;
    width:100%;
    padding:12px 10px 12px 40px;
    text-align:left;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    background:#2176ce;
    background-image:-webkit-gradient(linear, left top, right top, from(#2383e8), to(#3f93ea));
    background-image:-webkit-linear-gradient(left, #2383e8, #3f93ea);
    background-image:-o-linear-gradient(left, #2383e8, #3f93ea);
    background-image:linear-gradient(to right, #2383e8, #3f93ea)
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service .field--type-string:after, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service .field--type-string:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    content:"";
    vertical-align:middle
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service .field--type-string:before {
    width:12px;
    height:12px;
    -webkit-border-radius:50%;
    border-radius:50%;
    background:#fff
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service .field--type-string:after {
    left:4px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:4px;
    height:4px;
    border:3px solid transparent;
    border-left:4px solid #2383e8
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service .field--type-string:before {
    left:15px
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service .field--type-string:after {
    left:19px
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service .field--type-string {
    font-size:11px;
    font-size:1.1rem
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service .field--type-image img {
    border-radius:5px
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-service .field--type-image img {
    width:100%
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .wrap-topics-list {
    padding-left:0;
    text-align:left
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .wrap-topics-list .view-header {
    position:relative
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .wrap-topics-list .view-header .p-backnumber {
    position:absolute;
    right:0;
    padding-left:20px
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .wrap-topics-list .hdg-l2 {
    margin-top:25px;
    margin-bottom:20px;
    font-weight:normal;
    font-size:21px;
    font-size:2.1rem;
    color:#004fa2
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .wrap-topics-list .hdg-l2:after {
    display:block;
    height:4px;
    margin-top:7px;
    background:#0a67ca;
    background-image:-webkit-linear-gradient(left, #0a67ca, #267cd6);
    background-image:-webkit-gradient(linear, left top, right top, from(#0a67ca), to(#267cd6));
    background-image:-o-linear-gradient(left, #0a67ca, #267cd6);
    background-image:linear-gradient(to right, #0a67ca, #267cd6);
    content:""
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .view-top-archive .topics-list .name, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .view-top-blog .topics-list .name {
    width:85%;
    padding-left:0
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .view-top-archive .topics-list .name, .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .view-top-blog .topics-list .name {
    width:100%
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-banner {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-banner a {
    width:31.6%;
    margin-bottom:20px;
    margin-left:2.6%;
    text-align:center
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-banner a:nth-child(3n+1) {
    margin-left:0
}

@media only screen and (max-width:767px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-banner a {
    width:48.7%
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-banner a:nth-child(3n+1) {
    margin-left:2.6%
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-banner a:nth-child(odd) {
    margin-left:0
}


}

@media only screen and (min-width:0px) and (max-width:414px) {
    .path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-banner a {
    width:100%;
    margin-left:0
}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-banner a:nth-child(3n+1) {
    margin-left:0
}


}

.path-frontpage.page-node-type-page.has-glyphicons .wrapper-full2 .top-banner a img {
    margin-left:auto;
    margin-right:auto
}

.topics-list {
    padding-left:0;
    margin-bottom:20px
}

.topics-list>li {
    width:100%;
    padding:15px 0;
    line-height:1.5;
    border-bottom:1px solid #00a7f0;
    font-size:0
}

.topics-list>li:first-child {
    padding-top:0
}

.topics-list>li span {
    display:inline-block;
    font-size:16px;
    font-size:1.6rem
}

@media only screen and (max-width:767px) {
    .topics-list>li span {
    font-size:14px;
    font-size:1.4rem
}


}

.topics-list .date {
    width:15%;
    padding-right:10px
}

@media only screen and (max-width:767px) {
    .topics-list .date {
    width:auto
}


}

.topics-list .category {
    width:15%;
    padding:2px 0;
    text-align:center;
    background-color:#00a7f0;
    font-size:12px;
    font-size:1.2rem;
    color:#fff
}

@media only screen and (max-width:767px) {
    .topics-list .category {
    width:142px
}


}

.topics-list .name {
    width:70%;
    padding-left:15px
}

@media only screen and (max-width:767px) {
    .topics-list .name {
    display:block;
    width:100%;
    padding-top:10px;
    padding-left:0
}


}

.field--name-field-info-category {
    padding:20px;
    background-color:#e5f4fd;
    font-size:0
}

.field--name-field-info-category .field--label {
    margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:solid 1px #267cd6;
    font-size:16px;
    font-size:1.6rem;
    color:#267cd6
}

.field--name-field-info-category .field--item {
    display:inline-block;
    margin:0 5px 5px 0;
    padding:5px 10px;
    border:solid 1px #0a67ca;
    font-size:13px;
    font-size:1.3rem;
    color:#0a67ca
}

.path-archive.has-glyphicons .performance-list .layout--twocol>.layout__region--first h3, .path-archive.has-glyphicons .performance-new .layout--twocol>.layout__region--first h3 {
    position:relative;
    padding:0 0 0 14px;
    background-color:transparent;
    border-bottom:none;
    line-height:1.25;
    font-weight:normal;
    font-size:18px;
    font-size:1.8rem
}

.path-archive.has-glyphicons .performance-list .layout--twocol>.layout__region--first h3:before, .path-archive.has-glyphicons .performance-new .layout--twocol>.layout__region--first h3:before {
    position:absolute;
    display:block;
    width:4px;
    height:100%;
    background:#2176ce;
    background-image:-webkit-linear-gradient(top, #267cd6, #0a67ca);
    background-image:-webkit-gradient(linear, left top, left bottom, from(#267cd6), to(#0a67ca));
    background-image:-o-linear-gradient(top, #267cd6, #0a67ca);
    background-image:linear-gradient(to bottom, #267cd6, #0a67ca);
    border-radius:10px;
    content:"";
    top:0;
    left:0;
    height:100%
}

.performance-new {
    margin-bottom:40px;
    padding:10px;
    background-color:#f9f7f1
}

.performance-new .view-header h2 {
    margin-top:25px;
    margin-bottom:20px;
    font-weight:normal;
    font-size:21px;
    font-size:2.1rem;
    color:#004fa2
}

.performance-new .view-header h2:after {
    display:block;
    height:4px;
    margin-top:7px;
    background:#0a67ca;
    background-image:-webkit-linear-gradient(left, #0a67ca, #267cd6);
    background-image:-webkit-gradient(linear, left top, right top, from(#0a67ca), to(#267cd6));
    background-image:-o-linear-gradient(left, #0a67ca, #267cd6);
    background-image:linear-gradient(to right, #0a67ca, #267cd6);
    content:""
}

.performance-new .views_slideshow_slide {
    width:100%;
    font-size:0
}

.performance-new .views_slideshow_slide .performance-slide {
    display:inline-block;
    width:49%;
    margin-left:2%;
    padding:10px;
    vertical-align:top;
    font-size:16px;
    font-size:1.6rem;
    background-color:#fff
}

.performance-new .views_slideshow_slide .performance-slide:nth-child(odd) {
    margin-left:0
}

@media only screen and (max-width:767px) {
    .performance-new .layout--twocol {
    display:block
}


}

.performance-new .layout--twocol>.layout__region--first {
    -webkit-box-flex:0;
    -webkit-flex:0 1 65%;
    -ms-flex:0 1 65%;
    flex:0 1 65%;
    margin-right:5%
}

.performance-new .layout--twocol>.layout__region--first h3 {
    position:relative;
    padding-left:14px;
    line-height:1.25;
    font-size:18px;
    font-size:1.8rem
}

.performance-new .layout--twocol>.layout__region--first h3:before {
    position:absolute;
    display:block;
    width:4px;
    height:100%;
    background:#2176ce;
    background-image:-webkit-linear-gradient(top, #267cd6, #0a67ca);
    background-image:-webkit-gradient(linear, left top, left bottom, from(#267cd6), to(#0a67ca));
    background-image:-o-linear-gradient(top, #267cd6, #0a67ca);
    background-image:linear-gradient(to bottom, #267cd6, #0a67ca);
    border-radius:10px;
    content:"";
    top:0;
    left:0
}

@media only screen and (max-width:767px) {
    .performance-new .layout--twocol>.layout__region--first h3 {
    font-size:14px;
    font-size:1.4rem
}


}

.performance-new .layout--twocol>.layout__region--first .field--name-field-archive-summary {
    margin-bottom:20px;
    font-size:14px;
    font-size:1.4rem
}

.performance-new .layout--twocol>.layout__region--first .field--name-field-archive-category {
    font-size:0
}

.performance-new .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item {
    display:inline-block;
    margin:0 5px 5px 0;
    padding:5px 10px;
    border:solid 1px #0a67ca;
    font-size:13px;
    font-size:1.3rem;
    color:#0a67ca
}

.performance-new .layout--twocol>.layout__region--second {
    -webkit-box-flex:0;
    -webkit-flex:0 1 30%;
    -ms-flex:0 1 30%;
    flex:0 1 30%
}

@media only screen and (max-width:767px) {
    .performance-new .layout--twocol>.layout__region--second {
    margin-bottom:15px
}


}

.performance-new .views-slideshow-controls-bottom {
    margin-bottom:5px;
    text-align:center
}

.performance-new .views-slideshow-controls-bottom span {
    display:inline-block
}

.performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_next a, .performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a {
    position:relative;
    display:block;
    width:23px;
    height:22px;
    font-size:0
}

.performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:after, .performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:before, .performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:after, .performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    content:"";
    vertical-align:middle
}

.performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:before, .performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:before {
    width:23px;
    height:22px;
    background-color:#004fa2;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}

.performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:after, .performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:after {
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:8px;
    height:8px
}

.performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:focus:before, .performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:hover:before, .performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:focus:before, .performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:hover:before {
    background-color:#267cd6
}

.performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_previous a:after {
    left:9px;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    border-top:2px solid #fff;
    border-left:2px solid #fff
}

.performance-new .views-slideshow-controls-bottom .views_slideshow_controls_text_next a:after {
    right:5px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    border-top:2px solid #fff;
    border-right:2px solid #fff
}

.performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause, .performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play {
    font-size:0
}

.performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a, .performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a {
    position:relative;
    display:block;
    width:23px;
    height:22px
}

.performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:after, .performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:before, .performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:after, .performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    content:"";
    vertical-align:middle
}

.performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:before, .performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:before {
    width:23px;
    height:22px;
    background:#004fa2;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}

.performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:focus, .performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:hover, .performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:focus, .performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:hover {
    cursor:pointer
}

.performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:focus:before, .performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:hover:before, .performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:focus:before, .performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:hover:before {
    background-color:#267cd6
}

.performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-play a:after {
    top:3px;
    left:7px;
    content:"||";
    font-size:10px;
    font-weight:bold;
    color:#fff
}

.performance-new .views-slideshow-controls-bottom .views-slideshow-controls-text-status-pause a:after {
    left:8px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:16px;
    height:10px;
    border:5px solid transparent;
    border-left:8px solid #fff
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category h2 {
    margin-top:25px;
    margin-bottom:20px;
    font-weight:normal;
    font-size:21px;
    font-size:2.1rem;
    color:#004fa2
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category h2:after {
    display:block;
    height:4px;
    margin-top:7px;
    background:#0a67ca;
    background-image:-webkit-linear-gradient(left, #0a67ca, #267cd6);
    background-image:-webkit-gradient(linear, left top, right top, from(#0a67ca), to(#267cd6));
    background-image:-o-linear-gradient(left, #0a67ca, #267cd6);
    background-image:linear-gradient(to right, #0a67ca, #267cd6);
    content:""
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list {
    margin-bottom:20px
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list ul {
    padding-left:0;
    margin-bottom:0;
    font-size:0
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li {
    display:inline-block;
    position:relative;
    width:23.5%;
    margin-left:2%;
    margin-bottom:2%;
    padding-left:0;
    padding-bottom:0;
    font-size:14px
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li:nth-child(4n+1) {
    margin-left:0
}

@media only screen and (max-width:767px) {
    .path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li {
    width:32%
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li:nth-child(4n+1) {
    margin-left:2%
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li:nth-child(3n+1) {
    margin-left:0
}


}

@media only screen and (min-width:0px) and (max-width:414px) {
    .path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li {
    width:49%
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li:nth-child(3n+1) {
    margin-left:2%
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li:nth-child(odd) {
    margin-left:0
}


}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li a {
    color:#fff
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li a:focus, .path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li a:hover {
    text-decoration:underline
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li .category-name {
    position:absolute;
    bottom:0;
    width:100%;
    margin-bottom:0;
    padding:10px 15px;
    background-color:rgba(0, 79, 162, 0.8);
    z-index:10
}

.path-archive.has-glyphicons .content-main .content-middle1 .performance-category-list li:before {
    display:none
}

.performance-list {
    padding:15px;
    margin-bottom:20px;
    border:solid 1px #004fa2
}

.performance-list .layout--twocol {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}

@media only screen and (max-width:767px) {
    .performance-list .layout--twocol {
    display:block
}


}

.performance-list .layout--twocol>.layout__region--first {
    -webkit-box-flex:0;
    -webkit-flex:0 1 68%;
    -ms-flex:0 1 68%;
    flex:0 1 68%;
    margin-right:2%
}

@media only screen and (max-width:767px) {
    .performance-list .layout--twocol>.layout__region--first {
    margin-right:0;
    margin-bottom:15px
}


}

.performance-list .layout--twocol>.layout__region--first .field--name-field-archive-summary {
    margin-bottom:20px;
    font-size:16px;
    font-size:1.6rem;
    line-height:1.6
}

.performance-list .layout--twocol>.layout__region--first .field--name-field-archive-category {
    font-size:0
}

.performance-list .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item {
    display:inline-block;
    margin:0 5px 5px 0;
    padding:5px 10px;
    border:solid 1px #0a67ca;
    font-size:13px;
    font-size:1.3rem;
    color:#0a67ca
}

.performance-list .layout--twocol>.layout__region--second {
    -webkit-box-flex:0;
    -webkit-flex:0 1 30%;
    -ms-flex:0 1 30%;
    flex:0 1 30%
}

.performance-list .layout--twocol>.layout__region--second .field--name-field-archive-eyecatch-img img {
    margin-left:auto
}

@media only screen and (max-width:767px) {
    .performance-list .layout--twocol>.layout__region--second .field--name-field-archive-eyecatch-img img {
    margin-right:auto
}


}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content {
    padding:20px;
    background-color:#f9f7f1
}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-eyecatch-img {
    margin-bottom:20px;
    text-align:center
}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-eyecatch-img img {
    margin-left:auto;
    margin-right:auto
}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-body.field--type-text-with-summary {
    padding:40px;
    background-color:#fff
}

@media only screen and (max-width:767px) {
    .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-body.field--type-text-with-summary {
    padding:30px
}


}

@media only screen and (min-width:0px) and (max-width:414px) {
    .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-body.field--type-text-with-summary {
    padding:15px
}


}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-body.field--type-text-with-summary p {
    line-height:1.8
}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-body.field--type-text-with-summary img {
    max-width:100%;
    height:auto
}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-summary {
    margin-top:1px;
    padding:40px;
    background-color:#fff
}

@media only screen and (max-width:767px) {
    .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-summary {
    padding:30px
}


}

@media only screen and (min-width:0px) and (max-width:414px) {
    .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-summary {
    padding:15px
}


}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-catchcopy {
    margin-top:40px;
    margin-bottom:10px;
    padding:10px 0;
    background-color:#004fa2;
    text-align:center;
    font-size:22px;
    font-size:2.2rem;
    color:#fff
}

@media only screen and (max-width:767px) {
    .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-catchcopy {
    font-size:20px;
    font-size:2rem
}


}

@media only screen and (min-width:0px) and (max-width:414px) {
    .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-catchcopy {
    font-size:18px;
    font-size:1.8rem
}


}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-category {
    margin-bottom:20px;
    text-align:center;
    font-size:0
}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-category .field--item {
    display:inline-block;
    margin:0 5px 5px 0;
    border:solid 1px #0a67ca;
    font-size:13px;
    font-size:1.3rem;
    color:#0a67ca
}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-category .field--item a {
    display:block;
    padding:5px 10px;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-category .field--item a:focus, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-category .field--item a:hover {
    text-decoration:none;
    background-color:#0a67ca;
    color:#fff
}

@media only screen and (max-width:767px) {
    .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-category {
    text-align:left
}


}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .archive-item {
    display:inline-block;
    width:45%;
    margin:0 2%;
    vertical-align:top
}

@media only screen and (min-width:0px) and (max-width:414px) {
    .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .archive-item {
    display:block;
    width:100%;
    margin:0
}


}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img1, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img2, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img3, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img4, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img5, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img6 {
    margin-bottom:10px
}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img1 img, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img2 img, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img3 img, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img4 img, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img5 img, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img6 img {
    margin-left:auto;
    margin-right:auto
}

.path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img1-txt, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img2-txt, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img3-txt, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img4-txt, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img5-txt, .path-node.page-node-type-archive.has-glyphicons .layout__region.layout__region--content .field--name-field-archive-img6-txt {
    margin-bottom:30px;
    line-height:1.6
}

.page-node-type-blog.has-glyphicons .field--name-node-post-date {
    margin-bottom:20px;
    text-align:right;
    font-size:14px;
    font-size:1.4rem
}

.page-node-type-blog.has-glyphicons .field--name-body p {
    line-height:1.8
}

.page-node-type-blog.has-glyphicons .field--name-field-tags {
    font-size:0
}

@media only screen and (max-width:991px) {
    .page-node-type-blog.has-glyphicons .field--name-field-tags {
    margin-bottom:15px
}


}

.page-node-type-blog.has-glyphicons .field--name-field-tags .field--item {
    display:inline-block;
    margin:0 5px 5px 0;
    border:solid 1px #0a67ca;
    font-size:13px;
    font-size:1.3rem;
    color:#0a67ca
}

.page-node-type-blog.has-glyphicons .field--name-field-tags .field--item a {
    display:block;
    padding:5px 10px;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}

.page-node-type-blog.has-glyphicons .field--name-field-tags .field--item a:focus, .page-node-type-blog.has-glyphicons .field--name-field-tags .field--item a:hover {
    text-decoration:none;
    background-color:#0a67ca;
    color:#fff
}

.content-right1 .view-blog-archive, .content-right1 .view-blog-category-list {
    margin-bottom:2em
}

.content-right1 .view-blog-archive h2, .content-right1 .view-blog-category-list h2 {
    margin-bottom:0;
    padding:18px 15px;
    text-align:center;
    background-color:#004fa2;
    border-radius:6px 6px 0 0;
    font-size:16px;
    font-size:1.6rem;
    color:#fff
}

.content-right1 .view-blog-archive ul, .content-right1 .view-blog-category-list ul {
    padding-left:0;
    margin-bottom:0
}

.content-right1 .view-blog-archive ul li, .content-right1 .view-blog-category-list ul li {
    position:relative;
    padding:10px 15px 10px 30px;
    text-align:left;
    background-color:#f6f7f9;
    border-bottom:solid 1px #fff;
    color:#004fa2;
    font-size:14px;
    font-size:1.4rem
}

.content-right1 .view-blog-archive ul li:focus, .content-right1 .view-blog-archive ul li:hover, .content-right1 .view-blog-category-list ul li:focus, .content-right1 .view-blog-category-list ul li:hover {
    background-color:#f8f9fb
}

.content-right1 .view-blog-archive ul li:before, .content-right1 .view-blog-category-list ul li:before {
    position:absolute;
    top:0;
    bottom:0;
    left:15px;
    content:"";
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:5px;
    height:6px;
    margin:auto;
    background:none;
    border:3px solid transparent;
    border-radius:0;
    border-left:5px solid #004fa2
}

.content-right1 .view-blog-archive ul li a, .content-right1 .view-blog-category-list ul li a {
    display:inline
}

.content-right1 .view-blog-category-list {
    font-size:14px;
    font-size:1.4rem
}

.content-right1 .view-blog-category-list .views-row {
    position:relative;
    padding:10px 15px 10px 30px;
    text-align:left;
    background-color:#f6f7f9;
    border-bottom:solid 1px #fff;
    color:#004fa2
}

.content-right1 .view-blog-category-list .views-row:focus, .content-right1 .view-blog-category-list .views-row:hover {
    background-color:#f8f9fb
}

.content-right1 .view-blog-category-list .views-row:after, .content-right1 .view-blog-category-list .views-row:before {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    content:"";
    vertical-align:middle
}

.content-right1 .view-blog-category-list .views-row:before {
    left:11px;
    width:10px;
    height:10px;
    -webkit-border-radius:50%;
    border-radius:50%;
    background:#004fa2
}

.content-right1 .view-blog-category-list .views-row:after {
    left:14px;
    width:4px;
    height:4px;
    -webkit-border-radius:50%;
    border-radius:50%;
    background:#f6f7f9
}

.path-blog.has-glyphicons .content-middle1 .view-blog-archive .view-content ul {
    padding-left:0;
    margin-bottom:0
}

.path-blog.has-glyphicons .content-middle1 .view-blog-archive .view-content li {
    position:relative;
    margin-bottom:10px
}

.path-blog.has-glyphicons .content-middle1 .view-blog-archive .view-content li:before {
    position:absolute;
    top:0;
    bottom:0;
    content:"";
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:5px;
    height:6px;
    margin:auto;
    background:none;
    border:3px solid transparent;
    border-radius:0;
    border-left:5px solid #004fa2
}

.path-blog.has-glyphicons .content-middle1 .view-blog-archive .view-content li a {
    display:inline;
    padding-left:16px
}

.path-blog.has-glyphicons .view-blog-archive .views-row, .path-blog.has-glyphicons .view-blog-top-list .views-row, .path-blog.has-glyphicons .view-frontpage .views-row, .path-blog.has-glyphicons .view-taxonomy-term .views-row, .path-node.has-glyphicons .view-blog-archive .views-row, .path-node.has-glyphicons .view-blog-top-list .views-row, .path-node.has-glyphicons .view-frontpage .views-row, .path-node.has-glyphicons .view-taxonomy-term .views-row, .path-taxonomy.has-glyphicons .view-blog-archive .views-row, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row, .path-taxonomy.has-glyphicons .view-frontpage .views-row, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row {
    margin-bottom:30px;
    border:solid 1px #0a67ca
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}

@media only screen and (min-width:0px) and (max-width:414px) {
    .path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol {
    display:block
}


}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first {
    -webkit-box-flex:0;
    -webkit-flex:0 1 70%;
    -ms-flex:0 1 70%;
    flex:0 1 70%
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title {
    padding:25px 20px 0 20px
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h2, .path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h3, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h2, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h3, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h2, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h3, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h2, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h3, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h2, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h3, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h2, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h3, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h2, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h3, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h2, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h3, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h2, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h3, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h2, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h3, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h2, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h3, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h2, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h3 {
    position:relative;
    padding:0 0 0 14px;
    background-color:transparent;
    border-bottom:none;
    line-height:1.25;
    font-weight:normal;
    font-size:18px;
    font-size:1.8rem
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:before, .path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:before, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:before, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:before, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:before, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:before, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:before, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:before, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:before, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:before, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:before, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:before, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:before, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:before, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:before, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:before, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:before, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:before, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:before, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:before, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:before, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:before, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:before, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:before {
    position:absolute;
    display:block;
    width:4px;
    height:100%;
    background:#2176ce;
    background-image:-webkit-linear-gradient(top, #267cd6, #0a67ca);
    background-image:-webkit-gradient(linear, left top, left bottom, from(#267cd6), to(#0a67ca));
    background-image:-o-linear-gradient(top, #267cd6, #0a67ca);
    background-image:linear-gradient(to bottom, #267cd6, #0a67ca);
    border-radius:10px;
    content:"";
    top:0;
    left:0;
    height:100%
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:after, .path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:after, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:after, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:after, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:after, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:after, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:after, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:after, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:after, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:after, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:after, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:after, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:after, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:after, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:after, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:after, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:after, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:after, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:after, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:after, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:after, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:after, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h2:after, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-title h3:after {
    display:none
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-post-date, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-post-date, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-post-date, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-post-date, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-post-date, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-post-date, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-post-date, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-post-date, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-post-date, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-post-date, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-post-date, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-post-date {
    margin-bottom:15px;
    margin-left:20px;
    margin-right:20px;
    text-align:right;
    font-size:12px;
    font-size:1.2rem;
    color:#828282
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-field-archive-summary, .path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-field-blog-summary, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-field-archive-summary, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-field-blog-summary, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-field-archive-summary, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-field-blog-summary, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-field-archive-summary, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-field-blog-summary, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-field-archive-summary, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-field-blog-summary, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-field-archive-summary, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-field-blog-summary, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-field-archive-summary, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-field-blog-summary, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-field-archive-summary, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-field-blog-summary, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-field-archive-summary, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-field-blog-summary, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-field-archive-summary, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-field-blog-summary, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-field-archive-summary, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-field-blog-summary, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-field-archive-summary, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-field-blog-summary {
    margin-bottom:20px;
    margin-left:20px;
    margin-right:20px;
    font-size:16px;
    font-size:1.6rem;
    line-height:1.6
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category {
    margin-bottom:20px;
    margin-left:20px;
    margin-right:20px;
    font-size:0
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-field-archive-category .field--item {
    display:inline-block;
    margin:0 5px 5px 0;
    padding:5px 10px;
    border:solid 1px #0a67ca;
    font-size:13px;
    font-size:1.3rem;
    color:#0a67ca
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-link, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-link, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-link, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-link, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-link, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-link, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-link, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-link, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-link, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-link, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-link, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-link {
    margin-left:20px;
    margin-right:20px;
    margin-bottom:20px;
    text-align:right;
    font-size:14px;
    font-size:1.4rem
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-link a, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-link a, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-link a, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-link a, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-link a, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-link a, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-link a, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-link a, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-link a, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-link a, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-link a, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-link a {
    padding-left:14px;
    position:relative
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-link a:before, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-link a:before, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-link a:before, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-link a:before, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-link a:before, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-link a:before, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-link a:before, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-link a:before, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--first .field--name-node-link a:before, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--first .field--name-node-link a:before, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--first .field--name-node-link a:before, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--first .field--name-node-link a:before {
    position:absolute;
    top:0;
    bottom:0;
    content:"";
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:5px;
    height:6px;
    margin:auto;
    background:none;
    border:3px solid transparent;
    border-radius:0;
    border-left:5px solid #004fa2;
    left:0
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--second, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--second, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--second, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--second, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--second, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--second, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--second, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--second, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--second, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--second, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--second, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--second {
    -webkit-box-flex:0;
    -webkit-flex:0 1 30%;
    -ms-flex:0 1 30%;
    flex:0 1 30%
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--second img, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--second img, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--second img, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--second img, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--second img, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--second img, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--second img, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--second img, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--second img, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--second img, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--second img, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--second img {
    margin-left:auto
}

@media only screen and (min-width:0px) and (max-width:414px) {
    .path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--second, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--second, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--second, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--second, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--second, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--second, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--second, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--second, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--second, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--second, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--second, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--second {
    padding:0 20px 20px
}

.path-blog.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--second img, .path-blog.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--second img, .path-blog.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--second img, .path-blog.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--second img, .path-node.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--second img, .path-node.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--second img, .path-node.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--second img, .path-node.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--second img, .path-taxonomy.has-glyphicons .view-blog-archive .views-row .layout--twocol>.layout__region--second img, .path-taxonomy.has-glyphicons .view-blog-top-list .views-row .layout--twocol>.layout__region--second img, .path-taxonomy.has-glyphicons .view-frontpage .views-row .layout--twocol>.layout__region--second img, .path-taxonomy.has-glyphicons .view-taxonomy-term .views-row .layout--twocol>.layout__region--second img {
    margin-left:auto;
    margin-right:auto
}


}

@media only screen and (max-width:991px) {
    .path-taxonomy.has-glyphicons .content-main .feed-icons {
    margin-bottom:30px
}


}

.path-taxonomy.has-glyphicons .content-main .feed-icons a {
    padding:5px 8px;
    background-color:#267cd6;
    border-radius:4px;
    font-size:13px;
    font-size:1.3rem;
    color:#fff;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}

.path-taxonomy.has-glyphicons .content-main .feed-icons a:focus, .path-taxonomy.has-glyphicons .content-main .feed-icons a:hover {
    background-color:#004fa2;
    text-decoration:none
}

.path-taxonomy.has-glyphicons article.info.teaser {
    padding:25px 20px 20px 20px
}

.path-taxonomy.has-glyphicons article.info.teaser h2 {
    line-height:1.25;
    font-size:20px;
    font-size:2rem;
    font-weight:normal
}

.path-taxonomy.has-glyphicons article.info.teaser .content .list-inline {
    margin-bottom:15px
}

.path-taxonomy.has-glyphicons article.info.teaser .content .list-inline a {
    display:block;
    padding:5px 8px;
    background-color:#267cd6;
    border-radius:4px;
    font-size:13px;
    font-size:1.3rem;
    color:#fff;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s
}

.path-taxonomy.has-glyphicons article.info.teaser .content .list-inline a:focus, .path-taxonomy.has-glyphicons article.info.teaser .content .list-inline a:hover {
    background-color:#004fa2;
    text-decoration:none
}

.pagination li:before {
    display:none
}

.pagination>li>a {
    color:#004fa2
}

.pagination>.active a {
    background-color:#004fa2;
    border-color:#004fa2
}

.pagination>.active a:focus, .pagination>.active a:hover {
    background-color:#267cd6;
    border-color:#267cd6
}

.user-logged-in .contextual.open .contextual-links li {
    display:inline!important;
    padding:0
}

.user-logged-in .contextual.open .contextual-links li:after, .user-logged-in .contextual.open .contextual-links li:before {
    display:none!important
}

.user-logged-in .contextual.open .contextual-links li a:after, .user-logged-in .contextual.open .contextual-links li a:before {
    display:none!important
}

.user-logged-in .wrapper-full1 .alert, .user-logged-in .wrapper-full2 .alert, .user-logged-in .wrapper-full3 .alert {
    width:100%;
    max-width:950px;
    margin-right:auto;
    margin-left:auto;
    text-align:center
}

@media only screen and (max-width:991px) {
    .user-logged-in .wrapper-full1 .alert, .user-logged-in .wrapper-full2 .alert, .user-logged-in .wrapper-full3 .alert {
    width:95%;
    max-width:950px
}


}

.user-logged-in .region-content nav.tabs {
    margin-bottom:20px
}

.user-logged-in .region-content nav.tabs .tabs--primary.nav.nav-tabs li {
    padding-bottom:0
}

.user-logged-in .region-content nav.tabs .tabs--primary.nav.nav-tabs li:before {
    display:none
}

