.chosen-select {
    width: 100%
}

.chosen-select-deselect {
    width: 100%
}

.chosen-container {
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: middle
}

.chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0
}

.chosen-container .chosen-results {
    color: #555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    line-height: 1.42857;
    list-style: none;
    margin: 0;
    padding: 5px 6px
}

.chosen-container .chosen-results li em {
    background: #feffde;
    font-style: normal
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default;
    color: #999;
    font-weight: bold
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item
}

.chosen-container .chosen-results li.highlighted {
    background-color: #337ab7;
    background-image: none;
    color: #fff
}

.chosen-container .chosen-results li.highlighted em {
    background: transparent
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #777
}

.chosen-container .chosen-results .no-results {
    background: #eee;
    display: list-item
}

.chosen-container .chosen-results-scroll {
    background: #fff;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1
}

.chosen-container .chosen-results-scroll span {
    display: inline-block;
    height: 1.42857;
    text-indent: -5000px;
    width: 9px
}

.chosen-container .chosen-results-scroll-down {
    bottom: 0
}

.chosen-container .chosen-results-scroll-down span {
    background: url("/includes/js/chosen/chosen-sprite.png") no-repeat -4px -3px
}

.chosen-container .chosen-results-scroll-up span {
    background: url("/includes/js/chosen/chosen-sprite.png") no-repeat -22px -3px
}

.chosen-container-single .chosen-single {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555;
    display: block;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single abbr {
    background: url("/includes/js/chosen/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: right -11px
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px
}

.chosen-container-single .chosen-single div b {
    background: url("/includes/js/chosen/chosen-sprite.png") no-repeat 0 7px;
    display: block;
    height: 100%;
    width: 100%
}

.chosen-container-single .chosen-default {
    color: #777
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000
}

.chosen-container-single .chosen-search input[type="text"] {
    background: url("/includes/js/chosen/chosen-sprite.png") no-repeat 100% -20px, #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.chosen-container-single-nosearch .chosen-search input[type="text"] {
    position: absolute;
    left: -9000px
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    cursor: text;
    height: auto !important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    background: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
    height: 32px;
    margin: 0;
    padding: 4px;
    outline: 0
}

.chosen-container-multi .chosen-choices .search-field .default {
    color: #999
}

.chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-linear-gradient(top, white 0%, #eee 100%);
    background-image: -o-linear-gradient(top, white 0%, #eee 100%);
    background-image: linear-gradient(to bottom, white 0%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background: url("/includes/js/chosen/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 5px;
    width: 12px;
    cursor: pointer
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
    background-position: right -11px
}

.chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
    background-position: right -11px
}

.chosen-container-multi .chosen-results {
    margin: 0 0 0 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none
}

.chosen-container-active .chosen-single {
    border: 1px solid #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #66afe9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px #66afe9;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important
}

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-disabled {
    cursor: default;
    opacity: .5 !important
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible
}

.chosen-rtl .chosen-single span {
    margin-left: 26px;
    margin-right: 0;
    direction: rtl
}

.chosen-rtl .chosen-single div {
    left: 7px;
    right: auto
}

.chosen-rtl .chosen-single abbr {
    left: 26px;
    right: auto
}

.chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
    background-position: right top;
    left: 4px;
    right: auto
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    background: url("/includes/js/chosen/chosen-sprite.png") no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("/includes/js/chosen/chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

body {
    font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', sans-serif
}

.has-placeholder {
    color: #888
}

#content-body-no-container {
    overflow: hidden
}

#content-holder:focus {
    outline: none
}

#content-holder h1,
#content-holder h2,
#content-holder h3,
#content-holder .h1,
#content-holder .h2,
#content-holder .h3 {
    text-transform: uppercase
}

#content-holder h1,
#content-holder .h1 {
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    color: #ac1f2d;
    font-size: 28px;
    margin-top: 0
}

#content-holder h2,
#content-holder .h2 {
    color: #8e704e;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: -1px
}

#content-holder h2.clearfix,
#content-holder .h2.clearfix {
    clear: both
}

#content-holder h3,
#content-holder .h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -1px
}

#content-body ul {
    line-height: 164%
}

#content-holder a {
    color: #0e38b1;
    text-decoration: underline
}

#content-holder .chosen-single {
    color: #777;
    text-decoration: none
}

#content-holder .chosen-single .chosen-default {
    color: #555
}

a.list-group-item {
    color: #555 !important;
    text-decoration: none !important
}

.photo-caption {
    padding: 10px 15px;
    color: #6b6b6b;
    font-size: .9em
}

.navbar {
    border-radius: inherit
}

#nav01-wrapper .navbar-header {
    position: relative;
    font-family: 'Mic_32 New W00 Bold', sans-serif
}

.nav01-links {
    margin-top: 3px;
    float: right
}

.nav01-links ul.nav01-links-inner {
    list-style: none;
    padding: 0
}

.nav01-links ul.nav01-links-inner>li {
    display: inline-block
}

.nav01-links ul.nav01-links-inner>li>a:after {
    content: "";
    display: block;
    position: absolute;
    right: -8px;
    width: 1px;
    height: 15px;
    background: #fff;
    top: 3px
}

.nav01-links ul.nav01-links-inner>li:last-child>a:after {
    display: none
}

.nav01-links ul.nav01-links-inner>li>a {
    display: inline-block;
    color: #f4f4f4;
    text-decoration: none;
    position: relative;
    margin: 6px 15px 0 0
}

.nav01-links ul.nav01-links-inner>li>a:hover {
    color: #f7ba00
}

.navbar-header form {
    float: right
}

.nav-search-box {
    position: relative;
    width: 200px;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0;
    -webkit-transition: width 300ms;
    -moz-transition: width 300ms;
    -ms-transition: width 300ms;
    -o-transition: width 300ms;
    transition: width 300ms
}

.search-icon-holder {
    z-index: -1;
    position: absolute;
    height: 40px;
    background-color: #eee;
    color: #555;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    padding: 10px 15px;
    cursor: pointer;
    right: 0
}

.btn-search {
    font-weight: normal;
    box-shadow: none;
    height: 40px;
    margin: 0;
    position: absolute;
    right: 0;
    padding: 0 15px;
    background-color: #eee;
    color: #555;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-right: 0
}

.academic-programs-search-holder .btn-search {
    right: 15px
}

.searchFrmQry {
    width: 100%;
    height: 40px;
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 1em;
    float: left;
    padding-left: 30px;
    padding-right: 50px;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease
}

.searchFrmQry::-webkit-input-placeholder {
    -webkit-font-smoothing: antialiased;
    color: #888
}

.searchFrmQry:-moz-placeholder {
    -webkit-font-smoothing: antialiased;
    color: #888
}

.searchFrmQry::-moz-placeholder {
    -webkit-font-smoothing: antialiased;
    color: #888
}

.searchFrmQry:-ms-input-placeholder {
    -webkit-font-smoothing: antialiased;
    color: #888
}

.searchFrmQry:focus,
.nav-search-box #searchFrmQry:active {
    outline: none;
    background: #fff
}

.navbar-header {
    width: 100%
}

.top-nav {
    height: 40px;
    min-height: 40px;
    margin-bottom: 0;
    border: none;
    background-color: #000
}

.nav01-button {
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 55px;
    top: 3px;
    cursor: pointer
}

.sidebar-button {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer
}

.sidebar-button:hover {
    color: #f7ba00
}

.phone {
    float: left;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    margin: 0;
    position: relative
}

.phone .call-us {
    font-weight: bold;
    padding: 0 15px
}

.hero-unit .container .brand {
    padding: 20px 0;
    float: left
}

.hero-unit .container .logo img {
    width: 340px;
    height: 42px
}

.hero-unit .container #slogan {
    font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', sans-serif;
    float: right;
    margin-top: 30px;
    font-size: 1.2em
}

.hero-unit .container #slogan a.slogan-label {
    font-weight: bold;
    color: #333;
    text-decoration: none
}

.hero-unit .container #slogan a.slogan-label .slogan-label-school-name {
    color: #6b6b6b;
    font-weight: normal
}

#nav02-wrapper .mobile-nav01 {
    display: none
}

.nav-02 {
    height: 40px;
    min-height: 40px;
    margin-bottom: 0;
    border: none;
    background: #ac1f2d;
    font-size: .93em;
    font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', sans-serif;
    font-style: normal;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
    z-index: 15
}

#nav02-wrapper .shrink {
    height: 0;
    min-height: 0
}

.nav-02 .navbar-collapse {
    position: relative;
    padding-left: 0
}

.navbar-inverse .navbar-nav>li.dropdown-holder:hover>ul.dropdown-menu,
.navbar-inverse .navbar-nav>li>a:focus+ul.dropdown-menu {
    display: block
}

.nav-02 .navbar-nav>li {
    position: static
}

.nav-02 .navbar-nav>li>a:hover,
.nav-02 .navbar-nav>li>a.active {
    -webkit-box-shadow: inset 0 -4px 0 0 #f7ba00;
    -ms-box-shadow: inset 0 -4px 0 0 #f7ba00;
    box-shadow: inset 0 -4px 0 0 #f7ba00;
    outline: none
}

.nav-02 .navbar-nav>li>a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold
}

.nav-02 .navbar-nav>li>a .far,
.nav-02 .navbar-nav>li>a .fas,
.nav-02 .navbar-nav>li>a .fab {
    display: none
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu {
    width: 1100px;
    background-color: #f0f0f0
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu a,
.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu span {
    padding: 5px 20px 5px 10px;
    margin-left: 10px;
    color: #313949;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    border-bottom: 1px solid #e8e9ea;
    white-space: inherit
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu a:hover,
.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu a:focus,
.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu a.active {
    color: #000;
    text-decoration: underline
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu .image-box-title a {
    padding: 0;
    margin: 0
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu .image-box-title a .image-box-title-text {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: inherit
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu .image-box-title a .image-box-title-text.too-long {
    padding-top: 4px;
    padding-bottom: 1px;
    line-height: 20px
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu a.img-opacity:hover,
.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu a.img-opacity:focus {
    background-color: transparent
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li.feature {
    text-align: center
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li.feature .break-float {
    padding-top: 5px
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li.feature a {
    padding: 0;
    margin: 0
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li.feature>img {
    width: 320px;
    padding-right: 20px;
    border-right: 1px solid #e8e9ea
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li.feature .title {
    color: #b2b2b2
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu li {
    display: block;
    line-height: 24px;
    float: none
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu li>a {
    display: block;
    margin-left: 0;
    padding: 8px 20px;
    line-height: 18px
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .athletics li>a {
    padding: 8px 10px;
    border-bottom: none
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .athletics li>a i {
    margin-right: 5px;
    font-size: 18px;
    text-align: center;
    min-width: 28px
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .athletics li>a i.material-icons {
    vertical-align: middle;
    font-size: 24px
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu li ul {
    padding-left: 0
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu li ul li {
    position: relative
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu li ul li:before {
    content: "-";
    position: absolute;
    left: 20px
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu li ul li:hover:before {
    color: #fff
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu li ul li>a {
    padding-left: 30px;
    font-size: .9em
}

.lg-marginTop-minus30 {
    margin-top: -30px
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li {
    float: left
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li.cols-2 {
    width: 50%
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li.cols-3 {
    width: 33.33%
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li.cols-4 {
    width: 25%;
    font-size: .95em
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li.cols-5 {
    width: 20%;
    font-size: .9em
}

.nav-02 .navbar-nav>.dropdown-holder.cols-1,
.nav-02 .navbar-nav>.dropdown-holder.cols-2 {
    position: relative
}

.nav-02 .navbar-nav>.dropdown-holder.cols-1>ul.dropdown-menu {
    width: inherit;
    max-width: 300px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.nav-02 .navbar-nav>.dropdown-holder.cols-2>ul.dropdown-menu {
    width: inherit;
    max-width: 400px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu-header {
    color: #c5122f;
    padding: 10px 10px 5px;
    font-weight: bold
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu-header a,
.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu-header span {
    color: #ac1f2d;
    text-transform: uppercase;
    line-height: 18px;
    padding-bottom: 5px;
    display: block;
    padding: 0;
    border-bottom: 0
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu-header a:hover {
    color: #f7ba00
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu-header.extend {
    margin-left: -15px
}

.nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu {
    list-style: none;
    padding-left: 0
}

.nav-02 .navbar-nav.too-many {
    padding-left: 6px;
    font-size: .9em
}

.nav-02 .navbar-nav.too-many>li>a {
    padding: 10px 10px
}

#nav02-wrapper .navbar-inverse .navbar-nav>.open>a,
#nav02-wrapper .navbar-inverse .navbar-nav>.open>a:hover,
#nav02-wrapper .navbar-inverse .navbar-nav>.open>a:focus {
    color: #f7ba00;
    background-color: #ac1f2d
}

#nav02-wrapper .container {
    padding-left: 0
}

#nav03 {
    font-size: .95em;
    font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', sans-serif;
    text-transform: uppercase;
    margin-top: 15px;
    background-color: #ebebeb;
    padding-left: 10px
}

#nav03 li {
    float: left
}

#nav03 li a {
    color: #666;
    background-color: #ebebeb;
    padding: 10px
}

#nav03-wrapper .too-many {
    font-size: .9em
}

#nav03-wrapper .too-many li a {
    padding-left: 6px
}

#nav03 li a:hover,
#nav03 li a.active,
#nav03 li a:focus,
#nav03 li a:active {
    color: #000;
    text-decoration: none;
    font-weight: bold
}

.breadcrumb {
    font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', sans-serif;
    background-color: #fff;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: .85em;
    border-radius: 0
}

.breadcrumb li {
    color: #595959
}

#content-holder .breadcrumb li a {
    text-decoration: none;
    color: #595959
}

.breadcrumb li:last-child {
    font-weight: bold
}

.breadcrumb>li+li:before {
    content: "|"
}

#content-holder {
    font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', sans-serif;
    margin-top: 10px
}

*[class^="col"] img {
    width: 100%
}

.video-feed iframe {
    width: 100%;
    -webkit-box-shadow: 7px 6px 4px 0 #d9d9d9;
    -ms-box-shadow: 7px 6px 4px 0 #d9d9d9;
    box-shadow: 7px 6px 4px 0 #d9d9d9
}

.text-hover-img-holder {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    cursor: pointer;
    font-size: .9em
}

.text-hover-img-holder .text-hover {
    top: 100%;
    position: absolute;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    padding: 15px 25px 0 25px;
    z-index: 5;
    height: 100%;
    width: 100%
}

.text-hover-img-holder .text-hover a {
    color: #000;
    font-weight: bold;
    padding: 2px 0;
    display: block
}

.text-hover-img-holder .text-hover a:hover {
    color: #f7ba00;
    text-decoration: none
}

.text-hover-img-holder .text-hover h3 {
    color: #ac1f2d;
    font-size: 18px
}

.text-hover-img-holder:hover .text-hover,
.text-hover-img-holder.openme .text-hover {
    top: 0
}

.text-hover-img-holder.closeme .text-hover {
    top: 100%
}

.text-hover-img-text {
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    background-color: #ac1f2d;
    background-color: rgba(172, 31, 45, .7);
    padding: 14px 25px 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 1.2em;
    min-height: 50px
}

.text-hover-img-text.too-long {
    font-size: 1em;
    padding-top: 8px;
    padding-bottom: 0
}

.text-hover-img-holder .open-btn {
    display: none
}

html.touch .text-hover-img-holder .open-btn {
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    color: #000;
    font-size: 1.5em;
    text-shadow: none;
    font-weight: bold;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
    outline: 0 none;
    z-index: 10;
    animation: textShaddow 5s infinite;
    -moz-animation: textShaddow 5s infinite;
    -webkit-animation: textShaddow 5s infinite
}

@-moz-keyframes textShaddow {
    0% {
        text-shadow: 0 0 0 #fff, 0 0 0 #fff
    }
    50% {
        text-shadow: -1px 1px 15px #fff, 1px -1px 15px #fff
    }
    75% {
        text-shadow: -1px 1px 7px #fff, 1px -1px 7px #fff
    }
}

@-webkit-keyframes textShaddow {
    0% {
        text-shadow: 0 0 0 #fff, 0 0 0 #fff
    }
    50% {
        text-shadow: -1px 1px 15px #fff, 1px -1px 15px #fff
    }
    75% {
        text-shadow: -1px 1px 7px #fff, 1px -1px 7px #fff
    }
}

@keyframes textShaddow {
    0% {
        text-shadow: 0 0 0 #fff, 0 0 0 #fff
    }
    50% {
        text-shadow: -1px 1px 15px #fff, 1px -1px 15px #fff
    }
    75% {
        text-shadow: -1px 1px 7px #fff, 1px -1px 7px #fff
    }
}

.img-border-top {
    border-top: 10px solid #8e704e;
    padding-top: 5px;
    padding-bottom: 10px
}

.img-border-bottom {
    border-bottom: 10px solid #f7ba00;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.image-box-title {
    cursor: pointer;
    position: relative;
    margin: 10px
}

#content-holder .image-box-title,
#hero-slider .image-box-title {
    margin: 0
}

.image-box-title a {
    text-decoration: none
}

.image-box-title .image-box-title-text {
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    padding: 14px 10px 14px 15px;
    background-color: #ac1f2d;
    background-color: rgba(172, 31, 45, .8);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: 0;
    min-height: 50px
}

.image-box-title .image-box-title-text.too-long {
    padding-top: 4px;
    padding-bottom: 0
}

.image-box-title:hover .image-box-title-text,
.image-box-title:active .image-box-title-text,
.image-box-title:focus .image-box-title-text,
.image-box-title.active .image-box-title-text {
    color: #f7ba00;
    background-color: #ac1f2d
}

.box-title {
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    background-color: #fff;
    border: 1px solid #ac1f2d
}

#content-holder .box-title a {
    color: #ac1f2d;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    min-height: 60px;
    padding: 18px 20px;
    width: 100%;
    display: block
}

.box-title a.too-long {
    padding-top: 10px;
    padding-bottom: 10px
}

.box-title:hover a,
.box-title:active a,
.box-title:focus a,
.box-title.active a {
    text-decoration: none;
    color: #f7ba00 !important
}

.box-title:hover,
.box-title:active,
.box-title:focus,
.box-title.active {
    background-color: #ac1f2d;
    color: #f7ba00 !important
}

.page-footer {
    background-color: #eeeae5;
    width: 100%;
    margin-top: 20px;
    margin-bottom: -20px
}

.page-footer .page-footer-info {
    margin-top: 50px;
    padding-left: 25px
}

.page-footer .page-footer-info a {
    color: #000;
    text-decoration: none
}

.footer-container {
    padding-top: 20px;
    font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', sans-serif;
    overflow: hidden
}

.footer-container .footer-top {
    background: #fff;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAOElEQVQYV2NcI6/7nwELkPjMzMCITRIk8YL3L6YkTAJkGIpOZAkUSXQJuCQ2CbDkESGD/yDLsQEA1jcf17FRU5MAAAAASUVORK5CYII=) repeat;
    border-top: 1px solid #d9d9d9
}

.footer-container .footer-top .footer-top-inner {
    background: #fff;
    background: linear-gradient(to left, transparent 50%, #fff 50%)
}

.footer-container .links-holder {
    background: #fff
}

.footer-container .links {
    padding: 15px 0 16px
}

.footer-container .links a {
    display: inline-block;
    text-align: center;
    color: #313948;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding-right: 20px
}

.footer-container .social {
    padding: 12px 0 12px 20px;
    color: #fff;
    background: transparent;
    text-decoration: none;
    text-align: right
}

.footer-container .social .social-link {
    color: #ac1f2d;
    background: #fff;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 22px;
    margin-right: 10px;
    text-align: center
}

p#footerSC a {
	color: #fff;
	text-decoration: underline;
}

p#footerSC a:hover {
	text-decoration: none;
}

.footer-container .social .social-link i {
    vertical-align: middle;
	padding-top:5px;
}

.footer-container .social .social-link:hover {
    background-color: #f7ba00;
    text-decoration: none
}

.footer-container .footer-bottom {
    background-color: #000
}

.footer-container .footer-bottom,
.footer-container .footer-policy {
    padding-bottom: 50px;
    color: #eaeaea;
    padding: 20px 0;
    font-size: 12px;
    line-height: 20px
}

.footer-container .footer-bottom .location {
    display: inline-block;
    border-top: none
}

.footer-container .footer-bottom .awards {
    color: #fff;
    margin: 20px 0;
    font-weight: bold;
    display: flex;
    align-items: center
}

.footer-container .footer-bottom .awards a {
    height: 96px
}

.footer-container .footer-bottom .awards a:not(.aacsb) {
    margin-right: 10px;
    background-color: #fff;
    border-radius: 50%;
    width: 96px;
    padding: 2px;
    text-align: center
}

.footer-container .footer-bottom .awards a.aacsb {
    display: flex;
    align-items: center;
    margin-left: 10px
}

.footer-container .footer-bottom .awards img {
    height: 92px;
    margin: auto
}

.footer-container .footer-bottom .awards img.aacsb {
    height: 55%
}

.footer-container .footer-bottom .location h2 {
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    color: #fff;
    font-size: 1.8em;
    margin: 0 0 10px
}

.footer-container .footer-bottom .location a,
.footer-container .footer-policy ul li a {
    color: #fff;
    text-decoration: underline
}

.footer-container .footer-bottom .location a:hover,
.footer-container .footer-policy ul li a:hover {
    text-decoration: none
}

.footer-container .footer-bottom .location dl {
    border: 0;
    margin: 0;
    padding: 0
}

.footer-container .footer-bottom .location dt {
    display: inline-block;
    margin-right: 5px
}

.footer-container .footer-bottom .location dd {
    display: inline-block;
    margin-right: 15px
}

.footer-container .footer-bottom .location dd:last-child {
    margin-right: 0
}

.footer-container .footer-policy {
    background-color: #222
}

.footer-container .footer-policy ul {
    list-style-type: none;
    padding: 0
}

.footer-container .footer-policy ul li {
    display: inline-block;
    margin-right: 1em
}

.footer-container .footer-policy ul li:last-of-type {
    margin-right: 0
}

.graybox1 {
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0%, #f6f6f4 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(50%, #f6f6f4));
    background: -webkit-linear-gradient(top, #ebebeb 0%, #f6f6f4 50%);
    background: -o-linear-gradient(top, #ebebeb 0%, #f6f6f4 50%);
    background: -ms-linear-gradient(top, #ebebeb 0%, #f6f6f4 50%);
    background: linear-gradient(to bottom, #ebebeb 0%, #f6f6f4 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#f6f6f4', GradientType=0);
    padding: 15px 20px;
    width: 100%
}

.graybox2 {
    background: #dfe7ea;
    padding: 15px 20px;
    width: 100%
}

.fade.from-top {
    -webkit-transform: translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -40px, 0);
    -o-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    -webkit-transition: opacity .5s linear, transform .5s;
    -moz-transition: opacity .5s linear, transform .5s;
    -ms-transition: opacity .5s linear, transform .5s;
    -o-transition: opacity .5s linear, transform .5s;
    transition: opacity .5s linear, transform .5s
}

.fade.from-top.in {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.legend {
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    text-transform: uppercase
}

.blur-effect {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px)
}

.modal-picture .modal-content {
    padding: 10px
}

.modal-picture .modal-header .close {
    margin-top: -20px;
    font-size: 30px
}

.modal-picture #galleryimage {
    width: 100%
}

.modal-body .fa-check,
.modal-body .fa-times {
    font-size: 50px
}

.modal-body .fa-check {
    color: #008000
}

.modal-body .fa-times {
    color: #f00
}

.modal-body .response-holder {
    text-align: center
}

.modal-image img {
    width: 100%
}

h3.modal-title {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px
}

.modal-header .close {
    font-size: 30px
}

.modal-header,
.modal-body {
    padding: 15px 25px
}

img[src*="pdf.gif"],
img[src*="includes/img/icons/microsoft"],
img[src*="includes/img/icons/pdficon"],
img[src*="includes/img/icons/print"],
img[src*="//barryustorage.blob.core.windows.net/assets/img/icons/social/34/"],
img[src*="print.gif"],
img[src*="images-nav/new.gif"],
img[src*="load.gif"] {
    width: initial
}

.ui-icon.far,
.ui-icon.fas,
.ui-icon.fab {
    background-image: none;
    text-indent: initial
}

#social-container {
    padding: 10px 0
}

.share-button-boxy {
    display: inline-block;
    padding-right: 7px
}

.bu-hide {
    display: none
}

.bu-show {
    display: block
}

.rotateme-hide {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.rotateme-show {
    max-height: 9999px
}

.rotateme-hide * {
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.rotateme-show * {
    opacity: 1
}

.showhand {
    cursor: pointer
}

#articleContent img {
    width: inherit !important
}

.clearfix {
    clear: both
}

blockquote::before {
    font-family: "FontAwesome";
    content: "";
    font-size: 1.8em;
    padding-right: 10px;
    font-weight: 900
}

img.spinner {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px
}

a.img-opacity div {
    position: relative
}

a.img-opacity div:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

a.img-opacity:hover div:after {
    opacity: 1
}

table th {
    text-transform: uppercase
}

.red {
    color: #ac1f2d
}

.green {
    color: #008000
}

.required-fields {
    color: #ac1f2d;
    margin-bottom: -1.7em;
    text-align: right
}

.credit-card-expire-date .ui-datepicker-calendar,
.credit-card-expire-date .ui-datepicker-current {
    display: none
}

.clear-sel {
    font-size: .8em;
    display: none
}

.bold {
    font-weight: bold
}

.fa-minus-circle {
    color: #ac1f2d
}

.fa-plus-circle {
    color: #008000
}

.transition-paused {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.form-horizontal {
    padding-left: 0;
    padding-right: 0
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}

.form-group.required>label:before,
.required-asterisks:before {
    font-family: FontAwesome;
    content: " ";
    color: #ac1f2d;
    font-weight: 900
}

.form-horizontal input[type="text"],
.form-horizontal input[type="email"],
.form-horizontal input[type="password"],
.form-horizontal input[type="tel"],
.form-horizontal textarea,
.form-horizontal select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bebebe;
    border-radius: 0;
    -webkit-box-shadow: none;
    -webkit-font-smoothing: antialiased;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-horizontal input[type="text"].input-lg,
.form-horizontal input[type="email"].input-lg,
.form-horizontal input[type="password"].input-lg,
.form-horizontal input[type="tel"].input-lg,
.form-horizontal textarea.input-lg,
.form-horizontal select.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-font-smoothing: antialiased
}

.chosen-container-multi .chosen-choices {
    border-radius: 0;
    padding: 6px 12px;
    color: #333
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    color: #333;
    padding: 4px 0
}

.chosen-container-multi .chosen-choices .search-choice {
    margin: 3px 0 3px 5px;
    padding: 5px 20px 5px 9px;
    color: #333
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    top: 7px
}

.form-horizontal textarea {
    height: 150px
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ccc !important
}

.chosen-container-active .chosen-choices {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ccc !important
}

select {
    cursor: pointer
}

.form-processing {
    display: none;
    font-size: 1em;
    font-weight: bold;
    height: 26px;
    padding-top: .5em;
    vertical-align: middle
}

.form-processing img {
    border: none;
    height: 16px;
    vertical-align: middle;
    width: 16px
}

.form-horizontal legend {
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    text-transform: uppercase
}

.form-horizontal button[type="submit"] {
    clear: both;
    display: block
}

.formError {
    color: #c00
}

.form-horizontal li {
    padding: 10px 0
}

.form-horizontal li select {
    display: inline-block
}

.form-horizontal .fileinput-button {
    width: 100%
}

@media(min-width:768px) {
    .form-horizontal .fileinput-button {
        width: 250px
    }
}

.form-horizontal .fileinput-button input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 15px;
    height: 80%;
    width: inherit
}

.form-horizontal .fileinput-button i.far,
.form-horizontal .fileinput-button i.fas,
.form-horizontal .fileinput-button i.fab {
    padding-right: 5px
}

.form-horizontal .radioButtonList {
    list-style: none
}

.password-requirment-holder {
    background-color: #ebebeb;
    padding: 10px 0;
    margin-top: 10px
}

.password-requirment-holder li {
    padding: 10px
}

.form-horizontal .popover {
    min-width: 250px
}

.form-horizontal .popover .popover-content p {
    margin: 0
}

.form-horizontal .popover .popover-content .text-warning {
    color: #c39b54
}

.popover-content {
    padding: 9px 10px
}

.popover-content ul {
    line-height: 21px;
    padding-left: 20px
}

.popover-content ul li {
    padding: 5px 0
}

.form-horizontal input::-webkit-input-placeholder,
.form-horizontal input[type="text"]::-webkit-input-placeholder,
.form-horizontal input[type="email"]::-webkit-input-placeholder,
.form-horizontal input[type="password"]::-webkit-input-placeholder,
.form-horizontal input[type="tel"]::-webkit-input-placeholder,
.form-horizontal textarea::-webkit-input-placeholder {
    color: #888;
    -webkit-font-smoothing: antialiased
}

.form-horizontal input::-moz-placeholder,
.form-horizontal input[type="text"]::-moz-placeholder,
.form-horizontal input[type="email"]::-moz-placeholder,
.form-horizontal input[type="password"]::-moz-placeholder,
.form-horizontal input[type="tel"]::-moz-placeholder,
.form-horizontal textarea::-moz-placeholder {
    -webkit-font-smoothing: antialiased;
    color: #888;
    opacity: 1
}

.form-horizontal input:-ms-input-placeholder,
.form-horizontal input[type="text"]:-ms-input-placeholder,
.form-horizontal input[type="email"]:-ms-input-placeholder,
.form-horizontal input[type="password"]:-ms-input-placeholder,
.form-horizontal input[type="tel"]:-ms-input-placeholder,
.form-horizontal textarea:-ms-input-placeholder {
    -webkit-font-smoothing: antialiased;
    color: #888
}

.form-horizontal input:-moz-placeholder,
.form-horizontal input[type="text"]:-moz-placeholder,
.form-horizontal input[type="email"]:-moz-placeholder,
.form-horizontal input[type="password"]:-moz-placeholder,
.form-horizontal input[type="tel"]:-moz-placeholder,
.form-horizontal textarea:-moz-placeholder {
    -webkit-font-smoothing: antialiased;
    color: #888;
    opacity: 1
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 0;
    background-color: #fdfdfd
}

.bs-callout h4,
.bs-callout h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px !important
}

.bs-callout p:last-child {
    margin-bottom: 0
}

.bs-callout code {
    border-radius: 3px
}

.bs-callout+.bs-callout {
    margin-top: -5px
}

.bs-callout-default {
    border-left-color: #777
}

.bs-callout-default h4 {
    color: #777
}

.bs-callout-primary {
    border-left-color: #1b809e
}

.bs-callout-primary h4 {
    color: #1b809e
}

.bs-callout-success {
    border-left-color: #5cb85c
}

.bs-callout-success h4 {
    color: #5cb85c
}

.bs-callout-danger {
    border-left-color: #d9534f
}

.bs-callout-danger h4 {
    color: #d9534f
}

.bs-callout-warning {
    border-left-color: #f0ad4e
}

.bs-callout-warning h4 {
    color: #f0ad4e
}

.bs-callout-info {
    border-left-color: #5bc0de
}

.bs-callout-info h4 {
    color: #5bc0de
}

@media(min-width:992px) {
    .footer-container .links a {
        padding-right: 8px;
        font-size: .9em
    }
    #content-holder-no-container .container {
        padding-left: 20px;
        padding-right: 20px
    }
    .page-footer .page-footer-info {
        margin-top: 0;
        font-size: .9em
    }
}

@media(min-width:1200px) {
    .navbar-inverse .navbar-nav>li.dropdown-holder:hover>ul.dropdown-menu,
    .navbar-inverse .navbar-nav>li>a:focus+ul.dropdown-menu,
    .navbar-inverse .navbar-nav>li.dropdown-holder.cols-1:hover>ul.dropdown-menu,
    .navbar-inverse .navbar-nav>li.dropdown-holder.cols-2:hover>ul.dropdown-menu {
        left: 0;
        top: 98%;
        opacity: 1
    }
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu,
    .nav-02 .navbar-nav>.dropdown-holder.cols-1>ul.dropdown-menu,
    .nav-02 .navbar-nav>.dropdown-holder.cols-2>ul.dropdown-menu {
        width: 1100px;
        opacity: 0;
        left: -99999px;
        top: 50%;
        display: block;
        -webkit-transition: opacity .5s ease-in, top .2s ease-in;
        -moz-transition: opacity .5s ease-in, top .2s ease-in;
        -ms-transition: opacity .5s ease-in, top .2s ease-in;
        -o-transition: opacity .5s ease-in, top .2s ease-in;
        transition: opacity .5s ease-in, top .2s ease-in
    }
    .footer-container .links a {
        padding-right: 10px;
        font-size: 1em
    }
}

@media(min-width:1301px) {
    .footer-container .links a {
        padding-right: 20px
    }
}

@media(max-width:1200px) {
    #nav01-wrapper .nav-search-box #searchFrmQry {
        padding-left: 39px;
        padding-right: 0;
        width: 40px;
        position: absolute;
        right: 0;
        top: 0
    }
    #nav01-wrapper .nav-search-box {
        width: 40px;
        position: inherit
    }
    #nav01-wrapper .btn-search {
        z-index: -1
    }
    #nav01-wrapper .search-icon-holder {
        -webkit-transition: right .55s;
        -moz-transition: right .55s;
        -ms-transition: right .55s;
        -o-transition: right .55s;
        transition: right .55s;
        z-index: 1
    }
    #nav01-wrapper .nav-search-box.open #searchFrmQry {
        width: calc(100% - 60px);
        z-index: 10;
        padding-left: 50px
    }
    #nav01-wrapper .nav-search-box.open .search-icon-holder {
        right: calc(100% - 98px);
        z-index: 11;
        border-right: 1px solid #ccc
    }
    #nav03 li {
        width: 50%;
        text-align: center
    }
    .breadcrumb {
        display: none
    }
    .lg-marginTop-minus30 {
        margin-top: 0
    }
    #nav01-wrapper .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    #nav01-wrapper .container>.navbar-header {
        position: inherit;
        margin-right: 0;
        margin-left: 0
    }
    .nav01-links {
        margin-right: 40px
    }
    #nav01-wrapper .phone {
        display: none
    }
    .hero-unit .container {
        border-bottom: 1px solid #d9d9d9;
        width: 100%
    }
    .hero-unit .container .logo img {
        width: 250px;
        height: 31px
    }
    #nav02-wrapper {
        position: absolute;
        z-index: 10;
        top: 40px;
        width: calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        background-color: #f0f0f0;
        -webkit-transition: -webkit-transform .33s;
        -moz-transition: -moz-transform .33s;
        -o-transition: -o-transform .33s;
        transition: transform .33s;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        z-index: 100
    }
    #nav02-wrapper.open {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .nav-02 .navbar-nav.too-many {
        padding-left: 0
    }
    .push-me {
        -webkit-transition: -webkit-transform .33s;
        -moz-transition: -moz-transform .33s;
        -o-transition: -o-transform .33s;
        transition: transform .33s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .push-me.pushed {
        -webkit-transform: translate3d(90%, 0, 0);
        -moz-transform: translate3d(90%, 0, 0);
        -o-transform: translate3d(90%, 0, 0);
        transform: translate3d(90%, 0, 0)
    }
    #nav02-wrapper .nav-02 {
        box-shadow: none
    }
    html.no-csstransforms3d #nav02-wrapper {
        left: -100%
    }
    .nav-02 .contianer {
        width: 100%
    }
    .nav-02 .container {
        padding: 0;
        width: 100%
    }
    .nav-02 .navbar-collapse {
        padding: 0
    }
    .nav-02 ul.navbar-nav {
        width: 100%;
        background: #ac1f2d
    }
    .nav-02 .navbar-nav>li>a:hover,
    .nav-02 .navbar-nav>li>a:focus,
    .nav-02 .navbar-nav>li>a.active {
        -webkit-box-shadow: inherit;
        -ms-box-shadow: inherit;
        box-shadow: inherit
    }
    .nav-02 .navbar-nav>li {
        float: none;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #a21532
    }
    .nav-02 .navbar-nav>li:hover {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none
    }
    .nav-02 .navbar-nav>li>a .far,
    .nav-02 .navbar-nav>li>a .fas,
    .nav-02 .navbar-nav>li>a .fab {
        display: block;
        float: right;
        margin-right: 10px
    }
    .nav-02 .navbar-nav>li>a:hover,
    .nav-02 .navbar-nav>li>a.active {
        color: #f7ba00;
        -webkit-box-shadow: inherit;
        -ms-box-shadow: inherit;
        box-shadow: inherit
    }
    .nav-02 .navbar-nav>.open>a,
    .nav-02 .navbar-nav>.open>a:hover,
    .nav-02 .navbar-nav>.open>a:focus {
        color: #f7ba00;
        background-color: #ac1f2d
    }
    .navbar-inverse .navbar-nav>li.dropdown-holder:hover>ul.dropdown-menu,
    .navbar-inverse .navbar-nav>li>a:focus+ul.dropdown-menu {
        margin: 0;
        overflow: hidden;
        display: none
    }
    .nav-02 .navbar-nav>li.dropdown-holder>ul.dropdown-menu {
        padding: 0;
        position: inherit;
        width: 100%;
        overflow-y: hidden;
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0, 1, .5, 1)
    }
    .nav-02 .navbar-nav>li.dropdown-holder.open>ul.dropdown-menu,
    .navbar-inverse .navbar-nav>li.dropdown-holder.open:hover>ul.dropdown-menu,
    .navbar-inverse .navbar-nav>li.dropdown-holder.open>a:focus+ul.dropdown-menu {
        display: block;
        -ms-border-radius: inherit;
        border-radius: inherit
    }
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li>a:hover,
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li>a:focus {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none
    }
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li {
        float: none;
        width: 100% !important
    }
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li ul.dropdown-submenu a {
        padding: 20px
    }
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li ul li.feature {
        display: none
    }
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu a {
        margin: 0
    }
    .navbar-inverse .navbar-nav>li.dropdown-holder.cols-2 *[class^="col-"] {
        padding: 0
    }
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .athletics a {
        border-bottom: 1px solid #e8e9ea !important
    }
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu-header {
        background: inherit;
        font-weight: inherit;
        padding: 0;
        margin: 0
    }
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu-header:hover {
        color: #f7ba00
    }
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu-header.extend {
        display: none
    }
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu-header a {
        color: #313949;
        padding: 20px;
        margin: 0;
        border-bottom: 1px solid #e8e9ea
    }
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li .dropdown-submenu-header:hover a {
        color: #f7ba00
    }
    .nav-02 .navbar-nav>.dropdown-holder.no-mobile-dropdown>ul.dropdown-menu li ul.dropdown-submenu,
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu.only-headers li ul.dropdown-submenu {
        display: none
    }
    .nav-02 .navbar-nav>li>a,
    .nav-02 .navbar-nav>.dropdown-holder>ul.dropdown-menu li a {
        padding: 20px !important;
        font-size: 1.2em
    }
    .nav-02 .navbar-nav>.dropdown-holder.cols-1>ul.dropdown-menu,
    .nav-02 .navbar-nav>.dropdown-holder.cols-2>ul.dropdown-menu {
        width: 100%;
        max-width: 100%
    }
}

@media(max-width:999px) {
    .footer-container .footer-top .container {
        width: 100%
    }
    .footer-container .links a {
        width: 100%;
        padding: 10px 0
    }
    .footer-container .social-holder {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAOElEQVQYV2M8ImTwnwEL+PzpEwMjNkmQBC8fH6YkTAJkGIpOZAkUSXQJuCQ2CbDkdhal/yDLsQEAM0kgAiTlZxkAAAAASUVORK5CYII=) repeat
    }
    .footer-container .links,
    .footer-container .social,
    .footer-container .footer-bottom .location,
    .footer-container .footer-bottom .awards,
    .footer-container .footer-policy ul,
    .footer-container .footer-policy p {
        text-align: center
    }
    .footer-container .social-holder,
    .footer-container .links-holder {
        width: 100%
    }
    .footer-container .footer-bottom .awards,
    .footer-container .footer-bottom .awards a {
        display: inline-block
    }
}

@media(max-width:900px) {
    #nav01-wrapper .container>.navbar-header {
        position: inherit
    }
    #nav01-wrapper .nav01-links {
        display: none
    }
    #nav02-wrapper .mobile-nav01 {
        display: block
    }
    #nav02-wrapper .nav01-links {
        margin-top: 0;
        float: inherit;
        border-top: 1px solid #d9d9d9;
        background: #eaeaea;
        margin-right: 0
    }
    #nav02-wrapper .nav01-links ul.nav01-links-inner {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-width: auto;
        -moz-column-width: auto;
        column-width: auto;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 100%;
        max-width: 100%;
        padding: 0
    }
    #nav02-wrapper .nav01-links ul.nav01-links-inner li {
        display: list-item;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        -webkit-break-inside: avoid;
        break-inside: avoid
    }
    #nav02-wrapper .nav01-links ul.nav01-links-inner li a {
        display: block;
        padding: 20px;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        font-size: 1.2em;
        font-weight: 700;
        margin: 0;
        color: #333;
        text-transform: uppercase;
        text-decoration: none
    }
    #nav02-wrapper .nav01-links ul.nav01-links-inner li a:focus,
    #nav02-wrapper .nav01-links ul.nav01-links-inner li a:active,
    #nav02-wrapper .nav01-links ul.nav01-links-inner li a:hover {
        color: #fff
    }
    #nav02-wrapper .nav01-links ul.nav01-links-inner li a:after {
        display: none
    }
    #nav02-wrapper .nav01-links ul.nav01-links-inner li a.last {
        width: 100%
    }
}

@media(max-width:767px) {
    .nav-02 .navbar-nav>.dropdown-holder.cols-1>ul.dropdown-menu,
    .nav-02 .navbar-nav>.dropdown-holder.cols-2>ul.dropdown-menu {
        max-width: 100%
    }
    .searchFrmQry {
        font-size: 1.2em
    }
    .hero-unit .brand .logo img {
        padding: 5px 45px
    }
    #nav02-wrapper .nav-02 .collapse {
        display: block;
        margin-left: 0;
        margin-right: 0
    }
    #nav02-wrapper .nav-02 .navbar-nav {
        margin: 0
    }
    .hero-unit .container {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        text-align: center;
        border: 0
    }
    .hero-unit .container .brand {
        padding: 10px 0;
        float: inherit
    }
    .hero-unit .container .logo img {
        width: 90%;
        height: 90%
    }
    .hero-unit .container #slogan {
        float: inherit;
        margin-top: 0;
        background: #f6f6f6;
        padding: 10px 0;
        border-bottom: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
        margin-bottom: 10px
    }
    .page-footer {
        display: none
    }
    .col-lg-9 .slideshow {
        display: none
    }
}

@media(max-width:550px) {
    #nav02-wrapper .nav01-links ul.nav01-links-inner {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

col-xs-15 {
    width: 20%;
    float: left
}

@media(min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media(min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media(min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

col-xs-14 {
    width: 14.28%;
    float: left
}

@media(min-width:768px) {
    .col-sm-14 {
        width: 14.28%;
        float: left
    }
}

@media(min-width:992px) {
    .col-md-14 {
        width: 14.28%;
        float: left
    }
}

@media(min-width:1200px) {
    .col-lg-14 {
        width: 14.28%;
        float: left
    }
}

.async-hide {
    opacity: 0 !important
}

.bg-barry {
    color: #333;
    background-color: #ecede8
}

a.bg-barry:hover,
a.bg-barry:focus {
    background-color: #e2e2df
}

.headerCTA {
    display: none !important
}

time.cal {
    font-size: 1.2em;
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
    border-radius: .6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%
}

time.cal * {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center
}

time.cal strong {
    position: absolute;
    top: 0;
    padding: .45em 0;
    color: #fff;
    background-color: #c61f30;
    border-bottom: 1px dashed #ffdf00
}

time.cal em {
    position: absolute;
    bottom: 0;
    color: #c61f30;
    padding: .45em 0;
    text-align: center
}

time.cal span {
    width: 100%;
    font-size: 4.5em;
    text-align: center;
    padding: .4em 0 .2em;
    letter-spacing: -5px;
    color: #2f2f2f
}

#content-holder .card {
    margin-top: 10px;
    padding: 20px;
    background-color: #fbfbfb;
    border: 1px solid #eee
}

#content-holder img+.card {
    margin-top: 0;
    border-top: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

#content-holder .card p {
    color: #333
}

.card h2 {
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    font-size: 24px !important;
    margin: 5px 0 25px;
    line-height: 28px !important
}

#content-holder .card+.card-button {
    padding: 19px;
    background-color: #d3334a;
    border-top: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -1px;
    cursor: pointer
}

#content-holder .card-button a {
    color: #fff;
    text-decoration: none
}

.card ul {
    margin-top: 25px;
    line-height: 19px !important;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    color: #333
}

.card ul li {
    padding-bottom: 4px;
    border-bottom: 1px dotted #eee;
    margin-bottom: 6px
}

#content-holder .card h3 {
    margin-top: 0;
    font-weight: bold
}

#content-holder .card img {
    padding: 4px;
    background: #fff;
    border: 1px solid #dedede
}

#content-holder .card+.card-footer {
    margin-bottom: 20px;
    background-color: #f6f6f6;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 20px
}

.text-muted {
    color: #747474
}

.label {
    vertical-align: middle;
    padding: .4em 1em
}

.label-success {
    background-color: #008a00
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #d0e9c6;
    border-color: #ddd
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
    border-color: #ddd
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #a94442;
    background-color: #ebcccc;
    border-color: #ddd
}

@media print {
    #social-container,
    footer .social-holder,
    footer .awards {
        display: none
    }
    .apple-business-chat-button-container a[href]:after,
    a.logo[href]:after {
        content: none
    }
}


/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: ""
}

.fa-abacus:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-acorn:before {
    content: ""
}

.fa-acquisitions-incorporated:before {
    content: ""
}

.fa-ad:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-card:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-adobe:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-air-freshener:before {
    content: ""
}

.fa-airbnb:before {
    content: ""
}

.fa-alarm-clock:before {
    content: ""
}

.fa-alarm-exclamation:before {
    content: ""
}

.fa-alarm-plus:before {
    content: ""
}

.fa-alarm-snooze:before {
    content: ""
}

.fa-album:before {
    content: ""
}

.fa-album-collection:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-alicorn:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-slash:before {
    content: ""
}

.fa-alipay:before {
    content: ""
}

.fa-allergies:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-amp-guitar:before {
    content: ""
}

.fa-analytics:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-angel:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angry:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-apple-alt:before {
    content: ""
}

.fa-apple-crate:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-arrow-alt-circle-down:before {
    content: ""
}

.fa-arrow-alt-circle-left:before {
    content: ""
}

.fa-arrow-alt-circle-right:before {
    content: ""
}

.fa-arrow-alt-circle-up:before {
    content: ""
}

.fa-arrow-alt-down:before {
    content: ""
}

.fa-arrow-alt-from-bottom:before {
    content: ""
}

.fa-arrow-alt-from-left:before {
    content: ""
}

.fa-arrow-alt-from-right:before {
    content: ""
}

.fa-arrow-alt-from-top:before {
    content: ""
}

.fa-arrow-alt-left:before {
    content: ""
}

.fa-arrow-alt-right:before {
    content: ""
}

.fa-arrow-alt-square-down:before {
    content: ""
}

.fa-arrow-alt-square-left:before {
    content: ""
}

.fa-arrow-alt-square-right:before {
    content: ""
}

.fa-arrow-alt-square-up:before {
    content: ""
}

.fa-arrow-alt-to-bottom:before {
    content: ""
}

.fa-arrow-alt-to-left:before {
    content: ""
}

.fa-arrow-alt-to-right:before {
    content: ""
}

.fa-arrow-alt-to-top:before {
    content: ""
}

.fa-arrow-alt-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-from-bottom:before {
    content: ""
}

.fa-arrow-from-left:before {
    content: ""
}

.fa-arrow-from-right:before {
    content: ""
}

.fa-arrow-from-top:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-square-down:before {
    content: ""
}

.fa-arrow-square-left:before {
    content: ""
}

.fa-arrow-square-right:before {
    content: ""
}

.fa-arrow-square-up:before {
    content: ""
}

.fa-arrow-to-bottom:before {
    content: ""
}

.fa-arrow-to-left:before {
    content: ""
}

.fa-arrow-to-right:before {
    content: ""
}

.fa-arrow-to-top:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-arrows-alt-h:before {
    content: ""
}

.fa-arrows-alt-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-artstation:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-atlas:before {
    content: ""
}

.fa-atlassian:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-atom-alt:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-axe:before {
    content: ""
}

.fa-axe-battle:before {
    content: ""
}

.fa-baby:before {
    content: ""
}

.fa-baby-carriage:before {
    content: ""
}

.fa-backpack:before {
    content: ""
}

.fa-backspace:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-bacon:before {
    content: ""
}

.fa-badge:before {
    content: ""
}

.fa-badge-check:before {
    content: ""
}

.fa-badge-dollar:before {
    content: ""
}

.fa-badge-percent:before {
    content: ""
}

.fa-badge-sheriff:before {
    content: ""
}

.fa-badger-honey:before {
    content: ""
}

.fa-bags-shopping:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-balance-scale-left:before {
    content: ""
}

.fa-balance-scale-right:before {
    content: ""
}

.fa-ball-pile:before {
    content: ""
}

.fa-ballot:before {
    content: ""
}

.fa-ballot-check:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-band-aid:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-banjo:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-barcode-alt:before {
    content: ""
}

.fa-barcode-read:before {
    content: ""
}

.fa-barcode-scan:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-baseball:before {
    content: ""
}

.fa-baseball-ball:before {
    content: ""
}

.fa-basketball-ball:before {
    content: ""
}

.fa-basketball-hoop:before {
    content: ""
}

.fa-bat:before {
    content: ""
}

.fa-bath:before {
    content: ""
}

.fa-battery-bolt:before {
    content: ""
}

.fa-battery-empty:before {
    content: ""
}

.fa-battery-full:before {
    content: ""
}

.fa-battery-half:before {
    content: ""
}

.fa-battery-quarter:before {
    content: ""
}

.fa-battery-slash:before {
    content: ""
}

.fa-battery-three-quarters:before {
    content: ""
}

.fa-battle-net:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-exclamation:before {
    content: ""
}

.fa-bell-plus:before {
    content: ""
}

.fa-bell-school:before {
    content: ""
}

.fa-bell-school-slash:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bells:before {
    content: ""
}

.fa-betamax:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bible:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-biking:before {
    content: ""
}

.fa-biking-mountain:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-biohazard:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-blanket:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-blog:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-bolt:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-bone-break:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-book-alt:before {
    content: ""
}

.fa-book-dead:before {
    content: ""
}

.fa-book-heart:before {
    content: ""
}

.fa-book-medical:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-reader:before {
    content: ""
}

.fa-book-spells:before {
    content: ""
}

.fa-book-user:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-books:before {
    content: ""
}

.fa-books-medical:before {
    content: ""
}

.fa-boombox:before {
    content: ""
}

.fa-boot:before {
    content: ""
}

.fa-booth-curtain:before {
    content: ""
}

.fa-bootstrap:before {
    content: ""
}

.fa-border-all:before {
    content: ""
}

.fa-border-bottom:before {
    content: ""
}

.fa-border-center-h:before {
    content: ""
}

.fa-border-center-v:before {
    content: ""
}

.fa-border-inner:before {
    content: ""
}

.fa-border-left:before {
    content: ""
}

.fa-border-none:before {
    content: ""
}

.fa-border-outer:before {
    content: ""
}

.fa-border-right:before {
    content: ""
}

.fa-border-style:before {
    content: ""
}

.fa-border-style-alt:before {
    content: ""
}

.fa-border-top:before {
    content: ""
}

.fa-bow-arrow:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-bowling-pins:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-alt:before {
    content: ""
}

.fa-box-ballot:before {
    content: ""
}

.fa-box-check:before {
    content: ""
}

.fa-box-fragile:before {
    content: ""
}

.fa-box-full:before {
    content: ""
}

.fa-box-heart:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-box-up:before {
    content: ""
}

.fa-box-usd:before {
    content: ""
}

.fa-boxes:before {
    content: ""
}

.fa-boxes-alt:before {
    content: ""
}

.fa-boxing-glove:before {
    content: ""
}

.fa-brackets:before {
    content: ""
}

.fa-brackets-curly:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-bread-loaf:before {
    content: ""
}

.fa-bread-slice:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-bring-forward:before {
    content: ""
}

.fa-bring-front:before {
    content: ""
}

.fa-broadcast-tower:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-browser:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-buffer:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-bullseye-arrow:before {
    content: ""
}

.fa-bullseye-pointer:before {
    content: ""
}

.fa-burger-soda:before {
    content: ""
}

.fa-burn:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-burrito:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-bus-alt:before {
    content: ""
}

.fa-bus-school:before {
    content: ""
}

.fa-business-time:before {
    content: ""
}

.fa-buy-n-large:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-cabinet-filing:before {
    content: ""
}

.fa-cactus:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calculator-alt:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-day:before {
    content: ""
}

.fa-calendar-edit:before {
    content: ""
}

.fa-calendar-exclamation:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-star:before {
    content: ""
}

.fa-calendar-times:before {
    content: ""
}

.fa-calendar-week:before {
    content: ""
}

.fa-camcorder:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-camera-alt:before {
    content: ""
}

.fa-camera-movie:before {
    content: ""
}

.fa-camera-polaroid:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-campfire:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-canadian-maple-leaf:before {
    content: ""
}

.fa-candle-holder:before {
    content: ""
}

.fa-candy-cane:before {
    content: ""
}

.fa-candy-corn:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-car:before {
    content: ""
}

.fa-car-alt:before {
    content: ""
}

.fa-car-battery:before {
    content: ""
}

.fa-car-building:before {
    content: ""
}

.fa-car-bump:before {
    content: ""
}

.fa-car-bus:before {
    content: ""
}

.fa-car-crash:before {
    content: ""
}

.fa-car-garage:before {
    content: ""
}

.fa-car-mechanic:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-car-tilt:before {
    content: ""
}

.fa-car-wash:before {
    content: ""
}

.fa-caret-circle-down:before {
    content: ""
}

.fa-caret-circle-left:before {
    content: ""
}

.fa-caret-circle-right:before {
    content: ""
}

.fa-caret-circle-up:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-square-down:before {
    content: ""
}

.fa-caret-square-left:before {
    content: ""
}

.fa-caret-square-right:before {
    content: ""
}

.fa-caret-square-up:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-carrot:before {
    content: ""
}

.fa-cars:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cash-register:before {
    content: ""
}

.fa-cassette-tape:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-cauldron:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cctv:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-centos:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-chair-office:before {
    content: ""
}

.fa-chalkboard:before {
    content: ""
}

.fa-chalkboard-teacher:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-chart-area:before {
    content: ""
}

.fa-chart-bar:before {
    content: ""
}

.fa-chart-line:before {
    content: ""
}

.fa-chart-line-down:before {
    content: ""
}

.fa-chart-network:before {
    content: ""
}

.fa-chart-pie:before {
    content: ""
}

.fa-chart-pie-alt:before {
    content: ""
}

.fa-chart-scatter:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-cheese:before {
    content: ""
}

.fa-cheese-swiss:before {
    content: ""
}

.fa-cheeseburger:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-chess-bishop-alt:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-chess-clock:before {
    content: ""
}

.fa-chess-clock-alt:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-chess-king-alt:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-chess-knight-alt:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-chess-pawn-alt:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-chess-queen-alt:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-chess-rook-alt:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-double-down:before {
    content: ""
}

.fa-chevron-double-left:before {
    content: ""
}

.fa-chevron-double-right:before {
    content: ""
}

.fa-chevron-double-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-square-down:before {
    content: ""
}

.fa-chevron-square-left:before {
    content: ""
}

.fa-chevron-square-right:before {
    content: ""
}

.fa-chevron-square-up:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-chimney:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-chromecast:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-clarinet:before {
    content: ""
}

.fa-claw-marks:before {
    content: ""
}

.fa-clinic-medical:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clipboard-list-check:before {
    content: ""
}

.fa-clipboard-prescription:before {
    content: ""
}

.fa-clipboard-user:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-download-alt:before {
    content: ""
}

.fa-cloud-drizzle:before {
    content: ""
}

.fa-cloud-hail:before {
    content: ""
}

.fa-cloud-hail-mixed:before {
    content: ""
}

.fa-cloud-meatball:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-cloud-moon-rain:before {
    content: ""
}

.fa-cloud-music:before {
    content: ""
}

.fa-cloud-rain:before {
    content: ""
}

.fa-cloud-rainbow:before {
    content: ""
}

.fa-cloud-showers:before {
    content: ""
}

.fa-cloud-showers-heavy:before {
    content: ""
}

.fa-cloud-sleet:before {
    content: ""
}

.fa-cloud-snow:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-cloud-sun-rain:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-cloud-upload-alt:before {
    content: ""
}

.fa-clouds:before {
    content: ""
}

.fa-clouds-moon:before {
    content: ""
}

.fa-clouds-sun:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-club:before {
    content: ""
}

.fa-cocktail:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-code-commit:before {
    content: ""
}

.fa-code-merge:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-coffee-togo:before {
    content: ""
}

.fa-coffin:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-cogs:before {
    content: ""
}

.fa-coin:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-comment-alt:before {
    content: ""
}

.fa-comment-alt-check:before {
    content: ""
}

.fa-comment-alt-dollar:before {
    content: ""
}

.fa-comment-alt-dots:before {
    content: ""
}

.fa-comment-alt-edit:before {
    content: ""
}

.fa-comment-alt-exclamation:before {
    content: ""
}

.fa-comment-alt-lines:before {
    content: ""
}

.fa-comment-alt-medical:before {
    content: ""
}

.fa-comment-alt-minus:before {
    content: ""
}

.fa-comment-alt-music:before {
    content: ""
}

.fa-comment-alt-plus:before {
    content: ""
}

.fa-comment-alt-slash:before {
    content: ""
}

.fa-comment-alt-smile:before {
    content: ""
}

.fa-comment-alt-times:before {
    content: ""
}

.fa-comment-check:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-comment-dots:before {
    content: ""
}

.fa-comment-edit:before {
    content: ""
}

.fa-comment-exclamation:before {
    content: ""
}

.fa-comment-lines:before {
    content: ""
}

.fa-comment-medical:before {
    content: ""
}

.fa-comment-minus:before {
    content: ""
}

.fa-comment-music:before {
    content: ""
}

.fa-comment-plus:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comment-smile:before {
    content: ""
}

.fa-comment-times:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-comments-alt:before {
    content: ""
}

.fa-comments-alt-dollar:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compass-slash:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-compress-alt:before {
    content: ""
}

.fa-compress-arrows-alt:before {
    content: ""
}

.fa-compress-wide:before {
    content: ""
}

.fa-computer-classic:before {
    content: ""
}

.fa-computer-speaker:before {
    content: ""
}

.fa-concierge-bell:before {
    content: ""
}

.fa-confluence:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-construction:before {
    content: ""
}

.fa-container-storage:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-conveyor-belt:before {
    content: ""
}

.fa-conveyor-belt-alt:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-corn:before {
    content: ""
}

.fa-cotton-bureau:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cow:before {
    content: ""
}

.fa-cowbell:before {
    content: ""
}

.fa-cowbell-more:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-creative-commons-zero:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-credit-card-blank:before {
    content: ""
}

.fa-credit-card-front:before {
    content: ""
}

.fa-cricket:before {
    content: ""
}

.fa-critical-role:before {
    content: ""
}

.fa-croissant:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crop-alt:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-crutch:before {
    content: ""
}

.fa-crutches:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-curling:before {
    content: ""
}

.fa-cut:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-d-and-d-beyond:before {
    content: ""
}

.fa-dagger:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-deaf:before {
    content: ""
}

.fa-debug:before {
    content: ""
}

.fa-deer:before {
    content: ""
}

.fa-deer-rudolph:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-democrat:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-desktop-alt:before {
    content: ""
}

.fa-dev:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-dewpoint:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-dhl:before {
    content: ""
}

.fa-diagnoses:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-diaspora:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-dice-d10:before {
    content: ""
}

.fa-dice-d12:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-dice-d4:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-dice-d8:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-digging:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-digital-tachograph:before {
    content: ""
}

.fa-diploma:before {
    content: ""
}

.fa-directions:before {
    content: ""
}

.fa-disc-drive:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-disease:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-dizzy:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-do-not-enter:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-dog-leashed:before {
    content: ""
}

.fa-dollar-sign:before {
    content: ""
}

.fa-dolly:before {
    content: ""
}

.fa-dolly-empty:before {
    content: ""
}

.fa-dolly-flatbed:before {
    content: ""
}

.fa-dolly-flatbed-alt:before {
    content: ""
}

.fa-dolly-flatbed-empty:before {
    content: ""
}

.fa-donate:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-dot-circle:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-drafting-compass:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-draw-circle:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-draw-square:before {
    content: ""
}

.fa-dreidel:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-dribbble-square:before {
    content: ""
}

.fa-drone:before {
    content: ""
}

.fa-drone-alt:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-drumstick:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-dryer:before {
    content: ""
}

.fa-dryer-alt:before {
    content: ""
}

.fa-duck:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dumpster:before {
    content: ""
}

.fa-dumpster-fire:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-ear:before {
    content: ""
}

.fa-ear-muffs:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-eclipse:before {
    content: ""
}

.fa-eclipse-alt:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-egg:before {
    content: ""
}

.fa-egg-fried:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-elephant:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-h-alt:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-ellipsis-v-alt:before {
    content: ""
}

.fa-ello:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-empty-set:before {
    content: ""
}

.fa-engine-warning:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-dollar:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-equals:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-ethernet:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-euro-sign:before {
    content: ""
}

.fa-evernote:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-exchange-alt:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-square:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-expand-alt:before {
    content: ""
}

.fa-expand-arrows:before {
    content: ""
}

.fa-expand-arrows-alt:before {
    content: ""
}

.fa-expand-wide:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-external-link-square-alt:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper:before {
    content: ""
}

.fa-eye-evil:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-fan:before {
    content: ""
}

.fa-fantasy-flight-games:before {
    content: ""
}

.fa-farm:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-feather-alt:before {
    content: ""
}

.fa-fedex:before {
    content: ""
}

.fa-fedora:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-field-hockey:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-figma:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-archive:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-file-certificate:before {
    content: ""
}

.fa-file-chart-line:before {
    content: ""
}

.fa-file-chart-pie:before {
    content: ""
}

.fa-file-check:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-file-download:before {
    content: ""
}

.fa-file-edit:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-exclamation:before {
    content: ""
}

.fa-file-export:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-file-import:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-file-medical:before {
    content: ""
}

.fa-file-medical-alt:before {
    content: ""
}

.fa-file-minus:before {
    content: ""
}

.fa-file-music:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-plus:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-file-search:before {
    content: ""
}

.fa-file-signature:before {
    content: ""
}

.fa-file-spreadsheet:before {
    content: ""
}

.fa-file-times:before {
    content: ""
}

.fa-file-upload:before {
    content: ""
}

.fa-file-user:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-files-medical:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-fill-drip:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-film-alt:before {
    content: ""
}

.fa-film-canister:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-alt:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-fire-smoke:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-fireplace:before {
    content: ""
}

.fa-first-aid:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-fish-cooked:before {
    content: ""
}

.fa-fist-raised:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-alt:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flag-usa:before {
    content: ""
}

.fa-flame:before {
    content: ""
}

.fa-flashlight:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-flask-poison:before {
    content: ""
}

.fa-flask-potion:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-flower:before {
    content: ""
}

.fa-flower-daffodil:before {
    content: ""
}

.fa-flower-tulip:before {
    content: ""
}

.fa-flushed:before {
    content: ""
}

.fa-flute:before {
    content: ""
}

.fa-flux-capacitor:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-fog:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-minus:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-folder-times:before {
    content: ""
}

.fa-folder-tree:before {
    content: ""
}

.fa-folders:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-font-awesome:before {
    content: ""
}

.fa-font-awesome-alt:before {
    content: ""
}

.fa-font-awesome-flag:before {
    content: ""
}

.fa-font-awesome-logo-full:before {
    content: ""
}

.fa-font-case:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-football-ball:before {
    content: ""
}

.fa-football-helmet:before {
    content: ""
}

.fa-forklift:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-fragile:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-french-fries:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-frosty-head:before {
    content: ""
}

.fa-frown:before {
    content: ""
}

.fa-frown-open:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-function:before {
    content: ""
}

.fa-funnel-dollar:before {
    content: ""
}

.fa-futbol:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-game-board:before {
    content: ""
}

.fa-game-board-alt:before {
    content: ""
}

.fa-game-console-handheld:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-gamepad-alt:before {
    content: ""
}

.fa-gas-pump:before {
    content: ""
}

.fa-gas-pump-slash:before {
    content: ""
}

.fa-gavel:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-gift-card:before {
    content: ""
}

.fa-gifts:before {
    content: ""
}

.fa-gingerbread-man:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-git-alt:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-glass:before {
    content: ""
}

.fa-glass-champagne:before {
    content: ""
}

.fa-glass-cheers:before {
    content: ""
}

.fa-glass-citrus:before {
    content: ""
}

.fa-glass-martini:before {
    content: ""
}

.fa-glass-martini-alt:before {
    content: ""
}

.fa-glass-whiskey:before {
    content: ""
}

.fa-glass-whiskey-rocks:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-glasses-alt:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-globe-africa:before {
    content: ""
}

.fa-globe-americas:before {
    content: ""
}

.fa-globe-asia:before {
    content: ""
}

.fa-globe-europe:before {
    content: ""
}

.fa-globe-snow:before {
    content: ""
}

.fa-globe-stand:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-golf-ball:before {
    content: ""
}

.fa-golf-club:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-gramophone:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-greater-than:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-grimace:before {
    content: ""
}

.fa-grin:before {
    content: ""
}

.fa-grin-alt:before {
    content: ""
}

.fa-grin-beam:before {
    content: ""
}

.fa-grin-beam-sweat:before {
    content: ""
}

.fa-grin-hearts:before {
    content: ""
}

.fa-grin-squint:before {
    content: ""
}

.fa-grin-squint-tears:before {
    content: ""
}

.fa-grin-stars:before {
    content: ""
}

.fa-grin-tears:before {
    content: ""
}

.fa-grin-tongue:before {
    content: ""
}

.fa-grin-tongue-squint:before {
    content: ""
}

.fa-grin-tongue-wink:before {
    content: ""
}

.fa-grin-wink:before {
    content: ""
}

.fa-grip-horizontal:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-grip-lines-vertical:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-guitar:before {
    content: ""
}

.fa-guitar-electric:before {
    content: ""
}

.fa-guitars:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-h1:before {
    content: ""
}

.fa-h2:before {
    content: ""
}

.fa-h3:before {
    content: ""
}

.fa-h4:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-hacker-news-square:before {
    content: ""
}

.fa-hackerrank:before {
    content: ""
}

.fa-hamburger:before {
    content: ""
}

.fa-hammer:before {
    content: ""
}

.fa-hammer-war:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-hand-heart:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-hand-holding-box:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-hand-holding-magic:before {
    content: ""
}

.fa-hand-holding-seedling:before {
    content: ""
}

.fa-hand-holding-usd:before {
    content: ""
}

.fa-hand-holding-water:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-hand-middle-finger:before {
    content: ""
}

.fa-hand-paper:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-hand-receiving:before {
    content: ""
}

.fa-hand-rock:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hand-spock:before {
    content: ""
}

.fa-hands:before {
    content: ""
}

.fa-hands-heart:before {
    content: ""
}

.fa-hands-helping:before {
    content: ""
}

.fa-hands-usd:before {
    content: ""
}

.fa-handshake:before {
    content: ""
}

.fa-handshake-alt:before {
    content: ""
}

.fa-hanukiah:before {
    content: ""
}

.fa-hard-hat:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-hat-chef:before {
    content: ""
}

.fa-hat-cowboy:before {
    content: ""
}

.fa-hat-cowboy-side:before {
    content: ""
}

.fa-hat-santa:before {
    content: ""
}

.fa-hat-winter:before {
    content: ""
}

.fa-hat-witch:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-haykal:before {
    content: ""
}

.fa-hdd:before {
    content: ""
}

.fa-head-side:before {
    content: ""
}

.fa-head-side-brain:before {
    content: ""
}

.fa-head-side-headphones:before {
    content: ""
}

.fa-head-side-medical:before {
    content: ""
}

.fa-head-vr:before {
    content: ""
}

.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-headphones-alt:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-broken:before {
    content: ""
}

.fa-heart-circle:before {
    content: ""
}

.fa-heart-rate:before {
    content: ""
}

.fa-heart-square:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-helicopter:before {
    content: ""
}

.fa-helmet-battle:before {
    content: ""
}

.fa-hexagon:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-hiking:before {
    content: ""
}

.fa-hippo:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-hockey-mask:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-hockey-sticks:before {
    content: ""
}

.fa-holly-berry:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-home-alt:before {
    content: ""
}

.fa-home-heart:before {
    content: ""
}

.fa-home-lg:before {
    content: ""
}

.fa-home-lg-alt:before {
    content: ""
}

.fa-hood-cloak:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-horizontal-rule:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-horse-head:before {
    content: ""
}

.fa-horse-saddle:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-hospital-alt:before {
    content: ""
}

.fa-hospital-symbol:before {
    content: ""
}

.fa-hospital-user:before {
    content: ""
}

.fa-hospitals:before {
    content: ""
}

.fa-hot-tub:before {
    content: ""
}

.fa-hotdog:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-start:before {
    content: ""
}

.fa-house-damage:before {
    content: ""
}

.fa-house-flood:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-hryvnia:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-humidity:before {
    content: ""
}

.fa-hurricane:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-ice-cream:before {
    content: ""
}

.fa-ice-skate:before {
    content: ""
}

.fa-icicles:before {
    content: ""
}

.fa-icons:before {
    content: ""
}

.fa-icons-alt:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-igloo:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-image-polaroid:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-inbox-in:before {
    content: ""
}

.fa-inbox-out:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-industry-alt:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-info-square:before {
    content: ""
}

.fa-inhaler:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-integral:before {
    content: ""
}

.fa-intercom:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-intersection:before {
    content: ""
}

.fa-inventory:before {
    content: ""
}

.fa-invision:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-island-tropical:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-itch-io:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-jack-o-lantern:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-jedi:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-jira:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-journal-whills:before {
    content: ""
}

.fa-joystick:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-js-square:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-jug:before {
    content: ""
}

.fa-kaaba:before {
    content: ""
}

.fa-kaggle:before {
    content: ""
}

.fa-kazoo:before {
    content: ""
}

.fa-kerning:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-key-skeleton:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-keynote:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-kidneys:before {
    content: ""
}

.fa-kiss:before {
    content: ""
}

.fa-kiss-beam:before {
    content: ""
}

.fa-kiss-wink-heart:before {
    content: ""
}

.fa-kite:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-knife-kitchen:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-lambda:before {
    content: ""
}

.fa-lamp:before {
    content: ""
}

.fa-landmark:before {
    content: ""
}

.fa-landmark-alt:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-laptop-medical:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-lasso:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-laugh:before {
    content: ""
}

.fa-laugh-beam:before {
    content: ""
}

.fa-laugh-squint:before {
    content: ""
}

.fa-laugh-wink:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-layer-minus:before {
    content: ""
}

.fa-layer-plus:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-leaf-heart:before {
    content: ""
}

.fa-leaf-maple:before {
    content: ""
}

.fa-leaf-oak:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-less-than:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-level-down-alt:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-up-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-lightbulb-dollar:before {
    content: ""
}

.fa-lightbulb-exclamation:before {
    content: ""
}

.fa-lightbulb-on:before {
    content: ""
}

.fa-lightbulb-slash:before {
    content: ""
}

.fa-lights-holiday:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-line-columns:before {
    content: ""
}

.fa-line-height:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-lips:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-music:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-location:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-location-circle:before {
    content: ""
}

.fa-location-slash:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-alt:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-lock-open-alt:before {
    content: ""
}

.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-loveseat:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-luchador:before {
    content: ""
}

.fa-luggage-cart:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-lyft:before {
    content: ""
}

.fa-mace:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-mail-bulk:before {
    content: ""
}

.fa-mailbox:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-mandolin:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marked:before {
    content: ""
}

.fa-map-marked-alt:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-map-marker-alt:before {
    content: ""
}

.fa-map-marker-alt-slash:before {
    content: ""
}

.fa-map-marker-check:before {
    content: ""
}

.fa-map-marker-edit:before {
    content: ""
}

.fa-map-marker-exclamation:before {
    content: ""
}

.fa-map-marker-minus:before {
    content: ""
}

.fa-map-marker-plus:before {
    content: ""
}

.fa-map-marker-question:before {
    content: ""
}

.fa-map-marker-slash:before {
    content: ""
}

.fa-map-marker-smile:before {
    content: ""
}

.fa-map-marker-times:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-markdown:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-mdb:before {
    content: ""
}

.fa-meat:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-medium-m:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-megaphone:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-meh:before {
    content: ""
}

.fa-meh-blank:before {
    content: ""
}

.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-mendeley:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-meteor:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before {
    content: ""
}

.fa-microphone-alt-slash:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microphone-stand:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-mind-share:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-minus-hexagon:before {
    content: ""
}

.fa-minus-octagon:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-mistletoe:before {
    content: ""
}

.fa-mitten:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-mizuni:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-mobile-android:before {
    content: ""
}

.fa-mobile-android-alt:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-monero:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-alt:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-money-check-alt:before {
    content: ""
}

.fa-money-check-edit:before {
    content: ""
}

.fa-money-check-edit-alt:before {
    content: ""
}

.fa-monitor-heart-rate:before {
    content: ""
}

.fa-monkey:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-moon-cloud:before {
    content: ""
}

.fa-moon-stars:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-mountains:before {
    content: ""
}

.fa-mouse:before {
    content: ""
}

.fa-mouse-alt:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-mp3-player:before {
    content: ""
}

.fa-mug:before {
    content: ""
}

.fa-mug-hot:before {
    content: ""
}

.fa-mug-marshmallows:before {
    content: ""
}

.fa-mug-tea:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-music-alt:before {
    content: ""
}

.fa-music-alt-slash:before {
    content: ""
}

.fa-music-slash:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-narwhal:before {
    content: ""
}

.fa-neos:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-octagon:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-oil-temp:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-omega:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-orcid:before {
    content: ""
}

.fa-ornament:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-outdent:before {
    content: ""
}

.fa-overline:before {
    content: ""
}

.fa-page-break:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-pager:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-paint-brush-alt:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-pallet-alt:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-paragraph-rtl:before {
    content: ""
}

.fa-parking:before {
    content: ""
}

.fa-parking-circle:before {
    content: ""
}

.fa-parking-circle-slash:before {
    content: ""
}

.fa-parking-slash:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-pastafarianism:before {
    content: ""
}

.fa-paste:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-paw-alt:before {
    content: ""
}

.fa-paw-claws:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-pegasus:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-pencil-alt:before {
    content: ""
}

.fa-pencil-paintbrush:before {
    content: ""
}

.fa-pencil-ruler:before {
    content: ""
}

.fa-pennant:before {
    content: ""
}

.fa-penny-arcade:before {
    content: ""
}

.fa-people-carry:before {
    content: ""
}

.fa-pepper-hot:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-percentage:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-person-booth:before {
    content: ""
}

.fa-person-carry:before {
    content: ""
}

.fa-person-dolly:before {
    content: ""
}

.fa-person-dolly-empty:before {
    content: ""
}

.fa-person-sign:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-alt:before {
    content: ""
}

.fa-phone-laptop:before {
    content: ""
}

.fa-phone-office:before {
    content: ""
}

.fa-phone-plus:before {
    content: ""
}

.fa-phone-rotary:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-phone-square-alt:before {
    content: ""
}

.fa-phone-volume:before {
    content: ""
}

.fa-photo-video:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-pi:before {
    content: ""
}

.fa-piano:before {
    content: ""
}

.fa-piano-keyboard:before {
    content: ""
}

.fa-pie:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pig:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-pizza:before {
    content: ""
}

.fa-pizza-slice:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-alt:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-hexagon:before {
    content: ""
}

.fa-plus-octagon:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-podium:before {
    content: ""
}

.fa-podium-star:before {
    content: ""
}

.fa-poll:before {
    content: ""
}

.fa-poll-h:before {
    content: ""
}

.fa-poll-people:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-poo-storm:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-popcorn:before {
    content: ""
}

.fa-portrait:before {
    content: ""
}

.fa-pound-sign:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-pray:before {
    content: ""
}

.fa-praying-hands:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before {
    content: ""
}

.fa-presentation:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-print-search:before {
    content: ""
}

.fa-print-slash:before {
    content: ""
}

.fa-procedures:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-project-diagram:before {
    content: ""
}

.fa-projector:before {
    content: ""
}

.fa-pumpkin:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-question-square:before {
    content: ""
}

.fa-quidditch:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-quran:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-rabbit:before {
    content: ""
}

.fa-rabbit-fast:before {
    content: ""
}

.fa-racquet:before {
    content: ""
}

.fa-radiation:before {
    content: ""
}

.fa-radiation-alt:before {
    content: ""
}

.fa-radio:before {
    content: ""
}

.fa-radio-alt:before {
    content: ""
}

.fa-rainbow:before {
    content: ""
}

.fa-raindrops:before {
    content: ""
}

.fa-ram:before {
    content: ""
}

.fa-ramp-loading:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-raspberry-pi:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-react:before {
    content: ""
}

.fa-reacteurope:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-record-vinyl:before {
    content: ""
}

.fa-rectangle-landscape:before {
    content: ""
}

.fa-rectangle-portrait:before {
    content: ""
}

.fa-rectangle-wide:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-redhat:before {
    content: ""
}

.fa-redo:before {
    content: ""
}

.fa-redo-alt:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-remove-format:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-repeat:before {
    content: ""
}

.fa-repeat-1:before {
    content: ""
}

.fa-repeat-1-alt:before {
    content: ""
}

.fa-repeat-alt:before {
    content: ""
}

.fa-reply:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-republican:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-restroom:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-retweet-alt:before {
    content: ""
}

.fa-rev:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-rings-wedding:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rocketchat:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-route-highway:before {
    content: ""
}

.fa-route-interstate:before {
    content: ""
}

.fa-router:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-ruble-sign:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-ruler-triangle:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-running:before {
    content: ""
}

.fa-rupee-sign:before {
    content: ""
}

.fa-rv:before {
    content: ""
}

.fa-sack:before {
    content: ""
}

.fa-sack-dollar:before {
    content: ""
}

.fa-sad-cry:before {
    content: ""
}

.fa-sad-tear:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-salad:before {
    content: ""
}

.fa-salesforce:before {
    content: ""
}

.fa-sandwich:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-satellite:before {
    content: ""
}

.fa-satellite-dish:before {
    content: ""
}

.fa-sausage:before {
    content: ""
}

.fa-save:before {
    content: ""
}

.fa-sax-hot:before {
    content: ""
}

.fa-saxophone:before {
    content: ""
}

.fa-scalpel:before {
    content: ""
}

.fa-scalpel-path:before {
    content: ""
}

.fa-scanner:before {
    content: ""
}

.fa-scanner-image:before {
    content: ""
}

.fa-scanner-keyboard:before {
    content: ""
}

.fa-scanner-touchscreen:before {
    content: ""
}

.fa-scarecrow:before {
    content: ""
}

.fa-scarf:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-scroll-old:before {
    content: ""
}

.fa-scrubber:before {
    content: ""
}

.fa-scythe:before {
    content: ""
}

.fa-sd-card:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-search-dollar:before {
    content: ""
}

.fa-search-location:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-seedling:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-send-back:before {
    content: ""
}

.fa-send-backward:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-shapes:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-share-all:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-sheep:before {
    content: ""
}

.fa-shekel-sign:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-shield-alt:before {
    content: ""
}

.fa-shield-check:before {
    content: ""
}

.fa-shield-cross:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-shipping-timed:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-shish-kebab:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-shovel:before {
    content: ""
}

.fa-shovel-snow:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shredder:before {
    content: ""
}

.fa-shuttle-van:before {
    content: ""
}

.fa-shuttlecock:before {
    content: ""
}

.fa-sickle:before {
    content: ""
}

.fa-sigma:before {
    content: ""
}

.fa-sign:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-sign-in-alt:before {
    content: ""
}

.fa-sign-language:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-sign-out-alt:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-signal-1:before {
    content: ""
}

.fa-signal-2:before {
    content: ""
}

.fa-signal-3:before {
    content: ""
}

.fa-signal-4:before {
    content: ""
}

.fa-signal-alt:before {
    content: ""
}

.fa-signal-alt-1:before {
    content: ""
}

.fa-signal-alt-2:before {
    content: ""
}

.fa-signal-alt-3:before {
    content: ""
}

.fa-signal-alt-slash:before {
    content: ""
}

.fa-signal-slash:before {
    content: ""
}

.fa-signal-stream:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-sim-card:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-sistrix:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-skating:before {
    content: ""
}

.fa-skeleton:before {
    content: ""
}

.fa-sketch:before {
    content: ""
}

.fa-ski-jump:before {
    content: ""
}

.fa-ski-lift:before {
    content: ""
}

.fa-skiing:before {
    content: ""
}

.fa-skiing-nordic:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-skull-cow:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-slack-hash:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-sledding:before {
    content: ""
}

.fa-sleigh:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-sliders-h-square:before {
    content: ""
}

.fa-sliders-v:before {
    content: ""
}

.fa-sliders-v-square:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-smile:before {
    content: ""
}

.fa-smile-beam:before {
    content: ""
}

.fa-smile-plus:before {
    content: ""
}

.fa-smile-wink:before {
    content: ""
}

.fa-smog:before {
    content: ""
}

.fa-smoke:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-smoking-ban:before {
    content: ""
}

.fa-sms:before {
    content: ""
}

.fa-snake:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-snooze:before {
    content: ""
}

.fa-snow-blowing:before {
    content: ""
}

.fa-snowboarding:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-snowflakes:before {
    content: ""
}

.fa-snowman:before {
    content: ""
}

.fa-snowmobile:before {
    content: ""
}

.fa-snowplow:before {
    content: ""
}

.fa-socks:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-sort:before {
    content: ""
}

.fa-sort-alpha-down:before {
    content: ""
}

.fa-sort-alpha-down-alt:before {
    content: ""
}

.fa-sort-alpha-up:before {
    content: ""
}

.fa-sort-alpha-up-alt:before {
    content: ""
}

.fa-sort-alt:before {
    content: ""
}

.fa-sort-amount-down:before {
    content: ""
}

.fa-sort-amount-down-alt:before {
    content: ""
}

.fa-sort-amount-up:before {
    content: ""
}

.fa-sort-amount-up-alt:before {
    content: ""
}

.fa-sort-down:before {
    content: ""
}

.fa-sort-numeric-down:before {
    content: ""
}

.fa-sort-numeric-down-alt:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-sort-numeric-up-alt:before {
    content: ""
}

.fa-sort-shapes-down:before {
    content: ""
}

.fa-sort-shapes-down-alt:before {
    content: ""
}

.fa-sort-shapes-up:before {
    content: ""
}

.fa-sort-shapes-up-alt:before {
    content: ""
}

.fa-sort-size-down:before {
    content: ""
}

.fa-sort-size-down-alt:before {
    content: ""
}

.fa-sort-size-up:before {
    content: ""
}

.fa-sort-size-up-alt:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-soup:before {
    content: ""
}

.fa-sourcetree:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-spade:before {
    content: ""
}

.fa-sparkles:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-speaker:before {
    content: ""
}

.fa-speaker-deck:before {
    content: ""
}

.fa-speakers:before {
    content: ""
}

.fa-spell-check:before {
    content: ""
}

.fa-spider:before {
    content: ""
}

.fa-spider-black-widow:before {
    content: ""
}

.fa-spider-web:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-spinner-third:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-square-root:before {
    content: ""
}

.fa-square-root-alt:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-squirrel:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-stackpath:before {
    content: ""
}

.fa-staff:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-star-christmas:before {
    content: ""
}

.fa-star-exclamation:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-star-half-alt:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-stars:before {
    content: ""
}

.fa-staylinked:before {
    content: ""
}

.fa-steak:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

.fa-steering-wheel:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-stocking:before {
    content: ""
}

.fa-stomach:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-store:before {
    content: ""
}

.fa-store-alt:before {
    content: ""
}

.fa-strava:before {
    content: ""
}

.fa-stream:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-stretcher:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-sun-cloud:before {
    content: ""
}

.fa-sun-dust:before {
    content: ""
}

.fa-sun-haze:before {
    content: ""
}

.fa-sunglasses:before {
    content: ""
}

.fa-sunrise:before {
    content: ""
}

.fa-sunset:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-surprise:before {
    content: ""
}

.fa-suse:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-swift:before {
    content: ""
}

.fa-swimmer:before {
    content: ""
}

.fa-swimming-pool:before {
    content: ""
}

.fa-sword:before {
    content: ""
}

.fa-swords:before {
    content: ""
}

.fa-symfony:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-sync:before {
    content: ""
}

.fa-sync-alt:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-table-tennis:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-tablet-alt:before {
    content: ""
}

.fa-tablet-android:before {
    content: ""
}

.fa-tablet-android-alt:before {
    content: ""
}

.fa-tablet-rugged:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-tachometer:before {
    content: ""
}

.fa-tachometer-alt:before {
    content: ""
}

.fa-tachometer-alt-average:before {
    content: ""
}

.fa-tachometer-alt-fast:before {
    content: ""
}

.fa-tachometer-alt-fastest:before {
    content: ""
}

.fa-tachometer-alt-slow:before {
    content: ""
}

.fa-tachometer-alt-slowest:before {
    content: ""
}

.fa-tachometer-average:before {
    content: ""
}

.fa-tachometer-fast:before {
    content: ""
}

.fa-tachometer-fastest:before {
    content: ""
}

.fa-tachometer-slow:before {
    content: ""
}

.fa-tachometer-slowest:before {
    content: ""
}

.fa-taco:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tally:before {
    content: ""
}

.fa-tanakh:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-tasks-alt:before {
    content: ""
}

.fa-taxi:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-telegram-plane:before {
    content: ""
}

.fa-temperature-frigid:before {
    content: ""
}

.fa-temperature-high:before {
    content: ""
}

.fa-temperature-hot:before {
    content: ""
}

.fa-temperature-low:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-tenge:before {
    content: ""
}

.fa-tennis-ball:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-size:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-the-red-yeti:before {
    content: ""
}

.fa-theater-masks:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-thermometer-empty:before {
    content: ""
}

.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-theta:before {
    content: ""
}

.fa-think-peaks:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbtack:before {
    content: ""
}

.fa-thunderstorm:before {
    content: ""
}

.fa-thunderstorm-moon:before {
    content: ""
}

.fa-thunderstorm-sun:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-ticket-alt:before {
    content: ""
}

.fa-tilde:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-times-hexagon:before {
    content: ""
}

.fa-times-octagon:before {
    content: ""
}

.fa-times-square:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-tint-slash:before {
    content: ""
}

.fa-tire:before {
    content: ""
}

.fa-tire-flat:before {
    content: ""
}

.fa-tire-pressure-warning:before {
    content: ""
}

.fa-tire-rugged:before {
    content: ""
}

.fa-tired:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-toilet:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-toilet-paper-alt:before {
    content: ""
}

.fa-tombstone:before {
    content: ""
}

.fa-tombstone-alt:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-tools:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-toothbrush:before {
    content: ""
}

.fa-torah:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-tornado:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-traffic-cone:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-traffic-light-go:before {
    content: ""
}

.fa-traffic-light-slow:before {
    content: ""
}

.fa-traffic-light-stop:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-tram:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-trash-restore:before {
    content: ""
}

.fa-trash-restore-alt:before {
    content: ""
}

.fa-trash-undo:before {
    content: ""
}

.fa-trash-undo-alt:before {
    content: ""
}

.fa-treasure-chest:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-tree-alt:before {
    content: ""
}

.fa-tree-christmas:before {
    content: ""
}

.fa-tree-decorated:before {
    content: ""
}

.fa-tree-large:before {
    content: ""
}

.fa-tree-palm:before {
    content: ""
}

.fa-trees:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-triangle:before {
    content: ""
}

.fa-triangle-music:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-trophy-alt:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-container:before {
    content: ""
}

.fa-truck-couch:before {
    content: ""
}

.fa-truck-loading:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-truck-plow:before {
    content: ""
}

.fa-truck-ramp:before {
    content: ""
}

.fa-trumpet:before {
    content: ""
}

.fa-tshirt:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-turkey:before {
    content: ""
}

.fa-turntable:before {
    content: ""
}

.fa-turtle:before {
    content: ""
}

.fa-tv:before {
    content: ""
}

.fa-tv-alt:before {
    content: ""
}

.fa-tv-music:before {
    content: ""
}

.fa-tv-retro:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-typewriter:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-ubuntu:before {
    content: ""
}

.fa-uikit:before {
    content: ""
}

.fa-umbraco:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-undo:before {
    content: ""
}

.fa-undo-alt:before {
    content: ""
}

.fa-unicorn:before {
    content: ""
}

.fa-union:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-university:before {
    content: ""
}

.fa-unlink:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-ups:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-usb-drive:before {
    content: ""
}

.fa-usd-circle:before {
    content: ""
}

.fa-usd-square:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alt:before {
    content: ""
}

.fa-user-alt-slash:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-chart:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-cog:before {
    content: ""
}

.fa-user-cowboy:before {
    content: ""
}

.fa-user-crown:before {
    content: ""
}

.fa-user-edit:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-hard-hat:before {
    content: ""
}

.fa-user-headset:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-user-md-chat:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-music:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-nurse:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-users-class:before {
    content: ""
}

.fa-users-cog:before {
    content: ""
}

.fa-users-crown:before {
    content: ""
}

.fa-users-medical:before {
    content: ""
}

.fa-usps:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-utensil-fork:before {
    content: ""
}

.fa-utensil-knife:before {
    content: ""
}

.fa-utensil-spoon:before {
    content: ""
}

.fa-utensils:before {
    content: ""
}

.fa-utensils-alt:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-value-absolute:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-vhs:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-video:before {
    content: ""
}

.fa-video-plus:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-violin:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-voicemail:before {
    content: ""
}

.fa-volcano:before {
    content: ""
}

.fa-volleyball-ball:before {
    content: ""
}

.fa-volume:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-mute:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-slash:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-vote-nay:before {
    content: ""
}

.fa-vote-yea:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-wagon-covered:before {
    content: ""
}

.fa-walker:before {
    content: ""
}

.fa-walkie-talkie:before {
    content: ""
}

.fa-walking:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-wand:before {
    content: ""
}

.fa-wand-magic:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-warehouse-alt:before {
    content: ""
}

.fa-washer:before {
    content: ""
}

.fa-watch:before {
    content: ""
}

.fa-watch-calculator:before {
    content: ""
}

.fa-watch-fitness:before {
    content: ""
}

.fa-water:before {
    content: ""
}

.fa-water-lower:before {
    content: ""
}

.fa-water-rise:before {
    content: ""
}

.fa-wave-sine:before {
    content: ""
}

.fa-wave-square:before {
    content: ""
}

.fa-wave-triangle:before {
    content: ""
}

.fa-waveform:before {
    content: ""
}

.fa-waveform-path:before {
    content: ""
}

.fa-waze:before {
    content: ""
}

.fa-webcam:before {
    content: ""
}

.fa-webcam-slash:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-weight:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-whale:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-whatsapp-square:before {
    content: ""
}

.fa-wheat:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-whistle:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-wifi-1:before {
    content: ""
}

.fa-wifi-2:before {
    content: ""
}

.fa-wifi-slash:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-wind-turbine:before {
    content: ""
}

.fa-wind-warning:before {
    content: ""
}

.fa-window:before {
    content: ""
}

.fa-window-alt:before {
    content: ""
}

.fa-window-close:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-windsock:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-wine-glass-alt:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-wizards-of-the-coast:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-won-sign:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-wpressr:before {
    content: ""
}

.fa-wreath:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-yammer:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-yarn:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-yen-sign:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-zhihu:before {
    content: ""
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'FontAwesome Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url("/Institutions/Barry-University/styles/fonts/fa-brands-400.eot?");
    src: url("/Institutions/Barry-University/styles/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), 
	url("/Institutions/Barry-University/styles/fonts/fa-brands-400.woff2") format("woff2"), 
	url("/Institutions/Barry-University/styles/fonts/fa-brands-400.woff") format("woff"), 
	url("/Institutions/Barry-University/styles/fonts/fa-brands-400.ttf") format("truetype"), 
	url("/Institutions/Barry-University/styles/fonts/fa-brands-400.svg#fontawesome") format("svg")
}

.fab {
    font-family: 'FontAwesome Brands'
}

@font-face {
    font-family: 'FontAwesome Duotone';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("/Institutions/Barry-University/styles/fonts/fa-duotone-900.eot?");
    src: url("/Institutions/Barry-University/styles/fonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"), 
	url("/Institutions/Barry-University/styles/fonts/fa-duotone-900.woff2") format("woff2"), 
	url("/Institutions/Barry-University/styles/fonts/fa-duotone-900.woff") format("woff"), 
	url("/Institutions/Barry-University/styles/fonts/fa-duotone-900.ttf") format("truetype"), 
	url("/Institutions/Barry-University/styles/fonts/fa-duotone-900.svg#fontawesome") format("svg")
}

.fad {
    position: relative;
    font-family: 'FontAwesome Duotone';
    font-weight: 900
}

.fad:before {
    position: absolute;
    color: var(--fa-primary-color, inherit);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.fad:after {
    color: var(--fa-secondary-color, inherit);
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4)
}

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4)
}

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.fad.fa-inverse {
    color: #fff
}

.fad.fa-stack-1x,
.fad.fa-stack-2x {
    position: absolute
}

.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fad.fa-abacus:after {
    content: "􏙀"
}

.fad.fa-acorn:after {
    content: "􏚮"
}

.fad.fa-ad:after {
    content: "􏙁"
}

.fad.fa-address-book:after {
    content: "􏊹"
}

.fad.fa-address-card:after {
    content: "􏊻"
}

.fad.fa-adjust:after {
    content: "􏁂"
}

.fad.fa-air-freshener:after {
    content: "􏗐"
}

.fad.fa-alarm-clock:after {
    content: "􏍎"
}

.fad.fa-alarm-exclamation:after {
    content: "􏡃"
}

.fad.fa-alarm-plus:after {
    content: "􏡄"
}

.fad.fa-alarm-snooze:after {
    content: "􏡅"
}

.fad.fa-album:after {
    content: "􏢟"
}

.fad.fa-album-collection:after {
    content: "􏢠"
}

.fad.fa-alicorn:after {
    content: "􏚰"
}

.fad.fa-align-center:after {
    content: "􏀷"
}

.fad.fa-align-justify:after {
    content: "􏀹"
}

.fad.fa-align-left:after {
    content: "􏀶"
}

.fad.fa-align-right:after {
    content: "􏀸"
}

.fad.fa-align-slash:after {
    content: "􏡆"
}

.fad.fa-allergies:after {
    content: "􏑡"
}

.fad.fa-ambulance:after {
    content: "􏃹"
}

.fad.fa-american-sign-language-interpreting:after {
    content: "􏊣"
}

.fad.fa-amp-guitar:after {
    content: "􏢡"
}

.fad.fa-analytics:after {
    content: "􏙃"
}

.fad.fa-anchor:after {
    content: "􏄽"
}

.fad.fa-angel:after {
    content: "􏝹"
}

.fad.fa-angle-double-down:after {
    content: "􏄃"
}

.fad.fa-angle-double-left:after {
    content: "􏄀"
}

.fad.fa-angle-double-right:after {
    content: "􏄁"
}

.fad.fa-angle-double-up:after {
    content: "􏄂"
}

.fad.fa-angle-down:after {
    content: "􏄇"
}

.fad.fa-angle-left:after {
    content: "􏄄"
}

.fad.fa-angle-right:after {
    content: "􏄅"
}

.fad.fa-angle-up:after {
    content: "􏄆"
}

.fad.fa-angry:after {
    content: "􏕖"
}

.fad.fa-ankh:after {
    content: "􏙄"
}

.fad.fa-apple-alt:after {
    content: "􏗑"
}

.fad.fa-apple-crate:after {
    content: "􏚱"
}

.fad.fa-archive:after {
    content: "􏆇"
}

.fad.fa-archway:after {
    content: "􏕗"
}

.fad.fa-arrow-alt-circle-down:after {
    content: "􏍘"
}

.fad.fa-arrow-alt-circle-left:after {
    content: "􏍙"
}

.fad.fa-arrow-alt-circle-right:after {
    content: "􏍚"
}

.fad.fa-arrow-alt-circle-up:after {
    content: "􏍛"
}

.fad.fa-arrow-alt-down:after {
    content: "􏍔"
}

.fad.fa-arrow-alt-from-bottom:after {
    content: "􏍆"
}

.fad.fa-arrow-alt-from-left:after {
    content: "􏍇"
}

.fad.fa-arrow-alt-from-right:after {
    content: "􏍈"
}

.fad.fa-arrow-alt-from-top:after {
    content: "􏍉"
}

.fad.fa-arrow-alt-left:after {
    content: "􏍕"
}

.fad.fa-arrow-alt-right:after {
    content: "􏍖"
}

.fad.fa-arrow-alt-square-down:after {
    content: "􏍐"
}

.fad.fa-arrow-alt-square-left:after {
    content: "􏍑"
}

.fad.fa-arrow-alt-square-right:after {
    content: "􏍒"
}

.fad.fa-arrow-alt-square-up:after {
    content: "􏍓"
}

.fad.fa-arrow-alt-to-bottom:after {
    content: "􏍊"
}

.fad.fa-arrow-alt-to-left:after {
    content: "􏍋"
}

.fad.fa-arrow-alt-to-right:after {
    content: "􏍌"
}

.fad.fa-arrow-alt-to-top:after {
    content: "􏍍"
}

.fad.fa-arrow-alt-up:after {
    content: "􏍗"
}

.fad.fa-arrow-circle-down:after {
    content: "􏂫"
}

.fad.fa-arrow-circle-left:after {
    content: "􏂨"
}

.fad.fa-arrow-circle-right:after {
    content: "􏂩"
}

.fad.fa-arrow-circle-up:after {
    content: "􏂪"
}

.fad.fa-arrow-down:after {
    content: "􏁣"
}

.fad.fa-arrow-from-bottom:after {
    content: "􏍂"
}

.fad.fa-arrow-from-left:after {
    content: "􏍃"
}

.fad.fa-arrow-from-right:after {
    content: "􏍄"
}

.fad.fa-arrow-from-top:after {
    content: "􏍅"
}

.fad.fa-arrow-left:after {
    content: "􏁠"
}

.fad.fa-arrow-right:after {
    content: "􏁡"
}

.fad.fa-arrow-square-down:after {
    content: "􏌹"
}

.fad.fa-arrow-square-left:after {
    content: "􏌺"
}

.fad.fa-arrow-square-right:after {
    content: "􏌻"
}

.fad.fa-arrow-square-up:after {
    content: "􏌼"
}

.fad.fa-arrow-to-bottom:after {
    content: "􏌽"
}

.fad.fa-arrow-to-left:after {
    content: "􏌾"
}

.fad.fa-arrow-to-right:after {
    content: "􏍀"
}

.fad.fa-arrow-to-top:after {
    content: "􏍁"
}

.fad.fa-arrow-up:after {
    content: "􏁢"
}

.fad.fa-arrows:after {
    content: "􏁇"
}

.fad.fa-arrows-alt:after {
    content: "􏂲"
}

.fad.fa-arrows-alt-h:after {
    content: "􏌷"
}

.fad.fa-arrows-alt-v:after {
    content: "􏌸"
}

.fad.fa-arrows-h:after {
    content: "􏁾"
}

.fad.fa-arrows-v:after {
    content: "􏁽"
}

.fad.fa-assistive-listening-systems:after {
    content: "􏊢"
}

.fad.fa-asterisk:after {
    content: "􏁩"
}

.fad.fa-at:after {
    content: "􏇺"
}

.fad.fa-atlas:after {
    content: "􏕘"
}

.fad.fa-atom:after {
    content: "􏗒"
}

.fad.fa-atom-alt:after {
    content: "􏗓"
}

.fad.fa-audio-description:after {
    content: "􏊞"
}

.fad.fa-award:after {
    content: "􏕙"
}

.fad.fa-axe:after {
    content: "􏚲"
}

.fad.fa-axe-battle:after {
    content: "􏚳"
}

.fad.fa-baby:after {
    content: "􏝼"
}

.fad.fa-baby-carriage:after {
    content: "􏝽"
}

.fad.fa-backpack:after {
    content: "􏗔"
}

.fad.fa-backspace:after {
    content: "􏕚"
}

.fad.fa-backward:after {
    content: "􏁊"
}

.fad.fa-bacon:after {
    content: "􏟥"
}

.fad.fa-badge:after {
    content: "􏌵"
}

.fad.fa-badge-check:after {
    content: "􏌶"
}

.fad.fa-badge-dollar:after {
    content: "􏙅"
}

.fad.fa-badge-percent:after {
    content: "􏙆"
}

.fad.fa-badge-sheriff:after {
    content: "􏢢"
}

.fad.fa-badger-honey:after {
    content: "􏚴"
}

.fad.fa-bags-shopping:after {
    content: "􏡇"
}

.fad.fa-balance-scale:after {
    content: "􏉎"
}

.fad.fa-balance-scale-left:after {
    content: "􏔕"
}

.fad.fa-balance-scale-right:after {
    content: "􏔖"
}

.fad.fa-ball-pile:after {
    content: "􏝾"
}

.fad.fa-ballot:after {
    content: "􏜲"
}

.fad.fa-ballot-check:after {
    content: "􏜳"
}

.fad.fa-ban:after {
    content: "􏁞"
}

.fad.fa-band-aid:after {
    content: "􏑢"
}

.fad.fa-banjo:after {
    content: "􏢣"
}

.fad.fa-barcode:after {
    content: "􏀪"
}

.fad.fa-barcode-alt:after {
    content: "􏑣"
}

.fad.fa-barcode-read:after {
    content: "􏑤"
}

.fad.fa-barcode-scan:after {
    content: "􏑥"
}

.fad.fa-bars:after {
    content: "􏃉"
}

.fad.fa-baseball:after {
    content: "􏐲"
}

.fad.fa-baseball-ball:after {
    content: "􏐳"
}

.fad.fa-basketball-ball:after {
    content: "􏐴"
}

.fad.fa-basketball-hoop:after {
    content: "􏐵"
}

.fad.fa-bat:after {
    content: "􏚵"
}

.fad.fa-bath:after {
    content: "􏋍"
}

.fad.fa-battery-bolt:after {
    content: "􏍶"
}

.fad.fa-battery-empty:after {
    content: "􏉄"
}

.fad.fa-battery-full:after {
    content: "􏉀"
}

.fad.fa-battery-half:after {
    content: "􏉂"
}

.fad.fa-battery-quarter:after {
    content: "􏉃"
}

.fad.fa-battery-slash:after {
    content: "􏍷"
}

.fad.fa-battery-three-quarters:after {
    content: "􏉁"
}

.fad.fa-bed:after {
    content: "􏈶"
}

.fad.fa-beer:after {
    content: "􏃼"
}

.fad.fa-bell:after {
    content: "􏃳"
}

.fad.fa-bell-exclamation:after {
    content: "􏡈"
}

.fad.fa-bell-plus:after {
    content: "􏡉"
}

.fad.fa-bell-school:after {
    content: "􏗕"
}

.fad.fa-bell-school-slash:after {
    content: "􏗖"
}

.fad.fa-bell-slash:after {
    content: "􏇶"
}

.fad.fa-bells:after {
    content: "􏝿"
}

.fad.fa-betamax:after {
    content: "􏢤"
}

.fad.fa-bezier-curve:after {
    content: "􏕛"
}

.fad.fa-bible:after {
    content: "􏙇"
}

.fad.fa-bicycle:after {
    content: "􏈆"
}

.fad.fa-biking:after {
    content: "􏡊"
}

.fad.fa-biking-mountain:after {
    content: "􏡋"
}

.fad.fa-binoculars:after {
    content: "􏇥"
}

.fad.fa-biohazard:after {
    content: "􏞀"
}

.fad.fa-birthday-cake:after {
    content: "􏇽"
}

.fad.fa-blanket:after {
    content: "􏒘"
}

.fad.fa-blender:after {
    content: "􏔗"
}

.fad.fa-blender-phone:after {
    content: "􏚶"
}

.fad.fa-blind:after {
    content: "􏊝"
}

.fad.fa-blog:after {
    content: "􏞁"
}

.fad.fa-bold:after {
    content: "􏀲"
}

.fad.fa-bolt:after {
    content: "􏃧"
}

.fad.fa-bomb:after {
    content: "􏇢"
}

.fad.fa-bone:after {
    content: "􏗗"
}

.fad.fa-bone-break:after {
    content: "􏗘"
}

.fad.fa-bong:after {
    content: "􏕜"
}

.fad.fa-book:after {
    content: "􏀭"
}

.fad.fa-book-alt:after {
    content: "􏗙"
}

.fad.fa-book-dead:after {
    content: "􏚷"
}

.fad.fa-book-heart:after {
    content: "􏒙"
}

.fad.fa-book-medical:after {
    content: "􏟦"
}

.fad.fa-book-open:after {
    content: "􏔘"
}

.fad.fa-book-reader:after {
    content: "􏗚"
}

.fad.fa-book-spells:after {
    content: "􏚸"
}

.fad.fa-book-user:after {
    content: "􏟧"
}

.fad.fa-bookmark:after {
    content: "􏀮"
}

.fad.fa-books:after {
    content: "􏗛"
}

.fad.fa-books-medical:after {
    content: "􏟨"
}

.fad.fa-boombox:after {
    content: "􏢥"
}

.fad.fa-boot:after {
    content: "􏞂"
}

.fad.fa-booth-curtain:after {
    content: "􏜴"
}

.fad.fa-border-all:after {
    content: "􏡌"
}

.fad.fa-border-bottom:after {
    content: "􏡍"
}

.fad.fa-border-center-h:after {
    content: "􏢜"
}

.fad.fa-border-center-v:after {
    content: "􏢝"
}

.fad.fa-border-inner:after {
    content: "􏡎"
}

.fad.fa-border-left:after {
    content: "􏡏"
}

.fad.fa-border-none:after {
    content: "􏡐"
}

.fad.fa-border-outer:after {
    content: "􏡑"
}

.fad.fa-border-right:after {
    content: "􏡒"
}

.fad.fa-border-style:after {
    content: "􏡓"
}

.fad.fa-border-style-alt:after {
    content: "􏡔"
}

.fad.fa-border-top:after {
    content: "􏡕"
}

.fad.fa-bow-arrow:after {
    content: "􏚹"
}

.fad.fa-bowling-ball:after {
    content: "􏐶"
}

.fad.fa-bowling-pins:after {
    content: "􏐷"
}

.fad.fa-box:after {
    content: "􏑦"
}

.fad.fa-box-alt:after {
    content: "􏒚"
}

.fad.fa-box-ballot:after {
    content: "􏜵"
}

.fad.fa-box-check:after {
    content: "􏑧"
}

.fad.fa-box-fragile:after {
    content: "􏒛"
}

.fad.fa-box-full:after {
    content: "􏒜"
}

.fad.fa-box-heart:after {
    content: "􏒝"
}

.fad.fa-box-open:after {
    content: "􏒞"
}

.fad.fa-box-up:after {
    content: "􏒟"
}

.fad.fa-box-usd:after {
    content: "􏒠"
}

.fad.fa-boxes:after {
    content: "􏑨"
}

.fad.fa-boxes-alt:after {
    content: "􏒡"
}

.fad.fa-boxing-glove:after {
    content: "􏐸"
}

.fad.fa-brackets:after {
    content: "􏟩"
}

.fad.fa-brackets-curly:after {
    content: "􏟪"
}

.fad.fa-braille:after {
    content: "􏊡"
}

.fad.fa-brain:after {
    content: "􏗜"
}

.fad.fa-bread-loaf:after {
    content: "􏟫"
}

.fad.fa-bread-slice:after {
    content: "􏟬"
}

.fad.fa-briefcase:after {
    content: "􏂱"
}

.fad.fa-briefcase-medical:after {
    content: "􏑩"
}

.fad.fa-bring-forward:after {
    content: "􏡖"
}

.fad.fa-bring-front:after {
    content: "􏡗"
}

.fad.fa-broadcast-tower:after {
    content: "􏔙"
}

.fad.fa-broom:after {
    content: "􏔚"
}

.fad.fa-browser:after {
    content: "􏍾"
}

.fad.fa-brush:after {
    content: "􏕝"
}

.fad.fa-bug:after {
    content: "􏆈"
}

.fad.fa-building:after {
    content: "􏆭"
}

.fad.fa-bullhorn:after {
    content: "􏂡"
}

.fad.fa-bullseye:after {
    content: "􏅀"
}

.fad.fa-bullseye-arrow:after {
    content: "􏙈"
}

.fad.fa-bullseye-pointer:after {
    content: "􏙉"
}

.fad.fa-burger-soda:after {
    content: "􏡘"
}

.fad.fa-burn:after {
    content: "􏑪"
}

.fad.fa-burrito:after {
    content: "􏟭"
}

.fad.fa-bus:after {
    content: "􏈇"
}

.fad.fa-bus-alt:after {
    content: "􏕞"
}

.fad.fa-bus-school:after {
    content: "􏗝"
}

.fad.fa-business-time:after {
    content: "􏙊"
}

.fad.fa-cabinet-filing:after {
    content: "􏙋"
}

.fad.fa-cactus:after {
    content: "􏢧"
}

.fad.fa-calculator:after {
    content: "􏇬"
}

.fad.fa-calculator-alt:after {
    content: "􏙌"
}

.fad.fa-calendar:after {
    content: "􏄳"
}

.fad.fa-calendar-alt:after {
    content: "􏁳"
}

.fad.fa-calendar-check:after {
    content: "􏉴"
}

.fad.fa-calendar-day:after {
    content: "􏞃"
}

.fad.fa-calendar-edit:after {
    content: "􏌳"
}

.fad.fa-calendar-exclamation:after {
    content: "􏌴"
}

.fad.fa-calendar-minus:after {
    content: "􏉲"
}

.fad.fa-calendar-plus:after {
    content: "􏉱"
}

.fad.fa-calendar-star:after {
    content: "􏜶"
}

.fad.fa-calendar-times:after {
    content: "􏉳"
}

.fad.fa-calendar-week:after {
    content: "􏞄"
}

.fad.fa-camcorder:after {
    content: "􏢨"
}

.fad.fa-camera:after {
    content: "􏀰"
}

.fad.fa-camera-alt:after {
    content: "􏌲"
}

.fad.fa-camera-movie:after {
    content: "􏢩"
}

.fad.fa-camera-polaroid:after {
    content: "􏢪"
}

.fad.fa-camera-retro:after {
    content: "􏂃"
}

.fad.fa-campfire:after {
    content: "􏚺"
}

.fad.fa-campground:after {
    content: "􏚻"
}

.fad.fa-candle-holder:after {
    content: "􏚼"
}

.fad.fa-candy-cane:after {
    content: "􏞆"
}

.fad.fa-candy-corn:after {
    content: "􏚽"
}

.fad.fa-cannabis:after {
    content: "􏕟"
}

.fad.fa-capsules:after {
    content: "􏑫"
}

.fad.fa-car:after {
    content: "􏆹"
}

.fad.fa-car-alt:after {
    content: "􏗞"
}

.fad.fa-car-battery:after {
    content: "􏗟"
}

.fad.fa-car-building:after {
    content: "􏡙"
}

.fad.fa-car-bump:after {
    content: "􏗠"
}

.fad.fa-car-bus:after {
    content: "􏡚"
}

.fad.fa-car-crash:after {
    content: "􏗡"
}

.fad.fa-car-garage:after {
    content: "􏗢"
}

.fad.fa-car-mechanic:after {
    content: "􏗣"
}

.fad.fa-car-side:after {
    content: "􏗤"
}

.fad.fa-car-tilt:after {
    content: "􏗥"
}

.fad.fa-car-wash:after {
    content: "􏗦"
}

.fad.fa-caret-circle-down:after {
    content: "􏌭"
}

.fad.fa-caret-circle-left:after {
    content: "􏌮"
}

.fad.fa-caret-circle-right:after {
    content: "􏌰"
}

.fad.fa-caret-circle-up:after {
    content: "􏌱"
}

.fad.fa-caret-down:after {
    content: "􏃗"
}

.fad.fa-caret-left:after {
    content: "􏃙"
}

.fad.fa-caret-right:after {
    content: "􏃚"
}

.fad.fa-caret-square-down:after {
    content: "􏅐"
}

.fad.fa-caret-square-left:after {
    content: "􏆑"
}

.fad.fa-caret-square-right:after {
    content: "􏅒"
}

.fad.fa-caret-square-up:after {
    content: "􏅑"
}

.fad.fa-caret-up:after {
    content: "􏃘"
}

.fad.fa-carrot:after {
    content: "􏞇"
}

.fad.fa-cars:after {
    content: "􏡛"
}

.fad.fa-cart-arrow-down:after {
    content: "􏈘"
}

.fad.fa-cart-plus:after {
    content: "􏈗"
}

.fad.fa-cash-register:after {
    content: "􏞈"
}

.fad.fa-cassette-tape:after {
    content: "􏢫"
}

.fad.fa-cat:after {
    content: "􏚾"
}

.fad.fa-cauldron:after {
    content: "􏚿"
}

.fad.fa-cctv:after {
    content: "􏢬"
}

.fad.fa-certificate:after {
    content: "􏂣"
}

.fad.fa-chair:after {
    content: "􏛀"
}

.fad.fa-chair-office:after {
    content: "􏛁"
}

.fad.fa-chalkboard:after {
    content: "􏔛"
}

.fad.fa-chalkboard-teacher:after {
    content: "􏔜"
}

.fad.fa-charging-station:after {
    content: "􏗧"
}

.fad.fa-chart-area:after {
    content: "􏇾"
}

.fad.fa-chart-bar:after {
    content: "􏂀"
}

.fad.fa-chart-line:after {
    content: "􏈁"
}

.fad.fa-chart-line-down:after {
    content: "􏙍"
}

.fad.fa-chart-network:after {
    content: "􏞊"
}

.fad.fa-chart-pie:after {
    content: "􏈀"
}

.fad.fa-chart-pie-alt:after {
    content: "􏙎"
}

.fad.fa-chart-scatter:after {
    content: "􏟮"
}

.fad.fa-check:after {
    content: "􏀌"
}

.fad.fa-check-circle:after {
    content: "􏁘"
}

.fad.fa-check-double:after {
    content: "􏕠"
}

.fad.fa-check-square:after {
    content: "􏅊"
}

.fad.fa-cheese:after {
    content: "􏟯"
}

.fad.fa-cheese-swiss:after {
    content: "􏟰"
}

.fad.fa-cheeseburger:after {
    content: "􏟱"
}

.fad.fa-chess:after {
    content: "􏐹"
}

.fad.fa-chess-bishop:after {
    content: "􏐺"
}

.fad.fa-chess-bishop-alt:after {
    content: "􏐻"
}

.fad.fa-chess-board:after {
    content: "􏐼"
}

.fad.fa-chess-clock:after {
    content: "􏐽"
}

.fad.fa-chess-clock-alt:after {
    content: "􏐾"
}

.fad.fa-chess-king:after {
    content: "􏐿"
}

.fad.fa-chess-king-alt:after {
    content: "􏑀"
}

.fad.fa-chess-knight:after {
    content: "􏑁"
}

.fad.fa-chess-knight-alt:after {
    content: "􏑂"
}

.fad.fa-chess-pawn:after {
    content: "􏑃"
}

.fad.fa-chess-pawn-alt:after {
    content: "􏑄"
}

.fad.fa-chess-queen:after {
    content: "􏑅"
}

.fad.fa-chess-queen-alt:after {
    content: "􏑆"
}

.fad.fa-chess-rook:after {
    content: "􏑇"
}

.fad.fa-chess-rook-alt:after {
    content: "􏑈"
}

.fad.fa-chevron-circle-down:after {
    content: "􏄺"
}

.fad.fa-chevron-circle-left:after {
    content: "􏄷"
}

.fad.fa-chevron-circle-right:after {
    content: "􏄸"
}

.fad.fa-chevron-circle-up:after {
    content: "􏄹"
}

.fad.fa-chevron-double-down:after {
    content: "􏌢"
}

.fad.fa-chevron-double-left:after {
    content: "􏌣"
}

.fad.fa-chevron-double-right:after {
    content: "􏌤"
}

.fad.fa-chevron-double-up:after {
    content: "􏌥"
}

.fad.fa-chevron-down:after {
    content: "􏁸"
}

.fad.fa-chevron-left:after {
    content: "􏁓"
}

.fad.fa-chevron-right:after {
    content: "􏁔"
}

.fad.fa-chevron-square-down:after {
    content: "􏌩"
}

.fad.fa-chevron-square-left:after {
    content: "􏌪"
}

.fad.fa-chevron-square-right:after {
    content: "􏌫"
}

.fad.fa-chevron-square-up:after {
    content: "􏌬"
}

.fad.fa-chevron-up:after {
    content: "􏁷"
}

.fad.fa-child:after {
    content: "􏆮"
}

.fad.fa-chimney:after {
    content: "􏞋"
}

.fad.fa-church:after {
    content: "􏔝"
}

.fad.fa-circle:after {
    content: "􏄑"
}

.fad.fa-circle-notch:after {
    content: "􏇎"
}

.fad.fa-city:after {
    content: "􏙏"
}

.fad.fa-clarinet:after {
    content: "􏢭"
}

.fad.fa-claw-marks:after {
    content: "􏛂"
}

.fad.fa-clinic-medical:after {
    content: "􏟲"
}

.fad.fa-clipboard:after {
    content: "􏌨"
}

.fad.fa-clipboard-check:after {
    content: "􏑬"
}

.fad.fa-clipboard-list:after {
    content: "􏑭"
}

.fad.fa-clipboard-list-check:after {
    content: "􏜷"
}

.fad.fa-clipboard-prescription:after {
    content: "􏗨"
}

.fad.fa-clipboard-user:after {
    content: "􏟳"
}

.fad.fa-clock:after {
    content: "􏀗"
}

.fad.fa-clone:after {
    content: "􏉍"
}

.fad.fa-closed-captioning:after {
    content: "􏈊"
}

.fad.fa-cloud:after {
    content: "􏃂"
}

.fad.fa-cloud-download:after {
    content: "􏃭"
}

.fad.fa-cloud-download-alt:after {
    content: "􏎁"
}

.fad.fa-cloud-drizzle:after {
    content: "􏜸"
}

.fad.fa-cloud-hail:after {
    content: "􏜹"
}

.fad.fa-cloud-hail-mixed:after {
    content: "􏜺"
}

.fad.fa-cloud-meatball:after {
    content: "􏜻"
}

.fad.fa-cloud-moon:after {
    content: "􏛃"
}

.fad.fa-cloud-moon-rain:after {
    content: "􏜼"
}

.fad.fa-cloud-music:after {
    content: "􏢮"
}

.fad.fa-cloud-rain:after {
    content: "􏜽"
}

.fad.fa-cloud-rainbow:after {
    content: "􏜾"
}

.fad.fa-cloud-showers:after {
    content: "􏜿"
}

.fad.fa-cloud-showers-heavy:after {
    content: "􏝀"
}

.fad.fa-cloud-sleet:after {
    content: "􏝁"
}

.fad.fa-cloud-snow:after {
    content: "􏝂"
}

.fad.fa-cloud-sun:after {
    content: "􏛄"
}

.fad.fa-cloud-sun-rain:after {
    content: "􏝃"
}

.fad.fa-cloud-upload:after {
    content: "􏃮"
}

.fad.fa-cloud-upload-alt:after {
    content: "􏎂"
}

.fad.fa-clouds:after {
    content: "􏝄"
}

.fad.fa-clouds-moon:after {
    content: "􏝅"
}

.fad.fa-clouds-sun:after {
    content: "􏝆"
}

.fad.fa-club:after {
    content: "􏌧"
}

.fad.fa-cocktail:after {
    content: "􏕡"
}

.fad.fa-code:after {
    content: "􏄡"
}

.fad.fa-code-branch:after {
    content: "􏄦"
}

.fad.fa-code-commit:after {
    content: "􏎆"
}

.fad.fa-code-merge:after {
    content: "􏎇"
}

.fad.fa-coffee:after {
    content: "􏃴"
}

.fad.fa-coffee-togo:after {
    content: "􏛅"
}

.fad.fa-coffin:after {
    content: "􏛆"
}

.fad.fa-cog:after {
    content: "􏀓"
}

.fad.fa-cogs:after {
    content: "􏂅"
}

.fad.fa-coin:after {
    content: "􏡜"
}

.fad.fa-coins:after {
    content: "􏔞"
}

.fad.fa-columns:after {
    content: "􏃛"
}

.fad.fa-comment:after {
    content: "􏁵"
}

.fad.fa-comment-alt:after {
    content: "􏉺"
}

.fad.fa-comment-alt-check:after {
    content: "􏒢"
}

.fad.fa-comment-alt-dollar:after {
    content: "􏙐"
}

.fad.fa-comment-alt-dots:after {
    content: "􏒣"
}

.fad.fa-comment-alt-edit:after {
    content: "􏒤"
}

.fad.fa-comment-alt-exclamation:after {
    content: "􏒥"
}

.fad.fa-comment-alt-lines:after {
    content: "􏒦"
}

.fad.fa-comment-alt-medical:after {
    content: "􏟴"
}

.fad.fa-comment-alt-minus:after {
    content: "􏒧"
}

.fad.fa-comment-alt-music:after {
    content: "􏢯"
}

.fad.fa-comment-alt-plus:after {
    content: "􏒨"
}

.fad.fa-comment-alt-slash:after {
    content: "􏒩"
}

.fad.fa-comment-alt-smile:after {
    content: "􏒪"
}

.fad.fa-comment-alt-times:after {
    content: "􏒫"
}

.fad.fa-comment-check:after {
    content: "􏒬"
}

.fad.fa-comment-dollar:after {
    content: "􏙑"
}

.fad.fa-comment-dots:after {
    content: "􏒭"
}

.fad.fa-comment-edit:after {
    content: "􏒮"
}

.fad.fa-comment-exclamation:after {
    content: "􏒯"
}

.fad.fa-comment-lines:after {
    content: "􏒰"
}

.fad.fa-comment-medical:after {
    content: "􏟵"
}

.fad.fa-comment-minus:after {
    content: "􏒱"
}

.fad.fa-comment-music:after {
    content: "􏢰"
}

.fad.fa-comment-plus:after {
    content: "􏒲"
}

.fad.fa-comment-slash:after {
    content: "􏒳"
}

.fad.fa-comment-smile:after {
    content: "􏒴"
}

.fad.fa-comment-times:after {
    content: "􏒵"
}

.fad.fa-comments:after {
    content: "􏂆"
}

.fad.fa-comments-alt:after {
    content: "􏒶"
}

.fad.fa-comments-alt-dollar:after {
    content: "􏙒"
}

.fad.fa-comments-dollar:after {
    content: "􏙓"
}

.fad.fa-compact-disc:after {
    content: "􏔟"
}

.fad.fa-compass:after {
    content: "􏅎"
}

.fad.fa-compass-slash:after {
    content: "􏗩"
}

.fad.fa-compress:after {
    content: "􏁦"
}

.fad.fa-compress-alt:after {
    content: "􏐢"
}

.fad.fa-compress-arrows-alt:after {
    content: "􏞌"
}

.fad.fa-compress-wide:after {
    content: "􏌦"
}

.fad.fa-computer-classic:after {
    content: "􏢱"
}

.fad.fa-computer-speaker:after {
    content: "􏢲"
}

.fad.fa-concierge-bell:after {
    content: "􏕢"
}

.fad.fa-construction:after {
    content: "􏡝"
}

.fad.fa-container-storage:after {
    content: "􏒷"
}

.fad.fa-conveyor-belt:after {
    content: "􏑮"
}

.fad.fa-conveyor-belt-alt:after {
    content: "􏑯"
}

.fad.fa-cookie:after {
    content: "􏕣"
}

.fad.fa-cookie-bite:after {
    content: "􏕤"
}

.fad.fa-copy:after {
    content: "􏃅"
}

.fad.fa-copyright:after {
    content: "􏇹"
}

.fad.fa-corn:after {
    content: "􏛇"
}

.fad.fa-couch:after {
    content: "􏒸"
}

.fad.fa-cow:after {
    content: "􏛈"
}

.fad.fa-cowbell:after {
    content: "􏢳"
}

.fad.fa-cowbell-more:after {
    content: "􏢴"
}

.fad.fa-credit-card:after {
    content: "􏂝"
}

.fad.fa-credit-card-blank:after {
    content: "􏎉"
}

.fad.fa-credit-card-front:after {
    content: "􏎊"
}

.fad.fa-cricket:after {
    content: "􏑉"
}

.fad.fa-croissant:after {
    content: "􏟶"
}

.fad.fa-crop:after {
    content: "􏄥"
}

.fad.fa-crop-alt:after {
    content: "􏕥"
}

.fad.fa-cross:after {
    content: "􏙔"
}

.fad.fa-crosshairs:after {
    content: "􏁛"
}

.fad.fa-crow:after {
    content: "􏔠"
}

.fad.fa-crown:after {
    content: "􏔡"
}

.fad.fa-crutch:after {
    content: "􏟷"
}

.fad.fa-crutches:after {
    content: "􏟸"
}

.fad.fa-cube:after {
    content: "􏆲"
}

.fad.fa-cubes:after {
    content: "􏆳"
}

.fad.fa-curling:after {
    content: "􏑊"
}

.fad.fa-cut:after {
    content: "􏃄"
}

.fad.fa-dagger:after {
    content: "􏛋"
}

.fad.fa-database:after {
    content: "􏇀"
}

.fad.fa-deaf:after {
    content: "􏊤"
}

.fad.fa-debug:after {
    content: "􏟹"
}

.fad.fa-deer:after {
    content: "􏞎"
}

.fad.fa-deer-rudolph:after {
    content: "􏞏"
}

.fad.fa-democrat:after {
    content: "􏝇"
}

.fad.fa-desktop:after {
    content: "􏄈"
}

.fad.fa-desktop-alt:after {
    content: "􏎐"
}

.fad.fa-dewpoint:after {
    content: "􏝈"
}

.fad.fa-dharmachakra:after {
    content: "􏙕"
}

.fad.fa-diagnoses:after {
    content: "􏑰"
}

.fad.fa-diamond:after {
    content: "􏈙"
}

.fad.fa-dice:after {
    content: "􏔢"
}

.fad.fa-dice-d10:after {
    content: "􏛍"
}

.fad.fa-dice-d12:after {
    content: "􏛎"
}

.fad.fa-dice-d20:after {
    content: "􏛏"
}

.fad.fa-dice-d4:after {
    content: "􏛐"
}

.fad.fa-dice-d6:after {
    content: "􏛑"
}

.fad.fa-dice-d8:after {
    content: "􏛒"
}

.fad.fa-dice-five:after {
    content: "􏔣"
}

.fad.fa-dice-four:after {
    content: "􏔤"
}

.fad.fa-dice-one:after {
    content: "􏔥"
}

.fad.fa-dice-six:after {
    content: "􏔦"
}

.fad.fa-dice-three:after {
    content: "􏔧"
}

.fad.fa-dice-two:after {
    content: "􏔨"
}

.fad.fa-digging:after {
    content: "􏡞"
}

.fad.fa-digital-tachograph:after {
    content: "􏕦"
}

.fad.fa-diploma:after {
    content: "􏗪"
}

.fad.fa-directions:after {
    content: "􏗫"
}

.fad.fa-disc-drive:after {
    content: "􏢵"
}

.fad.fa-disease:after {
    content: "􏟺"
}

.fad.fa-divide:after {
    content: "􏔩"
}

.fad.fa-dizzy:after {
    content: "􏕧"
}

.fad.fa-dna:after {
    content: "􏑱"
}

.fad.fa-do-not-enter:after {
    content: "􏗬"
}

.fad.fa-dog:after {
    content: "􏛓"
}

.fad.fa-dog-leashed:after {
    content: "􏛔"
}

.fad.fa-dollar-sign:after {
    content: "􏅕"
}

.fad.fa-dolly:after {
    content: "􏑲"
}

.fad.fa-dolly-empty:after {
    content: "􏑳"
}

.fad.fa-dolly-flatbed:after {
    content: "􏑴"
}

.fad.fa-dolly-flatbed-alt:after {
    content: "􏑵"
}

.fad.fa-dolly-flatbed-empty:after {
    content: "􏑶"
}

.fad.fa-donate:after {
    content: "􏒹"
}

.fad.fa-door-closed:after {
    content: "􏔪"
}

.fad.fa-door-open:after {
    content: "􏔫"
}

.fad.fa-dot-circle:after {
    content: "􏆒"
}

.fad.fa-dove:after {
    content: "􏒺"
}

.fad.fa-download:after {
    content: "􏀙"
}

.fad.fa-drafting-compass:after {
    content: "􏕨"
}

.fad.fa-dragon:after {
    content: "􏛕"
}

.fad.fa-draw-circle:after {
    content: "􏗭"
}

.fad.fa-draw-polygon:after {
    content: "􏗮"
}

.fad.fa-draw-square:after {
    content: "􏗯"
}

.fad.fa-dreidel:after {
    content: "􏞒"
}

.fad.fa-drone:after {
    content: "􏡟"
}

.fad.fa-drone-alt:after {
    content: "􏡠"
}

.fad.fa-drum:after {
    content: "􏕩"
}

.fad.fa-drum-steelpan:after {
    content: "􏕪"
}

.fad.fa-drumstick:after {
    content: "􏛖"
}

.fad.fa-drumstick-bite:after {
    content: "􏛗"
}

.fad.fa-dryer:after {
    content: "􏡡"
}

.fad.fa-dryer-alt:after {
    content: "􏡢"
}

.fad.fa-duck:after {
    content: "􏛘"
}

.fad.fa-dumbbell:after {
    content: "􏑋"
}

.fad.fa-dumpster:after {
    content: "􏞓"
}

.fad.fa-dumpster-fire:after {
    content: "􏞔"
}

.fad.fa-dungeon:after {
    content: "􏛙"
}

.fad.fa-ear:after {
    content: "􏗰"
}

.fad.fa-ear-muffs:after {
    content: "􏞕"
}

.fad.fa-eclipse:after {
    content: "􏝉"
}

.fad.fa-eclipse-alt:after {
    content: "􏝊"
}

.fad.fa-edit:after {
    content: "􏁄"
}

.fad.fa-egg:after {
    content: "􏟻"
}

.fad.fa-egg-fried:after {
    content: "􏟼"
}

.fad.fa-eject:after {
    content: "􏁒"
}

.fad.fa-elephant:after {
    content: "􏛚"
}

.fad.fa-ellipsis-h:after {
    content: "􏅁"
}

.fad.fa-ellipsis-h-alt:after {
    content: "􏎛"
}

.fad.fa-ellipsis-v:after {
    content: "􏅂"
}

.fad.fa-ellipsis-v-alt:after {
    content: "􏎜"
}

.fad.fa-empty-set:after {
    content: "􏙖"
}

.fad.fa-engine-warning:after {
    content: "􏗲"
}

.fad.fa-envelope:after {
    content: "􏃠"
}

.fad.fa-envelope-open:after {
    content: "􏊶"
}

.fad.fa-envelope-open-dollar:after {
    content: "􏙗"
}

.fad.fa-envelope-open-text:after {
    content: "􏙘"
}

.fad.fa-envelope-square:after {
    content: "􏆙"
}

.fad.fa-equals:after {
    content: "􏔬"
}

.fad.fa-eraser:after {
    content: "􏄭"
}

.fad.fa-ethernet:after {
    content: "􏞖"
}

.fad.fa-euro-sign:after {
    content: "􏅓"
}

.fad.fa-exchange:after {
    content: "􏃬"
}

.fad.fa-exchange-alt:after {
    content: "􏍢"
}

.fad.fa-exclamation:after {
    content: "􏄪"
}

.fad.fa-exclamation-circle:after {
    content: "􏁪"
}

.fad.fa-exclamation-square:after {
    content: "􏌡"
}

.fad.fa-exclamation-triangle:after {
    content: "􏁱"
}

.fad.fa-expand:after {
    content: "􏁥"
}

.fad.fa-expand-alt:after {
    content: "􏐤"
}

.fad.fa-expand-arrows:after {
    content: "􏌝"
}

.fad.fa-expand-arrows-alt:after {
    content: "􏌞"
}

.fad.fa-expand-wide:after {
    content: "􏌠"
}

.fad.fa-external-link:after {
    content: "􏂎"
}

.fad.fa-external-link-alt:after {
    content: "􏍝"
}

.fad.fa-external-link-square:after {
    content: "􏅌"
}

.fad.fa-external-link-square-alt:after {
    content: "􏍠"
}

.fad.fa-eye:after {
    content: "􏁮"
}

.fad.fa-eye-dropper:after {
    content: "􏇻"
}

.fad.fa-eye-evil:after {
    content: "􏛛"
}

.fad.fa-eye-slash:after {
    content: "􏁰"
}

.fad.fa-fan:after {
    content: "􏡣"
}

.fad.fa-farm:after {
    content: "􏡤"
}

.fad.fa-fast-backward:after {
    content: "􏁉"
}

.fad.fa-fast-forward:after {
    content: "􏁐"
}

.fad.fa-fax:after {
    content: "􏆬"
}

.fad.fa-feather:after {
    content: "􏔭"
}

.fad.fa-feather-alt:after {
    content: "􏕫"
}

.fad.fa-female:after {
    content: "􏆂"
}

.fad.fa-field-hockey:after {
    content: "􏑌"
}

.fad.fa-fighter-jet:after {
    content: "􏃻"
}

.fad.fa-file:after {
    content: "􏅛"
}

.fad.fa-file-alt:after {
    content: "􏅜"
}

.fad.fa-file-archive:after {
    content: "􏇆"
}

.fad.fa-file-audio:after {
    content: "􏇇"
}

.fad.fa-file-certificate:after {
    content: "􏗳"
}

.fad.fa-file-chart-line:after {
    content: "􏙙"
}

.fad.fa-file-chart-pie:after {
    content: "􏙚"
}

.fad.fa-file-check:after {
    content: "􏌖"
}

.fad.fa-file-code:after {
    content: "􏇉"
}

.fad.fa-file-contract:after {
    content: "􏕬"
}

.fad.fa-file-csv:after {
    content: "􏛝"
}

.fad.fa-file-download:after {
    content: "􏕭"
}

.fad.fa-file-edit:after {
    content: "􏌜"
}

.fad.fa-file-excel:after {
    content: "􏇃"
}

.fad.fa-file-exclamation:after {
    content: "􏌚"
}

.fad.fa-file-export:after {
    content: "􏕮"
}

.fad.fa-file-image:after {
    content: "􏇅"
}

.fad.fa-file-import:after {
    content: "􏕯"
}

.fad.fa-file-invoice:after {
    content: "􏕰"
}

.fad.fa-file-invoice-dollar:after {
    content: "􏕱"
}

.fad.fa-file-medical:after {
    content: "􏑷"
}

.fad.fa-file-medical-alt:after {
    content: "􏑸"
}

.fad.fa-file-minus:after {
    content: "􏌘"
}

.fad.fa-file-music:after {
    content: "􏢶"
}

.fad.fa-file-pdf:after {
    content: "􏇁"
}

.fad.fa-file-plus:after {
    content: "􏌙"
}

.fad.fa-file-powerpoint:after {
    content: "􏇄"
}

.fad.fa-file-prescription:after {
    content: "􏕲"
}

.fad.fa-file-search:after {
    content: "􏡥"
}

.fad.fa-file-signature:after {
    content: "􏕳"
}

.fad.fa-file-spreadsheet:after {
    content: "􏙛"
}

.fad.fa-file-times:after {
    content: "􏌗"
}

.fad.fa-file-upload:after {
    content: "􏕴"
}

.fad.fa-file-user:after {
    content: "􏙜"
}

.fad.fa-file-video:after {
    content: "􏇈"
}

.fad.fa-file-word:after {
    content: "􏇂"
}

.fad.fa-files-medical:after {
    content: "􏟽"
}

.fad.fa-fill:after {
    content: "􏕵"
}

.fad.fa-fill-drip:after {
    content: "􏕶"
}

.fad.fa-film:after {
    content: "􏀈"
}

.fad.fa-film-alt:after {
    content: "􏎠"
}

.fad.fa-film-canister:after {
    content: "􏢷"
}

.fad.fa-filter:after {
    content: "􏂰"
}

.fad.fa-fingerprint:after {
    content: "􏕷"
}

.fad.fa-fire:after {
    content: "􏁭"
}

.fad.fa-fire-alt:after {
    content: "􏟤"
}

.fad.fa-fire-extinguisher:after {
    content: "􏄴"
}

.fad.fa-fire-smoke:after {
    content: "􏝋"
}

.fad.fa-fireplace:after {
    content: "􏞚"
}

.fad.fa-first-aid:after {
    content: "􏑹"
}

.fad.fa-fish:after {
    content: "􏕸"
}

.fad.fa-fish-cooked:after {
    content: "􏟾"
}

.fad.fa-fist-raised:after {
    content: "􏛞"
}

.fad.fa-flag:after {
    content: "􏀤"
}

.fad.fa-flag-alt:after {
    content: "􏝌"
}

.fad.fa-flag-checkered:after {
    content: "􏄞"
}

.fad.fa-flag-usa:after {
    content: "􏝍"
}

.fad.fa-flame:after {
    content: "􏛟"
}

.fad.fa-flashlight:after {
    content: "􏢸"
}

.fad.fa-flask:after {
    content: "􏃃"
}

.fad.fa-flask-poison:after {
    content: "􏛠"
}

.fad.fa-flask-potion:after {
    content: "􏛡"
}

.fad.fa-flower:after {
    content: "􏟿"
}

.fad.fa-flower-daffodil:after {
    content: "􏠀"
}

.fad.fa-flower-tulip:after {
    content: "􏠁"
}

.fad.fa-flushed:after {
    content: "􏕹"
}

.fad.fa-flute:after {
    content: "􏢹"
}

.fad.fa-flux-capacitor:after {
    content: "􏢺"
}

.fad.fa-fog:after {
    content: "􏝎"
}

.fad.fa-folder:after {
    content: "􏁻"
}

.fad.fa-folder-minus:after {
    content: "􏙝"
}

.fad.fa-folder-open:after {
    content: "􏁼"
}

.fad.fa-folder-plus:after {
    content: "􏙞"
}

.fad.fa-folder-times:after {
    content: "􏙟"
}

.fad.fa-folder-tree:after {
    content: "􏠂"
}

.fad.fa-folders:after {
    content: "􏙠"
}

.fad.fa-font:after {
    content: "􏀱"
}

.fad.fa-font-awesome-logo-full:after {
    content: "􏓦"
}

.fad.fa-font-case:after {
    content: "􏡦"
}

.fad.fa-football-ball:after {
    content: "􏑎"
}

.fad.fa-football-helmet:after {
    content: "􏑏"
}

.fad.fa-forklift:after {
    content: "􏑺"
}

.fad.fa-forward:after {
    content: "􏁎"
}

.fad.fa-fragile:after {
    content: "􏒻"
}

.fad.fa-french-fries:after {
    content: "􏠃"
}

.fad.fa-frog:after {
    content: "􏔮"
}

.fad.fa-frosty-head:after {
    content: "􏞛"
}

.fad.fa-frown:after {
    content: "􏄙"
}

.fad.fa-frown-open:after {
    content: "􏕺"
}

.fad.fa-function:after {
    content: "􏙡"
}

.fad.fa-funnel-dollar:after {
    content: "􏙢"
}

.fad.fa-futbol:after {
    content: "􏇣"
}

.fad.fa-game-board:after {
    content: "􏡧"
}

.fad.fa-game-board-alt:after {
    content: "􏡨"
}

.fad.fa-game-console-handheld:after {
    content: "􏢻"
}

.fad.fa-gamepad:after {
    content: "􏄛"
}

.fad.fa-gamepad-alt:after {
    content: "􏢼"
}

.fad.fa-gas-pump:after {
    content: "􏔯"
}

.fad.fa-gas-pump-slash:after {
    content: "􏗴"
}

.fad.fa-gavel:after {
    content: "􏃣"
}

.fad.fa-gem:after {
    content: "􏎥"
}

.fad.fa-genderless:after {
    content: "􏈭"
}

.fad.fa-ghost:after {
    content: "􏛢"
}

.fad.fa-gift:after {
    content: "􏁫"
}

.fad.fa-gift-card:after {
    content: "􏙣"
}

.fad.fa-gifts:after {
    content: "􏞜"
}

.fad.fa-gingerbread-man:after {
    content: "􏞝"
}

.fad.fa-glass:after {
    content: "􏠄"
}

.fad.fa-glass-champagne:after {
    content: "􏞞"
}

.fad.fa-glass-cheers:after {
    content: "􏞟"
}

.fad.fa-glass-citrus:after {
    content: "􏡩"
}

.fad.fa-glass-martini:after {
    content: "􏀀"
}

.fad.fa-glass-martini-alt:after {
    content: "􏕻"
}

.fad.fa-glass-whiskey:after {
    content: "􏞠"
}

.fad.fa-glass-whiskey-rocks:after {
    content: "􏞡"
}

.fad.fa-glasses:after {
    content: "􏔰"
}

.fad.fa-glasses-alt:after {
    content: "􏗵"
}

.fad.fa-globe:after {
    content: "􏂬"
}

.fad.fa-globe-africa:after {
    content: "􏕼"
}

.fad.fa-globe-americas:after {
    content: "􏕽"
}

.fad.fa-globe-asia:after {
    content: "􏕾"
}

.fad.fa-globe-europe:after {
    content: "􏞢"
}

.fad.fa-globe-snow:after {
    content: "􏞣"
}

.fad.fa-globe-stand:after {
    content: "􏗶"
}

.fad.fa-golf-ball:after {
    content: "􏑐"
}

.fad.fa-golf-club:after {
    content: "􏑑"
}

.fad.fa-gopuram:after {
    content: "􏙤"
}

.fad.fa-graduation-cap:after {
    content: "􏆝"
}

.fad.fa-gramophone:after {
    content: "􏢽"
}

.fad.fa-greater-than:after {
    content: "􏔱"
}

.fad.fa-greater-than-equal:after {
    content: "􏔲"
}

.fad.fa-grimace:after {
    content: "􏕿"
}

.fad.fa-grin:after {
    content: "􏖀"
}

.fad.fa-grin-alt:after {
    content: "􏖁"
}

.fad.fa-grin-beam:after {
    content: "􏖂"
}

.fad.fa-grin-beam-sweat:after {
    content: "􏖃"
}

.fad.fa-grin-hearts:after {
    content: "􏖄"
}

.fad.fa-grin-squint:after {
    content: "􏖅"
}

.fad.fa-grin-squint-tears:after {
    content: "􏖆"
}

.fad.fa-grin-stars:after {
    content: "􏖇"
}

.fad.fa-grin-tears:after {
    content: "􏖈"
}

.fad.fa-grin-tongue:after {
    content: "􏖉"
}

.fad.fa-grin-tongue-squint:after {
    content: "􏖊"
}

.fad.fa-grin-tongue-wink:after {
    content: "􏖋"
}

.fad.fa-grin-wink:after {
    content: "􏖌"
}

.fad.fa-grip-horizontal:after {
    content: "􏖍"
}

.fad.fa-grip-lines:after {
    content: "􏞤"
}

.fad.fa-grip-lines-vertical:after {
    content: "􏞥"
}

.fad.fa-grip-vertical:after {
    content: "􏖎"
}

.fad.fa-guitar:after {
    content: "􏞦"
}

.fad.fa-guitar-electric:after {
    content: "􏢾"
}

.fad.fa-guitars:after {
    content: "􏢿"
}

.fad.fa-h-square:after {
    content: "􏃽"
}

.fad.fa-h1:after {
    content: "􏌓"
}

.fad.fa-h2:after {
    content: "􏌔"
}

.fad.fa-h3:after {
    content: "􏌕"
}

.fad.fa-h4:after {
    content: "􏡪"
}

.fad.fa-hamburger:after {
    content: "􏠅"
}

.fad.fa-hammer:after {
    content: "􏛣"
}

.fad.fa-hammer-war:after {
    content: "􏛤"
}

.fad.fa-hamsa:after {
    content: "􏙥"
}

.fad.fa-hand-heart:after {
    content: "􏒼"
}

.fad.fa-hand-holding:after {
    content: "􏒽"
}

.fad.fa-hand-holding-box:after {
    content: "􏑻"
}

.fad.fa-hand-holding-heart:after {
    content: "􏒾"
}

.fad.fa-hand-holding-magic:after {
    content: "􏛥"
}

.fad.fa-hand-holding-seedling:after {
    content: "􏒿"
}

.fad.fa-hand-holding-usd:after {
    content: "􏓀"
}

.fad.fa-hand-holding-water:after {
    content: "􏓁"
}

.fad.fa-hand-lizard:after {
    content: "􏉘"
}

.fad.fa-hand-middle-finger:after {
    content: "􏠆"
}

.fad.fa-hand-paper:after {
    content: "􏉖"
}

.fad.fa-hand-peace:after {
    content: "􏉛"
}

.fad.fa-hand-point-down:after {
    content: "􏂧"
}

.fad.fa-hand-point-left:after {
    content: "􏂥"
}

.fad.fa-hand-point-right:after {
    content: "􏂤"
}

.fad.fa-hand-point-up:after {
    content: "􏂦"
}

.fad.fa-hand-pointer:after {
    content: "􏉚"
}

.fad.fa-hand-receiving:after {
    content: "􏑼"
}

.fad.fa-hand-rock:after {
    content: "􏉕"
}

.fad.fa-hand-scissors:after {
    content: "􏉗"
}

.fad.fa-hand-spock:after {
    content: "􏉙"
}

.fad.fa-hands:after {
    content: "􏓂"
}

.fad.fa-hands-heart:after {
    content: "􏓃"
}

.fad.fa-hands-helping:after {
    content: "􏓄"
}

.fad.fa-hands-usd:after {
    content: "􏓅"
}

.fad.fa-handshake:after {
    content: "􏊵"
}

.fad.fa-handshake-alt:after {
    content: "􏓆"
}

.fad.fa-hanukiah:after {
    content: "􏛦"
}

.fad.fa-hard-hat:after {
    content: "􏠇"
}

.fad.fa-hashtag:after {
    content: "􏊒"
}

.fad.fa-hat-chef:after {
    content: "􏡫"
}

.fad.fa-hat-cowboy:after {
    content: "􏣀"
}

.fad.fa-hat-cowboy-side:after {
    content: "􏣁"
}

.fad.fa-hat-santa:after {
    content: "􏞧"
}

.fad.fa-hat-winter:after {
    content: "􏞨"
}

.fad.fa-hat-witch:after {
    content: "􏛧"
}

.fad.fa-hat-wizard:after {
    content: "􏛨"
}

.fad.fa-haykal:after {
    content: "􏙦"
}

.fad.fa-hdd:after {
    content: "􏂠"
}

.fad.fa-head-side:after {
    content: "􏛩"
}

.fad.fa-head-side-brain:after {
    content: "􏠈"
}

.fad.fa-head-side-headphones:after {
    content: "􏣂"
}

.fad.fa-head-side-medical:after {
    content: "􏠉"
}

.fad.fa-head-vr:after {
    content: "􏛪"
}

.fad.fa-heading:after {
    content: "􏇜"
}

.fad.fa-headphones:after {
    content: "􏀥"
}

.fad.fa-headphones-alt:after {
    content: "􏖏"
}

.fad.fa-headset:after {
    content: "􏖐"
}

.fad.fa-heart:after {
    content: "􏀄"
}

.fad.fa-heart-broken:after {
    content: "􏞩"
}

.fad.fa-heart-circle:after {
    content: "􏓇"
}

.fad.fa-heart-rate:after {
    content: "􏗸"
}

.fad.fa-heart-square:after {
    content: "􏓈"
}

.fad.fa-heartbeat:after {
    content: "􏈞"
}

.fad.fa-helicopter:after {
    content: "􏔳"
}

.fad.fa-helmet-battle:after {
    content: "􏛫"
}

.fad.fa-hexagon:after {
    content: "􏌒"
}

.fad.fa-highlighter:after {
    content: "􏖑"
}

.fad.fa-hiking:after {
    content: "􏛬"
}

.fad.fa-hippo:after {
    content: "􏛭"
}

.fad.fa-history:after {
    content: "􏇚"
}

.fad.fa-hockey-mask:after {
    content: "􏛮"
}

.fad.fa-hockey-puck:after {
    content: "􏑓"
}

.fad.fa-hockey-sticks:after {
    content: "􏑔"
}

.fad.fa-holly-berry:after {
    content: "􏞪"
}

.fad.fa-home:after {
    content: "􏀕"
}

.fad.fa-home-alt:after {
    content: "􏠊"
}

.fad.fa-home-heart:after {
    content: "􏓉"
}

.fad.fa-home-lg:after {
    content: "􏠋"
}

.fad.fa-home-lg-alt:after {
    content: "􏠌"
}

.fad.fa-hood-cloak:after {
    content: "􏛯"
}

.fad.fa-horizontal-rule:after {
    content: "􏡬"
}

.fad.fa-horse:after {
    content: "􏛰"
}

.fad.fa-horse-head:after {
    content: "􏞫"
}

.fad.fa-horse-saddle:after {
    content: "􏣃"
}

.fad.fa-hospital:after {
    content: "􏃸"
}

.fad.fa-hospital-alt:after {
    content: "􏑽"
}

.fad.fa-hospital-symbol:after {
    content: "􏑾"
}

.fad.fa-hospital-user:after {
    content: "􏠍"
}

.fad.fa-hospitals:after {
    content: "􏠎"
}

.fad.fa-hot-tub:after {
    content: "􏖓"
}

.fad.fa-hotdog:after {
    content: "􏠏"
}

.fad.fa-hotel:after {
    content: "􏖔"
}

.fad.fa-hourglass:after {
    content: "􏉔"
}

.fad.fa-hourglass-end:after {
    content: "􏉓"
}

.fad.fa-hourglass-half:after {
    content: "􏉒"
}

.fad.fa-hourglass-start:after {
    content: "􏉑"
}

.fad.fa-house-damage:after {
    content: "􏛱"
}

.fad.fa-house-flood:after {
    content: "􏝏"
}

.fad.fa-hryvnia:after {
    content: "􏛲"
}

.fad.fa-humidity:after {
    content: "􏝐"
}

.fad.fa-hurricane:after {
    content: "􏝑"
}

.fad.fa-i-cursor:after {
    content: "􏉆"
}

.fad.fa-ice-cream:after {
    content: "􏠐"
}

.fad.fa-ice-skate:after {
    content: "􏞬"
}

.fad.fa-icicles:after {
    content: "􏞭"
}

.fad.fa-icons:after {
    content: "􏡭"
}

.fad.fa-icons-alt:after {
    content: "􏡮"
}

.fad.fa-id-badge:after {
    content: "􏋁"
}

.fad.fa-id-card:after {
    content: "􏋂"
}

.fad.fa-id-card-alt:after {
    content: "􏑿"
}

.fad.fa-igloo:after {
    content: "􏞮"
}

.fad.fa-image:after {
    content: "􏀾"
}

.fad.fa-image-polaroid:after {
    content: "􏣄"
}

.fad.fa-images:after {
    content: "􏌂"
}

.fad.fa-inbox:after {
    content: "􏀜"
}

.fad.fa-inbox-in:after {
    content: "􏌐"
}

.fad.fa-inbox-out:after {
    content: "􏌑"
}

.fad.fa-indent:after {
    content: "􏀼"
}

.fad.fa-industry:after {
    content: "􏉵"
}

.fad.fa-industry-alt:after {
    content: "􏎳"
}

.fad.fa-infinity:after {
    content: "􏔴"
}

.fad.fa-info:after {
    content: "􏄩"
}

.fad.fa-info-circle:after {
    content: "􏁚"
}

.fad.fa-info-square:after {
    content: "􏌏"
}

.fad.fa-inhaler:after {
    content: "􏗹"
}

.fad.fa-integral:after {
    content: "􏙧"
}

.fad.fa-intersection:after {
    content: "􏙨"
}

.fad.fa-inventory:after {
    content: "􏒀"
}

.fad.fa-island-tropical:after {
    content: "􏠑"
}

.fad.fa-italic:after {
    content: "􏀳"
}

.fad.fa-jack-o-lantern:after {
    content: "􏌎"
}

.fad.fa-jedi:after {
    content: "􏙩"
}

.fad.fa-joint:after {
    content: "􏖕"
}

.fad.fa-journal-whills:after {
    content: "􏙪"
}

.fad.fa-joystick:after {
    content: "􏣅"
}

.fad.fa-jug:after {
    content: "􏣆"
}

.fad.fa-kaaba:after {
    content: "􏙫"
}

.fad.fa-kazoo:after {
    content: "􏣇"
}

.fad.fa-kerning:after {
    content: "􏡯"
}

.fad.fa-key:after {
    content: "􏂄"
}

.fad.fa-key-skeleton:after {
    content: "􏛳"
}

.fad.fa-keyboard:after {
    content: "􏄜"
}

.fad.fa-keynote:after {
    content: "􏙬"
}

.fad.fa-khanda:after {
    content: "􏙭"
}

.fad.fa-kidneys:after {
    content: "􏗻"
}

.fad.fa-kiss:after {
    content: "􏖖"
}

.fad.fa-kiss-beam:after {
    content: "􏖗"
}

.fad.fa-kiss-wink-heart:after {
    content: "􏖘"
}

.fad.fa-kite:after {
    content: "􏛴"
}

.fad.fa-kiwi-bird:after {
    content: "􏔵"
}

.fad.fa-knife-kitchen:after {
    content: "􏛵"
}

.fad.fa-lambda:after {
    content: "􏙮"
}

.fad.fa-lamp:after {
    content: "􏓊"
}

.fad.fa-landmark:after {
    content: "􏙯"
}

.fad.fa-landmark-alt:after {
    content: "􏝒"
}

.fad.fa-language:after {
    content: "􏆫"
}

.fad.fa-laptop:after {
    content: "􏄉"
}

.fad.fa-laptop-code:after {
    content: "􏗼"
}

.fad.fa-laptop-medical:after {
    content: "􏠒"
}

.fad.fa-lasso:after {
    content: "􏣈"
}

.fad.fa-laugh:after {
    content: "􏖙"
}

.fad.fa-laugh-beam:after {
    content: "􏖚"
}

.fad.fa-laugh-squint:after {
    content: "􏖛"
}

.fad.fa-laugh-wink:after {
    content: "􏖜"
}

.fad.fa-layer-group:after {
    content: "􏗽"
}

.fad.fa-layer-minus:after {
    content: "􏗾"
}

.fad.fa-layer-plus:after {
    content: "􏗿"
}

.fad.fa-leaf:after {
    content: "􏁬"
}

.fad.fa-leaf-heart:after {
    content: "􏓋"
}

.fad.fa-leaf-maple:after {
    content: "􏛶"
}

.fad.fa-leaf-oak:after {
    content: "􏛷"
}

.fad.fa-lemon:after {
    content: "􏂔"
}

.fad.fa-less-than:after {
    content: "􏔶"
}

.fad.fa-less-than-equal:after {
    content: "􏔷"
}

.fad.fa-level-down:after {
    content: "􏅉"
}

.fad.fa-level-down-alt:after {
    content: "􏎾"
}

.fad.fa-level-up:after {
    content: "􏅈"
}

.fad.fa-level-up-alt:after {
    content: "􏎿"
}

.fad.fa-life-ring:after {
    content: "􏇍"
}

.fad.fa-lightbulb:after {
    content: "􏃫"
}

.fad.fa-lightbulb-dollar:after {
    content: "􏙰"
}

.fad.fa-lightbulb-exclamation:after {
    content: "􏙱"
}

.fad.fa-lightbulb-on:after {
    content: "􏙲"
}

.fad.fa-lightbulb-slash:after {
    content: "􏙳"
}

.fad.fa-lights-holiday:after {
    content: "􏞲"
}

.fad.fa-line-columns:after {
    content: "􏡰"
}

.fad.fa-line-height:after {
    content: "􏡱"
}

.fad.fa-link:after {
    content: "􏃁"
}

.fad.fa-lips:after {
    content: "􏘀"
}

.fad.fa-lira-sign:after {
    content: "􏆕"
}

.fad.fa-list:after {
    content: "􏀺"
}

.fad.fa-list-alt:after {
    content: "􏀢"
}

.fad.fa-list-music:after {
    content: "􏣉"
}

.fad.fa-list-ol:after {
    content: "􏃋"
}

.fad.fa-list-ul:after {
    content: "􏃊"
}

.fad.fa-location:after {
    content: "􏘁"
}

.fad.fa-location-arrow:after {
    content: "􏄤"
}

.fad.fa-location-circle:after {
    content: "􏘂"
}

.fad.fa-location-slash:after {
    content: "􏘃"
}

.fad.fa-lock:after {
    content: "􏀣"
}

.fad.fa-lock-alt:after {
    content: "􏌍"
}

.fad.fa-lock-open:after {
    content: "􏏁"
}

.fad.fa-lock-open-alt:after {
    content: "􏏂"
}

.fad.fa-long-arrow-alt-down:after {
    content: "􏌉"
}

.fad.fa-long-arrow-alt-left:after {
    content: "􏌊"
}

.fad.fa-long-arrow-alt-right:after {
    content: "􏌋"
}

.fad.fa-long-arrow-alt-up:after {
    content: "􏌌"
}

.fad.fa-long-arrow-down:after {
    content: "􏅵"
}

.fad.fa-long-arrow-left:after {
    content: "􏅷"
}

.fad.fa-long-arrow-right:after {
    content: "􏅸"
}

.fad.fa-long-arrow-up:after {
    content: "􏅶"
}

.fad.fa-loveseat:after {
    content: "􏓌"
}

.fad.fa-low-vision:after {
    content: "􏊨"
}

.fad.fa-luchador:after {
    content: "􏑕"
}

.fad.fa-luggage-cart:after {
    content: "􏖝"
}

.fad.fa-lungs:after {
    content: "􏘄"
}

.fad.fa-mace:after {
    content: "􏛸"
}

.fad.fa-magic:after {
    content: "􏃐"
}

.fad.fa-magnet:after {
    content: "􏁶"
}

.fad.fa-mail-bulk:after {
    content: "􏙴"
}

.fad.fa-mailbox:after {
    content: "􏠓"
}

.fad.fa-male:after {
    content: "􏆃"
}

.fad.fa-mandolin:after {
    content: "􏛹"
}

.fad.fa-map:after {
    content: "􏉹"
}

.fad.fa-map-marked:after {
    content: "􏖟"
}

.fad.fa-map-marked-alt:after {
    content: "􏖠"
}

.fad.fa-map-marker:after {
    content: "􏁁"
}

.fad.fa-map-marker-alt:after {
    content: "􏏅"
}

.fad.fa-map-marker-alt-slash:after {
    content: "􏘅"
}

.fad.fa-map-marker-check:after {
    content: "􏘆"
}

.fad.fa-map-marker-edit:after {
    content: "􏘇"
}

.fad.fa-map-marker-exclamation:after {
    content: "􏘈"
}

.fad.fa-map-marker-minus:after {
    content: "􏘉"
}

.fad.fa-map-marker-plus:after {
    content: "􏘊"
}

.fad.fa-map-marker-question:after {
    content: "􏘋"
}

.fad.fa-map-marker-slash:after {
    content: "􏘌"
}

.fad.fa-map-marker-smile:after {
    content: "􏘍"
}

.fad.fa-map-marker-times:after {
    content: "􏘎"
}

.fad.fa-map-pin:after {
    content: "􏉶"
}

.fad.fa-map-signs:after {
    content: "􏉷"
}

.fad.fa-marker:after {
    content: "􏖡"
}

.fad.fa-mars:after {
    content: "􏈢"
}

.fad.fa-mars-double:after {
    content: "􏈧"
}

.fad.fa-mars-stroke:after {
    content: "􏈩"
}

.fad.fa-mars-stroke-h:after {
    content: "􏈫"
}

.fad.fa-mars-stroke-v:after {
    content: "􏈪"
}

.fad.fa-mask:after {
    content: "􏛺"
}

.fad.fa-meat:after {
    content: "􏠔"
}

.fad.fa-medal:after {
    content: "􏖢"
}

.fad.fa-medkit:after {
    content: "􏃺"
}

.fad.fa-megaphone:after {
    content: "􏙵"
}

.fad.fa-meh:after {
    content: "􏄚"
}

.fad.fa-meh-blank:after {
    content: "􏖤"
}

.fad.fa-meh-rolling-eyes:after {
    content: "􏖥"
}

.fad.fa-memory:after {
    content: "􏔸"
}

.fad.fa-menorah:after {
    content: "􏙶"
}

.fad.fa-mercury:after {
    content: "􏈣"
}

.fad.fa-meteor:after {
    content: "􏝓"
}

.fad.fa-microchip:after {
    content: "􏋛"
}

.fad.fa-microphone:after {
    content: "􏄰"
}

.fad.fa-microphone-alt:after {
    content: "􏏉"
}

.fad.fa-microphone-alt-slash:after {
    content: "􏔹"
}

.fad.fa-microphone-slash:after {
    content: "􏄱"
}

.fad.fa-microphone-stand:after {
    content: "􏣋"
}

.fad.fa-microscope:after {
    content: "􏘐"
}

.fad.fa-mind-share:after {
    content: "􏙷"
}

.fad.fa-minus:after {
    content: "􏁨"
}

.fad.fa-minus-circle:after {
    content: "􏁖"
}

.fad.fa-minus-hexagon:after {
    content: "􏌇"
}

.fad.fa-minus-octagon:after {
    content: "􏌈"
}

.fad.fa-minus-square:after {
    content: "􏅆"
}

.fad.fa-mistletoe:after {
    content: "􏞴"
}

.fad.fa-mitten:after {
    content: "􏞵"
}

.fad.fa-mobile:after {
    content: "􏄋"
}

.fad.fa-mobile-alt:after {
    content: "􏏍"
}

.fad.fa-mobile-android:after {
    content: "􏏎"
}

.fad.fa-mobile-android-alt:after {
    content: "􏏏"
}

.fad.fa-money-bill:after {
    content: "􏃖"
}

.fad.fa-money-bill-alt:after {
    content: "􏏑"
}

.fad.fa-money-bill-wave:after {
    content: "􏔺"
}

.fad.fa-money-bill-wave-alt:after {
    content: "􏔻"
}

.fad.fa-money-check:after {
    content: "􏔼"
}

.fad.fa-money-check-alt:after {
    content: "􏔽"
}

.fad.fa-money-check-edit:after {
    content: "􏡲"
}

.fad.fa-money-check-edit-alt:after {
    content: "􏡳"
}

.fad.fa-monitor-heart-rate:after {
    content: "􏘑"
}

.fad.fa-monkey:after {
    content: "􏛻"
}

.fad.fa-monument:after {
    content: "􏖦"
}

.fad.fa-moon:after {
    content: "􏆆"
}

.fad.fa-moon-cloud:after {
    content: "􏝔"
}

.fad.fa-moon-stars:after {
    content: "􏝕"
}

.fad.fa-mortar-pestle:after {
    content: "􏖧"
}

.fad.fa-mosque:after {
    content: "􏙸"
}

.fad.fa-motorcycle:after {
    content: "􏈜"
}

.fad.fa-mountain:after {
    content: "􏛼"
}

.fad.fa-mountains:after {
    content: "􏛽"
}

.fad.fa-mouse:after {
    content: "􏣌"
}

.fad.fa-mouse-alt:after {
    content: "􏣍"
}

.fad.fa-mouse-pointer:after {
    content: "􏉅"
}

.fad.fa-mp3-player:after {
    content: "􏣎"
}

.fad.fa-mug:after {
    content: "􏡴"
}

.fad.fa-mug-hot:after {
    content: "􏞶"
}

.fad.fa-mug-marshmallows:after {
    content: "􏞷"
}

.fad.fa-mug-tea:after {
    content: "􏡵"
}

.fad.fa-music:after {
    content: "􏀁"
}

.fad.fa-music-alt:after {
    content: "􏣏"
}

.fad.fa-music-alt-slash:after {
    content: "􏣐"
}

.fad.fa-music-slash:after {
    content: "􏣑"
}

.fad.fa-narwhal:after {
    content: "􏛾"
}

.fad.fa-network-wired:after {
    content: "􏛿"
}

.fad.fa-neuter:after {
    content: "􏈬"
}

.fad.fa-newspaper:after {
    content: "􏇪"
}

.fad.fa-not-equal:after {
    content: "􏔾"
}

.fad.fa-notes-medical:after {
    content: "􏒁"
}

.fad.fa-object-group:after {
    content: "􏉇"
}

.fad.fa-object-ungroup:after {
    content: "􏉈"
}

.fad.fa-octagon:after {
    content: "􏌆"
}

.fad.fa-oil-can:after {
    content: "􏘓"
}

.fad.fa-oil-temp:after {
    content: "􏘔"
}

.fad.fa-om:after {
    content: "􏙹"
}

.fad.fa-omega:after {
    content: "􏙺"
}

.fad.fa-ornament:after {
    content: "􏞸"
}

.fad.fa-otter:after {
    content: "􏜀"
}

.fad.fa-outdent:after {
    content: "􏀻"
}

.fad.fa-overline:after {
    content: "􏡶"
}

.fad.fa-page-break:after {
    content: "􏡷"
}

.fad.fa-pager:after {
    content: "􏠕"
}

.fad.fa-paint-brush:after {
    content: "􏇼"
}

.fad.fa-paint-brush-alt:after {
    content: "􏖩"
}

.fad.fa-paint-roller:after {
    content: "􏖪"
}

.fad.fa-palette:after {
    content: "􏔿"
}

.fad.fa-pallet:after {
    content: "􏒂"
}

.fad.fa-pallet-alt:after {
    content: "􏒃"
}

.fad.fa-paper-plane:after {
    content: "􏇘"
}

.fad.fa-paperclip:after {
    content: "􏃆"
}

.fad.fa-parachute-box:after {
    content: "􏓍"
}

.fad.fa-paragraph:after {
    content: "􏇝"
}

.fad.fa-paragraph-rtl:after {
    content: "􏡸"
}

.fad.fa-parking:after {
    content: "􏕀"
}

.fad.fa-parking-circle:after {
    content: "􏘕"
}

.fad.fa-parking-circle-slash:after {
    content: "􏘖"
}

.fad.fa-parking-slash:after {
    content: "􏘗"
}

.fad.fa-passport:after {
    content: "􏖫"
}

.fad.fa-pastafarianism:after {
    content: "􏙻"
}

.fad.fa-paste:after {
    content: "􏃪"
}

.fad.fa-pause:after {
    content: "􏁌"
}

.fad.fa-pause-circle:after {
    content: "􏊋"
}

.fad.fa-paw:after {
    content: "􏆰"
}

.fad.fa-paw-alt:after {
    content: "􏜁"
}

.fad.fa-paw-claws:after {
    content: "􏜂"
}

.fad.fa-peace:after {
    content: "􏙼"
}

.fad.fa-pegasus:after {
    content: "􏜃"
}

.fad.fa-pen:after {
    content: "􏌄"
}

.fad.fa-pen-alt:after {
    content: "􏌅"
}

.fad.fa-pen-fancy:after {
    content: "􏖬"
}

.fad.fa-pen-nib:after {
    content: "􏖭"
}

.fad.fa-pen-square:after {
    content: "􏅋"
}

.fad.fa-pencil:after {
    content: "􏁀"
}

.fad.fa-pencil-alt:after {
    content: "􏌃"
}

.fad.fa-pencil-paintbrush:after {
    content: "􏘘"
}

.fad.fa-pencil-ruler:after {
    content: "􏖮"
}

.fad.fa-pennant:after {
    content: "􏑖"
}

.fad.fa-people-carry:after {
    content: "􏓎"
}

.fad.fa-pepper-hot:after {
    content: "􏠖"
}

.fad.fa-percent:after {
    content: "􏊕"
}

.fad.fa-percentage:after {
    content: "􏕁"
}

.fad.fa-person-booth:after {
    content: "􏝖"
}

.fad.fa-person-carry:after {
    content: "􏓏"
}

.fad.fa-person-dolly:after {
    content: "􏓐"
}

.fad.fa-person-dolly-empty:after {
    content: "􏓑"
}

.fad.fa-person-sign:after {
    content: "􏝗"
}

.fad.fa-phone:after {
    content: "􏂕"
}

.fad.fa-phone-alt:after {
    content: "􏡹"
}

.fad.fa-phone-laptop:after {
    content: "􏡺"
}

.fad.fa-phone-office:after {
    content: "􏙽"
}

.fad.fa-phone-plus:after {
    content: "􏓒"
}

.fad.fa-phone-rotary:after {
    content: "􏣓"
}

.fad.fa-phone-slash:after {
    content: "􏏝"
}

.fad.fa-phone-square:after {
    content: "􏂘"
}

.fad.fa-phone-square-alt:after {
    content: "􏡻"
}

.fad.fa-phone-volume:after {
    content: "􏊠"
}

.fad.fa-photo-video:after {
    content: "􏡼"
}

.fad.fa-pi:after {
    content: "􏙾"
}

.fad.fa-piano:after {
    content: "􏣔"
}

.fad.fa-piano-keyboard:after {
    content: "􏣕"
}

.fad.fa-pie:after {
    content: "􏜅"
}

.fad.fa-pig:after {
    content: "􏜆"
}

.fad.fa-piggy-bank:after {
    content: "􏓓"
}

.fad.fa-pills:after {
    content: "􏒄"
}

.fad.fa-pizza:after {
    content: "􏠗"
}

.fad.fa-pizza-slice:after {
    content: "􏠘"
}

.fad.fa-place-of-worship:after {
    content: "􏙿"
}

.fad.fa-plane:after {
    content: "􏁲"
}

.fad.fa-plane-alt:after {
    content: "􏏞"
}

.fad.fa-plane-arrival:after {
    content: "􏖯"
}

.fad.fa-plane-departure:after {
    content: "􏖰"
}

.fad.fa-play:after {
    content: "􏁋"
}

.fad.fa-play-circle:after {
    content: "􏅄"
}

.fad.fa-plug:after {
    content: "􏇦"
}

.fad.fa-plus:after {
    content: "􏁧"
}

.fad.fa-plus-circle:after {
    content: "􏁕"
}

.fad.fa-plus-hexagon:after {
    content: "􏌀"
}

.fad.fa-plus-octagon:after {
    content: "􏌁"
}

.fad.fa-plus-square:after {
    content: "􏃾"
}

.fad.fa-podcast:after {
    content: "􏋎"
}

.fad.fa-podium:after {
    content: "􏚀"
}

.fad.fa-podium-star:after {
    content: "􏝘"
}

.fad.fa-poll:after {
    content: "􏚁"
}

.fad.fa-poll-h:after {
    content: "􏚂"
}

.fad.fa-poll-people:after {
    content: "􏝙"
}

.fad.fa-poo:after {
    content: "􏋾"
}

.fad.fa-poo-storm:after {
    content: "􏝚"
}

.fad.fa-poop:after {
    content: "􏘙"
}

.fad.fa-popcorn:after {
    content: "􏠙"
}

.fad.fa-portrait:after {
    content: "􏏠"
}

.fad.fa-pound-sign:after {
    content: "􏅔"
}

.fad.fa-power-off:after {
    content: "􏀑"
}

.fad.fa-pray:after {
    content: "􏚃"
}

.fad.fa-praying-hands:after {
    content: "􏚄"
}

.fad.fa-prescription:after {
    content: "􏖱"
}

.fad.fa-prescription-bottle:after {
    content: "􏒅"
}

.fad.fa-prescription-bottle-alt:after {
    content: "􏒆"
}

.fad.fa-presentation:after {
    content: "􏚅"
}

.fad.fa-print:after {
    content: "􏀯"
}

.fad.fa-print-search:after {
    content: "􏠚"
}

.fad.fa-print-slash:after {
    content: "􏚆"
}

.fad.fa-procedures:after {
    content: "􏒇"
}

.fad.fa-project-diagram:after {
    content: "􏕂"
}

.fad.fa-projector:after {
    content: "􏣖"
}

.fad.fa-pumpkin:after {
    content: "􏜇"
}

.fad.fa-puzzle-piece:after {
    content: "􏄮"
}

.fad.fa-qrcode:after {
    content: "􏀩"
}

.fad.fa-question:after {
    content: "􏄨"
}

.fad.fa-question-circle:after {
    content: "􏁙"
}

.fad.fa-question-square:after {
    content: "􏋽"
}

.fad.fa-quidditch:after {
    content: "􏑘"
}

.fad.fa-quote-left:after {
    content: "􏄍"
}

.fad.fa-quote-right:after {
    content: "􏄎"
}

.fad.fa-quran:after {
    content: "􏚇"
}

.fad.fa-rabbit:after {
    content: "􏜈"
}

.fad.fa-rabbit-fast:after {
    content: "􏜉"
}

.fad.fa-racquet:after {
    content: "􏑚"
}

.fad.fa-radiation:after {
    content: "􏞹"
}

.fad.fa-radiation-alt:after {
    content: "􏞺"
}

.fad.fa-radio:after {
    content: "􏣗"
}

.fad.fa-radio-alt:after {
    content: "􏣘"
}

.fad.fa-rainbow:after {
    content: "􏝛"
}

.fad.fa-raindrops:after {
    content: "􏝜"
}

.fad.fa-ram:after {
    content: "􏜊"
}

.fad.fa-ramp-loading:after {
    content: "􏓔"
}

.fad.fa-random:after {
    content: "􏁴"
}

.fad.fa-receipt:after {
    content: "􏕃"
}

.fad.fa-record-vinyl:after {
    content: "􏣙"
}

.fad.fa-rectangle-landscape:after {
    content: "􏋺"
}

.fad.fa-rectangle-portrait:after {
    content: "􏋻"
}

.fad.fa-rectangle-wide:after {
    content: "􏋼"
}

.fad.fa-recycle:after {
    content: "􏆸"
}

.fad.fa-redo:after {
    content: "􏀞"
}

.fad.fa-redo-alt:after {
    content: "􏋹"
}

.fad.fa-registered:after {
    content: "􏉝"
}

.fad.fa-remove-format:after {
    content: "􏡽"
}

.fad.fa-repeat:after {
    content: "􏍣"
}

.fad.fa-repeat-1:after {
    content: "􏍥"
}

.fad.fa-repeat-1-alt:after {
    content: "􏍦"
}

.fad.fa-repeat-alt:after {
    content: "􏍤"
}

.fad.fa-reply:after {
    content: "􏏥"
}

.fad.fa-reply-all:after {
    content: "􏄢"
}

.fad.fa-republican:after {
    content: "􏝞"
}

.fad.fa-restroom:after {
    content: "􏞽"
}

.fad.fa-retweet:after {
    content: "􏁹"
}

.fad.fa-retweet-alt:after {
    content: "􏍡"
}

.fad.fa-ribbon:after {
    content: "􏓖"
}

.fad.fa-ring:after {
    content: "􏜋"
}

.fad.fa-rings-wedding:after {
    content: "􏠛"
}

.fad.fa-road:after {
    content: "􏀘"
}

.fad.fa-robot:after {
    content: "􏕄"
}

.fad.fa-rocket:after {
    content: "􏄵"
}

.fad.fa-route:after {
    content: "􏓗"
}

.fad.fa-route-highway:after {
    content: "􏘚"
}

.fad.fa-route-interstate:after {
    content: "􏘛"
}

.fad.fa-router:after {
    content: "􏣚"
}

.fad.fa-rss:after {
    content: "􏂞"
}

.fad.fa-rss-square:after {
    content: "􏅃"
}

.fad.fa-ruble-sign:after {
    content: "􏅘"
}

.fad.fa-ruler:after {
    content: "􏕅"
}

.fad.fa-ruler-combined:after {
    content: "􏕆"
}

.fad.fa-ruler-horizontal:after {
    content: "􏕇"
}

.fad.fa-ruler-triangle:after {
    content: "􏘜"
}

.fad.fa-ruler-vertical:after {
    content: "􏕈"
}

.fad.fa-running:after {
    content: "􏜌"
}

.fad.fa-rupee-sign:after {
    content: "􏅖"
}

.fad.fa-rv:after {
    content: "􏞾"
}

.fad.fa-sack:after {
    content: "􏠜"
}

.fad.fa-sack-dollar:after {
    content: "􏠝"
}

.fad.fa-sad-cry:after {
    content: "􏖳"
}

.fad.fa-sad-tear:after {
    content: "􏖴"
}

.fad.fa-salad:after {
    content: "􏠞"
}

.fad.fa-sandwich:after {
    content: "􏠟"
}

.fad.fa-satellite:after {
    content: "􏞿"
}

.fad.fa-satellite-dish:after {
    content: "􏟀"
}

.fad.fa-sausage:after {
    content: "􏠠"
}

.fad.fa-save:after {
    content: "􏃇"
}

.fad.fa-sax-hot:after {
    content: "􏣛"
}

.fad.fa-saxophone:after {
    content: "􏣜"
}

.fad.fa-scalpel:after {
    content: "􏘝"
}

.fad.fa-scalpel-path:after {
    content: "􏘞"
}

.fad.fa-scanner:after {
    content: "􏒈"
}

.fad.fa-scanner-image:after {
    content: "􏣳"
}

.fad.fa-scanner-keyboard:after {
    content: "􏒉"
}

.fad.fa-scanner-touchscreen:after {
    content: "􏒊"
}

.fad.fa-scarecrow:after {
    content: "􏜍"
}

.fad.fa-scarf:after {
    content: "􏟁"
}

.fad.fa-school:after {
    content: "􏕉"
}

.fad.fa-screwdriver:after {
    content: "􏕊"
}

.fad.fa-scroll:after {
    content: "􏜎"
}

.fad.fa-scroll-old:after {
    content: "􏜏"
}

.fad.fa-scrubber:after {
    content: "􏋸"
}

.fad.fa-scythe:after {
    content: "􏜐"
}

.fad.fa-sd-card:after {
    content: "􏟂"
}

.fad.fa-search:after {
    content: "􏀂"
}

.fad.fa-search-dollar:after {
    content: "􏚈"
}

.fad.fa-search-location:after {
    content: "􏚉"
}

.fad.fa-search-minus:after {
    content: "􏀐"
}

.fad.fa-search-plus:after {
    content: "􏀎"
}

.fad.fa-seedling:after {
    content: "􏓘"
}

.fad.fa-send-back:after {
    content: "􏡾"
}

.fad.fa-send-backward:after {
    content: "􏡿"
}

.fad.fa-server:after {
    content: "􏈳"
}

.fad.fa-shapes:after {
    content: "􏘟"
}

.fad.fa-share:after {
    content: "􏁤"
}

.fad.fa-share-all:after {
    content: "􏍧"
}

.fad.fa-share-alt:after {
    content: "􏇠"
}

.fad.fa-share-alt-square:after {
    content: "􏇡"
}

.fad.fa-share-square:after {
    content: "􏅍"
}

.fad.fa-sheep:after {
    content: "􏜑"
}

.fad.fa-shekel-sign:after {
    content: "􏈋"
}

.fad.fa-shield:after {
    content: "􏄲"
}

.fad.fa-shield-alt:after {
    content: "􏏭"
}

.fad.fa-shield-check:after {
    content: "􏋷"
}

.fad.fa-shield-cross:after {
    content: "􏜒"
}

.fad.fa-ship:after {
    content: "􏈚"
}

.fad.fa-shipping-fast:after {
    content: "􏒋"
}

.fad.fa-shipping-timed:after {
    content: "􏒌"
}

.fad.fa-shish-kebab:after {
    content: "􏠡"
}

.fad.fa-shoe-prints:after {
    content: "􏕋"
}

.fad.fa-shopping-bag:after {
    content: "􏊐"
}

.fad.fa-shopping-basket:after {
    content: "􏊑"
}

.fad.fa-shopping-cart:after {
    content: "􏁺"
}

.fad.fa-shovel:after {
    content: "􏜓"
}

.fad.fa-shovel-snow:after {
    content: "􏟃"
}

.fad.fa-shower:after {
    content: "􏋌"
}

.fad.fa-shredder:after {
    content: "􏚊"
}

.fad.fa-shuttle-van:after {
    content: "􏖶"
}

.fad.fa-shuttlecock:after {
    content: "􏑛"
}

.fad.fa-sickle:after {
    content: "􏠢"
}

.fad.fa-sigma:after {
    content: "􏚋"
}

.fad.fa-sign:after {
    content: "􏓙"
}

.fad.fa-sign-in:after {
    content: "􏂐"
}

.fad.fa-sign-in-alt:after {
    content: "􏋶"
}

.fad.fa-sign-language:after {
    content: "􏊧"
}

.fad.fa-sign-out:after {
    content: "􏂋"
}

.fad.fa-sign-out-alt:after {
    content: "􏋵"
}

.fad.fa-signal:after {
    content: "􏀒"
}

.fad.fa-signal-1:after {
    content: "􏚌"
}

.fad.fa-signal-2:after {
    content: "􏚍"
}

.fad.fa-signal-3:after {
    content: "􏚎"
}

.fad.fa-signal-4:after {
    content: "􏚏"
}

.fad.fa-signal-alt:after {
    content: "􏚐"
}

.fad.fa-signal-alt-1:after {
    content: "􏚑"
}

.fad.fa-signal-alt-2:after {
    content: "􏚒"
}

.fad.fa-signal-alt-3:after {
    content: "􏚓"
}

.fad.fa-signal-alt-slash:after {
    content: "􏚔"
}

.fad.fa-signal-slash:after {
    content: "􏚕"
}

.fad.fa-signal-stream:after {
    content: "􏣝"
}

.fad.fa-signature:after {
    content: "􏖷"
}

.fad.fa-sim-card:after {
    content: "􏟄"
}

.fad.fa-sitemap:after {
    content: "􏃨"
}

.fad.fa-skating:after {
    content: "􏟅"
}

.fad.fa-skeleton:after {
    content: "􏘠"
}

.fad.fa-ski-jump:after {
    content: "􏟇"
}

.fad.fa-ski-lift:after {
    content: "􏟈"
}

.fad.fa-skiing:after {
    content: "􏟉"
}

.fad.fa-skiing-nordic:after {
    content: "􏟊"
}

.fad.fa-skull:after {
    content: "􏕌"
}

.fad.fa-skull-cow:after {
    content: "􏣞"
}

.fad.fa-skull-crossbones:after {
    content: "􏜔"
}

.fad.fa-slash:after {
    content: "􏜕"
}

.fad.fa-sledding:after {
    content: "􏟋"
}

.fad.fa-sleigh:after {
    content: "􏟌"
}

.fad.fa-sliders-h:after {
    content: "􏇞"
}

.fad.fa-sliders-h-square:after {
    content: "􏏰"
}

.fad.fa-sliders-v:after {
    content: "􏏱"
}

.fad.fa-sliders-v-square:after {
    content: "􏏲"
}

.fad.fa-smile:after {
    content: "􏄘"
}

.fad.fa-smile-beam:after {
    content: "􏖸"
}

.fad.fa-smile-plus:after {
    content: "􏖹"
}

.fad.fa-smile-wink:after {
    content: "􏓚"
}

.fad.fa-smog:after {
    content: "􏝟"
}

.fad.fa-smoke:after {
    content: "􏝠"
}

.fad.fa-smoking:after {
    content: "􏒍"
}

.fad.fa-smoking-ban:after {
    content: "􏕍"
}

.fad.fa-sms:after {
    content: "􏟍"
}

.fad.fa-snake:after {
    content: "􏜖"
}

.fad.fa-snooze:after {
    content: "􏢀"
}

.fad.fa-snow-blowing:after {
    content: "􏝡"
}

.fad.fa-snowboarding:after {
    content: "􏟎"
}

.fad.fa-snowflake:after {
    content: "􏋜"
}

.fad.fa-snowflakes:after {
    content: "􏟏"
}

.fad.fa-snowman:after {
    content: "􏟐"
}

.fad.fa-snowmobile:after {
    content: "􏟑"
}

.fad.fa-snowplow:after {
    content: "􏟒"
}

.fad.fa-socks:after {
    content: "􏚖"
}

.fad.fa-solar-panel:after {
    content: "􏖺"
}

.fad.fa-sort:after {
    content: "􏃜"
}

.fad.fa-sort-alpha-down:after {
    content: "􏅝"
}

.fad.fa-sort-alpha-down-alt:after {
    content: "􏢁"
}

.fad.fa-sort-alpha-up:after {
    content: "􏅞"
}

.fad.fa-sort-alpha-up-alt:after {
    content: "􏢂"
}

.fad.fa-sort-alt:after {
    content: "􏢃"
}

.fad.fa-sort-amount-down:after {
    content: "􏅠"
}

.fad.fa-sort-amount-down-alt:after {
    content: "􏢄"
}

.fad.fa-sort-amount-up:after {
    content: "􏅡"
}

.fad.fa-sort-amount-up-alt:after {
    content: "􏢅"
}

.fad.fa-sort-down:after {
    content: "􏃝"
}

.fad.fa-sort-numeric-down:after {
    content: "􏅢"
}

.fad.fa-sort-numeric-down-alt:after {
    content: "􏢆"
}

.fad.fa-sort-numeric-up:after {
    content: "􏅣"
}

.fad.fa-sort-numeric-up-alt:after {
    content: "􏢇"
}

.fad.fa-sort-shapes-down:after {
    content: "􏢈"
}

.fad.fa-sort-shapes-down-alt:after {
    content: "􏢉"
}

.fad.fa-sort-shapes-up:after {
    content: "􏢊"
}

.fad.fa-sort-shapes-up-alt:after {
    content: "􏢋"
}

.fad.fa-sort-size-down:after {
    content: "􏢌"
}

.fad.fa-sort-size-down-alt:after {
    content: "􏢍"
}

.fad.fa-sort-size-up:after {
    content: "􏢎"
}

.fad.fa-sort-size-up-alt:after {
    content: "􏢏"
}

.fad.fa-sort-up:after {
    content: "􏃞"
}

.fad.fa-soup:after {
    content: "􏠣"
}

.fad.fa-spa:after {
    content: "􏖻"
}

.fad.fa-space-shuttle:after {
    content: "􏆗"
}

.fad.fa-spade:after {
    content: "􏋴"
}

.fad.fa-sparkles:after {
    content: "􏢐"
}

.fad.fa-speaker:after {
    content: "􏣟"
}

.fad.fa-speakers:after {
    content: "􏣠"
}

.fad.fa-spell-check:after {
    content: "􏢑"
}

.fad.fa-spider:after {
    content: "􏜗"
}

.fad.fa-spider-black-widow:after {
    content: "􏜘"
}

.fad.fa-spider-web:after {
    content: "􏜙"
}

.fad.fa-spinner:after {
    content: "􏄐"
}

.fad.fa-spinner-third:after {
    content: "􏏴"
}

.fad.fa-splotch:after {
    content: "􏖼"
}

.fad.fa-spray-can:after {
    content: "􏖽"
}

.fad.fa-square:after {
    content: "􏃈"
}

.fad.fa-square-full:after {
    content: "􏑜"
}

.fad.fa-square-root:after {
    content: "􏚗"
}

.fad.fa-square-root-alt:after {
    content: "􏚘"
}

.fad.fa-squirrel:after {
    content: "􏜚"
}

.fad.fa-staff:after {
    content: "􏜛"
}

.fad.fa-stamp:after {
    content: "􏖿"
}

.fad.fa-star:after {
    content: "􏀅"
}

.fad.fa-star-and-crescent:after {
    content: "􏚙"
}

.fad.fa-star-christmas:after {
    content: "􏟔"
}

.fad.fa-star-exclamation:after {
    content: "􏋳"
}

.fad.fa-star-half:after {
    content: "􏂉"
}

.fad.fa-star-half-alt:after {
    content: "􏗀"
}

.fad.fa-star-of-david:after {
    content: "􏚚"
}

.fad.fa-star-of-life:after {
    content: "􏘡"
}

.fad.fa-stars:after {
    content: "􏝢"
}

.fad.fa-steak:after {
    content: "􏠤"
}

.fad.fa-steering-wheel:after {
    content: "􏘢"
}

.fad.fa-step-backward:after {
    content: "􏁈"
}

.fad.fa-step-forward:after {
    content: "􏁑"
}

.fad.fa-stethoscope:after {
    content: "􏃱"
}

.fad.fa-sticky-note:after {
    content: "􏉉"
}

.fad.fa-stocking:after {
    content: "􏟕"
}

.fad.fa-stomach:after {
    content: "􏘣"
}

.fad.fa-stop:after {
    content: "􏁍"
}

.fad.fa-stop-circle:after {
    content: "􏊍"
}

.fad.fa-stopwatch:after {
    content: "􏋲"
}

.fad.fa-store:after {
    content: "􏕎"
}

.fad.fa-store-alt:after {
    content: "􏕏"
}

.fad.fa-stream:after {
    content: "􏕐"
}

.fad.fa-street-view:after {
    content: "􏈝"
}

.fad.fa-stretcher:after {
    content: "􏠥"
}

.fad.fa-strikethrough:after {
    content: "􏃌"
}

.fad.fa-stroopwafel:after {
    content: "􏕑"
}

.fad.fa-subscript:after {
    content: "􏄬"
}

.fad.fa-subway:after {
    content: "􏈹"
}

.fad.fa-suitcase:after {
    content: "􏃲"
}

.fad.fa-suitcase-rolling:after {
    content: "􏗁"
}

.fad.fa-sun:after {
    content: "􏆅"
}

.fad.fa-sun-cloud:after {
    content: "􏝣"
}

.fad.fa-sun-dust:after {
    content: "􏝤"
}

.fad.fa-sun-haze:after {
    content: "􏝥"
}

.fad.fa-sunglasses:after {
    content: "􏢒"
}

.fad.fa-sunrise:after {
    content: "􏝦"
}

.fad.fa-sunset:after {
    content: "􏝧"
}

.fad.fa-superscript:after {
    content: "􏄫"
}

.fad.fa-surprise:after {
    content: "􏗂"
}

.fad.fa-swatchbook:after {
    content: "􏗃"
}

.fad.fa-swimmer:after {
    content: "􏗄"
}

.fad.fa-swimming-pool:after {
    content: "􏗅"
}

.fad.fa-sword:after {
    content: "􏜜"
}

.fad.fa-swords:after {
    content: "􏜝"
}

.fad.fa-synagogue:after {
    content: "􏚛"
}

.fad.fa-sync:after {
    content: "􏀡"
}

.fad.fa-sync-alt:after {
    content: "􏋱"
}

.fad.fa-syringe:after {
    content: "􏒎"
}

.fad.fa-table:after {
    content: "􏃎"
}

.fad.fa-table-tennis:after {
    content: "􏑝"
}

.fad.fa-tablet:after {
    content: "􏄊"
}

.fad.fa-tablet-alt:after {
    content: "􏏺"
}

.fad.fa-tablet-android:after {
    content: "􏏻"
}

.fad.fa-tablet-android-alt:after {
    content: "􏏼"
}

.fad.fa-tablet-rugged:after {
    content: "􏒏"
}

.fad.fa-tablets:after {
    content: "􏒐"
}

.fad.fa-tachometer:after {
    content: "􏃤"
}

.fad.fa-tachometer-alt:after {
    content: "􏏽"
}

.fad.fa-tachometer-alt-average:after {
    content: "􏘤"
}

.fad.fa-tachometer-alt-fast:after {
    content: "􏘥"
}

.fad.fa-tachometer-alt-fastest:after {
    content: "􏘦"
}

.fad.fa-tachometer-alt-slow:after {
    content: "􏘧"
}

.fad.fa-tachometer-alt-slowest:after {
    content: "􏘨"
}

.fad.fa-tachometer-average:after {
    content: "􏘩"
}

.fad.fa-tachometer-fast:after {
    content: "􏘪"
}

.fad.fa-tachometer-fastest:after {
    content: "􏘫"
}

.fad.fa-tachometer-slow:after {
    content: "􏘬"
}

.fad.fa-tachometer-slowest:after {
    content: "􏘭"
}

.fad.fa-taco:after {
    content: "􏠦"
}

.fad.fa-tag:after {
    content: "􏀫"
}

.fad.fa-tags:after {
    content: "􏀬"
}

.fad.fa-tally:after {
    content: "􏚜"
}

.fad.fa-tanakh:after {
    content: "􏠧"
}

.fad.fa-tape:after {
    content: "􏓛"
}

.fad.fa-tasks:after {
    content: "􏂮"
}

.fad.fa-tasks-alt:after {
    content: "􏠨"
}

.fad.fa-taxi:after {
    content: "􏆺"
}

.fad.fa-teeth:after {
    content: "􏘮"
}

.fad.fa-teeth-open:after {
    content: "􏘯"
}

.fad.fa-temperature-frigid:after {
    content: "􏝨"
}

.fad.fa-temperature-high:after {
    content: "􏝩"
}

.fad.fa-temperature-hot:after {
    content: "􏝪"
}

.fad.fa-temperature-low:after {
    content: "􏝫"
}

.fad.fa-tenge:after {
    content: "􏟗"
}

.fad.fa-tennis-ball:after {
    content: "􏑞"
}

.fad.fa-terminal:after {
    content: "􏄠"
}

.fad.fa-text:after {
    content: "􏢓"
}

.fad.fa-text-height:after {
    content: "􏀴"
}

.fad.fa-text-size:after {
    content: "􏢔"
}

.fad.fa-text-width:after {
    content: "􏀵"
}

.fad.fa-th:after {
    content: "􏀊"
}

.fad.fa-th-large:after {
    content: "􏀉"
}

.fad.fa-th-list:after {
    content: "􏀋"
}

.fad.fa-theater-masks:after {
    content: "􏘰"
}

.fad.fa-thermometer:after {
    content: "􏒑"
}

.fad.fa-thermometer-empty:after {
    content: "􏋋"
}

.fad.fa-thermometer-full:after {
    content: "􏋇"
}

.fad.fa-thermometer-half:after {
    content: "􏋉"
}

.fad.fa-thermometer-quarter:after {
    content: "􏋊"
}

.fad.fa-thermometer-three-quarters:after {
    content: "􏋈"
}

.fad.fa-theta:after {
    content: "􏚞"
}

.fad.fa-thumbs-down:after {
    content: "􏅥"
}

.fad.fa-thumbs-up:after {
    content: "􏅤"
}

.fad.fa-thumbtack:after {
    content: "􏂍"
}

.fad.fa-thunderstorm:after {
    content: "􏝬"
}

.fad.fa-thunderstorm-moon:after {
    content: "􏝭"
}

.fad.fa-thunderstorm-sun:after {
    content: "􏝮"
}

.fad.fa-ticket:after {
    content: "􏅅"
}

.fad.fa-ticket-alt:after {
    content: "􏏿"
}

.fad.fa-tilde:after {
    content: "􏚟"
}

.fad.fa-times:after {
    content: "􏀍"
}

.fad.fa-times-circle:after {
    content: "􏁗"
}

.fad.fa-times-hexagon:after {
    content: "􏋮"
}

.fad.fa-times-octagon:after {
    content: "􏋰"
}

.fad.fa-times-square:after {
    content: "􏋓"
}

.fad.fa-tint:after {
    content: "􏁃"
}

.fad.fa-tint-slash:after {
    content: "􏗇"
}

.fad.fa-tire:after {
    content: "􏘱"
}

.fad.fa-tire-flat:after {
    content: "􏘲"
}

.fad.fa-tire-pressure-warning:after {
    content: "􏘳"
}

.fad.fa-tire-rugged:after {
    content: "􏘴"
}

.fad.fa-tired:after {
    content: "􏗈"
}

.fad.fa-toggle-off:after {
    content: "􏈄"
}

.fad.fa-toggle-on:after {
    content: "􏈅"
}

.fad.fa-toilet:after {
    content: "􏟘"
}

.fad.fa-toilet-paper:after {
    content: "􏜞"
}

.fad.fa-toilet-paper-alt:after {
    content: "􏜟"
}

.fad.fa-tombstone:after {
    content: "􏜠"
}

.fad.fa-tombstone-alt:after {
    content: "􏜡"
}

.fad.fa-toolbox:after {
    content: "􏕒"
}

.fad.fa-tools:after {
    content: "􏟙"
}

.fad.fa-tooth:after {
    content: "􏗉"
}

.fad.fa-toothbrush:after {
    content: "􏘵"
}

.fad.fa-torah:after {
    content: "􏚠"
}

.fad.fa-torii-gate:after {
    content: "􏚡"
}

.fad.fa-tornado:after {
    content: "􏝯"
}

.fad.fa-tractor:after {
    content: "􏜢"
}

.fad.fa-trademark:after {
    content: "􏉜"
}

.fad.fa-traffic-cone:after {
    content: "􏘶"
}

.fad.fa-traffic-light:after {
    content: "􏘷"
}

.fad.fa-traffic-light-go:after {
    content: "􏘸"
}

.fad.fa-traffic-light-slow:after {
    content: "􏘹"
}

.fad.fa-traffic-light-stop:after {
    content: "􏘺"
}

.fad.fa-train:after {
    content: "􏈸"
}

.fad.fa-tram:after {
    content: "􏟚"
}

.fad.fa-transgender:after {
    content: "􏈤"
}

.fad.fa-transgender-alt:after {
    content: "􏈥"
}

.fad.fa-trash:after {
    content: "􏇸"
}

.fad.fa-trash-alt:after {
    content: "􏋭"
}

.fad.fa-trash-restore:after {
    content: "􏠩"
}

.fad.fa-trash-restore-alt:after {
    content: "􏠪"
}

.fad.fa-trash-undo:after {
    content: "􏢕"
}

.fad.fa-trash-undo-alt:after {
    content: "􏢖"
}

.fad.fa-treasure-chest:after {
    content: "􏜣"
}

.fad.fa-tree:after {
    content: "􏆻"
}

.fad.fa-tree-alt:after {
    content: "􏐀"
}

.fad.fa-tree-christmas:after {
    content: "􏟛"
}

.fad.fa-tree-decorated:after {
    content: "􏟜"
}

.fad.fa-tree-large:after {
    content: "􏟝"
}

.fad.fa-tree-palm:after {
    content: "􏠫"
}

.fad.fa-trees:after {
    content: "􏜤"
}

.fad.fa-triangle:after {
    content: "􏋬"
}

.fad.fa-triangle-music:after {
    content: "􏣢"
}

.fad.fa-trophy:after {
    content: "􏂑"
}

.fad.fa-trophy-alt:after {
    content: "􏋫"
}

.fad.fa-truck:after {
    content: "􏃑"
}

.fad.fa-truck-container:after {
    content: "􏓜"
}

.fad.fa-truck-couch:after {
    content: "􏓝"
}

.fad.fa-truck-loading:after {
    content: "􏓞"
}

.fad.fa-truck-monster:after {
    content: "􏘻"
}

.fad.fa-truck-moving:after {
    content: "􏓟"
}

.fad.fa-truck-pickup:after {
    content: "􏘼"
}

.fad.fa-truck-plow:after {
    content: "􏟞"
}

.fad.fa-truck-ramp:after {
    content: "􏓠"
}

.fad.fa-trumpet:after {
    content: "􏣣"
}

.fad.fa-tshirt:after {
    content: "􏕓"
}

.fad.fa-tty:after {
    content: "􏇤"
}

.fad.fa-turkey:after {
    content: "􏜥"
}

.fad.fa-turntable:after {
    content: "􏣤"
}

.fad.fa-turtle:after {
    content: "􏜦"
}

.fad.fa-tv:after {
    content: "􏉬"
}

.fad.fa-tv-alt:after {
    content: "􏣥"
}

.fad.fa-tv-music:after {
    content: "􏣦"
}

.fad.fa-tv-retro:after {
    content: "􏐁"
}

.fad.fa-typewriter:after {
    content: "􏣧"
}

.fad.fa-umbrella:after {
    content: "􏃩"
}

.fad.fa-umbrella-beach:after {
    content: "􏗊"
}

.fad.fa-underline:after {
    content: "􏃍"
}

.fad.fa-undo:after {
    content: "􏃢"
}

.fad.fa-undo-alt:after {
    content: "􏋪"
}

.fad.fa-unicorn:after {
    content: "􏜧"
}

.fad.fa-union:after {
    content: "􏚢"
}

.fad.fa-universal-access:after {
    content: "􏊚"
}

.fad.fa-university:after {
    content: "􏆜"
}

.fad.fa-unlink:after {
    content: "􏄧"
}

.fad.fa-unlock:after {
    content: "􏂜"
}

.fad.fa-unlock-alt:after {
    content: "􏄾"
}

.fad.fa-upload:after {
    content: "􏂓"
}

.fad.fa-usb-drive:after {
    content: "􏣩"
}

.fad.fa-usd-circle:after {
    content: "􏋨"
}

.fad.fa-usd-square:after {
    content: "􏋩"
}

.fad.fa-user:after {
    content: "􏀇"
}

.fad.fa-user-alt:after {
    content: "􏐆"
}

.fad.fa-user-alt-slash:after {
    content: "􏓺"
}

.fad.fa-user-astronaut:after {
    content: "􏓻"
}

.fad.fa-user-chart:after {
    content: "􏚣"
}

.fad.fa-user-check:after {
    content: "􏓼"
}

.fad.fa-user-circle:after {
    content: "􏊽"
}

.fad.fa-user-clock:after {
    content: "􏓽"
}

.fad.fa-user-cog:after {
    content: "􏓾"
}

.fad.fa-user-cowboy:after {
    content: "􏣪"
}

.fad.fa-user-crown:after {
    content: "􏚤"
}

.fad.fa-user-edit:after {
    content: "􏓿"
}

.fad.fa-user-friends:after {
    content: "􏔀"
}

.fad.fa-user-graduate:after {
    content: "􏔁"
}

.fad.fa-user-hard-hat:after {
    content: "􏠬"
}

.fad.fa-user-headset:after {
    content: "􏠭"
}

.fad.fa-user-injured:after {
    content: "􏜨"
}

.fad.fa-user-lock:after {
    content: "􏔂"
}

.fad.fa-user-md:after {
    content: "􏃰"
}

.fad.fa-user-md-chat:after {
    content: "􏠮"
}

.fad.fa-user-minus:after {
    content: "􏔃"
}

.fad.fa-user-music:after {
    content: "􏣫"
}

.fad.fa-user-ninja:after {
    content: "􏔄"
}

.fad.fa-user-nurse:after {
    content: "􏠯"
}

.fad.fa-user-plus:after {
    content: "􏈴"
}

.fad.fa-user-secret:after {
    content: "􏈛"
}

.fad.fa-user-shield:after {
    content: "􏔅"
}

.fad.fa-user-slash:after {
    content: "􏔆"
}

.fad.fa-user-tag:after {
    content: "􏔇"
}

.fad.fa-user-tie:after {
    content: "􏔈"
}

.fad.fa-user-times:after {
    content: "􏈵"
}

.fad.fa-users:after {
    content: "􏃀"
}

.fad.fa-users-class:after {
    content: "􏘽"
}

.fad.fa-users-cog:after {
    content: "􏔉"
}

.fad.fa-users-crown:after {
    content: "􏚥"
}

.fad.fa-users-medical:after {
    content: "􏠰"
}

.fad.fa-utensil-fork:after {
    content: "􏋣"
}

.fad.fa-utensil-knife:after {
    content: "􏋤"
}

.fad.fa-utensil-spoon:after {
    content: "􏋥"
}

.fad.fa-utensils:after {
    content: "􏋧"
}

.fad.fa-utensils-alt:after {
    content: "􏋦"
}

.fad.fa-value-absolute:after {
    content: "􏚦"
}

.fad.fa-vector-square:after {
    content: "􏗋"
}

.fad.fa-venus:after {
    content: "􏈡"
}

.fad.fa-venus-double:after {
    content: "􏈦"
}

.fad.fa-venus-mars:after {
    content: "􏈨"
}

.fad.fa-vhs:after {
    content: "􏣬"
}

.fad.fa-vial:after {
    content: "􏒒"
}

.fad.fa-vials:after {
    content: "􏒓"
}

.fad.fa-video:after {
    content: "􏀽"
}

.fad.fa-video-plus:after {
    content: "􏓡"
}

.fad.fa-video-slash:after {
    content: "􏓢"
}

.fad.fa-vihara:after {
    content: "􏚧"
}

.fad.fa-violin:after {
    content: "􏣭"
}

.fad.fa-voicemail:after {
    content: "􏢗"
}

.fad.fa-volcano:after {
    content: "􏝰"
}

.fad.fa-volleyball-ball:after {
    content: "􏑟"
}

.fad.fa-volume:after {
    content: "􏚨"
}

.fad.fa-volume-down:after {
    content: "􏀧"
}

.fad.fa-volume-mute:after {
    content: "􏚩"
}

.fad.fa-volume-off:after {
    content: "􏀦"
}

.fad.fa-volume-slash:after {
    content: "􏋢"
}

.fad.fa-volume-up:after {
    content: "􏀨"
}

.fad.fa-vote-nay:after {
    content: "􏝱"
}

.fad.fa-vote-yea:after {
    content: "􏝲"
}

.fad.fa-vr-cardboard:after {
    content: "􏜩"
}

.fad.fa-wagon-covered:after {
    content: "􏣮"
}

.fad.fa-walker:after {
    content: "􏠱"
}

.fad.fa-walkie-talkie:after {
    content: "􏣯"
}

.fad.fa-walking:after {
    content: "􏕔"
}

.fad.fa-wallet:after {
    content: "􏕕"
}

.fad.fa-wand:after {
    content: "􏜪"
}

.fad.fa-wand-magic:after {
    content: "􏜫"
}

.fad.fa-warehouse:after {
    content: "􏒔"
}

.fad.fa-warehouse-alt:after {
    content: "􏒕"
}

.fad.fa-washer:after {
    content: "􏢘"
}

.fad.fa-watch:after {
    content: "􏋡"
}

.fad.fa-watch-calculator:after {
    content: "􏣰"
}

.fad.fa-watch-fitness:after {
    content: "􏘾"
}

.fad.fa-water:after {
    content: "􏝳"
}

.fad.fa-water-lower:after {
    content: "􏝴"
}

.fad.fa-water-rise:after {
    content: "􏝵"
}

.fad.fa-wave-sine:after {
    content: "􏢙"
}

.fad.fa-wave-square:after {
    content: "􏠾"
}

.fad.fa-wave-triangle:after {
    content: "􏢚"
}

.fad.fa-waveform:after {
    content: "􏣱"
}

.fad.fa-waveform-path:after {
    content: "􏣲"
}

.fad.fa-webcam:after {
    content: "􏠲"
}

.fad.fa-webcam-slash:after {
    content: "􏠳"
}

.fad.fa-weight:after {
    content: "􏒖"
}

.fad.fa-weight-hanging:after {
    content: "􏗍"
}

.fad.fa-whale:after {
    content: "􏜬"
}

.fad.fa-wheat:after {
    content: "􏜭"
}

.fad.fa-wheelchair:after {
    content: "􏆓"
}

.fad.fa-whistle:after {
    content: "􏑠"
}

.fad.fa-wifi:after {
    content: "􏇫"
}

.fad.fa-wifi-1:after {
    content: "􏚪"
}

.fad.fa-wifi-2:after {
    content: "􏚫"
}

.fad.fa-wifi-slash:after {
    content: "􏚬"
}

.fad.fa-wind:after {
    content: "􏜮"
}

.fad.fa-wind-turbine:after {
    content: "􏢛"
}

.fad.fa-wind-warning:after {
    content: "􏝶"
}

.fad.fa-window:after {
    content: "􏐎"
}

.fad.fa-window-alt:after {
    content: "􏐏"
}

.fad.fa-window-close:after {
    content: "􏐐"
}

.fad.fa-window-maximize:after {
    content: "􏋐"
}

.fad.fa-window-minimize:after {
    content: "􏋑"
}

.fad.fa-window-restore:after {
    content: "􏋒"
}

.fad.fa-windsock:after {
    content: "􏝷"
}

.fad.fa-wine-bottle:after {
    content: "􏜯"
}

.fad.fa-wine-glass:after {
    content: "􏓣"
}

.fad.fa-wine-glass-alt:after {
    content: "􏗎"
}

.fad.fa-won-sign:after {
    content: "􏅙"
}

.fad.fa-wreath:after {
    content: "􏟢"
}

.fad.fa-wrench:after {
    content: "􏂭"
}

.fad.fa-x-ray:after {
    content: "􏒗"
}

.fad.fa-yen-sign:after {
    content: "􏅗"
}

.fad.fa-yin-yang:after {
    content: "􏚭"
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url("/includes/libs/fontawesome/webfonts/fa-light-300.eot?");
    src: url("/includes/libs/fontawesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/includes/libs/fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("/includes/libs/fontawesome/webfonts/fa-light-300.woff") format("woff"), url("/includes/libs/fontawesome/webfonts/fa-light-300.ttf") format("truetype"), url("/includes/libs/fontawesome/webfonts/fa-light-300.svg#fontawesome") format("svg")
}

.fal {
    font-family: 'FontAwesome';
    font-weight: 300
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("/Institutions/Barry-University/styles/fonts/fa-regular-400.eot?");
    src: url("/Institutions/Barry-University/styles/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/Institutions/Barry-University/styles/fonts/fa-regular-400.woff2") format("woff2"), url("/Institutions/Barry-University/styles/fonts/fa-regular-400.woff") format("woff"), url("/Institutions/Barry-University/styles/fonts/fa-regular-400.ttf") format("truetype"), url("/Institutions/Barry-University/styles/fonts/fa-regular-400.svg#fontawesome") format("svg")
}

.far {
    font-family: 'FontAwesome';
    font-weight: 400
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("/Institutions/Barry-University/styles/fonts/fa-solid-900.eot?");
    src: url("/Institutions/Barry-University/styles/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/Institutions/Barry-University/styles/fonts/fa-solid-900.woff2") format("woff2"), url("") format("woff"), url("/Institutions/Barry-University/styles/fonts/fa-solid-900.ttf") format("truetype"), url("/Institutions/Barry-University/styles/fonts/fa-solid-900.svg#fontawesome") format("svg")
}

.fa,
.fas {
    font-family: 'FontAwesome';
    font-weight: 900
}

.listseparator ul {
    padding: 0 !important
}

.listseparator li {
    display: inline-block;
    padding: 4px !important;
    background: none !important
}

i.listseparator {
    border-left: 1px solid #bbbbb9
}

.athletics .schedule .padH10 {
    position: relative
}

.athletics .schedule .padH10 a.add-to-calendar {
    display: block;
    margin: 5px 0 12px
}

.add-to-calendar {
    bottom: inherit;
    color: #31302e;
    font-size: 12px;
    line-height: 17px;
    outline: medium none;
    padding: 2px 0;
    height: 17px;
    transition: all .3s ease-out 0s;
    border: 1px solid transparent
}

.add-to-calendar span {
    line-height: 100%;
    padding: 0 5px 0 0;
    position: relative;
    font-size: 10px
}

.athletics .schedule td.date {
    background-color: #efefef
}

.schedule .homegame .padH10 {
    padding: 10px
}

.schedule .homegame .padH10 a.button {
    position: relative
}

.calendar_holder {
    margin: 10px 0 0 0;
    position: relative;
    padding: 10px 20px
}

.calendar {
    background: transparent;
    border-spacing: 0;
    font-size: 1.3em;
    width: 95%;
    margin-bottom: 7px
}

.calendar caption {
    color: #333 !important;
    text-transform: uppercase;
    font-size: 1.3em;
    padding: 0 0 10px 0;
    text-align: left
}

.calendar thead th {
    color: #ac1f2d;
    padding: 3px;
    text-align: center
}

.calendar tbody td {
    color: #333;
    text-align: center;
    padding: 6px 3px;
    line-height: 1.4em;
    border: 1px solid #eaeaea;
    background-color: #fff
}

.calendar tbody td.today {
    font-weight: bold
}

.calendar tbody td.active {
    background-color: #ac1f2d;
    color: #fff
}

.calendar tbody td a {
    display: block;
    color: #fff !important;
    text-decoration: none !important
}

.calendar tbody td.not-in-month {
    color: #dedede !important;
    background-color: #f6f6f6
}

.calendar_nav,
.events_foot .nav {
    position: relative;
    float: right
}

.calendar_nav a,
.events_foot .nav a {
    top: 5px
}

.calendar_nav a,
.events_foot a.prev,
.events_foot a.next {
    background: url(/includes/img/calendar-of-events/nav-arrows.png?embed) no-repeat;
    height: 11px;
    position: absolute;
    width: 10px;
    text-decoration: none !important
}

.calendar_nav a.prev,
.events_foot a.prev {
    background-position: 0 0;
    right: 20px
}

.calendar_nav a.prev:hover,
.events_foot a.prev:hover {
    background-position: -10px 0
}

.calendar_nav a.next,
.events_foot a.next {
    background-position: -30px 0;
    right: 0
}

.calendar_nav a.next:hover,
.events_foot a.next:hover {
    background-position: -20px 0
}

.athletics .calendar_nav a.prev,
.athletics .events_foot a.prev {
    background-position: 0 -11px
}

.athletics .calendar_nav a.prev:hover,
.athletics .events_foot a.prev:hover {
    background-position: -10px -11px
}

.athletics .calendar_nav a.next,
.athletics .events_foot a.next {
    background-position: -30px -11px
}

.athletics .calendar_nav a.next:hover,
.athletics .events_foot a.next:hover {
    background-position: -20px -11px
}

.calendar-of-events .calendar_nav a.prev,
.calendar-of-events .events_foot a.prev,
.dotted .calendar_nav a.prev,
.dotted .events_foot a.prev {
    background-position: 0 -22px
}

.calendar-of-events .calendar_nav a.prev:hover,
.calendar-of-events .events_foot a.prev:hover,
.dotted .calendar_nav a.prev:hover,
.dotted .events_foot a.prev:hover {
    background-position: -10px -22px
}

.calendar-of-events .calendar_nav a.next,
.calendar-of-events .events_foot a.next,
.dotted .calendar_nav a.next,
.dotted .events_foot a.next {
    background-position: -30px -22px
}

.calendar-of-events .calendar_nav a.next:hover,
.calendar-of-events .events_foot a.next:hover .dotted .calendar_nav a.next:hover,
.dotted .events_foot a.next:hover {
    background-position: -20px -22px
}

.events_nav,
.events_nav a {
    color: #b44 !important;
    text-decoration: none !important;
    outline: none;
    font-size: .95em
}

.events_nav a.active {
    color: #fff;
    font-weight: bold
}

.events_nav {
    white-space: nowrap
}

.athletics .events_nav,
.athletics .events_nav a {
    color: #69c
}

.athletics .events_nav a.active {
    color: #fff
}

.calendar-of-events .events_nav,
.dotted .events_nav {
    color: #bbb
}

.calendar-of-events .events_nav a,
.dotted .events_nav a {
    color: #06c
}

.calendar-of-events .events_nav a.active,
.dotted .events_nav a.active {
    color: #333
}

.events_holder .norecords {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    padding: 1em 0
}

.events_holder {
    color: #8499ac;
    font-size: 1.2em;
    list-style: none;
    margin: 0 0 14px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 199px
}

.events_body a {
    color: inherit;
    text-decoration: none !important
}

.events_body .date {
    color: #fff
}

.events_body a:hover {
    color: #fff
}

.calendar-of-events .events_body a:hover,
.dotted .events_body a:hover {
    color: #633
}

.athletics .events_body li {
    color: #b1bec9
}

.dotted .events_body li {
    color: #333
}

.dotted .events_body .date {
    color: #900
}

.events_body .desc {
    display: block;
    margin-top: 4px;
    color: #999
}

.events_foot {
    margin-top: 20px;
    display: block
}

.events_foot .link_more {
    clear: both;
    display: block;
    margin-top: 20px
}

#highlights .date_top {
    display: none
}

.calendar-of-events .calendar {
    font-size: .9em;
    line-height: 1.4em;
    width: 100%
}

.calendar-of-events .calendar caption {
    font-size: 16px;
    line-height: 1.4em
}

.calendar-of-events .events_holder .withImage img {
    float: left;
    display: block;
    width: 122px
}

.calendar-of-events {
    border: 1px solid #ac1f2d;
    margin-bottom: 15px
}

.calendar-of-events .title-box:before {
    display: none
}

.calendar-of-events .title-box {
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    background: #ac1f2d;
    padding: 14px 20px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase
}

.calendar-of-events .calendar_holder {
    position: relative;
    zoom: 1
}

.calendar-of-events .events_holder {
    background: none;
    color: #444;
    font-size: 1em;
    line-height: 1.4em;
    width: auto;
    margin: 0;
    list-style: none;
    padding: 0 20px 20px
}

.calendar-of-events .calendar-of-events ul {
    padding-left: 0
}

.calendar-of-events .events_body li {
    color: #333
}

.calendar-of-events .events_body li.event {
    border-bottom: 1px solid #eaeaea;
    padding: 4px 0 10px;
    margin-bottom: 4px
}

.calendar-of-events .events_body li.withImage {
    min-height: 50px
}

.calendar-of-events .events_body li.date_top {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #ac1f2d;
    margin-top: 20px
}

.calendar-of-events .events_body li.date_top:first-child {
    border: none
}

.calendar-of-events .events_body .norecords {
    margin-top: 1em;
    color: #c00;
    font-weight: bold;
    min-height: 0;
    padding: 3em 0
}

.calendar-of-events .events_holder ul {
    list-style: none;
    padding: 0
}

.calendar-of-events .events_holder .info {
    color: #333 !important
}

.calendar-of-events .events_holder .info .teaser {
    color: #777 !important;
    font-size: .9em;
    line-height: 1.4em;
    display: block;
    margin: 6px 0 4px
}

.events_foot .nav span {
    display: none
}

.calendar-of-events .events_holder .date {
    display: none
}

.calendar-of-events .events_nav li,
.calendar-of-events .events_foot li {
    color: #000;
    background: none;
    padding: 0;
    text-align: left
}

.popup {
    position: absolute;
    display: none
}

.infobox {
    background: #f6f6f6;
    color: #333;
    padding: 20px 30px 30px;
    font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', sans-serif;
    font-style: normal;
    z-index: 11000;
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: -100%;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.infobox h5 {
    margin: .5em 0 1em 0;
    padding: 0;
    font-size: 1.3em;
    color: #000 !important;
    font-weight: bold !important
}

.infobox h3 {
    margin: .5em 0 1em 0;
    padding: 0;
    font-size: 1.5em;
    color: #333 !important;
    font-weight: bold !important;
    text-transform: uppercase
}

.infobox table {
    background: #fff;
    border-collapse: collapse;
    margin-bottom: 1em;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.infobox table th,
.infobox table td {
    border-bottom: 1px solid #ccc;
    color: #333;
    padding: .6em;
    vertical-align: top;
    width: 50%;
    text-align: left;
    border-right: 1px solid #ccc
}

.infobox table th span {
    font-weight: normal
}

.infobox ul {
    font-weight: normal
}

.infobox .close,
.infobox .close:hover {
    color: #c41230;
    font-size: 1.4em;
    float: right;
    font-family: 'Lucida Console', Menlo, Consolas, Monospace;
    font-weight: bold;
    text-decoration: none;
    opacity: 1
}

.btn,
.button {
    display: inline-block;
    text-align: center;
    color: #fff !important;
    margin: .4em 0 .4em;
    line-height: 1.25;
    padding: 8px 16px !important;
    font-size: 16px !important;
    background-color: #d3334a;
    border-radius: 3px;
    border: 0 !important;
    white-space: normal;
    text-decoration: none !important
}

.modal-footer .btn+.btn {
    margin-bottom: .4em
}

.btn-large {
    padding: 12px 20px !important;
    font-size: 16px !important;
    line-height: normal;
    border-radius: 4px
}

.btn-jumbo {
    padding: 16px 26px !important;
    font-size: 20px !important;
    line-height: normal;
    border-radius: 6px
}

.btn-small {
    padding: 5px 15px 7px !important;
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 600
}

.btn-mini {
    padding: 2px 6px !important;
    font-size: 11px !important;
    line-height: 14px
}

.btn:hover,
.button:hover,
.btn.disabled,
.btn[disabled],
.button.disabled,
.button[disabled] {
    text-decoration: none;
    color: #fff !important;
    background-color: #c41230
}

.btn:active,
.btn.active,
.button:active,
.button.active,
.btn:focus,
.btn.focus,
.button:focus,
.button.focus {
    color: #fff !important;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn.disabled,
.btn[disabled],
.button.disabled,
.button[disabled] {
    cursor: default;
    background-color: #b70422;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.btn_facebook {
    background-color: #6079ab
}

.btn_facebook:before {
    font-family: 'FontAwesome Brands';
    content: '';
    padding-right: 10px;
    position: relative
}

.btn_facebook:hover,
.btn_facebook.hover,
.btn_facebook.disabled,
.btn_facebook[disabled] {
    background-color: #3c5a98
}

.btn_facebook:active,
.btn_facebook.active,
.btn_facebook:focus,
.btn_facebook.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(46, 78, 144, .5);
    box-shadow: 0 0 0 2px rgba(46, 78, 144, .5)
}

.default #highlights .loginFrm .btn_facebook,
.default #highlights .loginFrm .btn_facebook:hover {
    color: #3c5a98 !important
}

.btn_twitter {
    background-color: #26c3eb
}

.btn_twitter:before {
    font-family: 'FontAwesome Brands';
    content: '';
    padding-right: 10px;
    position: relative
}

.btn_twitter:hover,
.btn_twitter.hover,
.btn_twitter.disabled,
.btn_twitter[disabled] {
    background-color: #00a2e1
}

.btn_twitter:active,
.btn_twitter.active,
.btn_twitter:focus,
.btn_twitter.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 162, 225, .5);
    box-shadow: 0 0 0 2px rgba(0, 162, 225, .5)
}

.btn_linkedin {
    background-color: #3082cc
}

.btn_linkedin:before {
    font-family: 'FontAwesome Brands';
    content: '';
    padding-right: 10px;
    position: relative
}

.btn_linkedin:hover,
.btn_linkedin.hover,
.btn_linkedin.disabled,
.btn_linkedin[disabled] {
    background-color: #0c3ba2
}

.btn_linkedin:active,
.btn_linkedin.active,
.btn_linkedin:focus,
.btn_linkedin.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(12, 59, 162, .5);
    box-shadow: 0 0 0 2px rgba(12, 59, 162, .5)
}

.btn_youtube {
    background-color: #e62117
}

.btn_youtube:before {
    font-family: 'FontAwesome Brands';
    content: '';
    padding-right: 10px;
    position: relative
}

.btn_youtube:hover,
.btn_youtube.hover,
.btn_youtube.disabled,
.btn_youtube[disabled] {
    background-color: #cc181e
}

.btn_youtube:active,
.btn_youtube.active,
.btn_youtube:focus,
.btn_youtube.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(230, 33, 23, .5);
    box-shadow: 0 0 0 2px rgba(230, 33, 23, .5)
}

.btn_instagram {
    background-color: #2e5b7f
}

.btn_instagram:before {
    font-family: 'FontAwesome Brands';
    content: '';
    padding-right: 10px;
    position: relative
}

.btn_instagram:hover,
.btn_instagram.hover,
.btn_instagram.disabled,
.btn_instagram[disabled] {
    background-color: #234c6d
}

.btn_instagram:active,
.btn_instagram.active,
.btn_instagram:focus,
.btn_instagram.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(46, 92, 128, .5);
    box-shadow: 0 0 0 2px rgba(46, 92, 128, .5)
}

.btn_g_plus {
    color: #333 !important;
    background-color: #e6e6e6
}

.btn_g_plus:before {
    font-family: 'FontAwesome Brands';
    content: '';
    padding-right: 10px;
    position: relative
}

.btn_g_plus:hover,
.btn_g_plus.hover,
.btn_g_plus.disabled,
.btn_g_plus[disabled] {
    color: #333 !important;
    background-color: #c2c1c1
}

.btn_g_plus:active,
.btn_g_plus.active,
.btn_g_plus:focus,
.btn_g_plus.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(194, 193, 193, .5);
    box-shadow: 0 0 0 2px rgba(194, 193, 193, .5)
}

.btn_mail {
    background-color: #d9534f
}

.btn_mail:before {
    font-family: 'FontAwesome';
    content: '';
    padding-right: 10px;
    position: relative
}

.btn_mail:hover,
.btn_mail.hover,
.btn_mail.disabled,
.btn_mail[disabled] {
    background-color: #c9302c
}

.btn_mail:active,
.btn_mail.active,
.btn_mail:focus,
.btn_mail.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(201, 48, 44, .5);
    box-shadow: 0 0 0 2px rgba(201, 48, 44, .5)
}

.btn_snapchat {
    background-color: #f1ed33;
    color: #333 !important
}

.btn_snapchat:before {
    font-family: 'FontAwesome Brands';
    content: '';
    color: #fff;
    text-shadow: 0 0 1px #333;
    padding-right: 10px;
    position: relative
}

.btn_snapchat:hover,
.btn_snapchat.hover,
.btn_snapchat.disabled,
.btn_snapchat[disabled] {
    background-color: #efea11;
    color: #222 !important
}

.btn_snapchat:active,
.btn_snapchat.active,
.btn_snapchat:focus,
.btn_snapchat.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(222, 218, 11, .5);
    box-shadow: 0 0 0 2px rgba(222, 218, 11, .5)
}

.default #highlights .loginFrm .btn_login,
.default #highlights .loginFrm .btn_login:hover,
.default #highlights .loginFrm .btn_facebook,
.default #highlights .loginFrm .btn_facebook:hover,
.btn-white,
.btn-white:hover {
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75)
}

.btn-teal {
    background-color: #287da4;
    background-repeat: repeat-x
}

.btn-teal:hover,
.btn-teal.hover,
.btn-teal.disabled,
.btn-teal[disabled] {
    background-color: #246f93
}

.btn-teal:active,
.btn-teal.active,
.btn-teal:focus,
.btn-teal.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(36, 111, 147, .5);
    box-shadow: 0 0 0 2px rgba(36, 111, 47, .5)
}

.btn-black {
    background-color: #414141;
    background-repeat: repeat-x
}

.btn-black:hover,
.btn-black.hover,
.btn-black.disabled,
.btn-black[disabled] {
    background-color: #222
}

.btn-black:active,
.btn-black.active,
.btn-black:focus,
.btn-black.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(34, 34, 34, .5);
    box-shadow: 0 0 0 2px rgba(34, 34, 34, .5)
}

.default #highlights .loginFrm .btn_login,
.default #highlights .loginFrm .btn_facebook,
.btn-white {
    color: #333;
    background-color: #eff3f6;
    background-repeat: repeat-x
}

.default #highlights .loginFrm .btn_login:hover,
.default #highlights .loginFrm .btn_login.hover,
.default #highlights .loginFrm .btn_login.disabled,
.default #highlights .loginFrm .btn_login[disabled],
.default #highlights .loginFrm .btn_facebook:hover,
.default #highlights .loginFrm .btn_facebook.hover,
.default #highlights .loginFrm .btn_facebook.disabled,
.default #highlights .loginFrm .btn_facebook[disabled],
.btn-white:hover,
.btn-white.hover,
.btn-white.disabled,
.btn-white[disabled] {
    color: #333;
    background-color: #e6ebf1
}

.default #highlights .loginFrm .btn_login:active,
.default #highlights .loginFrm .btn_login.active,
.default #highlights .loginFrm .btn_login:focus,
.default #highlights .loginFrm .btn_login.focus,
.default #highlights .loginFrm .btn_facebook:active,
.default #highlights .loginFrm .btn_facebook.active,
.default #highlights .loginFrm .btn_facebook:focus,
.default #highlights .loginFrm .btn_facebook.focus,
.btn-white:active,
.btn-white.active,
.btn-white:focus,
.btn-white.focus {
    color: #333 !important;
    -webkit-box-shadow: 0 0 0 2px rgba(230, 235, 241, .5);
    box-shadow: 0 0 0 2px rgba(230, 235, 241, .5)
}

.btn-darkgray {
    background-color: #7f8487;
    background-repeat: repeat-x
}

.btn-darkgray:hover,
.btn-darkgray.hover,
.btn-darkgray.disabled,
.btn-darkgray[disabled] {
    background-color: #6d7375
}

.btn-darkgray:active,
.btn-darkgray.active,
.btn-darkgray:focus,
.btn-darkgray.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(109, 115, 117, .5);
    box-shadow: 0 0 0 2px rgba(109, 115, 117, .5)
}

.btn-green {
    background-color: #008a00;
    background-repeat: repeat-x
}

.btn-green:hover,
.btn-green.hover,
.btn-green.disabled,
.btn-green[disabled] {
    background-color: #449d44
}

.btn-green:active,
.btn-green.active,
.btn-green:focus,
.btn-green.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-yellow {
    color: #353535 !important;
    background-color: #f7ba00;
    background-repeat: repeat-x
}

.btn-yellow:hover,
.btn-yellow.hover,
.btn-yellow.disabled,
.btn-yellow[disabled] {
    background-color: #ec971f
}

.btn-yellow:active,
.btn-yellow.active,
.btn-yellow:focus,
.btn-yellow.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
    box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.messaging .btn-group .dropdown-toggle {
    width: 100%
}

.messaging .btn-group .dropdown-menu {
    padding: 0;
    width: 100%;
    min-width: 165px
}

.messaging .btn-group .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.messaging .btn-group .dropdown-menu li:last-child {
    border-bottom: 0
}

.messaging .btn-group .dropdown-menu li a {
    padding: 0;
    font-size: 1em;
    height: 37px
}

.messaging .btn-group .dropdown-menu li a span {
    padding: 0;
    display: inline-block;
    margin-top: 8px
}

.messaging .btn-group i.fa-comment-alt,
.messaging .btn-group i.fa-comment-dots {
    margin-right: 6px;
    font-size: 14px
}

.messaging .btn-group .dropdown-menu li a i {
    padding: 10px;
    margin-right: 10px;
    font-size: 1.25em;
    display: inline-block;
    float: left;
    width: 40px;
    text-align: center;
    color: #fff
}

.messaging .btn-group .dropdown-menu li a i.apple-business-chat {
    background-color: #18c534
}

.messaging .btn-group .dropdown-menu li a i.facebook-messenger {
    background-color: #0183ff
}

.messaging .btn-group .dropdown-menu li a i.live-engage {
    background-color: #ff9701
}

.messaging .btn-group .dropdown-menu li a i.email-us {
    background-color: #c41230
}

.messaging .btn-group .dropdown-menu li a i.whatsapp {
    background-color: #26d366
}

.messaging .btn-group .dropdown-menu li a i.sms-icon {
    background-color: #d9534f
}

.messaging *[class^="col-"] {
    padding: 0
}

.btn-group .btn {
    margin: 0;
    height: 40px;
    padding: .84rem 2rem !important;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff
}

.btn-group .caret {
    margin-left: 7px
}

.btn-group .dropdown-menu {
    -webkit-border-radius: 0;
    border-radius: 0
}

#content-holder .localized {
    margin-bottom: 10px
}

#content-holder .localized a,
#content-holder .localized button {
    background-color: #7f8487;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 30px;
    width: 100%;
    text-decoration: none;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    text-align: left
}

#content-holder .localized button {
    padding: 0;
    line-height: 40px
}

#content-holder .localized a:hover,
#content-holder .localized a:active,
#content-holder .localized a:focus,
#content-holder .localized button:hover,
#content-holder .localized button:active,
#content-holder .localized button:focus {
    background-color: #666
}

#content-holder .localized a i,
#content-holder .localized button i {
    background-color: #666;
    color: #fff;
    float: left;
    display: block;
    position: relative;
    line-height: 40px;
    padding: 0 14px;
    margin-right: 20px
}

#content-holder .localized ul.dropdown-menu {
    width: 100%;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #7f8487
}

#content-holder .localized ul.dropdown-menu {
    padding-top: 5px;
    padding-bottom: 5px
}

#content-holder .localized .dropdown-menu li {
    text-indent: 20px
}

#content-holder .localized .dropdown-menu li a:hover {
    background-color: #7f8487;
    color: #f7ba00
}

#content-holder .localized a span {
    color: #fff;
    display: block;
    position: relative;
    line-height: 40px;
    padding: 0 30px
}

#content-holder .localized button span.caret {
    position: absolute;
    right: 5%;
    top: 45%
}

.btn-group .message-us {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    position: relative;
    border: none;
    padding: 0;
    text-align: left
}

.btn-group .message-us i.fa-comment-dots {
    background-color: #027302;
    color: #fff;
    float: left;
    display: block;
    position: relative;
    line-height: 40px;
    padding: 0 14px;
    margin-right: 20px
}

.btn-group .message-us span.title {
    color: #fff;
    display: inline-block;
    position: relative;
    line-height: 40px;
    padding: 0
}

.btn-group .message-us i.fa-caret-down {
    color: #fff;
    display: inline-block;
    position: relative;
    float: right;
    line-height: 40px;
    padding: 0 10px 0 20px;
    font-size: 16px
}

#lpChatButton1 div {
    width: 100%;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important
}

#lpChatButton1 div>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

#lpChatButton1 div>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.chat-button .far,
.chat-button .fas,
.chat-button .fab {
    margin-right: 5px
}

.LPMcontainer {
    display: inline-block !important
}

.chat-button-online {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 5px 15px 7px;
    background-color: #5cb85c;
    background-repeat: repeat-x;
    border-radius: 3px;
    line-height: 16px
}

.chat-button-online:hover,
.chat-button-online.hover,
.chat-button-online.disabled,
.chat-button-online[disabled] {
    background-color: #449d44
}

.chat-button-online:active,
.chat-button-online.active,
.chat-button-online:focus,
.chat-button-online.focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.chat-button-busy {
    display: none
}

.chat-button-offline {
    display: none
}

@media(max-width:767px) {
    .chat-button:after {
        display: none
    }
}

.messenger {
    margin: 6px 8px 0 0;
    display: inline-block;
    position: relative;
    padding: 0 15px 3px 14px;
    background-color: #fff;
    border-radius: 3px
}

.messenger a {
    display: inline-block;
    color: #0084ff;
    text-decoration: none;
    position: relative;
    margin: 3px 0 0 0
}

.messenger svg {
    height: 2rem;
    width: 2rem;
    float: left;
    padding: 0 3px 0 0;
    margin: 4px 3px 0 0
}

.messenger svg path {
    fill: #0084ff
}

.apple-business-chat-button-container img {
    width: 163px
}

@media only screen and (min-width:310px) and (max-width:500px) {
    #lpSMSButton {
        font-size: 16px !important;
        position: fixed;
        bottom: -75px;
        left: 0;
        right: 0;
        height: 50px;
        z-index: 1000;
        background-color: #d3334a;
        text-align: center;
        width: 80%;
        margin: auto;
        padding: 10px;
        border-radius: 30px;
        border: 2px solid #fff
    }
    #lpSMSButton a {
        color: #fff
    }
    .custom-icon {
        background: #d3334a;
        border-radius: 100%;
        border: 2px solid #fff;
        color: #fff;
        font-size: 14px !important;
        height: 30px;
        padding: 6px;
        text-align: center;
        transition: .5s;
        vertical-align: middle;
        width: 30px
    }
    .icon-wrapper {
        display: inline-block
    }
}

.cssanimations.csstransforms #lpSMSButton {
    -webkit-animation: slideUp 1s 1s 1 ease forwards;
    -moz-animation: slideUp 1s 1s 1 ease forwards
}

@-webkit-keyframes slideUp {
    from {
        bottom: -75px;
        left: 0
    }
    to {
        bottom: 15px;
        left: 0
    }
}

@-moz-keyframes slideDown {
    from {
        bottom: -75px;
        left: 0
    }
    to {
        bottom: 15px;
        left: 0
    }
}

.slideshow {
    position: relative
}

.slideshow.full {
    position: absolute
}

.slideshow .ytvideo {
    background: #444;
    left: 0;
    position: absolute;
    top: 0
}

.slideshow .button.play-video,
.slideshow .button.view-article {
    position: absolute;
    width: 60px
}

.slideshow .button.view-article:before {
    content: url('//barryustorage.blob.core.windows.net/assets/img/icons/16/page.png');
    position: relative;
    z-index: 999;
    left: -5px;
    top: 1px
}

.slideshow a {
    outline: 0 !important;
    text-decoration: none
}

.slideshow .loader {
    background: url(/includes/img/slideshow/load.gif?embed) no-repeat center center #aaa;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

.slideshow .lone-archive {
    text-align: right
}

.slideshow .lone-archive a {
    color: #000
}

.slideshow .lone-archive a:hover {
    text-decoration: underline
}

.slideshow .slides {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    position: relative
}

.slideshow .with_thumbs {
    background: #323232
}

.slideshow .slides li {
    background: transparent !important;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    margin: 0 !important;
    padding: 0 !important
}

.slideshow .slides .title {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    background: url(/includes/img/slideshow/title.png?embed);
    bottom: 0;
    left: 0;
    color: #fff;
    position: absolute;
    width: 100%
}

.slideshow .slides .title div {
    padding: 3px 12px;
    font-size: 1.5em;
    line-height: 1.2em
}

.slideshow .slides .title div span {
    color: #e2e2c5;
    display: block;
    font-size: .7em
}

.slideshow .thumbsNav {
    background: url(/includes/img/slideshow/ss760_bg.png?embed) repeat-x 0 0;
    margin: 0;
    padding: 8px 0;
    position: relative
}

.slideshow .thumbs {
    left: 25px;
    overflow: hidden;
    position: relative
}

.slideshow .thumbs,
.slideshow .thumbs ul li,
.slideshow .prev,
.slideshow .next,
.slideshow .thumbs ul li img {
    height: 70px
}

.slideshow .thumbs ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute
}

.slideshow .thumbs ul li {
    background: #333 !important;
    cursor: pointer;
    float: left;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 10px 0 0
}

.slideshow .thumbs ul li:last-child {
    margin: 0
}

.slideshow .thumbs ul li img {
    display: block;
    margin: 0
}

.slideshow .prev,
.slideshow .next {
    background: url(/includes/img/slideshow/ss760_controls.png?embed) no-repeat 0 center transparent;
    display: block;
    line-height: 1em;
    position: absolute;
    top: 8px;
    width: 25px
}

.slideshow .next {
    background-position: -25px center;
    right: 0;
    text-align: right
}

.slideshow .prev:hover {
    background-position: -50px center
}

.slideshow .next:hover {
    background-position: -75px center
}

.slideshow .controls {
    padding: 0 0 0 60px;
    height: 3em
}

.slideshow .archive,
.slideshow .onoff {
    border-radius: 0 0 6px 6px;
    color: #fff;
    display: block;
    float: left;
    font-size: .9em;
    font-weight: bold;
    margin-top: 8px;
    text-align: left
}

.slideshow .archive {
    background: #888;
    padding: 5px 15px;
    margin-right: 2px
}

.slideshow .onoff {
    background: #44484c;
    padding: 5px 15px 5px 10px
}

.slideshow .onoff span:first-child {
    background: url(/includes/img/slideshow/ss760_controls.png?embed) no-repeat -100px center;
    display: inline-block;
    width: 15px
}

.slideshow .play span:first-child {
    background-position: -125px center
}

.slideshow .bullets {
    list-style: none;
    padding: 0;
    margin-top: 1em !important;
    height: 9px
}

.slideshow .bullets li {
    float: left;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.slideshow .bullets a {
    background: url(/includes/img/buttons/rotatingbtn.png?embed) no-repeat center top transparent;
    display: block;
    text-decoration: none !important;
    width: 16px;
    margin: 0 4px;
    height: 9px
}

.slideshow .bullets a:hover {
    background-position: center center
}

.slideshow .bullets a.active {
    background-position: center bottom
}

.slideshow .bullets-archive {
    color: #000;
    margin-top: -24px;
    line-height: 1em;
    position: absolute;
    right: 1em
}

.slideshow .bullets-archive:hover {
    text-decoration: underline
}

.slideshow .play:before,
.button.play-video:before {
    border-bottom: 18px solid transparent;
    border-left: 18px solid #fff;
    border-top: 18px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: -18px;
    position: relative;
    top: 50%;
    width: 0;
    z-index: 20
}

.slideshow .play,
.button.play-video {
    border: 2px solid #fff;
    border-radius: 50px 50px 50px 50px;
    box-shadow: none;
    color: #000;
    font-size: 0 !important;
    height: 40px;
    position: absolute;
    right: 95px;
    text-indent: -99999px;
    width: 25px;
    z-index: 10;
    background: #345e83;
    background: -moz-linear-gradient(left, rgba(52, 94, 131, 1) 0%, rgba(53, 64, 78, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(52, 94, 131, .7)), color-stop(100%, rgba(53, 64, 78, .7)));
    background: -webkit-linear-gradient(left, rgba(52, 94, 131, .7) 0%, rgba(53, 64, 78, .7) 100%);
    background: -o-linear-gradient(left, rgba(52, 94, 131, .7) 0%, rgba(53, 64, 78, .7) 100%);
    background: -ms-linear-gradient(left, rgba(52, 94, 131, .7) 0%, rgba(53, 64, 78, .7) 100%);
    background: linear-gradient(to right, rgba(52, 94, 131, .7) 0%, rgba(53, 64, 78, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#345e83', endColorstr='#35404e', GradientType=1);
    padding: 25px 25px
}

.ie9 .slideshow .play,
.ie9 .slideshow .play:hover,
.ie9 .button.play-video,
.ie9 .button.play-video:hover {
    filter: none
}

.slideshow .play:hover,
.button.play-video:hover {
    background: #34404f;
    background: -moz-linear-gradient(left, rgba(52, 94, 131, 1) 0%, rgba(53, 64, 79, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(52, 94, 131, 1)), color-stop(100%, rgba(53, 64, 79, 1)));
    background: -webkit-linear-gradient(left, rgba(52, 94, 131, 1) 0%, rgba(53, 64, 78, 1) 100%);
    background: -o-linear-gradient(left, rgba(52, 94, 131, 1) 0%, rgba(53, 64, 79, 1) 100%);
    background: -ms-linear-gradient(left, rgba(52, 94, 131, 1) 0%, rgba(53, 64, 79, 1) 100%);
    background: linear-gradient(to right, rgba(52, 94, 131, 1) 0%, rgba(53, 64, 79, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#345e83', endColorstr='#35404e', GradientType=1)
}

.ss_245 {
    margin: 0;
    min-height: 140px
}

.ss_245,
.ss_245 .slides,
.ss_245 .slides img,
.ss_245 .loader {
    width: 245px
}

.ss_245 .slides,
.ss_245 .slides li,
.ss_245 .loader {
    height: 140px;
    overflow: hidden
}

.ss_245 .thumbs {
    width: 665px
}

.ss_245 .thumbs ul li {
    width: 159px
}

.ss_245 .button.play-video {
    top: 65px;
    left: 125px
}

.ss_245 .button.view-article {
    top: 65px;
    left: 125px
}

.ss_570 {
    min-height: 233px
}

.ss_570,
.ss_570 .slides,
.ss_570 .slides img,
.ss_570 .loader {
    width: 570px
}

.ss_570 .slides,
.ss_570 .slides li,
.ss_570 .slides img,
.ss_570 .loader {
    height: 233px
}

.ss_570 .thumbsNav {
    background: url(/includes/img/slideshow/ss570_bg.png?embed) repeat-x 0 0
}

.ss_570 .thumbs {
    left: 28px;
    width: 514px
}

.ss_570 .thumbsNav,
.ss_570 .thumbs,
.ss_570 .thumbs ul li,
.ss_570 .prev,
.ss_570 .next,
.ss_570 .thumbs ul li img {
    height: 50px
}

.ss_570 .prev,
.ss_570 .next {
    background: url(/includes/img/slideshow/ss570_controls.png?embed) no-repeat 0 center transparent
}

.ss_570 .prev {
    left: 3px
}

.ss_570 .next {
    right: 2px;
    background-position: -25px center
}

.ss_570 .thumbs ul li {
    width: 121px
}

.ss_570 .thumbs ul li img {
    margin: 0
}

.ss_570 .title div {
    font-size: 1.4em;
    line-height: 1.4em
}

.ss_570 .button.play-video {
    left: 445px;
    top: 128px
}

.ss_570 .button.view-article {
    top: 190px;
    left: 415px
}

.ss_760 {
    min-height: 310px
}

.ss_760,
.ss_760 .slides,
.ss_760 .slides img,
.ss_760 .loader {
    width: 760px
}

.ss_760 .slides,
.ss_760 .slides li,
.ss_760 .slides img,
.ss_760 .loader {
    height: 310px
}

.ss_760 .thumbs {
    width: 710px
}

.ss_760 .thumbs ul li {
    width: 170px
}

.ss_760 .button.play-video {
    top: 190px;
    left: 605px
}

.ss_760 .button.view-article {
    top: 260px;
    left: 575px
}

.ss_800 {
    min-height: 326px
}

.ss_800,
.ss_800 .slides,
.ss_800 .slides img,
.ss_800 .loader {
    width: 800px
}

.ss_800 .slides,
.ss_800 .slides li,
.ss_800 .slides img,
.ss_800 .loader {
    height: 326px
}

.ss_800 .thumbs {
    width: 750px
}

.ss_800 .thumbs ul li {
    width: 142px
}

.ss_800 .button.view-article {
    top: 270px;
    left: 610px
}

.ss_847 {
    min-height: 395px
}

.ss_847,
.ss_847 .slides,
.ss_847 .slides img,
.ss_847 .loader {
    width: 847px
}

.ss_847 .slides,
.ss_847 .slides li,
.ss_847 .slides img,
.ss_847 .loader {
    height: 395px
}

.ss_847 .thumbs {
    width: 750px
}

.ss_847 .thumbs ul li {
    width: 142px
}

.ss_847 .button.view-article {
    top: 270px;
    left: 610px
}

.ss_990 {
    min-height: 310px
}

.ss_990,
.ss_990 .slides,
.ss_990 .slides img,
.ss_990 .loader {
    width: 990px
}

.ss_990 .slides,
.ss_990 .slides li,
.ss_990 .slides img,
.ss_990 .loader {
    height: 310px
}

.ss_990 .thumbs {
    width: 750px
}

.ss_990 .thumbs ul li {
    width: 142px
}

.ss_990.full .bullets {
    margin-left: 0 !important
}

.ss_990 .button.play-video {
    top: 190px;
    left: 790px
}

.ss_990 .button.view-article {
    top: 260px;
    left: 760px
}

.ss_1600 {
    min-height: 310px;
    left: -281px
}

.ss_1600,
.ss_1600 .slides,
.ss_1600 .slides img,
.ss_1600 .loader {
    width: 1600px
}

.ss_1600 .slides,
.ss_1600 .slides li,
.ss_1600 .slides img,
.ss_1600 .loader {
    height: 310px
}

.ss_1600 .thumbs {
    width: 750px
}

.ss_1600 .thumbs ul li {
    width: 142px
}

.ss_1600.full .bullets {
    margin-left: 300px !important
}

.ss_1600 .button.play-video {
    top: 230px;
    left: 760px
}

.ss_1600 .button.view-article {
    top: 270px;
    left: 760px
}

.ss_570.padded,
.ss_570.video {
    margin: 0 0 0 -4px
}

.ss_570.padded,
.ss_570.padded .slides,
.ss_570.padded .slides img,
.ss_570.padded .loader,
.ss_570.video,
.ss_570.video .slides,
.ss_570.video .slides img,
.ss_570.video .loader {
    width: 530px
}

.ss_570.padded .button.play-video {
    left: 415px;
    top: 128px
}

.ss_570.padded .button.view-article {
    top: 190px;
    left: 385px
}

.ss_760.padded,
.ss_760.video {
    margin: 0 0 0 -4px
}

.ss_760.padded,
.ss_760.padded .slides,
.ss_760.padded .slides img,
.ss_760.padded .loader,
.ss_760.video,
.ss_760.video .slides,
.ss_760.video .slides img,
.ss_760.video .loader {
    width: 720px
}

.ss_760.padded .button.play-video {
    top: 190px;
    left: 570px
}

.ss_760.padded .button.view-article {
    top: 260px;
    left: 540px
}

.ss_800.padded,
.ss_800.video {
    margin: 0 0 0 -4px
}

.ss_800.padded,
.ss_800.padded .slides,
.ss_800.padded .slides img,
.ss_800.padded .loader,
.ss_800.video,
.ss_800.video .slides,
.ss_800.video .slides img,
.ss_800.video .loader {
    width: 760px
}

.ss_800.padded .button.view-article {
    top: 270px;
    left: 575px
}

.ss_990.padded,
.ss_990.video {
    margin: 0 0 0 -4px
}

.ss_990.padded,
.ss_990.padded .slides,
.ss_990.padded .slides img,
.ss_990.padded .loader,
.ss_990.video,
.ss_990.video .slides,
.ss_990.video .slides img,
.ss_990.video .loader {
    width: 950px
}

.ss_990.padded .button.play-video {
    left: 760px
}

.ss_990.padded .button.view-article {
    top: 260px;
    left: 730px
}

.ss_570.video,
.ss_570.video .slides,
.ss_570.video .slides li,
.ss_570.video .slides img,
.ss_570.video .loader {
    height: 325px
}

.ss_570.video .button.play-video {
    top: 215px;
    left: 415px
}

.ss_570.video .button.view-article {
    top: 280px;
    left: 385px
}

.ss_760.video,
.ss_760.video .slides,
.ss_760.video .slides li,
.ss_760.video .slides img,
.ss_760.video .loader {
    height: 370px
}

.ss_760.video .button.play-video {
    top: 240px;
    left: 570px
}

.ss_760.video .button.view-article {
    top: 310px;
    left: 540px
}

.ss_800.video,
.ss_800.video .slides,
.ss_800.video .slides li,
.ss_800.video .slides img,
.ss_800.video .loader {
    height: 326px
}

.ss_800 .button.play-video {
    left: 630px;
    top: 212px
}

.ss_800 .button.view-article {
    left: 604px;
    top: 275px
}

.ss_800.padded .button.play-video,
.ss_800.video .button.play-video {
    left: 600px
}

.ss_800.padded .button.view-article,
.ss_800.video .button.view-article {
    left: 575px
}

.ss_990.video,
.ss_990.video .slides,
.ss_990.video .slides li,
.ss_990.video .slides img,
.ss_990.video .loader {
    height: 326px
}

.ss_990.video .button.play-video {
    left: 760px;
    top: 205px
}

.ss_990.video .button.view-article {
    top: 270px;
    left: 730px
}

.calloutcounty {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 10px
}

.calloutname {
    font-size: 18px;
    font-weight: bold
}

.locationholder {
    float: left;
    padding: 10px 0 20px;
    width: 300px
}

.dynamicmmoreinfoholder #map_canvas {
    width: 100%;
    height: 400px !important;
    margin: 0 0 25px 0 !important
}

.dynamicmmoreinfoholder .content {
    position: relative !important
}

.dynamicmmoreinfoholder #locationoverflow {
    height: 100% !important
}

.dynamicmoreinfoholder .moreinfoleft {
    float: left;
    width: 400px
}

.dynamicmapholder #map_canvas {
    width: 100%;
    height: 400px;
    margin: 0 0 25px 0 !important
}


/*!
 *  Weather Icons 2.0.8
 *  Updated September 19, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */

@font-face {
    font-family: 'weathericons';
    src: url('/includes/font/weathericons-regular-webfont.eot?');
    src: url('/includes/font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/includes/font/weathericons-regular-webfont.woff2') format('woff2'), url('/includes/font/weathericons-regular-webfont.woff') format('woff'), url('/includes/font/weathericons-regular-webfont.ttf') format('truetype'), url('/includes/font/weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.wi {
    display: inline-block;
    font-family: 'weathericons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wi-fw {
    text-align: center;
    width: 1.4em
}

.wi-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.wi-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wi-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.wi-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.wi-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.wi-day-sunny:before {
    content: ""
}

.wi-day-cloudy:before {
    content: ""
}

.wi-day-cloudy-gusts:before {
    content: ""
}

.wi-day-cloudy-windy:before {
    content: ""
}

.wi-day-fog:before {
    content: ""
}

.wi-day-hail:before {
    content: ""
}

.wi-day-haze:before {
    content: ""
}

.wi-day-lightning:before {
    content: ""
}

.wi-day-rain:before {
    content: ""
}

.wi-day-rain-mix:before {
    content: ""
}

.wi-day-rain-wind:before {
    content: ""
}

.wi-day-showers:before {
    content: ""
}

.wi-day-sleet:before {
    content: ""
}

.wi-day-sleet-storm:before {
    content: ""
}

.wi-day-snow:before {
    content: ""
}

.wi-day-snow-thunderstorm:before {
    content: ""
}

.wi-day-snow-wind:before {
    content: ""
}

.wi-day-sprinkle:before {
    content: ""
}

.wi-day-storm-showers:before {
    content: ""
}

.wi-day-sunny-overcast:before {
    content: ""
}

.wi-day-thunderstorm:before {
    content: ""
}

.wi-day-windy:before {
    content: ""
}

.wi-solar-eclipse:before {
    content: ""
}

.wi-hot:before {
    content: ""
}

.wi-day-cloudy-high:before {
    content: ""
}

.wi-day-light-wind:before {
    content: ""
}

.wi-night-clear:before {
    content: ""
}

.wi-night-alt-cloudy:before {
    content: ""
}

.wi-night-alt-cloudy-gusts:before {
    content: ""
}

.wi-night-alt-cloudy-windy:before {
    content: ""
}

.wi-night-alt-hail:before {
    content: ""
}

.wi-night-alt-lightning:before {
    content: ""
}

.wi-night-alt-rain:before {
    content: ""
}

.wi-night-alt-rain-mix:before {
    content: ""
}

.wi-night-alt-rain-wind:before {
    content: ""
}

.wi-night-alt-showers:before {
    content: ""
}

.wi-night-alt-sleet:before {
    content: ""
}

.wi-night-alt-sleet-storm:before {
    content: ""
}

.wi-night-alt-snow:before {
    content: ""
}

.wi-night-alt-snow-thunderstorm:before {
    content: ""
}

.wi-night-alt-snow-wind:before {
    content: ""
}

.wi-night-alt-sprinkle:before {
    content: ""
}

.wi-night-alt-storm-showers:before {
    content: ""
}

.wi-night-alt-thunderstorm:before {
    content: ""
}

.wi-night-cloudy:before {
    content: ""
}

.wi-night-cloudy-gusts:before {
    content: ""
}

.wi-night-cloudy-windy:before {
    content: ""
}

.wi-night-fog:before {
    content: ""
}

.wi-night-hail:before {
    content: ""
}

.wi-night-lightning:before {
    content: ""
}

.wi-night-partly-cloudy:before {
    content: ""
}

.wi-night-rain:before {
    content: ""
}

.wi-night-rain-mix:before {
    content: ""
}

.wi-night-rain-wind:before {
    content: ""
}

.wi-night-showers:before {
    content: ""
}

.wi-night-sleet:before {
    content: ""
}

.wi-night-sleet-storm:before {
    content: ""
}

.wi-night-snow:before {
    content: ""
}

.wi-night-snow-thunderstorm:before {
    content: ""
}

.wi-night-snow-wind:before {
    content: ""
}

.wi-night-sprinkle:before {
    content: ""
}

.wi-night-storm-showers:before {
    content: ""
}

.wi-night-thunderstorm:before {
    content: ""
}

.wi-lunar-eclipse:before {
    content: ""
}

.wi-stars:before {
    content: ""
}

.wi-storm-showers:before {
    content: ""
}

.wi-thunderstorm:before {
    content: ""
}

.wi-night-alt-cloudy-high:before {
    content: ""
}

.wi-night-cloudy-high:before {
    content: ""
}

.wi-night-alt-partly-cloudy:before {
    content: ""
}

.wi-cloud:before {
    content: ""
}

.wi-cloudy:before {
    content: ""
}

.wi-cloudy-gusts:before {
    content: ""
}

.wi-cloudy-windy:before {
    content: ""
}

.wi-fog:before {
    content: ""
}

.wi-hail:before {
    content: ""
}

.wi-rain:before {
    content: ""
}

.wi-rain-mix:before {
    content: ""
}

.wi-rain-wind:before {
    content: ""
}

.wi-showers:before {
    content: ""
}

.wi-sleet:before {
    content: ""
}

.wi-snow:before {
    content: ""
}

.wi-sprinkle:before {
    content: ""
}

.wi-storm-showers:before {
    content: ""
}

.wi-thunderstorm:before {
    content: ""
}

.wi-snow-wind:before {
    content: ""
}

.wi-snow:before {
    content: ""
}

.wi-smog:before {
    content: ""
}

.wi-smoke:before {
    content: ""
}

.wi-lightning:before {
    content: ""
}

.wi-raindrops:before {
    content: ""
}

.wi-raindrop:before {
    content: ""
}

.wi-dust:before {
    content: ""
}

.wi-snowflake-cold:before {
    content: ""
}

.wi-windy:before {
    content: ""
}

.wi-strong-wind:before {
    content: ""
}

.wi-sandstorm:before {
    content: ""
}

.wi-earthquake:before {
    content: ""
}

.wi-fire:before {
    content: ""
}

.wi-flood:before {
    content: ""
}

.wi-meteor:before {
    content: ""
}

.wi-tsunami:before {
    content: ""
}

.wi-volcano:before {
    content: ""
}

.wi-hurricane:before {
    content: ""
}

.wi-tornado:before {
    content: ""
}

.wi-small-craft-advisory:before {
    content: ""
}

.wi-gale-warning:before {
    content: ""
}

.wi-storm-warning:before {
    content: ""
}

.wi-hurricane-warning:before {
    content: ""
}

.wi-wind-direction:before {
    content: ""
}

.wi-alien:before {
    content: ""
}

.wi-celsius:before {
    content: ""
}

.wi-fahrenheit:before {
    content: ""
}

.wi-degrees:before {
    content: ""
}

.wi-thermometer:before {
    content: ""
}

.wi-thermometer-exterior:before {
    content: ""
}

.wi-thermometer-internal:before {
    content: ""
}

.wi-cloud-down:before {
    content: ""
}

.wi-cloud-up:before {
    content: ""
}

.wi-cloud-refresh:before {
    content: ""
}

.wi-horizon:before {
    content: ""
}

.wi-horizon-alt:before {
    content: ""
}

.wi-sunrise:before {
    content: ""
}

.wi-sunset:before {
    content: ""
}

.wi-moonrise:before {
    content: ""
}

.wi-moonset:before {
    content: ""
}

.wi-refresh:before {
    content: ""
}

.wi-refresh-alt:before {
    content: ""
}

.wi-umbrella:before {
    content: ""
}

.wi-barometer:before {
    content: ""
}

.wi-humidity:before {
    content: ""
}

.wi-na:before {
    content: ""
}

.wi-train:before {
    content: ""
}

.wi-moon-new:before {
    content: ""
}

.wi-moon-waxing-crescent-1:before {
    content: ""
}

.wi-moon-waxing-crescent-2:before {
    content: ""
}

.wi-moon-waxing-crescent-3:before {
    content: ""
}

.wi-moon-waxing-crescent-4:before {
    content: ""
}

.wi-moon-waxing-crescent-5:before {
    content: ""
}

.wi-moon-waxing-crescent-6:before {
    content: ""
}

.wi-moon-first-quarter:before {
    content: ""
}

.wi-moon-waxing-gibbous-1:before {
    content: ""
}

.wi-moon-waxing-gibbous-2:before {
    content: ""
}

.wi-moon-waxing-gibbous-3:before {
    content: ""
}

.wi-moon-waxing-gibbous-4:before {
    content: ""
}

.wi-moon-waxing-gibbous-5:before {
    content: ""
}

.wi-moon-waxing-gibbous-6:before {
    content: ""
}

.wi-moon-full:before {
    content: ""
}

.wi-moon-waning-gibbous-1:before {
    content: ""
}

.wi-moon-waning-gibbous-2:before {
    content: ""
}

.wi-moon-waning-gibbous-3:before {
    content: ""
}

.wi-moon-waning-gibbous-4:before {
    content: ""
}

.wi-moon-waning-gibbous-5:before {
    content: ""
}

.wi-moon-waning-gibbous-6:before {
    content: ""
}

.wi-moon-third-quarter:before {
    content: ""
}

.wi-moon-waning-crescent-1:before {
    content: ""
}

.wi-moon-waning-crescent-2:before {
    content: ""
}

.wi-moon-waning-crescent-3:before {
    content: ""
}

.wi-moon-waning-crescent-4:before {
    content: ""
}

.wi-moon-waning-crescent-5:before {
    content: ""
}

.wi-moon-waning-crescent-6:before {
    content: ""
}

.wi-moon-alt-new:before {
    content: ""
}

.wi-moon-alt-waxing-crescent-1:before {
    content: ""
}

.wi-moon-alt-waxing-crescent-2:before {
    content: ""
}

.wi-moon-alt-waxing-crescent-3:before {
    content: ""
}

.wi-moon-alt-waxing-crescent-4:before {
    content: ""
}

.wi-moon-alt-waxing-crescent-5:before {
    content: ""
}

.wi-moon-alt-waxing-crescent-6:before {
    content: ""
}

.wi-moon-alt-first-quarter:before {
    content: ""
}

.wi-moon-alt-waxing-gibbous-1:before {
    content: ""
}

.wi-moon-alt-waxing-gibbous-2:before {
    content: ""
}

.wi-moon-alt-waxing-gibbous-3:before {
    content: ""
}

.wi-moon-alt-waxing-gibbous-4:before {
    content: ""
}

.wi-moon-alt-waxing-gibbous-5:before {
    content: ""
}

.wi-moon-alt-waxing-gibbous-6:before {
    content: ""
}

.wi-moon-alt-full:before {
    content: ""
}

.wi-moon-alt-waning-gibbous-1:before {
    content: ""
}

.wi-moon-alt-waning-gibbous-2:before {
    content: ""
}

.wi-moon-alt-waning-gibbous-3:before {
    content: ""
}

.wi-moon-alt-waning-gibbous-4:before {
    content: ""
}

.wi-moon-alt-waning-gibbous-5:before {
    content: ""
}

.wi-moon-alt-waning-gibbous-6:before {
    content: ""
}

.wi-moon-alt-third-quarter:before {
    content: ""
}

.wi-moon-alt-waning-crescent-1:before {
    content: ""
}

.wi-moon-alt-waning-crescent-2:before {
    content: ""
}

.wi-moon-alt-waning-crescent-3:before {
    content: ""
}

.wi-moon-alt-waning-crescent-4:before {
    content: ""
}

.wi-moon-alt-waning-crescent-5:before {
    content: ""
}

.wi-moon-alt-waning-crescent-6:before {
    content: ""
}

.wi-moon-0:before {
    content: ""
}

.wi-moon-1:before {
    content: ""
}

.wi-moon-2:before {
    content: ""
}

.wi-moon-3:before {
    content: ""
}

.wi-moon-4:before {
    content: ""
}

.wi-moon-5:before {
    content: ""
}

.wi-moon-6:before {
    content: ""
}

.wi-moon-7:before {
    content: ""
}

.wi-moon-8:before {
    content: ""
}

.wi-moon-9:before {
    content: ""
}

.wi-moon-10:before {
    content: ""
}

.wi-moon-11:before {
    content: ""
}

.wi-moon-12:before {
    content: ""
}

.wi-moon-13:before {
    content: ""
}

.wi-moon-14:before {
    content: ""
}

.wi-moon-15:before {
    content: ""
}

.wi-moon-16:before {
    content: ""
}

.wi-moon-17:before {
    content: ""
}

.wi-moon-18:before {
    content: ""
}

.wi-moon-19:before {
    content: ""
}

.wi-moon-20:before {
    content: ""
}

.wi-moon-21:before {
    content: ""
}

.wi-moon-22:before {
    content: ""
}

.wi-moon-23:before {
    content: ""
}

.wi-moon-24:before {
    content: ""
}

.wi-moon-25:before {
    content: ""
}

.wi-moon-26:before {
    content: ""
}

.wi-moon-27:before {
    content: ""
}

.wi-time-1:before {
    content: ""
}

.wi-time-2:before {
    content: ""
}

.wi-time-3:before {
    content: ""
}

.wi-time-4:before {
    content: ""
}

.wi-time-5:before {
    content: ""
}

.wi-time-6:before {
    content: ""
}

.wi-time-7:before {
    content: ""
}

.wi-time-8:before {
    content: ""
}

.wi-time-9:before {
    content: ""
}

.wi-time-10:before {
    content: ""
}

.wi-time-11:before {
    content: ""
}

.wi-time-12:before {
    content: ""
}

.wi-direction-up:before {
    content: ""
}

.wi-direction-up-right:before {
    content: ""
}

.wi-direction-right:before {
    content: ""
}

.wi-direction-down-right:before {
    content: ""
}

.wi-direction-down:before {
    content: ""
}

.wi-direction-down-left:before {
    content: ""
}

.wi-direction-left:before {
    content: ""
}

.wi-direction-up-left:before {
    content: ""
}

.wi-wind-beaufort-0:before {
    content: ""
}

.wi-wind-beaufort-1:before {
    content: ""
}

.wi-wind-beaufort-2:before {
    content: ""
}

.wi-wind-beaufort-3:before {
    content: ""
}

.wi-wind-beaufort-4:before {
    content: ""
}

.wi-wind-beaufort-5:before {
    content: ""
}

.wi-wind-beaufort-6:before {
    content: ""
}

.wi-wind-beaufort-7:before {
    content: ""
}

.wi-wind-beaufort-8:before {
    content: ""
}

.wi-wind-beaufort-9:before {
    content: ""
}

.wi-wind-beaufort-10:before {
    content: ""
}

.wi-wind-beaufort-11:before {
    content: ""
}

.wi-wind-beaufort-12:before {
    content: ""
}

.wi-yahoo-0:before {
    content: ""
}

.wi-yahoo-1:before {
    content: ""
}

.wi-yahoo-2:before {
    content: ""
}

.wi-yahoo-3:before {
    content: ""
}

.wi-yahoo-4:before {
    content: ""
}

.wi-yahoo-5:before {
    content: ""
}

.wi-yahoo-6:before {
    content: ""
}

.wi-yahoo-7:before {
    content: ""
}

.wi-yahoo-8:before {
    content: ""
}

.wi-yahoo-9:before {
    content: ""
}

.wi-yahoo-10:before {
    content: ""
}

.wi-yahoo-11:before {
    content: ""
}

.wi-yahoo-12:before {
    content: ""
}

.wi-yahoo-13:before {
    content: ""
}

.wi-yahoo-14:before {
    content: ""
}

.wi-yahoo-15:before {
    content: ""
}

.wi-yahoo-16:before {
    content: ""
}

.wi-yahoo-17:before {
    content: ""
}

.wi-yahoo-18:before {
    content: ""
}

.wi-yahoo-19:before {
    content: ""
}

.wi-yahoo-20:before {
    content: ""
}

.wi-yahoo-21:before {
    content: ""
}

.wi-yahoo-22:before {
    content: ""
}

.wi-yahoo-23:before {
    content: ""
}

.wi-yahoo-24:before {
    content: ""
}

.wi-yahoo-25:before {
    content: ""
}

.wi-yahoo-26:before {
    content: ""
}

.wi-yahoo-27:before {
    content: ""
}

.wi-yahoo-28:before {
    content: ""
}

.wi-yahoo-29:before {
    content: ""
}

.wi-yahoo-30:before {
    content: ""
}

.wi-yahoo-31:before {
    content: ""
}

.wi-yahoo-32:before {
    content: ""
}

.wi-yahoo-33:before {
    content: ""
}

.wi-yahoo-34:before {
    content: ""
}

.wi-yahoo-35:before {
    content: ""
}

.wi-yahoo-36:before {
    content: ""
}

.wi-yahoo-37:before {
    content: ""
}

.wi-yahoo-38:before {
    content: ""
}

.wi-yahoo-39:before {
    content: ""
}

.wi-yahoo-40:before {
    content: ""
}

.wi-yahoo-41:before {
    content: ""
}

.wi-yahoo-42:before {
    content: ""
}

.wi-yahoo-43:before {
    content: ""
}

.wi-yahoo-44:before {
    content: ""
}

.wi-yahoo-45:before {
    content: ""
}

.wi-yahoo-46:before {
    content: ""
}

.wi-yahoo-47:before {
    content: ""
}

.wi-yahoo-3200:before {
    content: ""
}

.wi-forecast-io-clear-day:before {
    content: ""
}

.wi-forecast-io-clear-night:before {
    content: ""
}

.wi-forecast-io-rain:before {
    content: ""
}

.wi-forecast-io-snow:before {
    content: ""
}

.wi-forecast-io-sleet:before {
    content: ""
}

.wi-forecast-io-wind:before {
    content: ""
}

.wi-forecast-io-fog:before {
    content: ""
}

.wi-forecast-io-cloudy:before {
    content: ""
}

.wi-forecast-io-partly-cloudy-day:before {
    content: ""
}

.wi-forecast-io-partly-cloudy-night:before {
    content: ""
}

.wi-forecast-io-hail:before {
    content: ""
}

.wi-forecast-io-thunderstorm:before {
    content: ""
}

.wi-forecast-io-tornado:before {
    content: ""
}

.wi-wmo4680-0:before,
.wi-wmo4680-00:before {
    content: ""
}

.wi-wmo4680-1:before,
.wi-wmo4680-01:before {
    content: ""
}

.wi-wmo4680-2:before,
.wi-wmo4680-02:before {
    content: ""
}

.wi-wmo4680-3:before,
.wi-wmo4680-03:before {
    content: ""
}

.wi-wmo4680-4:before,
.wi-wmo4680-04:before {
    content: ""
}

.wi-wmo4680-5:before,
.wi-wmo4680-05:before {
    content: ""
}

.wi-wmo4680-10:before {
    content: ""
}

.wi-wmo4680-11:before {
    content: ""
}

.wi-wmo4680-12:before {
    content: ""
}

.wi-wmo4680-18:before {
    content: ""
}

.wi-wmo4680-20:before {
    content: ""
}

.wi-wmo4680-21:before {
    content: ""
}

.wi-wmo4680-22:before {
    content: ""
}

.wi-wmo4680-23:before {
    content: ""
}

.wi-wmo4680-24:before {
    content: ""
}

.wi-wmo4680-25:before {
    content: ""
}

.wi-wmo4680-26:before {
    content: ""
}

.wi-wmo4680-27:before {
    content: ""
}

.wi-wmo4680-28:before {
    content: ""
}

.wi-wmo4680-29:before {
    content: ""
}

.wi-wmo4680-30:before {
    content: ""
}

.wi-wmo4680-31:before {
    content: ""
}

.wi-wmo4680-32:before {
    content: ""
}

.wi-wmo4680-33:before {
    content: ""
}

.wi-wmo4680-34:before {
    content: ""
}

.wi-wmo4680-35:before {
    content: ""
}

.wi-wmo4680-40:before {
    content: ""
}

.wi-wmo4680-41:before {
    content: ""
}

.wi-wmo4680-42:before {
    content: ""
}

.wi-wmo4680-43:before {
    content: ""
}

.wi-wmo4680-44:before {
    content: ""
}

.wi-wmo4680-45:before {
    content: ""
}

.wi-wmo4680-46:before {
    content: ""
}

.wi-wmo4680-47:before {
    content: ""
}

.wi-wmo4680-48:before {
    content: ""
}

.wi-wmo4680-50:before {
    content: ""
}

.wi-wmo4680-51:before {
    content: ""
}

.wi-wmo4680-52:before {
    content: ""
}

.wi-wmo4680-53:before {
    content: ""
}

.wi-wmo4680-54:before {
    content: ""
}

.wi-wmo4680-55:before {
    content: ""
}

.wi-wmo4680-56:before {
    content: ""
}

.wi-wmo4680-57:before {
    content: ""
}

.wi-wmo4680-58:before {
    content: ""
}

.wi-wmo4680-60:before {
    content: ""
}

.wi-wmo4680-61:before {
    content: ""
}

.wi-wmo4680-62:before {
    content: ""
}

.wi-wmo4680-63:before {
    content: ""
}

.wi-wmo4680-64:before {
    content: ""
}

.wi-wmo4680-65:before {
    content: ""
}

.wi-wmo4680-66:before {
    content: ""
}

.wi-wmo4680-67:before {
    content: ""
}

.wi-wmo4680-68:before {
    content: ""
}

.wi-wmo4680-70:before {
    content: ""
}

.wi-wmo4680-71:before {
    content: ""
}

.wi-wmo4680-72:before {
    content: ""
}

.wi-wmo4680-73:before {
    content: ""
}

.wi-wmo4680-74:before {
    content: ""
}

.wi-wmo4680-75:before {
    content: ""
}

.wi-wmo4680-76:before {
    content: ""
}

.wi-wmo4680-77:before {
    content: ""
}

.wi-wmo4680-78:before {
    content: ""
}

.wi-wmo4680-80:before {
    content: ""
}

.wi-wmo4680-81:before {
    content: ""
}

.wi-wmo4680-82:before {
    content: ""
}

.wi-wmo4680-83:before {
    content: ""
}

.wi-wmo4680-84:before {
    content: ""
}

.wi-wmo4680-85:before {
    content: ""
}

.wi-wmo4680-86:before {
    content: ""
}

.wi-wmo4680-87:before {
    content: ""
}

.wi-wmo4680-89:before {
    content: ""
}

.wi-wmo4680-90:before {
    content: ""
}

.wi-wmo4680-91:before {
    content: ""
}

.wi-wmo4680-92:before {
    content: ""
}

.wi-wmo4680-93:before {
    content: ""
}

.wi-wmo4680-94:before {
    content: ""
}

.wi-wmo4680-95:before {
    content: ""
}

.wi-wmo4680-96:before {
    content: ""
}

.wi-wmo4680-99:before {
    content: ""
}

.wi-owm-200:before {
    content: ""
}

.wi-owm-201:before {
    content: ""
}

.wi-owm-202:before {
    content: ""
}

.wi-owm-210:before {
    content: ""
}

.wi-owm-211:before {
    content: ""
}

.wi-owm-212:before {
    content: ""
}

.wi-owm-221:before {
    content: ""
}

.wi-owm-230:before {
    content: ""
}

.wi-owm-231:before {
    content: ""
}

.wi-owm-232:before {
    content: ""
}

.wi-owm-300:before {
    content: ""
}

.wi-owm-301:before {
    content: ""
}

.wi-owm-302:before {
    content: ""
}

.wi-owm-310:before {
    content: ""
}

.wi-owm-311:before {
    content: ""
}

.wi-owm-312:before {
    content: ""
}

.wi-owm-313:before {
    content: ""
}

.wi-owm-314:before {
    content: ""
}

.wi-owm-321:before {
    content: ""
}

.wi-owm-500:before {
    content: ""
}

.wi-owm-501:before {
    content: ""
}

.wi-owm-502:before {
    content: ""
}

.wi-owm-503:before {
    content: ""
}

.wi-owm-504:before {
    content: ""
}

.wi-owm-511:before {
    content: ""
}

.wi-owm-520:before {
    content: ""
}

.wi-owm-521:before {
    content: ""
}

.wi-owm-522:before {
    content: ""
}

.wi-owm-531:before {
    content: ""
}

.wi-owm-600:before {
    content: ""
}

.wi-owm-601:before {
    content: ""
}

.wi-owm-602:before {
    content: ""
}

.wi-owm-611:before {
    content: ""
}

.wi-owm-612:before {
    content: ""
}

.wi-owm-615:before {
    content: ""
}

.wi-owm-616:before {
    content: ""
}

.wi-owm-620:before {
    content: ""
}

.wi-owm-621:before {
    content: ""
}

.wi-owm-622:before {
    content: ""
}

.wi-owm-701:before {
    content: ""
}

.wi-owm-711:before {
    content: ""
}

.wi-owm-721:before {
    content: ""
}

.wi-owm-731:before {
    content: ""
}

.wi-owm-741:before {
    content: ""
}

.wi-owm-761:before {
    content: ""
}

.wi-owm-762:before {
    content: ""
}

.wi-owm-771:before {
    content: ""
}

.wi-owm-781:before {
    content: ""
}

.wi-owm-800:before {
    content: ""
}

.wi-owm-801:before {
    content: ""
}

.wi-owm-802:before {
    content: ""
}

.wi-owm-803:before {
    content: ""
}

.wi-owm-804:before {
    content: ""
}

.wi-owm-900:before {
    content: ""
}

.wi-owm-901:before {
    content: ""
}

.wi-owm-902:before {
    content: ""
}

.wi-owm-903:before {
    content: ""
}

.wi-owm-904:before {
    content: ""
}

.wi-owm-905:before {
    content: ""
}

.wi-owm-906:before {
    content: ""
}

.wi-owm-957:before {
    content: ""
}

.wi-owm-day-200:before {
    content: ""
}

.wi-owm-day-201:before {
    content: ""
}

.wi-owm-day-202:before {
    content: ""
}

.wi-owm-day-210:before {
    content: ""
}

.wi-owm-day-211:before {
    content: ""
}

.wi-owm-day-212:before {
    content: ""
}

.wi-owm-day-221:before {
    content: ""
}

.wi-owm-day-230:before {
    content: ""
}

.wi-owm-day-231:before {
    content: ""
}

.wi-owm-day-232:before {
    content: ""
}

.wi-owm-day-300:before {
    content: ""
}

.wi-owm-day-301:before {
    content: ""
}

.wi-owm-day-302:before {
    content: ""
}

.wi-owm-day-310:before {
    content: ""
}

.wi-owm-day-311:before {
    content: ""
}

.wi-owm-day-312:before {
    content: ""
}

.wi-owm-day-313:before {
    content: ""
}

.wi-owm-day-314:before {
    content: ""
}

.wi-owm-day-321:before {
    content: ""
}

.wi-owm-day-500:before {
    content: ""
}

.wi-owm-day-501:before {
    content: ""
}

.wi-owm-day-502:before {
    content: ""
}

.wi-owm-day-503:before {
    content: ""
}

.wi-owm-day-504:before {
    content: ""
}

.wi-owm-day-511:before {
    content: ""
}

.wi-owm-day-520:before {
    content: ""
}

.wi-owm-day-521:before {
    content: ""
}

.wi-owm-day-522:before {
    content: ""
}

.wi-owm-day-531:before {
    content: ""
}

.wi-owm-day-600:before {
    content: ""
}

.wi-owm-day-601:before {
    content: ""
}

.wi-owm-day-602:before {
    content: ""
}

.wi-owm-day-611:before {
    content: ""
}

.wi-owm-day-612:before {
    content: ""
}

.wi-owm-day-615:before {
    content: ""
}

.wi-owm-day-616:before {
    content: ""
}

.wi-owm-day-620:before {
    content: ""
}

.wi-owm-day-621:before {
    content: ""
}

.wi-owm-day-622:before {
    content: ""
}

.wi-owm-day-701:before {
    content: ""
}

.wi-owm-day-711:before {
    content: ""
}

.wi-owm-day-721:before {
    content: ""
}

.wi-owm-day-731:before {
    content: ""
}

.wi-owm-day-741:before {
    content: ""
}

.wi-owm-day-761:before {
    content: ""
}

.wi-owm-day-762:before {
    content: ""
}

.wi-owm-day-781:before {
    content: ""
}

.wi-owm-day-800:before {
    content: ""
}

.wi-owm-day-801:before {
    content: ""
}

.wi-owm-day-802:before {
    content: ""
}

.wi-owm-day-803:before {
    content: ""
}

.wi-owm-day-804:before {
    content: ""
}

.wi-owm-day-900:before {
    content: ""
}

.wi-owm-day-902:before {
    content: ""
}

.wi-owm-day-903:before {
    content: ""
}

.wi-owm-day-904:before {
    content: ""
}

.wi-owm-day-906:before {
    content: ""
}

.wi-owm-day-957:before {
    content: ""
}

.wi-owm-night-200:before {
    content: ""
}

.wi-owm-night-201:before {
    content: ""
}

.wi-owm-night-202:before {
    content: ""
}

.wi-owm-night-210:before {
    content: ""
}

.wi-owm-night-211:before {
    content: ""
}

.wi-owm-night-212:before {
    content: ""
}

.wi-owm-night-221:before {
    content: ""
}

.wi-owm-night-230:before {
    content: ""
}

.wi-owm-night-231:before {
    content: ""
}

.wi-owm-night-232:before {
    content: ""
}

.wi-owm-night-300:before {
    content: ""
}

.wi-owm-night-301:before {
    content: ""
}

.wi-owm-night-302:before {
    content: ""
}

.wi-owm-night-310:before {
    content: ""
}

.wi-owm-night-311:before {
    content: ""
}

.wi-owm-night-312:before {
    content: ""
}

.wi-owm-night-313:before {
    content: ""
}

.wi-owm-night-314:before {
    content: ""
}

.wi-owm-night-321:before {
    content: ""
}

.wi-owm-night-500:before {
    content: ""
}

.wi-owm-night-501:before {
    content: ""
}

.wi-owm-night-502:before {
    content: ""
}

.wi-owm-night-503:before {
    content: ""
}

.wi-owm-night-504:before {
    content: ""
}

.wi-owm-night-511:before {
    content: ""
}

.wi-owm-night-520:before {
    content: ""
}

.wi-owm-night-521:before {
    content: ""
}

.wi-owm-night-522:before {
    content: ""
}

.wi-owm-night-531:before {
    content: ""
}

.wi-owm-night-600:before {
    content: ""
}

.wi-owm-night-601:before {
    content: ""
}

.wi-owm-night-602:before {
    content: ""
}

.wi-owm-night-611:before {
    content: ""
}

.wi-owm-night-612:before {
    content: ""
}

.wi-owm-night-615:before {
    content: ""
}

.wi-owm-night-616:before {
    content: ""
}

.wi-owm-night-620:before {
    content: ""
}

.wi-owm-night-621:before {
    content: ""
}

.wi-owm-night-622:before {
    content: ""
}

.wi-owm-night-701:before {
    content: ""
}

.wi-owm-night-711:before {
    content: ""
}

.wi-owm-night-721:before {
    content: ""
}

.wi-owm-night-731:before {
    content: ""
}

.wi-owm-night-741:before {
    content: ""
}

.wi-owm-night-761:before {
    content: ""
}

.wi-owm-night-762:before {
    content: ""
}

.wi-owm-night-781:before {
    content: ""
}

.wi-owm-night-800:before {
    content: ""
}

.wi-owm-night-801:before {
    content: ""
}

.wi-owm-night-802:before {
    content: ""
}

.wi-owm-night-803:before {
    content: ""
}

.wi-owm-night-804:before {
    content: ""
}

.wi-owm-night-900:before {
    content: ""
}

.wi-owm-night-902:before {
    content: ""
}

.wi-owm-night-903:before {
    content: ""
}

.wi-owm-night-904:before {
    content: ""
}

.wi-owm-night-906:before {
    content: ""
}

.wi-owm-night-957:before {
    content: ""
}

.wi-wu-chanceflurries:before {
    content: ""
}

.wi-wu-chancerain:before {
    content: ""
}

.wi-wu-chancesleat:before {
    content: ""
}

.wi-wu-chancesnow:before {
    content: ""
}

.wi-wu-chancetstorms:before {
    content: ""
}

.wi-wu-clear:before {
    content: ""
}

.wi-wu-cloudy:before {
    content: ""
}

.wi-wu-flurries:before {
    content: ""
}

.wi-wu-hazy:before {
    content: ""
}

.wi-wu-mostlycloudy:before {
    content: ""
}

.wi-wu-mostlysunny:before {
    content: ""
}

.wi-wu-partlycloudy:before {
    content: ""
}

.wi-wu-partlysunny:before {
    content: ""
}

.wi-wu-rain:before {
    content: ""
}

.wi-wu-sleat:before {
    content: ""
}

.wi-wu-snow:before {
    content: ""
}

.wi-wu-sunny:before {
    content: ""
}

.wi-wu-tstorms:before {
    content: ""
}

.wi-wu-unknown:before {
    content: ""
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 48px;
    margin-left: 0;
    transition: background-color 100ms ease-out
}

.intl-tel-input input.iti-invalid-key {
    transition: background-color 0;
    background-color: #ffc7c7
}

.intl-tel-input .flag-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 1px
}

.intl-tel-input .flag-dropdown:hover {
    cursor: pointer
}

.intl-tel-input .flag-dropdown:hover .selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input input[disabled]+.flag-dropdown:hover,
.intl-tel-input input[readonly]+.flag-dropdown:hover {
    cursor: default
}

.intl-tel-input input[disabled]+.flag-dropdown:hover .selected-flag,
.intl-tel-input input[readonly]+.flag-dropdown:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 42px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 4px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    list-style: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list .flag {
    display: inline-block;
    width: 20px
}

@media(max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
    vertical-align: middle
}

.intl-tel-input .country-list .flag,
.intl-tel-input .country-list .country-name {
    margin-right: 6px
}

.intl-tel-input select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 42px;
    height: 100%;
    opacity: 0
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 17px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 17px
}

.iti-flag.np {
    width: 12px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size: 288px 266px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: -189px -223px
}

.iti-flag.ad {
    height: 14px;
    background-position: -63px -32px
}

.iti-flag.ae {
    height: 10px;
    background-position: -247px -77px
}

.iti-flag.af {
    height: 13px;
    background-position: -147px -150px
}

.iti-flag.ag {
    height: 13px;
    background-position: -63px -136px
}

.iti-flag.ai {
    height: 10px;
    background-position: -247px -132px
}

.iti-flag.al {
    height: 14px;
    background-position: -42px -32px
}

.iti-flag.am {
    height: 10px;
    background-position: -210px -234px
}

.iti-flag.ao {
    height: 13px;
    background-position: -84px -44px
}

.iti-flag.aq {
    height: 13px;
    background-position: -21px -78px
}

.iti-flag.ar {
    height: 12px;
    background-position: -100px -194px
}

.iti-flag.as {
    height: 10px;
    background-position: -84px -234px
}

.iti-flag.at {
    height: 13px;
    background-position: -126px -87px
}

.iti-flag.au {
    height: 10px;
    background-position: -247px -33px
}

.iti-flag.aw {
    height: 13px;
    background-position: 0 -121px
}

.iti-flag.ax {
    height: 13px;
    background-position: -37px -194px
}

.iti-flag.az {
    height: 10px;
    background-position: -42px -245px
}

.iti-flag.ba {
    height: 10px;
    background-position: -268px -33px
}

.iti-flag.bb {
    height: 13px;
    background-position: -147px -136px
}

.iti-flag.bd {
    height: 12px;
    background-position: -210px -118px
}

.iti-flag.be {
    height: 15px;
    background-position: 0 -194px
}

.iti-flag.bf {
    height: 13px;
    background-position: -168px -102px
}

.iti-flag.bg {
    height: 12px;
    background-position: -210px -66px
}

.iti-flag.bh {
    height: 12px;
    background-position: -210px -79px
}

.iti-flag.bi {
    height: 12px;
    background-position: -210px -144px
}

.iti-flag.bj {
    height: 13px;
    background-position: -21px -63px
}

.iti-flag.bl {
    height: 13px;
    background-position: -42px -63px
}

.iti-flag.bm {
    height: 10px;
    background-position: -210px -223px
}

.iti-flag.bn {
    height: 10px;
    background-position: -21px -234px
}

.iti-flag.bo {
    height: 13px;
    background-position: -63px -63px
}

.iti-flag.bq {
    height: 13px;
    background-position: -84px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -63px -47px
}

.iti-flag.bs {
    height: 10px;
    background-position: -247px -55px
}

.iti-flag.bt {
    height: 13px;
    background-position: -84px -29px
}

.iti-flag.bv {
    height: 14px;
    background-position: 0 -32px
}

.iti-flag.bw {
    height: 13px;
    background-position: -84px -58px
}

.iti-flag.by {
    height: 10px;
    background-position: -84px -256px
}

.iti-flag.bz {
    height: 13px;
    background-position: 0 -78px
}

.iti-flag.ca {
    height: 10px;
    background-position: -268px -55px
}

.iti-flag.cc {
    height: 10px;
    background-position: -268px -121px
}

.iti-flag.cd {
    height: 15px;
    background-position: -42px 0
}

.iti-flag.cf {
    height: 13px;
    background-position: -42px -78px
}

.iti-flag.cg {
    height: 13px;
    background-position: -63px -78px
}

.iti-flag.ch {
    height: 15px;
    background-position: -231px 0
}

.iti-flag.ci {
    height: 13px;
    background-position: -105px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -247px -22px
}

.iti-flag.cl {
    height: 13px;
    background-position: -105px -15px
}

.iti-flag.cm {
    height: 13px;
    background-position: -105px -29px
}

.iti-flag.cn {
    height: 13px;
    background-position: -105px -44px
}

.iti-flag.co {
    height: 13px;
    background-position: -105px -58px
}

.iti-flag.cp {
    height: 13px;
    background-position: -105px -73px
}

.iti-flag.cr {
    height: 12px;
    background-position: -84px -210px
}

.iti-flag.cu {
    height: 10px;
    background-position: -126px -256px
}

.iti-flag.cv {
    height: 12px;
    background-position: -63px -210px
}

.iti-flag.cw {
    height: 13px;
    background-position: -42px -92px
}

.iti-flag.cx {
    height: 10px;
    background-position: -268px -77px
}

.iti-flag.cy {
    height: 13px;
    background-position: -63px -92px
}

.iti-flag.cz {
    height: 13px;
    background-position: -84px -92px
}

.iti-flag.de {
    height: 12px;
    background-position: -42px -210px
}

.iti-flag.dg {
    height: 10px;
    background-position: 0 -234px
}

.iti-flag.dj {
    height: 13px;
    background-position: 0 -107px
}

.iti-flag.dk {
    height: 15px;
    background-position: -21px -16px
}

.iti-flag.dm {
    height: 10px;
    background-position: -189px -234px
}

.iti-flag.do {
    height: 12px;
    background-position: -210px -14px
}

.iti-flag.dz {
    height: 13px;
    background-position: -63px -107px
}

.iti-flag.ea {
    height: 13px;
    background-position: -84px -107px
}

.iti-flag.ec {
    height: 13px;
    background-position: -105px -107px
}

.iti-flag.ee {
    height: 12px;
    background-position: -210px 0
}

.iti-flag.eg {
    height: 13px;
    background-position: -126px -15px
}

.iti-flag.eh {
    height: 10px;
    background-position: -247px -165px
}

.iti-flag.er {
    height: 10px;
    background-position: -247px -209px
}

.iti-flag.es {
    height: 13px;
    background-position: -126px -29px
}

.iti-flag.et {
    height: 10px;
    background-position: -189px -245px
}

.iti-flag.eu {
    height: 13px;
    background-position: -126px -44px
}

.iti-flag.fi {
    height: 12px;
    background-position: -210px -183px
}

.iti-flag.fj {
    height: 10px;
    background-position: -210px -256px
}

.iti-flag.fk {
    height: 10px;
    background-position: -268px 0
}

.iti-flag.fm {
    height: 10px;
    background-position: -21px -223px
}

.iti-flag.fo {
    height: 14px;
    background-position: -21px -32px
}

.iti-flag.fr {
    height: 13px;
    background-position: -126px -102px
}

.iti-flag.ga {
    height: 15px;
    background-position: 0 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -268px -132px
}

.iti-flag.gd {
    height: 12px;
    background-position: -210px -157px
}

.iti-flag.ge {
    height: 13px;
    background-position: -42px -121px
}

.iti-flag.gf {
    height: 13px;
    background-position: -63px -121px
}

.iti-flag.gg {
    height: 13px;
    background-position: -84px -121px
}

.iti-flag.gh {
    height: 13px;
    background-position: -105px -121px
}

.iti-flag.gi {
    height: 10px;
    background-position: -105px -234px
}

.iti-flag.gl {
    height: 13px;
    background-position: -126px -121px
}

.iti-flag.gm {
    height: 13px;
    background-position: -147px 0
}

.iti-flag.gn {
    height: 13px;
    background-position: -147px -15px
}

.iti-flag.gp {
    height: 13px;
    background-position: -147px -29px
}

.iti-flag.gq {
    height: 13px;
    background-position: -147px -44px
}

.iti-flag.gr {
    height: 13px;
    background-position: -147px -58px
}

.iti-flag.gs {
    height: 10px;
    background-position: -247px -121px
}

.iti-flag.gt {
    height: 12px;
    background-position: -163px -194px
}

.iti-flag.gu {
    height: 10px;
    background-position: -42px -223px
}

.iti-flag.gw {
    height: 10px;
    background-position: -247px -198px
}

.iti-flag.gy {
    height: 12px;
    background-position: -105px -210px
}

.iti-flag.hk {
    height: 13px;
    background-position: -147px -116px
}

.iti-flag.hm {
    height: 10px;
    background-position: -63px -245px
}

.iti-flag.hn {
    height: 10px;
    background-position: -84px -245px
}

.iti-flag.hr {
    height: 10px;
    background-position: -168px -245px
}

.iti-flag.ht {
    height: 12px;
    background-position: -210px -92px
}

.iti-flag.hu {
    height: 10px;
    background-position: -231px -245px
}

.iti-flag.ic {
    height: 13px;
    background-position: -21px -136px
}

.iti-flag.id {
    height: 13px;
    background-position: -42px -136px
}

.iti-flag.ie {
    height: 10px;
    background-position: -189px -256px
}

.iti-flag.il {
    height: 14px;
    background-position: 0 -48px
}

.iti-flag.im {
    height: 10px;
    background-position: -231px -256px
}

.iti-flag.in {
    height: 13px;
    background-position: -84px -136px
}

.iti-flag.io {
    height: 10px;
    background-position: -268px -11px
}

.iti-flag.iq {
    height: 13px;
    background-position: -105px -136px
}

.iti-flag.ir {
    height: 11px;
    background-position: -126px -210px
}

.iti-flag.is {
    height: 14px;
    background-position: -21px -48px
}

.iti-flag.it {
    height: 13px;
    background-position: 0 -150px
}

.iti-flag.je {
    height: 12px;
    background-position: -210px -53px
}

.iti-flag.jm {
    height: 10px;
    background-position: -268px -154px
}

.iti-flag.jo {
    height: 10px;
    background-position: -268px -165px
}

.iti-flag.jp {
    height: 13px;
    background-position: -42px -150px
}

.iti-flag.ke {
    height: 13px;
    background-position: -63px -150px
}

.iti-flag.kg {
    height: 12px;
    background-position: -210px -40px
}

.iti-flag.kh {
    height: 13px;
    background-position: -58px -194px
}

.iti-flag.ki {
    height: 10px;
    background-position: -63px -234px
}

.iti-flag.km {
    height: 12px;
    background-position: -21px -210px
}

.iti-flag.kn {
    height: 13px;
    background-position: 0 -63px
}

.iti-flag.kp {
    height: 10px;
    background-position: -147px -234px
}

.iti-flag.kr {
    height: 13px;
    background-position: -168px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -105px -223px
}

.iti-flag.ky {
    height: 10px;
    background-position: -247px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -247px -11px
}

.iti-flag.la {
    height: 13px;
    background-position: -168px -29px
}

.iti-flag.lb {
    height: 13px;
    background-position: -168px -44px
}

.iti-flag.lc {
    height: 10px;
    background-position: -247px -44px
}

.iti-flag.li {
    height: 12px;
    background-position: -210px -196px
}

.iti-flag.lk {
    height: 10px;
    background-position: -247px -66px
}

.iti-flag.lr {
    height: 10px;
    background-position: -63px -223px
}

.iti-flag.ls {
    height: 13px;
    background-position: -168px -87px
}

.iti-flag.lt {
    height: 12px;
    background-position: -210px -131px
}

.iti-flag.lu {
    height: 12px;
    background-position: -210px -105px
}

.iti-flag.lv {
    height: 10px;
    background-position: -247px -176px
}

.iti-flag.ly {
    height: 10px;
    background-position: -247px -187px
}

.iti-flag.ma {
    height: 13px;
    background-position: -168px -131px
}

.iti-flag.mc {
    height: 15px;
    background-position: -63px -16px
}

.iti-flag.md {
    height: 10px;
    background-position: -247px -220px
}

.iti-flag.me {
    height: 10px;
    background-position: -247px -231px
}

.iti-flag.mf {
    height: 13px;
    background-position: 0 -165px
}

.iti-flag.mg {
    height: 13px;
    background-position: -21px -165px
}

.iti-flag.mh {
    height: 10px;
    background-position: -84px -223px
}

.iti-flag.mk {
    height: 10px;
    background-position: -105px -245px
}

.iti-flag.ml {
    height: 13px;
    background-position: -63px -165px
}

.iti-flag.mm {
    height: 13px;
    background-position: -84px -165px
}

.iti-flag.mn {
    height: 10px;
    background-position: -210px -245px
}

.iti-flag.mo {
    height: 13px;
    background-position: -105px -165px
}

.iti-flag.mp {
    height: 10px;
    background-position: -63px -256px
}

.iti-flag.mq {
    height: 13px;
    background-position: -126px -165px
}

.iti-flag.mr {
    height: 13px;
    background-position: -147px -165px
}

.iti-flag.ms {
    height: 10px;
    background-position: -147px -256px
}

.iti-flag.mt {
    height: 13px;
    background-position: -168px -165px
}

.iti-flag.mu {
    height: 13px;
    background-position: -189px 0
}

.iti-flag.mv {
    height: 13px;
    background-position: -189px -15px
}

.iti-flag.mw {
    height: 13px;
    background-position: -189px -29px
}

.iti-flag.mx {
    height: 11px;
    background-position: -168px -210px
}

.iti-flag.my {
    height: 10px;
    background-position: -268px -22px
}

.iti-flag.mz {
    height: 13px;
    background-position: -189px -58px
}

.iti-flag.na {
    height: 13px;
    background-position: -189px -73px
}

.iti-flag.nc {
    height: 10px;
    background-position: -268px -66px
}

.iti-flag.ne {
    height: 15px;
    background-position: -19px -194px
}

.iti-flag.nf {
    height: 10px;
    background-position: -268px -99px
}

.iti-flag.ng {
    height: 10px;
    background-position: -268px -110px
}

.iti-flag.ni {
    height: 12px;
    background-position: -210px -27px
}

.iti-flag.nl {
    height: 13px;
    background-position: -189px -116px
}

.iti-flag.no {
    height: 14px;
    background-position: -42px -48px
}

.iti-flag.np {
    height: 15px;
    background-position: -268px -198px
}

.iti-flag.nr {
    height: 10px;
    background-position: -268px -176px
}

.iti-flag.nu {
    height: 10px;
    background-position: -126px -223px
}

.iti-flag.nz {
    height: 10px;
    background-position: -147px -223px
}

.iti-flag.om {
    height: 10px;
    background-position: -168px -223px
}

.iti-flag.pa {
    height: 13px;
    background-position: -189px -160px
}

.iti-flag.pe {
    height: 13px;
    background-position: 0 -179px
}

.iti-flag.pf {
    height: 13px;
    background-position: -21px -179px
}

.iti-flag.pg {
    height: 15px;
    background-position: -21px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -42px -234px
}

.iti-flag.pk {
    height: 13px;
    background-position: -63px -179px
}

.iti-flag.pl {
    height: 12px;
    background-position: -142px -194px
}

.iti-flag.pm {
    height: 13px;
    background-position: -105px -179px
}

.iti-flag.pn {
    height: 10px;
    background-position: -126px -234px
}

.iti-flag.pr {
    height: 13px;
    background-position: -126px -179px
}

.iti-flag.ps {
    height: 10px;
    background-position: -168px -234px
}

.iti-flag.pt {
    height: 13px;
    background-position: -147px -179px
}

.iti-flag.pw {
    height: 12px;
    background-position: -184px -194px
}

.iti-flag.py {
    height: 11px;
    background-position: -189px -210px
}

.iti-flag.qa {
    height: 8px;
    background-position: -268px -214px
}

.iti-flag.re {
    height: 13px;
    background-position: -168px -179px
}

.iti-flag.ro {
    height: 13px;
    background-position: -84px -179px
}

.iti-flag.rs {
    height: 13px;
    background-position: -189px -102px
}

.iti-flag.ru {
    height: 13px;
    background-position: -189px -87px
}

.iti-flag.rw {
    height: 13px;
    background-position: -189px -44px
}

.iti-flag.sa {
    height: 13px;
    background-position: -42px -165px
}

.iti-flag.sb {
    height: 10px;
    background-position: -247px -88px
}

.iti-flag.sc {
    height: 10px;
    background-position: -247px -99px
}

.iti-flag.sd {
    height: 10px;
    background-position: -247px -110px
}

.iti-flag.se {
    height: 12px;
    background-position: -121px -194px
}

.iti-flag.sg {
    height: 13px;
    background-position: -168px -116px
}

.iti-flag.sh {
    height: 10px;
    background-position: -247px -143px
}

.iti-flag.si {
    height: 10px;
    background-position: -247px -154px
}

.iti-flag.sj {
    height: 14px;
    background-position: -63px 0
}

.iti-flag.sk {
    height: 13px;
    background-position: -168px -73px
}

.iti-flag.sl {
    height: 13px;
    background-position: -168px -58px
}

.iti-flag.sm {
    height: 15px;
    background-position: 0 -16px
}

.iti-flag.sn {
    height: 13px;
    background-position: -105px -150px
}

.iti-flag.so {
    height: 13px;
    background-position: -84px -150px
}

.iti-flag.sr {
    height: 13px;
    background-position: -21px -150px
}

.iti-flag.ss {
    height: 10px;
    background-position: 0 -245px
}

.iti-flag.st {
    height: 10px;
    background-position: -21px -245px
}

.iti-flag.sv {
    height: 11px;
    background-position: -147px -210px
}

.iti-flag.sx {
    height: 13px;
    background-position: -126px -136px
}

.iti-flag.sy {
    height: 13px;
    background-position: 0 -136px
}

.iti-flag.sz {
    height: 13px;
    background-position: -147px -102px
}

.iti-flag.ta {
    height: 10px;
    background-position: -126px -245px
}

.iti-flag.tc {
    height: 10px;
    background-position: -147px -245px
}

.iti-flag.td {
    height: 13px;
    background-position: -147px -87px
}

.iti-flag.tf {
    height: 13px;
    background-position: -147px -73px
}

.iti-flag.tg {
    height: 12px;
    background-position: -79px -194px
}

.iti-flag.th {
    height: 13px;
    background-position: -21px -121px
}

.iti-flag.tj {
    height: 10px;
    background-position: 0 -256px
}

.iti-flag.tk {
    height: 10px;
    background-position: -21px -256px
}

.iti-flag.tl {
    height: 10px;
    background-position: -42px -256px
}

.iti-flag.tm {
    height: 13px;
    background-position: -126px -73px
}

.iti-flag.tn {
    height: 13px;
    background-position: -126px -58px
}

.iti-flag.to {
    height: 10px;
    background-position: -105px -256px
}

.iti-flag.tr {
    height: 13px;
    background-position: -126px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: 0 -210px
}

.iti-flag.tv {
    height: 10px;
    background-position: -168px -256px
}

.iti-flag.tw {
    height: 13px;
    background-position: -42px -107px
}

.iti-flag.tz {
    height: 13px;
    background-position: -105px -92px
}

.iti-flag.ua {
    height: 13px;
    background-position: -21px -92px
}

.iti-flag.ug {
    height: 13px;
    background-position: 0 -92px
}

.iti-flag.um {
    height: 10px;
    background-position: 0 -223px
}

.iti-flag.us {
    height: 10px;
    background-position: -210px -210px
}

.iti-flag.uy {
    height: 13px;
    background-position: -84px -78px
}

.iti-flag.uz {
    height: 10px;
    background-position: -268px -44px
}

.iti-flag.va {
    height: 15px;
    background-position: -231px -16px
}

.iti-flag.vc {
    height: 13px;
    background-position: -42px -179px
}

.iti-flag.ve {
    height: 13px;
    background-position: -189px -131px
}

.iti-flag.vg {
    height: 10px;
    background-position: -268px -88px
}

.iti-flag.vi {
    height: 13px;
    background-position: -168px -145px
}

.iti-flag.vn {
    height: 13px;
    background-position: -168px -15px
}

.iti-flag.vu {
    height: 12px;
    background-position: -210px -170px
}

.iti-flag.wf {
    height: 13px;
    background-position: -126px -150px
}

.iti-flag.ws {
    height: 10px;
    background-position: -268px -143px
}

.iti-flag.xk {
    height: 14px;
    background-position: -42px -16px
}

.iti-flag.ye {
    height: 13px;
    background-position: -21px -107px
}

.iti-flag.yt {
    height: 13px;
    background-position: -84px -15px
}

.iti-flag.za {
    height: 13px;
    background-position: -189px -179px
}

.iti-flag.zm {
    height: 13px;
    background-position: -189px -145px
}

.iti-flag.zw {
    height: 10px;
    background-position: -268px -187px
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("/includes/js/int-tel-input/flags.png");
    background-color: #dbdbdb;
    background-position: 100% 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-image: url("/includes/js/int-tel-input/flags@2x.png")
    }
}

.iti-flag.np {
    background-color: transparent
}


/*!
Chosen overrides for Version 1.1.0
*/

#content .intl-tel-input ul {
    padding: 0;
    margin: 0 0 0 -1px
}

#content .intl-tel-input li {
    background: none;
    padding: 5px 10px
}

#content .intl-tel-input .divider {
    padding: 0 0 5px 0
}

#content .intl-tel-input li.highlight {
    background-color: #3875d7;
    color: #fff
}

#content .intl-tel-input li.highlight .dial-code {
    color: #c0c0c0
}

.formstyle1 .intl-tel-input {
    width: 265px !important
}

.intl-tel-input {
    width: 100%
}

.form-horizontal .credit-cards-small {
    overflow: hidden;
    width: 90%
}

.form-horizontal .credit-cards-small span {
    background: url(/includes/img/icons/credit-card/credit-card-logo-icons-small-37wx23h.png) no-repeat;
    border: 1px solid #ccc;
    display: inline-block;
    height: 23px;
    margin-right: 3px;
    overflow: hidden;
    text-indent: -9999px;
    width: 37px
}

.form-horizontal .credit-cards-small span.ccMastercard {
    background-position: 0 0
}

.form-horizontal .credit-cards-small span.ccMaestro {
    background-position: -38px 0
}

.form-horizontal .credit-cards-small span.ccVisa {
    background-position: -76px 0
}

.form-horizontal .credit-cards-small span.ccAmericanExpress {
    background-position: -114px 0
}

.form-horizontal .credit-cards-small span.ccDiscover {
    background-position: -152px 0
}

.form-horizontal .credit-cards-medium {
    overflow: hidden;
    width: 90%
}

.form-horizontal .credit-cards-medium span {
    background: url(/includes/img/icons/credit-card/credit-card-logo-icons-medium-60wx38h.png) no-repeat;
    border: 1px solid #ccc;
    display: inline-block;
    height: 38px;
    margin-right: 5px;
    overflow: hidden;
    text-indent: -9999px;
    width: 60px
}

.form-horizontal .credit-cards-medium span.ccMastercard {
    background-position: 0 0
}

.form-horizontal .credit-cards-small span.ccMaestro {
    background-position: -61px 0
}

.form-horizontal .credit-cards-medium span.ccVisa {
    background-position: -122px 0
}

.form-horizontal .credit-cards-medium span.ccAmericanExpress {
    background-position: -183px 0
}

.form-horizontal .credit-cards-medium span.ccDiscover {
    background-position: -244px 0
}

.form-horizontal .creditcard-detector {
    opacity: .25;
    filter: alpha(opacity=25)
}

.cd-header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #21272c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media only screen and (min-width:768px) {
    .cd-header {
        height: 70px;
        background-color: transparent
    }
}

#cd-logo {
    float: left;
    margin: 13px 0 0 5%
}

#cd-logo img {
    display: block
}

@media only screen and (min-width:768px) {
    #cd-logo {
        margin: 23px 0 0 5%
    }
}

.cd-primary-nav {
    float: right;
    margin-right: 5%;
    width: 44px;
    height: 100%;
    background: url("../assets/cd-icon-menu.svg") no-repeat center center
}

.cd-primary-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.cd-primary-nav ul.is-visible {
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.cd-primary-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: #21272c;
    border-top: 1px solid #333c44;
    color: #fff
}

@media only screen and (min-width:768px) {
    .cd-primary-nav {
        width: auto;
        height: auto;
        background: none
    }
    .cd-primary-nav ul {
        position: static;
        width: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        line-height: 70px
    }
    .cd-primary-nav ul.is-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    .cd-primary-nav li {
        display: inline-block;
        margin-left: 1em
    }
    .cd-primary-nav a {
        display: inline-block;
        height: auto;
        font-weight: 600;
        line-height: normal;
        background: transparent;
        padding: .6em 1em;
        border-top: none
    }
}

.cd-hero {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cd-hero-slider {
    width: 100%;
    height: 310px;
    font-size: 14px;
    font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', sans-serif;
    display: inline-block;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s filter .5s
}

.cd-hero-slider iframe {
    width: 100%;
    height: 100%
}

.cd-hero-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.cd-hero-slider li.selected.gotourl {
    cursor: pointer
}

.cd-hero-slider li.selected {
    position: relative
}

.cd-hero-slider li.is-moving,
.cd-hero-slider li.selected {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s filter .5s
}

.cd-hero-slider li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%
}

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.cd-hero-slider .cd-img-container {
    display: none
}

.cd-hero-slider .cd-img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.cd-hero-slider .cd-bg-video-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.cd-hero-slider .cd-bg-video-wrapper video {
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.cd-details {
    display: none;
    position: absolute;
    right: 0;
    margin-right: 20px;
    bottom: 15%;
    text-align: right;
    font-size: 1.2em;
    font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', sans-serif
}

.cd-hero-slider h2,
.cd-hero-slider p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    line-height: 1.2;
    margin: 0 auto 14px;
    color: #fff;
    width: 90%
}

.cd-hero-slider h2 {
    font-size: 2.4rem
}

.cd-hero-slider p {
    line-height: 1.4
}

.cd-hero-slider .cd-btn {
    display: inline-block;
    padding: 1.2em 1.4em;
    margin-top: .8em;
    letter-spacing: 1px;
    color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s
}

.cd-hero-slider .cd-btn.play-video,
.cd-hero-slider .cd-btn.read-story {
    background: #8e704e;
    background: rgba(142, 112, 78, .7);
    display: inline-block;
    text-decoration: none;
    padding: .6em 1em;
    margin-left: 10px
}

.cd-hero-slider p.article-title {
    background-color: #161a1e;
    background-color: rgba(22, 26, 30, .8);
    padding: .6em 1em;
    margin-top: 10px;
    width: 100%
}

.cd-hero-slider .cd-btn.secondary {
    background-color: rgba(22, 26, 30, .8)
}

.no-touch .cd-hero-slider .cd-btn:hover {
    background-color: #f7ba00
}

.no-touch .cd-hero-slider .cd-btn.secondary:hover {
    background-color: #161a1e
}

@media only screen and (min-width:768px) {
    .cd-hero-slider .cd-bg-video-wrapper {
        display: block
    }
    .cd-hero-slider .cd-half-width {
        width: 45%
    }
    .cd-hero-slider .cd-half-width:first-of-type {
        left: 5%
    }
    .cd-hero-slider .cd-half-width:nth-of-type(2) {
        right: 5%;
        left: auto
    }
    .cd-hero-slider .cd-img-container {
        display: block
    }
    .cd-hero-slider h2 {
        font-size: 2.4em;
        font-weight: 300
    }
    .cd-hero-slider .cd-btn {
        font-size: 1.4rem
    }
}

@media only screen and (min-width:1170px) {
    .cd-hero-slider h2,
    .cd-hero-slider p {
        margin-bottom: 20px
    }
    .cd-hero-slider h2 {
        font-size: 3.2em
    }
    .cd-hero-slider p {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:768px) {
    .cd-hero-slider .cd-half-width {
        -ms-opacity: 0;
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px)
    }
    .cd-hero-slider .move-left .cd-half-width {
        -webkit-transform: translateX(-40px);
        -moz-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        -o-transform: translateX(-40px);
        transform: translateX(-40px)
    }
    .cd-hero-slider .selected .cd-half-width {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .cd-hero-slider .is-moving .cd-half-width {
        -webkit-transition: opacity 0s .5s, -webkit-transform 0s .5s;
        -moz-transition: opacity 0s .5s, -moz-transform 0s .5s;
        -ms-transition: opacity 0s .5s, transform 0s .5s;
        -o-transition: opacity 0s .5s, transform 0s .5s;
        transition: opacity 0s .5s, transform 0s .5s
    }
    .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
    .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
        -webkit-transition: opacity .4s .2s, -webkit-transform .5s .2s;
        -moz-transition: opacity .4s .2s, -moz-transform .5s .2s;
        -ms-transition: opacity .4s .2s, transform .5s .2s;
        -o-transition: opacity .4s .2s, transform .5s .2s;
        transition: opacity .4s .2s, transform .5s .2s
    }
    .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
    .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
        -webkit-transition: opacity .4s .4s, -webkit-transform .5s .4s;
        -moz-transition: opacity .4s .4s, -moz-transform .5s .4s;
        -ms-transition: opacity .4s .4s, transform .5s .4s;
        -o-transition: opacity .4s .4s, transform .5s .4s;
        transition: opacity .4s .4s, transform .5s .4s
    }
    .cd-hero-slider .cd-full-width h2,
    .cd-hero-slider .cd-full-width p,
    .cd-hero-slider .cd-full-width .cd-btn {
        -ms-opacity: 0;
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px)
    }
    .cd-hero-slider .move-left .cd-full-width h2,
    .cd-hero-slider .move-left .cd-full-width p,
    .cd-hero-slider .move-left .cd-full-width .cd-btn {
        -ms-opacity: 0;
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    .cd-hero-slider .selected .cd-full-width h2,
    .cd-hero-slider .selected .cd-full-width p,
    .cd-hero-slider .selected .cd-full-width .cd-btn {
        -ms-opacity: 1;
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .cd-hero-slider li.selected h2 {
        -webkit-transition: opacity .4s .2s, -webkit-transform .5s .2s;
        -moz-transition: opacity .4s .2s, -moz-transform .5s .2s;
        -ms-transition: opacity .4s .2s, transform .5s .2s;
        -o-transition: opacity .4s .2s, transform .5s .2s;
        transition: opacity .4s .2s, transform .5s .2s
    }
    .cd-hero-slider li.selected p {
        -webkit-transition: opacity .4s .3s, -webkit-transform .5s .3s;
        -moz-transition: opacity .4s .3s, -moz-transform .5s .3s;
        -ms-transition: opacity .4s .3s, transform .5s .3s;
        -o-transition: opacity .4s .3s, transform .5s .3s;
        transition: opacity .4s .3s, transform .5s .3s
    }
    .cd-hero-slider li.selected .cd-btn {
        -webkit-transition: opacity .4s .4s, -webkit-transform .5s .4s, background-color .2s 0s;
        -moz-transition: opacity .4s .4s, -moz-transform .5s .4s, background-color .2s 0s;
        -ms-transition: opacity .4s .4s, transform .5s .4s, background-color .2s 0s;
        -o-transition: opacity .4s .4s, transform .5s .4s, background-color .2s 0s;
        transition: opacity .4s .4s, transform .5s .4s, background-color .2s 0s
    }
}

.cd-slider-nav {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 5px;
    z-index: 6
}

.cd-slider-nav nav,
.cd-slider-nav ul,
.cd-slider-nav li,
.cd-slider-nav a {
    height: 100%
}

.cd-slider-nav nav {
    float: right;
    margin-right: 20px
}

.cd-slider-nav .cd-marker {
    cursor: pointer;
    border: 2px solid #fff;
    background: transparent;
    width: 15px;
    height: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.cd-slider-nav li.selected .cd-marker,
.cd-slider-nav li:hover .cd-marker {
    background: #f7ba00
}

.cd-slider-nav li {
    display: inline-block;
    float: left;
    padding: 0 5px
}

.no-touch .cd-slider-nav li a:hover {
    background-color: #f7ba00
}

.cd-slider-nav a {
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    outline: none
}

.no-touch .cd-slider-nav a:hover {
    background-color: rgba(0, 1, 1, .5)
}

.cd-main-content {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    padding: 2em 0
}

.cd-main-content p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #999;
    margin: 2em 0
}

@media only screen and (min-width:1170px) {
    .cd-main-content {
        padding: 3em 0
    }
    .cd-main-content p {
        font-size: 1.6rem
    }
}

.no-js .cd-hero-slider li {
    display: none
}

.no-js .cd-hero-slider li.selected {
    display: block
}

.no-js .cd-slider-nav {
    display: none
}

#hero-slider {
    overflow: hidden
}

#hero-slider .cd-hero {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

#hero-slider .cd-hero .cd-hero-slider {
    overflow: inherit
}

#hero-slider .cd-hero .cd-hero-slider.cd-hero-slider-size-1200 {
    height: 560px
}

#hero-slider .cd-hero .cd-hero-slider.cd-hero-slider-size-990 {
    height: 376px
}

#hero-slider .cd-hero .cd-hero-slider.cd-hero-slider-size-760 {
    height: 489px
}

#hero-slider .cd-hero .cd-hero-slider li {
    opacity: .2;
    z-index: 2
}

#hero-slider .cd-hero .cd-hero-slider li h2 {
    position: absolute;
    text-indent: -999999px;
    color: #000;
    color: rgba(0, 0, 0, .01)
}

#hero-slider .cd-hero .cd-hero-slider li.move-left {
    z-index: 3
}

#hero-slider .cd-hero .cd-hero-slider li.selected {
    filter: inherit;
    -webkit-filter: inherit;
    -moz-filter: inherit;
    -o-filter: inherit;
    transform: translateX(0);
    opacity: 1;
    z-index: 4
}

#hero-slider .cd-hero .cd-slider-nav nav {
    background: rgba(0, 0, 0, .4);
    padding: 15px;
    margin-right: 0
}

#hero-slider .cd-hero .cd-slider-nav nav ul {
    padding: 0
}

@media(max-width:1200px) {
    #hero-slider .cd-hero {
        width: 970px
    }
    #hero-slider .cd-hero .cd-hero-slider.cd-hero-slider-size-1200 {
        height: 453px
    }
    #hero-slider .cd-hero .cd-hero-slider.cd-hero-slider-size-990 {
        height: 304px
    }
    #hero-slider .cd-hero .cd-hero-slider.cd-hero-slider-size-760 {
        height: 396px
    }
}

@media(max-width:992px) {
    #hero-slider .cd-hero {
        width: 750px
    }
    #hero-slider .cd-hero .cd-hero-slider.cd-hero-slider-size-1200 {
        height: 350px
    }
    #hero-slider .cd-hero .cd-hero-slider.cd-hero-slider-size-990 {
        height: 235px
    }
    #hero-slider .cd-hero .cd-hero-slider.cd-hero-slider-size-760 {
        height: 306px
    }
}

@media(max-width:768px) {
    .cd-details {
        font-size: .8em;
        margin-right: 0
    }
    .cd-hero-slider .cd-btn.play-video,
    .cd-hero-slider .cd-btn.read-story {
        margin-right: 10px
    }
    #hero-slider .cd-hero {
        width: 100%
    }
    .cd-slider-nav .cd-marker {
        border: 1px solid #fff;
        height: 10px;
        width: 10px
    }
    #hero-slider .cd-hero .cd-slider-nav nav {
        padding: 5px
    }
    .cd-slider-nav {
        bottom: 20px
    }
}

.events-holder {
    position: relative;
    clear: both
}

#content-holder .events-holder h2 {
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    font-size: 28px;
    color: #ac1f2d;
    margin-top: 0
}

.events-holder .fade-bottom {
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    pointer-events: none
}

#content-body-no-container .events-holder.container .fade-bottom {
    width: 96%
}

.events-holder .events-inner {
    border: 1px solid #ebebec;
    padding-left: 20px;
    overflow: hidden;
    height: 358px;
    position: relative
}

.events-holder .events-inner.small {
    height: 190px
}

.events-holder .events-inner .event {
    padding-top: 15px
}

.events-holder .events-inner time {
    font-family: 'Gotham A 4r', 'Gotham B 4r', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #8e704e;
    text-transform: uppercase;
    display: block
}

.events-holder .events-inner a {
    color: #000 !important;
    text-decoration: none !important;
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase
}

.events-holder .events-inner span {
    color: #75757a;
    display: block
}

.events-holder .events-inner .events-move-holder {
    position: absolute;
    right: 0;
    color: #8e704e;
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 2
}

.events-holder .events-inner .events-move-holder:hover {
    background-color: #eeeae5;
    color: #fff
}

.events-holder .events-inner .events-move-holder .far,
.events-holder .events-inner .events-move-holder .fas,
.events-holder .events-inner .events-move-holder .fab {
    margin-top: 12px
}

.events-holder .events-inner .events-move-up {
    top: 0;
    display: none
}

.events-holder .events-inner .events-move-down {
    bottom: 0
}

.events-holder .events-inner .events-view-inner {
    padding-right: 50px;
    z-index: 1;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s
}

.no-csstransforms3d .events-holder .events-inner .events-view-inner {
    position: absolute;
    top: 0;
    left: 0
}

.no-csstransforms3d .events-holder .events-inner .events-view-inner .row {
    margin-left: 0
}

.articles-horizontal h2 {
    color: #6b6b6b;
    margin-bottom: 0
}

.articles-horizontal .row {
    margin: 0
}

.articles-horizontal a {
    text-decoration: none;
    color: #fff;
    padding-right: 5px
}

.articles-horizontal a .title {
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 15px;
    display: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px
}

.articles-horizontal img,
.articles-horizontal .embed-responsive {
    margin-top: 20px
}

.articles-horizontal a .start-date {
    text-transform: uppercase;
    color: #ac1f2d;
    margin-top: -10px
}

.articles-horizontal a:hover .title {
    display: block
}

.articles-horizontal .event.title {
    color: #333;
    text-transform: uppercase;
    line-height: 18px;
    padding: 10px 0 20px 0
}

.articles-horizontal .event.start-date {
    text-transform: uppercase;
    color: #ac1f2d
}

.news-events-tab-outerholder {
    position: relative;
    margin: 20px 0
}

#news-events-tab-container {
    position: relative;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    height: 250px;
    border: 1px solid #dedede;
    clear: both
}

#news-events-tab-container.events .news {
    display: none
}

#news-events-tab-container.news .events {
    display: none
}

#news-events-tab-container.news .news .date-holder {
    display: none
}

#news-events-tab-left,
#news-events-tab-right {
    position: absolute;
    top: 18px;
    line-height: 100%;
    cursor: pointer;
    font-size: 1.8em;
    color: #ac1f2d
}

#news-events-tab-left {
    right: 0;
    top: 10px;
    padding-left: 28px
}

#news-events-tab-right {
    right: 35px;
    top: 10px;
    display: none
}

#news-events-tab-inner {
    height: 239px;
    background: #fff;
    padding: 0;
    position: absolute;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    margin: 10px 0 0 0;
    vertical-align: top
}

#news-events-tab-inner .row {
    margin: 0
}

#news-events-tab-inner li {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 10px 5px 10px 5px;
    padding: 0 10px;
    height: 200px;
    width: 275px;
    overflow: hidden;
    border-right: 1px solid #dedede;
    vertical-align: top
}

#news-events-tab-inner li:last-child {
    border: none;
    margin-right: -3px
}

#news-events-tab-inner .date-holder {
    color: #fff;
    text-transform: uppercase;
    background-color: #ac1f2d;
    font-size: .9em;
    white-space: normal;
    text-align: center;
    padding: 10px 5px 14px;
    margin-top: 2px;
    line-height: 20px
}

#news-events-tab-inner .date-holder .date-number {
    font-size: 1.9em;
    letter-spacing: -1px
}

#news-events-tab-inner .text-holder {
    display: inline-block;
    white-space: normal;
    padding: 10px 8px 10px 0;
    color: #666;
    line-height: 20px
}

#news-events-tab-inner .text-holder strong {
    color: #337ab7;
    display: block;
    font-size: 1.1em
}

#news-events-tab-inner .location-holder {
    display: inline-block;
    white-space: normal;
    color: #888;
    padding: 10px 0 0
}

.news-events-tabs {
    padding: 0;
    height: 23px;
    list-style: none
}

.news-events-tabs li {
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: -1px
}

#content-holder .news-events-tabs a {
    float: left;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;
    background: #ac1f2d;
    border: 1px solid #ac1f2d;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: -1px;
    font-weight: 700;
    cursor: pointer
}

.news-events-tabs .active {
    z-index: 3
}

#content-holder .news-events-tabs .active a {
    background: #fff;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #fff;
    color: #333
}

#news-events-tab-inner .tab-title {
    margin-bottom: 6px
}

#news-events-tab-inner .tab-title a {
    color: #ac1f2d;
    text-decoration: none;
    font-size: 1.15em;
    text-transform: uppercase;
    font-weight: 700
}

#news-events-tab-inner .tab-title:hover {
    text-decoration: underline
}

.striped-background {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAOElEQVQYV2NcI6/7nwELkPjMzMCITRIk8YL3L6YkTAJkGIpOZAkUSXQJuCQ2CbDkESGD/yDLsQEA1jcf17FRU5MAAAAASUVORK5CYII=) repeat;
    padding: 15px 25px 25px 25px;
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    text-align: center;
    margin-top: 20px;
    font-weight: bold
}

.striped-background h3 {
    font-size: 1.9em !important;
    color: #fff;
    padding-bottom: 10px;
    margin-top: 0;
    display: block;
    line-height: 30px !important
}

.wufoo-form {
    background-color: #fff;
    padding: 20px 10px 0 15px
}

@media(min-width:1200px) {
    #content-body.col-md-12 .article.col-md-6 {
        width: 33.33%
    }
}

@media(max-width:999px) {
    .articles-horizontal .article {
        width: 100%
    }
}

#content-holder .pagination>li>a {
    text-decoration: none
}

#content-holder .pagination>.active>a,
#content-holder .pagination>.active>a:focus,
#content-holder .pagination>.active>a:hover,
#content-holder .pagination>.active>span,
#content-holder .pagination>.active>span:focus,
#content-holder .pagination>.active>span:hover {
    color: #fff
}

#articleContent .calendar-row>*[class^="col-"] {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px
}

#articleContent .calendar-card {
    background-color: #fff;
    border: 1px solid #eee;
    display: flex;
    align-items: center
}

#articleContent .calendar-card .desc {
    padding-bottom: 10px
}

#articleContent .calendar-card .date {
    background-color: #e04648;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    padding: 30px 0 30px 0
}

#articleContent div.calendar-row>div.item:nth-of-type(4n) .date,
#articleContent div.calendar-row>div.item:nth-of-type(4n-1) .date {
    background-color: #2e3f50
}

#articleContent .calendar-card .date .day {
    font-size: 5em;
    font-weight: bold;
    padding-right: 6px;
    letter-spacing: -7px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1em
}

#articleContent .calendar-card .desc .label {
    padding: 7px 10px;
    margin-right: 5px
}

#articleContent .calendar-card .desc .label a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

#articleContent .calendar-card .desc .label a i {
    margin-right: 5px
}

#articleContent .calendar-card .desc .label a:hover {
    text-decoration: none
}

@media(max-width:767px) {
    #articleContent .calendar-card {
        padding: 20px 10px
    }
}

#nav04-wrapper {
    z-index: 6;
    font-family: 'Gotham 3r', 'Gotham A', 'Gotham B', sans-serif
}

#nav04 .nav {
    background-color: #767679;
    margin-bottom: 15px
}

#nav04 .nav li {
    border-bottom: 1px solid #fff;
    color: #fff
}

#content-holder #nav04 .nav li a {
    color: #fff;
    text-decoration: none
}

#nav04 .nav li:last-child {
    border-bottom: inherit
}

#nav04 .nav li span {
    position: relative;
    display: block;
    padding: 10px 15px
}

#content-holder #nav04 .nav li a.active,
#content-holder #nav04 .nav li a:hover,
#content-holder #nav04 .nav li a:focus {
    color: #000;
    background-color: #f7ba00
}

#nav04 .nav li ul {
    background-color: #e0e1e2;
    border-top: 1px solid #fff;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

#nav04 .nav li ul li {
    position: relative
}

#content-holder #nav04 .nav li ul li a:before {
    content: " ";
    position: absolute;
    left: 15px;
    top: 10px
}

#content-holder #nav04 .nav li ul li a {
    color: #333;
    display: block;
    padding: 10px 30px
}

.academic-programs-holder,
#nav04-wrapper .highlights-holder {
    width: 100%
}

#nav04-wrapper .highlights-holder {
    margin-bottom: 15px;
    border: 1px solid #c5122f
}

#nav04-wrapper .highlights-holder ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#nav04-wrapper .highlights-holder p {
    padding: 9px 18px;
    margin: 0
}

#content-holder #nav04-wrapper .highlights-holder ul li a {
    padding: 9px 18px;
    color: #000;
    text-decoration: none;
    display: block
}

#nav04-wrapper .highlights-holder ul li:first-child a {
    padding-top: 16px !important
}

#nav04-wrapper .highlights-holder ul li:last-child a {
    padding-bottom: 16px !important
}

#content-holder #nav04-wrapper .highlights-holder ul li a:hover {
    background: #f0f0f0;
    color: #000;
    cursor: pointer
}

#nav04-wrapper .highlights-holder .highligts-img-holder {
    position: relative;
    text-align: center
}

#nav04-wrapper .highlights-holder .highligts-img-holder .video-feed {
    padding: 0 1px 45px 0
}

#nav04-wrapper .highlights-holder .highligts-img-holder .video-feed iframe {
    -webkit-box-shadow: inherit;
    -ms-box-shadow: inherit;
    box-shadow: inherit
}

#content-holder #nav04-wrapper .highlights-holder .highligts-img-holder a {
    text-decoration: none
}

#nav04-wrapper .highlights-holder .highligts-img-holder .highligts-img-holder-text {
    padding: 15px;
    background-color: #6b6b6b;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: 0
}

#content-holder #nav04-wrapper .highlights-holder .highligts-img-holder .highligts-img-holder-text a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none
}

#nav04-wrapper .highlights-holder .highligts-img-holder:hover .highligts-img-holder-text {
    -webkit-box-shadow: inset 0 -4px 0 0 #f7ba00;
    -ms-box-shadow: inset 0 -4px 0 0 #f7ba00;
    box-shadow: inset 0 -4px 0 0 #f7ba00
}

.academic-programs-holder .academic-programs-title,
#nav04-wrapper .highlights-holder .highlights-title {
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    background: #ac1f2d;
    padding: 10px;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase
}

.academic-programs-holder .academic-programs-title {
    font-size: 1.3em
}

#nav04-wrapper .highlights-holder .highlights-title {
    padding: 14px 20px
}

.academic-programs-holder .academic-programs-title {
    text-align: center
}

.academic-programs-holder .academic-programs-title .far,
.academic-programs-holder .academic-programs-title .fas,
.academic-programs-holder .academic-programs-title .fab {
    display: none
}

.academic-programs-holder .academic-programs-list-holder {
    background: #3a4354;
    color: #fff;
    padding: 20px 10px 10px
}

#content-holder .academic-programs-holder .academic-programs-list-holder a {
    color: #fff;
    text-decoration: none
}

#content-holder .academic-programs-holder .academic-programs-list-holder a:hover,
#content-holder .academic-programs-holder .academic-programs-list-holder a:focus {
    color: #f7bb00
}

.academic-programs-holder .academic-programs-list {
    padding-left: 10px;
    padding-top: 30px;
    list-style: none
}

.academic-programs-holder .academic-programs-list .program-type-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 6px;
    cursor: pointer
}

.academic-programs-holder .academic-programs-list span {
    cursor: pointer
}

.academic-programs-holder .academic-programs-list .program-link {
    padding-left: 10px;
    padding-bottom: 3px;
    cursor: pointer
}

.academic-programs-holder .academic-programs-list .graduate-types:before {
    content: '·';
    padding-right: 5px;
    padding-left: 5px
}

#nav04-wrapper .weather-holder {
    background-color: #f7ba00;
    color: #fff;
    text-transform: uppercase;
    padding: 23px 20px 20px 20px;
    position: relative;
    text-align: center;
    opacity: 0;
    display: none
}

#nav04-wrapper .weather-holder.hasData {
    opacity: 1;
    display: block;
    margin-top: 10px
}

#nav04-wrapper .weather-holder .weather-temperature {
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    font-size: 4em;
    margin-bottom: -8px;
    letter-spacing: -1px
}

#nav04-wrapper .weather-holder .weather-temperature .degree {
    vertical-align: top;
    font-size: 60px
}

#nav04-wrapper .weather-holder .weather-description {
    font-weight: 300;
    font-size: 1em;
    margin-top: 2px
}

#nav04-wrapper .weather-holder .weather-location {
    font-size: 1.4em;
    font-weight: 700
}

#nav04-wrapper .admissions {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAOElEQVQYV2NcI6/7nwELkPjMzMCITRIk8YL3L6YkTAJkGIpOZAkUSXQJuCQ2CbDkESGD/yDLsQEA1jcf17FRU5MAAAAASUVORK5CYII=) repeat;
    padding: 20px 20px 10px;
    font-family: 'ITC Lubalin Graph W01 Bk CnObl', sans-serif;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px
}

#content-holder #nav04-wrapper .admissions a {
    width: 100%;
    display: block;
    padding: 5px 2px;
    margin-bottom: 10px;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #e3909e;
    background: #ac1f2d;
    background: linear-gradient(to left, transparent 50%, #f7ba00 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#content-holder #nav04-wrapper .admissions a:hover,
#content-holder #nav04-wrapper .admissions a:focus,
#content-holder #nav04-wrapper .admissions a:active {
    background-position: left bottom;
    text-decoration: none;
    color: #ac1f2d
}

#nav04-wrapper .academic-programs-holder .academic-programs-inner-holder {
    display: block
}

@media(min-width:1200px) {
    .academic-programs-holder .academic-programs-list .program-link {
        padding-left: 0
    }
}

@media(min-width:768px) {
    .academic-programs-inner-holder {
        display: block !important
    }
}

@media(max-width:767px) {
    #nav04-wrapper .weather-holder {
        overflow: hidden;
        font-size: 1.2em
    }
    #content-body-wrapper {
        position: relative
    }
    #content-body {
        padding-top: 5px;
        padding-bottom: 30px
    }
    #nav04-wrapper .academic-programs-holder {
        border: inherit;
        margin-top: 15px;
        z-index: 10
    }
    #nav04-wrapper .academic-programs-holder .academic-programs-inner-holder {
        display: none
    }
    #nav04-wrapper .academic-programs-holder .academic-programs-title .far,
    #nav04-wrapper .academic-programs-holder .academic-programs-title .fas,
    #nav04-wrapper .academic-programs-holder .academic-programs-title .fab {
        display: inline-block;
        font-size: 1em;
        float: right;
        cursor: pointer
    }
    #nav04-wrapper .academic-programs-holder .academic-programs-title {
        text-align: left;
        padding-left: 30px
    }
    #nav04-wrapper .academic-programs-holder .searchFrmQry {
        padding-left: 40px
    }
}

.past-week {
    background-color: #e5e5e5 !important;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70)
}

.current-week {
    background-color: #9fb5bd !important
}

.text-middle {
    vertical-align: middle
}

.week-data:nth-child(odd) {
    background-color: #f2f2f2
}

.schedule-list .row>[class^="col-"],
.schedule-list .row>[class*=" col-"] {
    padding: 8px;
    line-height: 1.42857143
}

.subtotal {
    color: #888
}

.discount {
    color: #338e32
}

.total {
    font-size: 1.5em
}

.buckids-login-bar {
    background-color: rgba(159, 181, 189, .5);
    border-bottom-left-radius: 10px;
    float: right;
    margin: -15px -15px 5px -24px;
    min-width: 100px;
    padding: 7px 10px;
    position: relative;
    text-align: right;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#779fb5bd,endColorstr=#779fb5bd)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#779fb5bd, endColorstr=#779fb5bd)
}

@media(min-width:768px) {
    .buckids-login-bar {
        margin: -10px -15px 5px -24px
    }
}

@media(min-width:992px) {
    .buckids-login-bar {
        margin: -10px -15px 5px -24px
    }
}

@media(min-width:1200px) {
    .buckids-login-bar {
        margin: -20px 0 5px -24px
    }
}

.tx-titles {
    font-size: 1.2em;
    font-weight: bold
}

.tx {
    border-top: 1px dashed #a2a2a2;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer
}

.tx .tx-amount {
    font-weight: bold
}


/* This style sheet is what renders the javascript requirements */

#no-js {
    display: none;
}

.no-js #nav02-wrapper,
.no-js #hero-slider,
.no-js #content-body-wrapper,
.no-js #content-body-no-container {
    display: none;
}

.no-js #searchFrm,
.no-js footer .social {
    visibility: hidden;
}

.no-js .javascript #content-body-wrapper,
.no-js .javascript #content-body-no-container {
    display: block;
}

.no-js #no-js h1,
.no-js #no-js .h1 {
    font-size: 2em;
    color: #ac1f2d;
}

.no-js #no-js {
    display: block !important;
    font-size: 1.6em;
    line-height: 1.4em;
    padding: 3em 1em;
    text-align: center;
}

.no-js .javascript #no-js {
    display: none !important;
}