@charset "UTF-8";
@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

/* ------------------------- Separate line ------------------------- */
:root {
    --breadcrumb1-theme-1: #00008B;
    --breadcrumb1-theme-2: #fff;
    --breadcrumb1-theme-3: #FFCB39;
    --breadcrumb1-theme-4: #025098;
}
.breadcrumb1 {
    text-align: center;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
}
.breadcrumb1__step {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    padding: 0 10px 0 60px;
    position: relative;
    background: var(--breadcrumb1-theme-2);
    color: var(--breadcrumb1-theme-1);
    transition: background 0.5s;
}
.breadcrumb1__step:first-child {
    padding-left: 46px;
    border-radius: 5px 0 0 5px;
}
.breadcrumb1__step:first-child::before {
    left: 14px;
}
.breadcrumb1__step:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 20px;
}
.breadcrumb1__step:last-child::after {
    content: none;
}
.breadcrumb1__step::before {
    content: counter(flag);
    counter-increment: flag;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    font-weight: bold;
    background: var(--breadcrumb1-theme-2);
    box-shadow: 0 0 0 1px var(--breadcrumb1-theme-1);
}
.breadcrumb1__step::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    border-radius: 0 5px 0 50px;
    background: var(--breadcrumb1-theme-2);
    transition: background 0.5s;
    box-shadow: 2px -2px 0 2px var(--breadcrumb1-theme-4);
}
.breadcrumb1__step--active {
    color: var(--breadcrumb1-theme-2);
    background: var(--breadcrumb1-theme-1);
}
.breadcrumb1__step--active::before {
    color: var(--breadcrumb1-theme-1);
}
.breadcrumb1__step--active::after {
    background: var(--breadcrumb1-theme-1);
}
.breadcrumb1__step:hover {
    color: var(--breadcrumb1-theme-2);
    background: var(--breadcrumb1-theme-3);
}
.breadcrumb1__step:hover::before {
    color: var(--breadcrumb1-theme-1);
}
.breadcrumb1__step:hover::after {
    color: var(--breadcrumb1-theme-1);
    background: var(--breadcrumb1-theme-3);
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 100%;
    min-height: 350px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.home-banner .slides > li {
    display: none;
}

.home-banner .slides > li img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    float: left;
}

.home-banner .slides {
    zoom: 0;
}

.home-banner .flex-direction-nav {
    z-index: 2;
}

.home-banner .flex-direction-nav a {
    z-index: 2;
    height: 60px;
    width: 48px;
    padding: 0;
    margin: -30px 0 0 0;
    display: block;
    background: rgba(188, 46, 49, 0.8) url(../../../themes/scottish-html5-master/images/slider-nav.png) center center no-repeat;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    border: none;
    opacity: 1;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.home-banner .flex-direction-nav .flex-next {
    background-position: -18px center;
    right: -50px;
}

.home-banner .flex-direction-nav .flex-prev {
    left: -50px;
    background-position: 14px center;
}

.home-banner:hover .flex-direction-nav .flex-next:hover, .home-banner:hover .flex-direction-nav .flex-prev:hover {
    background-color: #bc2e31
}

.home-banner:hover .flex-direction-nav .flex-next {
    right: 0
}

.home-banner:hover .flex-direction-nav .flex-prev {
    left: 0
}

.home-banner .flexslider:hover .flex-next, .home-banner .flexslider:hover .flex-prev {
    opacity: 1;
}

.flex-container a:active, .home-banner a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0 4% 0 0 0;
    padding: 0;
    list-style: none;
}

.home-banner .flex-control-nav {
    display: none;
    width: auto;
    position: absolute;
    top: 20px;
    text-align: center;
    height: 15px;
    right: 2%;
    z-index: 2
}

.home-banner .flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.home-banner .flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    background: rgb(203, 57, 60);
    cursor: pointer;
    text-indent: -9999px;
    border: 1px solid rgb(203, 57, 60);
}

.home-banner .flex-control-paging li a:hover {
    background: rgb(255, 215, 70);
    border-color: rgb(255, 215, 70)
}

.home-banner .flex-control-paging li a.flex-active {
    background: rgb(255, 215, 70);
    cursor: default;
    border-color: rgb(255, 215, 70)
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 94%;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .4
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #dadada;
    width: 26px;
    height: 66px;
    position: absolute;
    left: -34px;
    top: 50%;
    z-index: 120;
    display: inline-block;
    margin-top: -33px;
    font-size: 0;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: '';
    height: 8px;
    width: 8px;
    display: block;
    border: 3px solid #666;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 28px;
    left: 9px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #dadada;
    width: 25px;
    height: 66px;
    position: absolute;
    right: -34px;
    top: 50%;
    z-index: 120;
    display: inline-block;
    margin-top: -33px;
    font-size: 0;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '';
    height: 8px;
    width: 8px;
    display: block;
    border: 3px solid #666;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 28px;
    right: 9px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before, .owl-carousel .owl-controls .owl-nav .owl-next:hover:before {
    border-color: #ffffff;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #bc2e31
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../themes/scottish-html5-master/css/owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

@font-face {
    font-family: 'CopperplateGothicStd-33BC';
    src: url(../../../themes/scottish-html5-master/fonts/CopperplateGothicStd-33BCd41d.eot?#iefix) format('embedded-opentype'), url(//www.scottishigh.com/wp-content/themes/scottish-html5-master/fonts/CopperplateGothicStd-33BC.otf) format('opentype'), url(//www.scottishigh.com/wp-content/themes/scottish-html5-master/fonts/CopperplateGothicStd-33BC.woff) format('woff'), url(//www.scottishigh.com/wp-content/themes/scottish-html5-master/fonts/CopperplateGothicStd-33BC.ttf) format('truetype'), url(//www.scottishigh.com/wp-content/themes/scottish-html5-master/fonts/CopperplateGothicStd-33BC.svg#CopperplateGothicStd-33BC) format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:700,300,600,400,400italic");
@import url("https://fonts.googleapis.com/css?family=Droid+Serif");
body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0px;
    font-weight: 600
}

a {
    color: #000000;
    text-decoration: none;
    outline: none;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    cursor: pointer;
    border: none;
}

a:hover {
    color: #bc2e31;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    transition: .3s all ease-in;
    text-decoration: none;
}

ul, ul li {
    margin: 0px;
    padding: 0px;
    /*list-style: none;*/
}

p {
    padding: 0;
    margin: 0;
}

.hundred {
    float: left;
    width: 100%;
}

.container {
    width: 1180px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    border: none;
    outline: none
}

a[href^="tel:"] {
    pointer-events: none;
}

header .logo {
    z-index: 99 !important;
}

header {
    padding: 0;
    z-index: 9;
    background: #ffffff;
    border-top: 2px solid #ffcb39;
    /*position: fixed*/
}

header .header-top {
    margin-top: -2px;
    /*text-align: right*/
}

header .header-top .container {
    position: relative
}

header .header-top .box {
    display: inline-block;
    vertical-align: top;
    margin: 8px 0 0 5px
}

header .header-top .box a.parent-feedbk {
    display: inline-block;
    background: #ffcb39 url(../../../themes/scottish-html5-master/images/parentfeedback-icon.png) 15px center no-repeat;
    font-size: 13px;
    color: #252525;
    padding: 10px 15px 10px 40px;
    border-radius: 5px;
}

header .header-top .box a.parent-feedbk:hover {
    background-color: #bc2e31;
    color: #ffffff
}

header .header-top .box p {
    font-size: 12px;
    color: #00000;
    /*padding-top: 5px;*/
}

header .logo {
    float: left;
    margin: 0;
    position: absolute;
    top: 0;
    max-width: 340px;
    box-shadow: 1px 1px 8px 0px;
}

header .logo img {
    float: left;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

a:hover {
    color: #bc2e31;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    transition: .3s all ease-in;
}

header .serach-box {
    position: relative;
}

header .serach-box .search-txt {
    background: transparent;
    border: 1px solid #dbd6cc;
    padding: 8px 30px 8px 10px;
    outline: none;
    font-size: 14px;
    color: #9c9b9a;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
}

header .serach-box .search-txt:focus {
    border-color: #bc2e31
}

header .serach-box .search-btn {
    position: absolute;
    border: none;
    top: 50%;
    margin-top: -7px;
    right: 15px;
    outline: none;
    background: url(../../../themes/scottish-html5-master/images/search-icon.png) center center no-repeat;
    height: 13px;
    width: 13px;
    cursor: pointer;
    font-size: 0
}

.search-txt::-webkit-input-placeholder {
    font-size: 14px;
    color: #9c9b9a;
    font-family: 'Open Sans', sans-serif;
}

.search-txt:-moz-placeholder {
    font-size: 14px;
    color: #9c9b9a;
    font-family: 'Open Sans', sans-serif;
}

.search-txt::-moz-placeholder {
    font-size: 14px;
    color: #9c9b9a;
    font-family: 'Open Sans', sans-serif;
}

.search-txt:-ms-input-placeholder {
    font-size: 14px;
    color: #9c9b9a;
    font-family: 'Open Sans', sans-serif;
}

header .nav-sec {
    /*background: darkblue;*/
    background: #8A0303;
    /*margin: 10px 0 0 0;*/
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.social-icon a {
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%
}

.social-icon a:hover {
    box-shadow: 0 0 1px #000;
}

ul.Quick-link {
    float: right;
    position: relative;
    background: #069343;
    text-align: left;
    margin: 0;
    border-radius: 5px;
}

ul.Quick-link li {
    position: relative;
    z-index: 100;
    display: inline-block;
    vertical-align: top;
}

ul.Quick-link li a {
    color: #ffffff;
    font-size: 13px;
    float: left;
    padding: 10px 15px;
}

ul.Quick-link ul li a:hover {
    color: #000000;
}

ul.Quick-link li a img {
    float: left;
    margin: 0 8px 0 0
}

ul.Quick-link li a:after {
    content: url(../../../themes/scottish-html5-master/images/quick-link-icon.png);
    margin-left: 15px;
}

ul.Quick-link ul li {
    width: 100%;
    padding: 5px 0;
}

ul.Quick-link ul li:hover {
    background: #ffcb39
}

ul.Quick-link ul li:last-child {
    border: none;
}

ul.Quick-link ul li a:after {
    display: none;
}

ul.Quick-link li:hover ul {
    display: block;
}

ul.Quick-link ul {
    left: 0;
    padding: 0;
    top: 100%;
    position: absolute;
    float: left;
    text-align: center;
    background: #225A98;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 3px darkslategrey;
}

ul.Quick-link ul li a {
    white-space: nowrap;
    font-size: 12px;
    color: #ffffff;
    padding: 2px 15px;
}

header.head-shrink {
}

header.head-shrink .logo img {
    max-width: 280px;
}

header.head-shrink .header-top {
    display: none
}

header.head-shrink .nav-sec {
    margin: 0
}

#ddmenu li.current-menu-item a, #ddmenu li a:hover, #ddmenu li.current-menu-ancestor a {
    color: #ffffff
}

#ddmenu {
    display: block;
    letter-spacing: normal;
    /*float: right;*/
    margin: 0;
}

#ddmenu ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-size: 0;
    display: inline-block;
    position: relative;
    z-index: 9;
}

#ddmenu li {
    padding: 0px 1px;
    display: inline-block;
    background: url(../../../themes/scottish-html5-master/images/menu-icon.png) right center no-repeat;
    zoom: 1;
    position: relative;
    transition: background-color 0.2s;
    outline: none;
    /* background: #FFF8C9; */
    border-right: 3px solid #8A0303;
    border-radius: 10px;
    /* padding: 0 13px; */
    /* display: inline-block; */
    /* background: url(../../../themes/scottish-html5-master/images/menu-icon.png) right center no-repeat; */
    /* zoom: 1; */
    /* position: relative; */
    /* transition: background-color 0.2s; */
    /* outline: none;*/
}

#ddmenu li a {
    position: relative;
    color: #8A0303 !important;
    font-weight: bold;
    margin: 10px 0;
    text-decoration: none;
    display: inline-block;
    outline: none;
    padding-right: 2px;
    font-size: 13px;
    text-transform: uppercase;
    background: #FFF8C9;
    padding: 5px 10px;
    border-radius: 10px;
}

#ddmenu li:last-child {
    background: none;
    padding-right: 0
}

#ddmenu li:last-child a {
    border: none;
    background: #ffffff;
    color: #bc2e31;
    /*font-weight: bold;*/
    padding: 5px 10px;
    border-radius: 5px;
}

#ddmenu li:last-child a:after {
    content: '';
    height: 0;
    width: 0;
    display: inline-block;
    border: 7px transparent solid;
    border-bottom-width: 0;
    border-top-color: #ffffff;
    position: absolute;
    top: 24px;
    right: 10px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: -1;
}

#ddmenu li:last-child a:hover {
    background: #ffcb39
}

#ddmenu li:last-child a:hover:after {
    border-top-color: #ffcb39
}

#ddmenu .dropdown-menu li:last-child a {
    border: none;
    background: none;
    color: inherit;
    /*font-weight: 400;*/
    padding: 0;
    border-radius: 0;
}

#ddmenu .dropdown-menu li:last-child a:after {
    display: none !important
}

#ddmenu .dropdown-menu li:last-child a:hover {
    background: none
}

#ddmenu li.over .dropdown-menu {
    visibility: visible;
    display: block;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    top: 100%;
    padding: 5px 0 0 0;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

#ddmenu .dropdown-menu {
    visibility: hidden;
    width: 394px;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    border: none;
    border-radius: 0;
    z-index: 8;
    min-width: 150px;
    text-align: left
}

#ddmenu ul.dropdown-menu li {
    width: 100%;
    position: relative;
    /*background: darkblue;*/
    border-bottom: none;
    padding: 8px 3%;
    border-bottom: 1.4px dashed;
    text-align: left;
}

#ddmenu ul.dropdown-menu li:hover, #ddmenu li ul.dropdown-menu li.current-menu-item {
    background: #FFC107;
    color: black;
}

#ddmenu ul.dropdown-menu li:hover a, #ddmenu li ul.dropdown-menu li.current-menu-item a {
    /*color: black;*/
    background: none;
}

#ddmenu ul.dropdown-menu li:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.4px dashed;
    color: darkgray;
}

#ddmenu li.current-menu-item ul.dropdown-menu a {
    color: #252525
}

#ddmenu .dropdown-menu li:last-child, #ddmenu .dropdown-menu li:last-child a {
    border: none;
    color: white;
}

#ddmenu ul.dropdown-menu a {
    white-space: nowrap;
    transition: none;
    font-size: 12px;
    margin: 0 10px;
    /*display: block;*/
    color: white;
    padding: 0;
}

#ddmenu ul.dropdown-menu a:hover {
    color: white;
}

#ddmenu li.current-menu-item ul.dropdown-menu a:hover, #ddmenu li.current-menu-item ul.dropdown-menu li.current-menu-item a, #ddmenu li ul.dropdown-menu li.current-menu-item a {
    color: white;
}

#ddmenuLink, #ddmenu div.menu-icon {
    display: none;
}

#ddmenu ul li.menu-item-has-children:hover a:before {
    content: '';
    height: 0;
    width: 0;
    display: inline-block;
    border: 7px transparent solid;
    border-top-width: 0;
    border-bottom-color: #FFCB39;
    z-index: 99;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 8px 0 0 -5px;
}

#ddmenu ul ul li a:before {
    display: none !important
}

.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 103px 0 0 0
}

.home-banner img {
    width: 100%;
}

.home-banner .Deatial-box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.home-banner .Deatial-box .white-box {
    padding: 20px 30px 56px 0;
    position: relative;
}

.home-banner .Deatial-box .white-box img {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: -96px 0 0 0;
}

.home-banner .Deatial-box h3 {
    color: #fffefe;
    font-size: 26px;
    font-family: 'CopperplateGothicStd-33BC';
}

.inner-banner .Deatial-box {
    height: 100%;
    background: none
}

.inner-banner .Deatial-box .table {
    display: table;
    height: 100%;
    width: 100%;
}

.inner-banner .Deatial-box .table-cell {
    display: table-cell;
    height: auto;
    width: 100%;
    vertical-align: middle
}

.home-banner .Deatial-box p {
    font-size: 17px;
    color: #fffefe;
    line-height: 24px;
}

.inner-banner .Deatial-box h3 {
    color: #ffffff
}

.inner-banner img {
    min-height: 70px;
}

.welcome-sec {
    padding: 30px 0 10px 0;
}

.container-left {
    float: left;
    width: 73%;
    margin-right: 2%;
}

.container-right {
    float: right;
    width: 25%;
}

.left-align {
    float: left;
    margin: 15px 20px 15px 0
}

h2 {
    font-size: 26px;
    color: #d52525;
    line-height: 26px;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.welcome-sec .container-left h3 {
    font-size: 22px;
    color: #d52525;
    line-height: 26px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
    margin: 25px 0 20px 0;
}

.welcome-sec p {
    color: #252525;
    padding: 10px 0;
    color: #252525;
    font-size: 14px;
    line-height: 24px;
}

.read-more {
    color: #d52525;
    font-size: 14px;
    font-style: italic;
    font-weight: 400
}

.read-more:hover {
    color: #000000;
}

.view-all-out {
    display: block;
    width: 100%;
    text-align: left;
    margin: 10px 0 0 0
}

.view-all {
    color: #d52525;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.view-all:hover, .right-box a:hover {
    color: #000000
}

#newsslider {
    display: block;
}

.latest-news {
    float: left;
    padding: 20px 0 0 0;
    width: 100%;
}

.latest-news ul li {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    border-right: 2px solid #efefef;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 15px;
}

.latest-news ul li:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
}

.latest-news sup {
    color: #F00;
    font-size: 10px;
}

.right-box .right-box-in {
    padding: 15px;
    background: transparent;
}

.right-box .no-padding {
    padding: 0 !important
}

ul#newsslider li {
    height: auto;
    display: block
}

.Scottish-glance {
    position: relative
}

.Scottish-glance img {
    float: right;
    width: 100%;
}

.Scottish-glance h3 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 20px;
}

.Scottish-glance ul li {
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding: 10px 40px;
    border-right: 1px dotted #ffffff
}

.Scottish-glance ul li:first-child {
    padding-left: 0
}

.Scottish-glance ul li:last-child {
    border: none
}

.Scottish-glance ul li strong {
    display: block;
    font-weight: 600
}

.Scottish-glance .info {
    position: absolute;
    top: 55px
}

.usefull-links {
    padding: 70px 0 50px 0;
    background: #f3f3f3
}

.tab-box {
    display: table;
    width: 100%;
}

.tab-box .tabcontents {
    display: table-cell;
    width: 80%;
    vertical-align: middle;
    background: #ffffff
}

.tab-box ul.tabs {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

.tab-box ul.tabs a {
    display: block;
    text-transform: uppercase;
    padding: 17px 8%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: rgb(203, 57, 60);
    background: -moz-linear-gradient(top, rgba(203, 57, 60, 1) 0%, rgba(173, 36, 38, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(203, 57, 60, 1)), color-stop(100%, rgba(173, 36, 38, 1)));
    background: -webkit-linear-gradient(top, rgba(203, 57, 60, 1) 0%, rgba(173, 36, 38, 1) 100%);
    background: -o-linear-gradient(top, rgba(203, 57, 60, 1) 0%, rgba(173, 36, 38, 1) 100%);
    background: -ms-linear-gradient(top, rgba(203, 57, 60, 1) 0%, rgba(173, 36, 38, 1) 100%);
    background: linear-gradient(to bottom, rgba(203, 57, 60, 1) 0%, rgba(173, 36, 38, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb393c', endColorstr='#ad2426', GradientType=0);
}

.tab-box ul.tabs li.selected a, .tab-box ul.tabs a:hover {
    background: rgb(255, 215, 70);
    background: -moz-linear-gradient(top, rgba(255, 215, 70, 1) 0%, rgba(255, 191, 44, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 215, 70, 1)), color-stop(100%, rgba(255, 191, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 215, 70, 1) 0%, rgba(255, 191, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 215, 70, 1) 0%, rgba(255, 191, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 215, 70, 1) 0%, rgba(255, 191, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 215, 70, 1) 0%, rgba(255, 191, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd746', endColorstr='#ffbf2c', GradientType=0);
}

.tab-box .box {
    float: left;
    width: 21%;
    padding: 50px 2% 10px 2%;
    text-align: center;
    position: relative;
    background: #ffffff;
    box-shadow: inset -1px 0px 0px #e7e6e5;
    min-height: 164px;
}

.tab-box .box p.tab-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    margin: 0 0 0 -35px
}

.tab-box .box p.tab-icon img {
    border: 2px solid #dadada;
    border-radius: 50%;
}

.tab-box .round-space {
    padding: 10px 20px;
    display: block
}

.tab-box .round-space p {
    padding: 5px 0
}

.tab-box .round-space ul li {
    font-size: 14px;
    color: #1f1f1f;
    line-height: 22px;
    padding: 5px 0
}

.tab-box .round-space ul li:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #666;
    border-image: none;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    height: 6px;
    transform: rotate(-45deg);
    width: 6px;
    margin-right: 8px;
}

.tab-box .tabcontents .box:last-child {
    box-shadow: none;
}

.usefull {
    display: block;
    overflow: hidden;
    background-color: #f3f3f3;
    clear: both;
}

.tab-box .box:hover {
    background: #fef9ea
}

.tab-box .box:hover p.tab-icon img {
    border-color: #bc2e31
}

.tab-box h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 13px 0;
    color: #171717
}

.tab-box p {
    font-size: 14px;
    color: #1f1f1f;
    line-height: 22px;
    padding: 0 10px
}

.Other-univesty {
    padding: 25px 0
}

.chairman-msg {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: -35px 0 0 0;
    z-index: 5;
}

.box-shadow {
    padding: 20px 20px 0 20px;
    position: relative;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.padding-sec {
    padding: 0 20px 0 20px;
}

.box-shadow:before {
    content: url(../../../themes/scottish-html5-master/images/box-shadow-left.png);
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: -1
}

.box-shadow:after {
    content: url(../../../themes/scottish-html5-master/images/box-shadow-right.png);
    position: absolute;
    top: -7px;
    right: -15px;
    z-index: -1
}

.chairman-msg ul li {
    display: inline-block;
    margin-right: 2%;
    width: 31.66%;
    position: relative;
}

.chairman-msg ul li .overlay {
    position: static;
    bottom: 0px;
    overflow: hidden;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.chairman-msg ul li .overlay p {
    display: none
}

.chairman-msg ul li:hover .overlay {
    height: auto
}

.chairman-msg ul li .overlay p {
    background: #ffffff;
    padding: 0;
    font-size: 16px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.chairman-msg ul li:hover .overlay p {
    padding: 10px 0;
}

.chairman-msg ul li:hover .overlay {
    bottom: 0
}

.chairman-msg ul li img {
    width: 100%;
}

.chairman-msg ul li:last-child {
    margin: 0
}

.chairman-msg ul li h3 {
    font-size: 20px;
    color: #ffffff;
    background: #1c8dee;
    font-family: 'CopperplateGothicStd-33BC';
    padding: 15px;
}

.chairman-msg ul li h3:after {
    content: '';
    height: 6px;
    width: 6px;
    display: inline-block;
    margin-left: 5px;
    border: 3px solid #ffffff;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.chairman-msg ul li a:hover h3:after {
    margin-left: 7px;
}

.chairman-msg ul li:first-child h3 {
    background: #bc2e31
}

.chairman-msg ul li:last-child h3 {
    background: #f9bc12
}

.logo-icon {
    background: url(../../../themes/scottish-html5-master/images/logo-icon.png) 0 0px no-repeat;
    padding: 5px 0 25px 43px;
}

.newsflash-icon {
    background: url(../../../themes/scottish-html5-master/images/newsflash-icon.png) 0 0px no-repeat;
    padding: 0 0 25px 60px;
}

.newsflash-sec ul#newssliderhome {
    height: 400px;
    overflow: auto !important;
    overflow-x: hidden !important
}

.newsflash-sec .box ul {
    display: table;
    width: 100%;
    margin: 0 0 20px 0
}

.newsflash-sec .box ul li {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.newsflash-sec .box ul li:first-child {
    max-width: 175px;
    min-width: 175px;
    padding-right: 25px;
}

.newsflash-sec .box ul li:last-child {
    width: 80%;
}

.newsflash-sec .box p {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0
}

.newsflash-sec .box p.date {
    color: #d52525;
    font-style: italic
}

.newsflash-sec .box h4 {
    font-size: 20px;
    color: #171717;
    font-weight: 400
}

#galleryslider.owl-carousel .owl-controls .owl-nav .owl-prev:hover, #galleryslider.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

#galleryslider.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0
}

#galleryslider.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}

#galleryslider.owl-carousel {
    width: 100%
}

.content {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #dadada;
    position: relative;
    margin-top: -35px;
    z-index: 3;
    min-height: 200px;
}

.content .box-shadow {
    padding: 36px 0 0 0;
}

.content h2 span {
    background: #f6f6f6;
    padding-right: 20px;
}

.content h1, .content h3, .content h4, .content h5, .content h6 {
    padding: 10px 0 5px 0;
    color: #d52525;
    font-weight: 600;
    text-transform: capitalize
}

.content h3 {
    font-size: 22px
}

.content h4 {
    font-size: 19px;
}

.content h5 {
    font-size: 15px;
}

.content p {
    padding: 10px 0;
    color: #252525;
    font-size: 14px;
    line-height: 24px;
}

.right-box ul.links {
    font-size: 14px;
    margin-bottom: 10px;
}

.right-box ul.links li {
    margin: 0px;
    padding: 0;
}

.right-box ul.links a {
    font-size: 14px;
    color: #252525;
    padding: 10px;
    display: block;
}

.right-box ul.links a:hover, .right-box ul.links li.current-menu-item a {
    background: #ffffff;
    color: #f00;
}

.photo-box {
    float: left;
    margin: 15px 20px 20px 0;
    transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

.photo-box:hover {
    box-shadow: 0 0 24px #7D7D7D;
    -moz-box-shadow: 0 0 24px #7D7D7D;
    -webkit-box-shadow: 0 0 24px #7D7D7D;
}

.photo-box h3 {
    background: #bc2e31;
    padding: 10px 15px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    text-align: center
}

.font-16 {
    font-size: 16px;
}

.flashnews .flex-viewport {
    height: 650px !important;
}

.flashnews .flex-viewport {
    width: 80.5% !important;
    float: left;
}

.flashnews .flex-control-thumbs {
    width: 19% !important;
    float: right;
    margin: 0 !important;
}

.flashnews .flex-control-thumbs li {
    width: auto !important;
}

.Affiliations {
    float: left;
    width: 100%;
}

.Affiliations ul li {
    float: left;
    width: 49%;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 10px 0;
    overflow: hidden
}

.Affiliations ul li:nth-child(2n) {
    border-right: none;
}

.Affiliations ul li img {
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}

.Affiliations ul li:hover img {
    ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.filter-sec {
    position: relative
}

.filter-sec .filter {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #efefef;
    background: #BC2E31;
    color: #fff;
    padding-left: 10px;
}

.filter-sec select {
    border: 1px solid #d4d4d4;
    padding: 8px;
    outline: none;
    color: #252525;
    font-size: 14px;
    min-width: 90px;
    margin-left: 10px;
    background: #F1C037;
}

ul.month-list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

ul.month-list li {
    float: left;
    margin: 2px
}

ul.month-list li a {
    float: left;
    padding: 8px 7.44px;
    background: #ececec;
    font-size: 13px;
}

ul.month-list li:first-child {
    margin-left: 0
}

ul.month-list li:last-child {
    margin-left: 0
}

ul.month-list li.current-menu-item a, ul.month-list li a:hover {
    background: #bc2e31;
    color: #ffffff
}

ul.newsflash-list li {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dotted #767676
}

ul.newsflash-list li p.date {
    font-size: 13px;
    font-style: italic;
    padding: 0;
}

ul.newsflash-list li a:hover p.date {
    color: #bc2e31;
}

ul.newsflash-list li h3 {
    font-size: 15px;
    font-weight: 600;
    color: #bc2e31;
    padding: 2px 0;
}

ul.event-list {
    float: left;
    width: 102%;
    margin-left: -2%;
    margin-top: 10px;
}

ul.event-list li {
    display: inline-block;
    width: 31%;
    margin-left: 2%;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    vertical-align: top
}

ul.event-list li:after {
    content: "";
    height: 25px;
    background: url(../../../themes/scottish-html5-master/images/shadow-bottom.html) top center no-repeat;
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 0;
}

ul.event-list li p {
    font-size: 22px;
    color: #000000;
    background: #ffcb39;
    line-height: normal;
    border-top: none;
    padding: 10px;
    font-weight: 600;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    transition: .3s all ease-in;
}

ul.event-list li:hover p {
    background: #bc2e31;
    color: #ffffff
}

ul.event-list li:hover p a {
    color: #ffffff;
}

ul.event-list li p span {
    display: table-cell;
    padding: 8px 10px;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto
}

ul.event-list li a:hover p {
    color: #252525;
    border-color: #252525;
}

ul.event-list li img {
    height: auto
}

table {
    border: 1px solid #ececec;
    border-bottom: none;
    margin: 10px 0;
    border-spacing: 0;
    width: 100%;
}

table tr th {
    background: #00008B;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: 600;
    min-width: 130px;
}

table tr td {
    font-size: 14px;
    color: #252525;
    padding: 10px 15px;
    background: #ffffff;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    min-width: 130px;
}

table tr td:last-child {
    border-right: none
}

.tabel-scroll, .RT {
    overflow: auto
}

.tabel-scroll table {
    width: 100%;
    padding: 0;
    margin: 10px 0;
    background: url(../../../themes/scottish-html5-master/images/food-bg.jpg) no-repeat;
    background-size: cover;
}

.tabel-scroll .table2 {
    width: 70%
}

.tabel-scroll table tr th {
    background: rgba(255, 203, 57, 0.75);
    font-size: 15px;
    font-weight: 600;
    color: #252525;
    text-align: left;
    padding: 10px;
    border-right: 6px solid #ffffff;
    border-bottom: 6px solid #ffffff;
    vertical-align: top
}

.tabel-scroll table tr td {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    background: rgba(235, 235, 235, 0.73);
    padding: 10px;
    border-right: 6px solid #ffffff;
    border-bottom: 6px solid #ffffff;
    vertical-align: middle
}

.tabel-scroll table tr td:first-child {
    background: rgba(188, 46, 49, 0.75);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    width: 10%;
}

.tabel-scroll table tr td:nth-child(2) {
    width: 21%;
}

.tabel-scroll table tr td:nth-child(3) {
    width: 29%;
}

.tabel-scroll table tr th:last-child, .tabel-scroll table tr td:last-child {
    border-right: none;
    width: 14%
}

.tabel-scroll table.width-auto tr td {
    width: auto
}

.tabel-scroll table.width-auto tr td:last-child {
    width: 30%
}

ul.form-list li {
    margin-top: 10px;
}

ul.form-list li label {
    float: left;
    color: #252525;
    font-size: 14px;
    min-width: 130px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: right
}

ul.form-list li .input-txt {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
    font-size: 14px;
    border: 1px solid #d8d8d8;
    padding: 10px 2%;
    width: 77%;
    resize: none;
    outline: none;
    box-shadow: inset 5px 0px 0px #bc2e31;
}

ul.form-list li .input-txt:focus {
    border-color: #bc2e31
}

ul.form-list li textarea {
    height: 100px;
}

ul.form-list li .btn {
    margin-left: 140px;
    margin-top: 10px;
}

.btn {
    display: inline-block;
    outline: none;
    border: none;
    background: #ffcb39;
    padding: 13px 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #252525;
    border-radius: 5px;
}

.btn:hover {
    background: #bc2e31;
    color: #ffffff;
    cursor: pointer
}

.loc-icon {
    background: url(../../../themes/scottish-html5-master/images/loc-icon.png) left 5px no-repeat;
}

.phn-icon {
    background: url(../../../themes/scottish-html5-master/images/phn-icon.png) left 5px no-repeat;
}

.mail-icon {
    background: url(../../../themes/scottish-html5-master/images/mail-icon.png) left 6px no-repeat;
}

.fax-icon {
    background: url(../../../themes/scottish-html5-master/images/fax-icon.png) left 6px no-repeat;
}

.web-icon {
    background: url(../../../themes/scottish-html5-master/images/web-icon.png) left 2px no-repeat;
}

ul.address-list {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

ul.address-list li {
    float: left;
    width: 38%;
    margin-right: 2%;
}

ul.address-list li h5 {
    padding: 0 0 10px 0
}

ul.address-list li:last-child {
    margin-right: 0;
    width: 60%
}

ul.address-list li iframe {
    width: 100%;
    height: 222px;
}

ul.address-list li p {
    padding: 0 0 0 25px;
}

ul.address-list li p.loc-icon {
    margin-bottom: 15px;
}

ul.Designation-list {
    margin: 20px 0 0 0
}

ul.Designation-list li {
    float: left;
    font-size: 13px;
    width: 100%;
    color: #252525;
    line-height: 22px;
}

ul.Designation-list li h5 {
    float: left;
    min-width: 240px;
}

ul.Designation-list li strong {
    min-width: 240px;
}

ul.Designation-list li strong, ul.Designation-list li a {
    float: left;
}

ul.list-icon {
    padding: 10px 0
}

ul.list-icon li {
    position: relative;
    font-size: 14px;
    padding: 3px 0 3px 25px;
}

ul.list-icon li:before {
    content: "";
    height: 8px;
    width: 12px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #bc2e31;
    border-radius: 5px;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

ul.pdf-list {
    float: left;
    width: 105%;
    margin-left: -5%;
}

ul.pdf-list li {
    display: inline-block;
    position: relative;
    width: 44.66%;
    margin: 25px 0;
    margin-left: 5%;
}

ul.pdf-list li span.pdf-icon {
    float: left;
    background: url(../../../themes/scottish-html5-master/images/pdf-icon.png) center center no-repeat;
    height: 91px;
    width: 70px;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -46px;
}

ul.pdf-list li p {
    background: #ebebeb;
    border-left: 6px solid #bc2e31;
    padding: 10px 95px 10px 20px;
    font-size: 15px;
    font-weight: 600
}

ul.pdf-list li a:hover p {
    color: #bc2e32
}

ul.redlist-icon {
    padding: 0 0 10px 0
}

ul.redlist-icon li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    font-size: 14px;
    margin-right: 1%;
}

ul.redlist-icon li:before {
    content: url(../../../themes/scottish-html5-master/images/redlist-icon.png);
    display: inline-block;
    margin-right: 5px
}

ul.alllist li {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

ul.alllist li:before {
    content: url(../../../themes/scottish-html5-master/images/redlist-icon.png);
    display: inline-block;
    margin-right: 5px
}

ul.sport-list {
    float: left;
    width: 102%;
    margin-left: -2%;
    padding: 10px 0
}

ul.sport-list li {
    float: left;
    margin-left: 2%;
    padding: 15px 0;
    width: 31%
}

ul.sport-list li img {
    border-radius: 50%;
    margin-bottom: 10px;
}

ul.sport-list li p {
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    background: #bc2e31;
    font-weight: 600;
    border-left: 5px solid #ffcb39;
    padding: 10px 20px;
}

.parent-feedbk-box {
    background: #ececec;
    float: left;
    width: 100%;
    margin: 10px 0
}

.parent-feedbk-box .box {
    padding: 20px;
    float: left
}

ul.pager {
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

ul.pager li {
    display: inline-block;
    margin: 2px
}

ul.pager li a {
    display: inline-block;
    padding: 5px 10px;
    background: #ececec
}

ul.pager li.active a, ul.pager li a:hover {
    background: #bc2e31;
    color: #ffffff
}

ul.all-staff {
    width: 100%;
    display: inline-block;
    text-align: center
}

ul.all-staff li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1% 30px 1%;
}

ul.all-staff li .anchor-img {
    position: relative;
    height: 228px;
    width: 228px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

ul.all-staff li .anchor-img img {
    width: 100%;
}

ul.all-staff li .anchor-img a {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(186, 46, 49, 0.8);
    -ms-transform: scale(0.0, 0.0);
    -webkit-transform: scale(0.0, 0.0);
    transform: scale(0.0, 0.0);
    transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

ul.all-staff li .anchor-img:hover a {
    opacity: 1;
    -ms-transform: scale(1.0, 1.0);
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
}

ul.all-staff li .anchor-img a strong {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -44px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff
}

ul.all-staff li h3 {
    font-size: 20px;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #252525;
    font-family: 'CopperplateGothicStd-33BC';
}

ul.all-staff li p {
    font-size: 15px;
    padding: 5px;
    line-height: 15px;
}

.responsive-photo {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.dummy {
    padding-top: 65.6%;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font: 0/0 a;
    background: #fff url(../../../themes/scottish-html5-master/images/ajaxLoader.html) no-repeat center center;
}

.img-container .center-img {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    background-color: #fff
}

.img-container img.main-zoom {
    vertical-align: middle;
    display: inherit;
    max-height: none;
    max-width: none;
    background-color: #fff
}

.right-box ul.menu li {
    margin: 0px;
    padding: 0;
}

.right-box ul.menu li a {
    font-size: 14px;
    color: #252525;
    padding: 10px;
    display: block;
}

.right-box ul.menu li a:hover, .right-box ul.menu li.current-menu-item a {
    background: #ffffff;
    color: #f00;
}

.happnig-sec {
    float: left;
    width: 102%;
    margin: 0 0 0 -2%;
}

.happnig-sec .reapt-box {
    position: relative;
    float: left;
    width: 23%;
    margin: 0 0 2% 2%;
}

.happnig-sec .reapt-box .Name:after {
    content: "";
    height: 19px;
    background: url(../../../themes/scottish-html5-master/images/shadow-icon.html) top center no-repeat;
    width: 100%;
    position: absolute;
    bottom: -19px;
    left: 0;
    background-size: 100%;
}

.happnig-sec .reapt-box img {
    width: 100%;
}

.happnig-sec .reapt-box .Name {
    position: relative;
    display: block;
    text-align: center;
    background: #ffcb39;
    padding: 38px 10px 30px 10px;
    transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

.happnig-sec .reapt-box .Name h3 {
    font-size: 15px;
    color: #000000;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
    transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

.happnig-sec .reapt-box .icon {
    width: auto;
    position: absolute;
    left: 50%;
    top: -34px;
    margin: 0 0 0 -34px;
    transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

.happnig-sec .reapt-box a {
    display: block;
    width: 100%;
}

.happnig-sec .reapt-box:hover .Name {
    background: #bc2e31
}

.happnig-sec .reapt-box:hover .Name h3 {
    color: #ffffff
}

.happnig-sec .reapt-box:hover .icon {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

ul.event-list li .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../../../themes/scottish-html5-master/images/play-icon.png) center center no-repeat
}

ul.event-list li .img-container {
    overflow: hidden;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

ul.event-list li img {
    transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .8s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .8s cubic-bezier(.165, .84, .44, 1);
}

ul.event-list li:hover img {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.content .D-T {
    font-size: 22px;
    font-family: 'CopperplateGothicStd-33BC';
}

.border-class {
    border: none !important;
    padding: 0 0 5px 0 !important;
    margin: 0 !important;
}

.onlinefix {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 120px;
    z-index: 99
}

.blog-image .img-responsive, .blog-image img {
    width: auto;
    max-width: 100%
}

#calendar_1 {
    width: 100% !important;
    overflow: auto
}

#calendar_1 table {
    width: 100% !important;
}

#pop_table, .container-right #calendar_1 tabel tr table tr.cell_body td {
    background-color: #fff !important
}

#calendar_1 table td, #calendar_1 table th {
    min-width: inherit !important;
}

.container-right #calendar_1 .calbg {
    background-color: #bc2e31 !important;
    text-align: center;
    vertical-align: middle;
    background-image: none !important;
    padding: 8px !important;
}

#calendar_1 .calbg td {
    background: #bc2e31 !important;
    text-transform: uppercase;
    font-weight: 600
}

#calendar_1 table tr th b, #calendar_1 table tr td b {
    font-weight: 400
}

#calendar_1 table .cell_body td {
    color: #000000 !important;
}

#calendar_1 table .cell_body .calbottom_border b {
    color: #bc2e31 !important;
}

#calendar_1 .cell_body td {
    padding: 4px 0 !important
}

.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.accordion-section {
    padding: 1px 0;
}

.accordion-section-content {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-top: none
}

.accordion-section-title {
    position: relative;
    width: 100%;
    padding: 10px 45px 10px 20px;
    display: inline-block;
    font-size: 18px;
    color: #252525;
    border: 1px solid #dfdfdf;
    background: #dadada;
}

.accordion-section-title:after {
    content: '';
    height: 0;
    width: 0;
    display: inline-block;
    border: 7px transparent solid;
    border-bottom-width: 0;
    border-top-color: #252525;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}

.accordion-section-title.active, .accordion-section-title:hover {
    color: #bc2e31;
}

.accordion-section-title.active:after {
    ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.iframe-out {
    position: relative;
    width: 100%;
    padding-top: 66.33%
}

.iframe-out iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.kwayy-page-title {
    display: none
}

.kwayy-html-sitemap-wrapper ul li {
    list-style: inside;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px dotted #cdcdcd;
    padding: 5px;
}

.kwayy-html-sitemap-wrapper ul ul li:last-child {
    border: none
}

.kwayy-html-sitemap-wrapper ul ul {
    padding-left: 10px
}

.sb {
    display: none;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -375px;
    max-width: 750px;
    background: #bc2e31;
    padding: 25px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    z-index: 1999;
    opacity: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.sb .sb-close-btn {
    position: absolute;
    display: none;
    right: -10px;
    top: -10px;
    color: #ccc;
    background: url(../../../themes/scottish-html5-master/images/subscribe-me-arrow.html) no-repeat 0 0;
    font-size: 0;
    height: 29px;
    width: 29px;
}

.subscribe-me {
    text-align: center;
    color: #fff;
}

.subscribe-me h2 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    padding-bottom: 8px
}

.subscribe-me p {
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0
}

.subscribe-me label {
    color: #fff;
    font-weight: 400;
    padding: 8px 0
}

.subscribe-me a {
    color: #a68356;
    text-decoration: underline
}

.subscribe-me a:hover {
    color: #fff;
    text-decoration: underline
}

.sb.sb-withoverlay {
    position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -250px;
}

.sb-open.sb-open-with-overlay {
    overflow: hidden;
}

.sb-open .sb-overlay {
    opacity: 1;
}

.sb-open .sb {
    opacity: 1;
}

.sb-overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.58);
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: auto;
}

.sb-close-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

[class^="sb-animation-"], [class*=" sb-animation-"] {
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
}

footer {
    background: #0d0d0d
}

footer .col {
    float: left;
    width: 21%;
    margin-right: 1%
}

footer .last-col {
    width: 10%;
    margin: 0
}

footer a, footer p {
    color: #919191;
    font-weight: 300;
    font-size: 13px;
    line-height: 26px;
}

footer a:hover {
    color: #ffffff
}

footer h3 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: 600;
    margin: 25px 0 10px;
}

footer .foot-top {
    background: darkblue;
    padding: 50px 0;
    margin-left: 2%;
    width: 97%;
    margin-top: -4%;
    background: linear-gradient(-60deg, rgba(255,203,57,1) 0%, rgba(0,0,139,0.843575) 100%),url('/img/slogan-style1-bg-2.jpg') no-repeat center center;
    background-size:cover;
}

footer .foot-top ul {
    float: left;
}

footer .foot-top ul li {
    display: inline-block;
    padding: 0 14px;
    position: relative
}

footer .foot-top ul li:first-child {
    padding-left: 0
}

footer .foot-top ul li:after {
    content: ".";
    font-size: 15px;
    width: 2px;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    height: 100%;
    position: absolute;
    top: -2px;
    right: 0;
}

footer .foot-top ul li:last-child:after {
    display: none
}

footer .foot-top ul li a {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600
}

footer .foot-top ul li a:hover {
    color: #919191;
}

footer .foot-top p.visitor {
    float: right;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}

footer .foot-top p.visitor span {
    margin-left: 5px;
    letter-spacing: 3px;
    font-size: 16px;
    font-family: 'Droid Serif', serif;
}

footer .foot-bot {
    border-top: 1px solid #000000;
    text-align: center;
    padding: 20px 0;
    margin-top: 35px;
}

footer .half-li ul li {
    display: block;
}

footer .foot-bot p {
    float: left;
    font-size: 13px;
}

footer .foot-bot p + p {
    float: right;
    color: #ffffff;
    font-size: 12px;
}

footer .foot-bot p + p a {
    color: #d52525;
    font-size: 12px;
}

footer .foot-bot p + p a:hover {
    color: #ffffff
}

.right-box {
    display: block;
    margin-bottom: 20px;
}

.right-box h3 {
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
    background: transparent;
    font-weight: 400;
    border-left: 5px solid #ffcb39;
    padding: 8px 20px;
    font-family: 'CopperplateGothicStd-33BC';
}

.right-box .right-box-in img {
    width: 100%;
}

.right-box ul li {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #929292
}

.right-box p {
    padding: 4px 0;
    font-size: 13px;
    line-height: normal
}

.right-box a {
    color: #d52525;
}

.right-box p strong {
    color: #bc2e31;
    font-weight: 600;
    font-size: 15px;
}

@media only screen and (max-width: 1359px) {
    header .header-top .box:last-child p span {
        display: block
    }

    header .header-top .box:last-child {
        right: 0;
        top: 8px;
    }
}

@media only screen and (max-width: 1180px) {
    .container {
        width: 96%;
    }

    header .serach-box {
        display: none
    }

    .home-banner {
        margin: 100px 0 0 0
    }

    header .logo img {
        max-width: 360px;
    }

    #ddmenu li {
        padding: 0 10px;
    }

    .Scottish-glance img {
        min-height: 150px;
    }

    .Scottish-glance .info {
        top: 8px;
    }

    .Scottish-glance h3 {
        font-size: 25px;
    }

    .Scottish-glance ul li {
        font-size: 20px;
    }

    ul.form-list li label {
        display: block;
        float: none;
        min-width: inherit;
        text-align: left;
        padding: 5px 0
    }

    ul.form-list li .input-txt {
        width: 96%;
    }

    ul.form-list li .btn {
        margin-left: 0
    }

    ul.address-list li {
        width: 100%;
    }

    ul.address-list li:last-child {
        width: 100%;
        margin-top: 15px;
    }

    ul.Designation-list li strong, ul.Designation-list li a, ul.Designation-list li h5 {
        width: 48%;
        min-width: inherit;
        padding: 0 1%;
    }

    .happnig-sec .reapt-box .Name h3 {
        font-size: 18px;
    }

    #ddmenu > ul > li:nth-last-child(2) ul.dropdown-menu {
        margin: 0px auto 0px -340px;
    }
}

@media only screen and (max-width: 1023px) {
    .home-banner {
        margin: 175px 0 0;
    }

    header .logo {
        position: static;
        width: 100%;
        text-align: center;
        max-width: 100%
    }

    header .logo img {
        float: none;
        max-width: 160px;
    }

    #ddmenu {
        width: 100%;
        text-align: center
    }

    header .header-top {
        text-align: center
    }

    header .serach-box {
        display: block
    }

    header .header-top .box:nth-last-child(2) {
        margin-right: 0
    }

    header .serach-box {
        margin: 3px 0 0 0
    }

    header .header-top .box:last-child {
        position: static;
        margin-top: 3px;
    }

    header.head-shrink .logo img {
        max-width: 170px;
    }

    .home-banner .flex-control-nav {
        display: block
    }

    .home-banner .flex-direction-nav {
        display: none
    }

    ul.all-staff li .anchor-img a strong {
        top: 81%;
    }

    ul.all-staff li .anchor-img a {
        background: rgba(186, 46, 49, 0.2);
        opacity: 1;
        -ms-transform: scale(1.0, 1.0);
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }

    #ddmenu > ul > li:first-child ul.dropdown-menu {
        margin: 0px auto 0px -50px;
    }
}

@media only screen and (max-width: 979px) {
    footer .foot-top ul, footer .foot-top p.visitor {
        width: 100%;
        text-align: center
    }

    .owl-carousel {
        width: 90%;
    }

    .tab-box ul.tabs {
        display: table;
        width: 100%;
    }

    .tab-box ul.tabs li {
        display: table-cell;
        width: 25%;
        text-align: center;
        background: rgb(203, 57, 60);
        background: -moz-linear-gradient(top, rgba(203, 57, 60, 1) 0%, rgba(173, 36, 38, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(203, 57, 60, 1)), color-stop(100%, rgba(173, 36, 38, 1)));
        background: -webkit-linear-gradient(top, rgba(203, 57, 60, 1) 0%, rgba(173, 36, 38, 1) 100%);
        background: -o-linear-gradient(top, rgba(203, 57, 60, 1) 0%, rgba(173, 36, 38, 1) 100%);
        background: -ms-linear-gradient(top, rgba(203, 57, 60, 1) 0%, rgba(173, 36, 38, 1) 100%);
        background: linear-gradient(to bottom, rgba(203, 57, 60, 1) 0%, rgba(173, 36, 38, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb393c', endColorstr='#ad2426', GradientType=0);
        vertical-align: middle
    }

    .tab-box ul.tabs li.selected, .tab-box ul.tabs li:hover {
        background: rgb(255, 215, 70);
        background: -moz-linear-gradient(top, rgba(255, 215, 70, 1) 0%, rgba(255, 191, 44, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 215, 70, 1)), color-stop(100%, rgba(255, 191, 44, 1)));
        background: -webkit-linear-gradient(top, rgba(255, 215, 70, 1) 0%, rgba(255, 191, 44, 1) 100%);
        background: -o-linear-gradient(top, rgba(255, 215, 70, 1) 0%, rgba(255, 191, 44, 1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 215, 70, 1) 0%, rgba(255, 191, 44, 1) 100%);
        background: linear-gradient(to bottom, rgba(255, 215, 70, 1) 0%, rgba(255, 191, 44, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd746', endColorstr='#ffbf2c', GradientType=0);
    }

    .tab-box .tabcontents {
        display: block;
        width: 100%;
    }

    .tab-box .box {
        width: 46%;
        box-shadow: none;
        border-bottom: 1px solid #e7e6e5;
        min-height: inherit !important;
        height: auto !important;
        padding-bottom: 45px;
    }

    .tab-box .round-space {
        text-align: center;
    }

    footer .col {
        border: 1px solid rgba(255, 255, 255, 0.1);
        clear: both;
        display: block;
        float: none;
        margin: 0 0 20px;
        vertical-align: top;
        padding: 0 20px 25px;
        width: auto;
    }

    footer .last-col {
        margin: 0
    }

    footer .foot-bot {
        border: none;
        margin: 0
    }

    footer .col ul li {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    footer .col ul li a {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0 5px 5px 0
    }

    footer .col li:last-child {
        margin-right: 0;
    }

    footer .half-li ul li {
        width: auto
    }

    .inner-banner .Deatial-box {
        bottom: 20px;
    }

    .chairman-msg ul li {
        width: 31%;
    }

    footer .foot-bot p {
        width: 100%;
        text-align: center
    }

    .chairman-msg ul li h3 {
        font-size: 17px;
        padding: 10px 5px;
    }

    .chairman-msg ul li {
        padding-bottom: 40px;
    }

    .chairman-msg ul li .overlay {
        height: 40px;
    }

    ul.event-list li {
        width: 47%;
    }

    ul.pdf-list li {
        width: 95%;
    }

    ul.redlist-icon li {
        width: 100%;
        margin: 0
    }

    ul.sport-list li {
        width: 48%
    }

    ul.all-staff li {
        width: 46%;
    }

    .happnig-sec .reapt-box {
        width: 31%;
    }

    .sb {
        width: 90%;
        margin-left: -45%;
        max-width: 100%
    }
}

@media only screen and (max-width: 768px) {
    #ddmenu li a {
        position: relative;
        color: #ffffff !important;
        font-weight: bold;
        margin: 10px 0;
        text-decoration: none;
        display: inline-block;
        outline: none;
        padding-right: 2px;
        font-size: 13px;
        text-transform: uppercase;
        background: transparent;
        padding: 5px 10px;
        border-radius: 10px;
    }
    a[href^="tel:"] {
        pointer-events: inherit !important;
    }

    #ddmenu li.current-menu-item a {
        color: #000
    }

    #ddmenu li.menu-item-has-children:after {
        content: '';
        height: 0;
        width: 0;
        display: inline-block;
        border: 5px transparent solid;
        border-bottom-width: 0;
        border-top-color: #ffffff;
        position: absolute;
        right: 2%;
        top: 15px;
        width: 0;
    }

    #ddmenu {
        top: 0;
        right: 0px;
        float: left;
        width: 100%;
        margin: 0;
        z-index: 9;
        position: relative;
    }

    #ddmenu ul {
        position: absolute;
        width: 100%;
        right: 0;
        display: none;
        border-radius: 0;
        top: 100%;
        z-index: 9;
        background: darkblue;
    }

    #ddmenu li {
        position: relative;
        display: block;
        text-align: left;
        border: none;
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0;
        width: 100%;
    }

    #ddmenu li:last-child {
        border: none;
    }

    #ddmenu li a {
        font-weight: 400;
        z-index: 9;
        padding: 8px 4%;
        width: auto;
        font-size: 13px;
        margin: 0;
        border: none !important;
    }

    #ddmenu > ul > li:first-child ul.dropdown-menu, #ddmenu > ul > li:nth-last-child(2) ul.dropdown-menu {
        margin-left: 0
    }

    #ddmenu li .dropdown-menu {
        position: relative;
        *top: auto;
        width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
        text-align: left;
        float: left;
        padding: 0;
        margin-left: 0;
        left: 0
    }

    #ddmenu > ul > li.menu-item-has-children:hover > a:before {
        display: none
    }

    #ddmenu ul.dropdown-menu li {
        float: left;
        margin: 0;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    #ddmenu .dropdown-menu li:last-child {
        padding: 0
    }

    #ddmenu ul.dropdown-menu a {
        float: left;
        font-size: 12px;
        padding: 10px 20px !important;
        font-weight: 400;
    }

    #ddmenu li.over .dropdown-menu {
        padding: 0;
    }

    #ddmenu ul.dropdown-menu li:hover {
        background: none
    }

    #ddmenu div.menu-icon {
        float: right;
        display: block;
        position: relative;
        width: 66px;
        font-size: 15px;
        color: #ffffff;
        margin: 18px 0;
        padding: 8px 0 8px 0;
        text-align: left;
        outline: none;
        border-radius: 0;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
        transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }

    #ddmenu div.menu-icon:before {
        border-bottom: 0.125em solid #ffffff;
        border-top: 0.375em double #ffffff;
        box-sizing: content-box;
        content: "";
        font-size: 20px;
        height: 0.125em;
        position: absolute;
        right: 0;
        top: 14px;
        width: 1em;
    }

    #ddmenu div.menu-icon-active {
        outline: none;
    }

    #ddmenu ul.dropdown-menu li:hover, #ddmenu li ul.dropdown-menu li.current-menu-item {
        background: #ffcb39;
    }

    #ddmenu ul.dropdown-menu li:hover a, #ddmenu li ul.dropdown-menu li.current-menu-item a {
        color: #BC2E31 !important;
    }

    #ddmenu ul.dropdown-menu li:nth-child(odd) {
        border-right: none
    }

    #ddmenu li:last-child a:after {
        display: none;
    }

    #ddmenu li:last-child a {
        padding: 8px 4%;
        background: none;
        font-weight: 400;
        color: #ffffff
    }

    #ddmenu li:last-child a:hover {
        background: none;
        color: #000000
    }

    #ddmenu ul li.menu-item-has-children:hover a:before {
        display: none !important
    }

    header {
        position: static
    }

    .home-banner {
        margin: 0
    }

    header.head-shrink .logo img {
        max-width: 280px;
    }

    header .logo {
        width: auto;
        position: absolute;
    }

    header .nav-sec {
        position: relative
    }

    .container-left {
        margin-right: 0;
        width: 100%;
    }

    .container-right {
        width: 100%;
        margin-top: 15px;
    }

    .content {
        padding: 0 0 10px 0
    }

    #newsslider {
        height: 245px !important;
    }

    #newssliderhome {
        height: 140px !important
    }

    .newsflash-sec .box ul li {
        vertical-align: top
    }
}

@media only screen and (max-width: 767px) {
    .home-banner .Deatial-box .white-box img {
        margin: -50px 0 0;
        width: 130px;
    }

    .Scottish-glance h3 {
        font-size: 25px;
        color: #1f1f1f
    }

    .Scottish-glance ul li {
        font-size: 20px;
        color: #1f1f1f;
        border-color: #1f1f1f
    }

    .Scottish-glance {
        display: none
    }

    .welcome-sec {
        padding: 30px 0 0 0;
    }

    .chairman-msg ul li {
        width: 100%;
        padding-bottom: 15px;
    }

    .tabel-scroll .table2 {
        width: 100%;
    }

    .happnig-sec .reapt-box {
        width: 48%;
    }
}

@media only screen and (max-width: 599px) {
    header .serach-box {
        display: none
    }

    .home-banner .Deatial-box h3 {
        font-size: 20px;
    }

    .left-align, .photo-box {
        max-width: 150px;
    }

    .owl-carousel {
        width: 78%;
    }

    .Scottish-glance ul li {
        padding: 10px;
    }

    .Scottish-glance img {
        min-width: 500px;
    }

    .tab-box ul.tabs a {
        font-size: 13px;
    }

    .tab-box .box {
        width: 96%;
    }

    .home-banner .Deatial-box p {
        display: none
    }

    .home-banner .Deatial-box .white-box img {
        display: none
    }

    .newsflash-sec .box ul li {
        display: block;
        text-align: center;
        width: 100%;
    }

    .newsflash-sec .box ul li img {
        float: none
    }

    #newssliderhome {
        height: 250px !important
    }

    .newsflash-sec .box ul li:first-child, .newsflash-sec .box ul li:last-child {
        max-width: 100%;
        width: 100%;
    }

    ul.Designation-list li strong, ul.Designation-list li a, ul.Designation-list li h5 {
        width: 98%;
        min-width: inherit;
        padding: 0 1%;
    }

    .filter-sec .filter {
        position: static;
        margin-bottom: 15px;
    }

    .alignright, .alignleft {
        max-width: 190px;
    }

    ul.sport-list li {
        width: 98%
    }

    .Affiliations ul li {
        width: 100%;
        border-right: none
    }

    ul.all-staff li {
        width: 96%;
    }
}

@media only screen and (max-width: 479px) {
    header .logo img, header.head-shrink .logo img {
        max-width: 190px;
    }

    #ddmenu div.menu-icon {
        margin: 6px 0
    }

    .home-banner .Deatial-box h3 {
        font-size: 16px;
    }

    .Scottish-glance ul li {
        font-size: 16px;
    }

    header .header-top .box {
        margin-left: 1px;
    }

    .home-banner .Deatial-box .white-box {
        padding: 10px 30px 40px 0;
    }

    ul.event-list li {
        width: 98%;
    }
}

@media only screen and (max-width: 419px) {
    .alignright, .alignleft {
        max-width: 100%;
        display: block;
        float: none;
        margin: 0 auto 10px auto
    }

    .happnig-sec .reapt-box {
        width: 98%;
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    position: fixed;
    background-color: #0b0b0b;
    clear: both;
    opacity: 0.8;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    clear: both;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 30px auto !important;
    text-align: center;
    z-index: 1045;
    padding: 0 10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    padding: 13px !important;
    position: absolute;
    right: 14px !important;
    top: 4px !important;
    filter: alpha(opacity=99);
    padding: 0;
    display: inline-block !important;
    background: #ffffff url(../../../themes/scottish-html5-master/images/close_btn.png) center center no-repeat !important;
    text-indent: -99999em !important;
    cursor: pointer !important;
    font-size: 0;
    line-height: 0;
}

button.mfp-close {
    display: none !important
}

.mfp-container button.mfp-close {
    display: inline-block !important
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
}

.mfp-counter {
    position: absolute;
    top: 5px;
    right: 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: center;
    width: 100%;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -23px;
    padding: 0;
    width: 100px;
    height: 56px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -23px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-left:before {
    content: '';
    height: 20px;
    width: 20px;
    display: block;
    border: 3px solid #fff;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -6px;
}

.mfp-arrow-right:before {
    content: '';
    height: 20px;
    width: 20px;
    display: block;
    border: 3px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -10px -6px 0 0;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    border: 10px solid #fff
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background-color: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 13px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: inline-block;
    cursor: auto;
    text-align: center
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
    background: url(../../../themes/scottish-html5-master/images/ajaxLoader.html) center center no-repeat;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.mfp-fade.mfp-bg {
    opacity: 0.001;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

@media (min-width: 300px) and (max-width: 979px) {
    .mfp-close {
        top: 3px !important;
        right: 3px !important;
        background: #ffffff url(../../../themes/scottish-html5-master/images/close_btn.png) center center no-repeat !important;
        border-radius: 0 !important;
    }

    .mfp-close:hover {
        background-color: #ffffff !important
    }
}

ul.sport-list li {
    text-align: center;
}

ul.sport-list li:nth-child(3n+1) {
    clear: left;
}

@media (min-width: 300px) and (max-width: 979px) {
    ul.sport-list li:nth-child(3n+1) {
        clear: none;
    }

    ul.sport-list li:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 300px) and (max-width: 599px) {
    ul.sport-list li:nth-child(3n+1) {
        clear: none;
    }

    ul.sport-list li:nth-child(2n+1) {
        clear: none;
    }
}

h1.logo-icon {
    font-size: 26px;
    color: #d52525;
    line-height: 26px;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

h2#h-who-we-are {
    color: #000;
    border: none;
    padding: 0px;
    margin: 5px;
    font-weight: 600;
}

#calendar_1 {
    margin: 0 auto;
}

.right-box ul.links a:hover, .right-box ul li.current-menu-item {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    color: hsl(0, 100%, 50%);
}

.menu-core-management-team-container ul.menu {
    font-size: 14px;
    margin-bottom: 10px;
}

.menu-core-management-team-container ul.menu li {
    margin: 0px;
    padding: 0;
}

.menu-core-management-team-container ul.menu a {
    font-size: 14px;
    color: #252525;
    padding: 10px;
    display: block;
}

.menu-core-management-team-container ul.menu a:hover, .menu-core-management-team-container ul.menu li.current-menu-item a {
    background: #ffffff;
    color: #f00;
}

.right-box h3 a {
    color: #252525;
}

li.new {
    list-style: none;
}

li.new a span {
    float: left;
}

.accordion-section-title {
    font-size: 14px;
}

.subscribe-me {
    background: none;
}

.subscribe-me img {
    border: 2px solid red;
}

ol li {
    padding: 5px 0;
    color: #252525;
    font-size: 14px;
    line-height: 24px;
}

.blog {
    font-family: Roboto Slab;
}

.blog, .blog-image, .blog-excerpt {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto Slab;
}

.white-box {
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
    padding-left: 20px;
    border-left: 2px solid yellow;
    margin: 10px;
}

.blog-date p {
    font-size: 40px;
    color: #FFCB39;
    line-height: 10px;
}

.row {
    width: 100%;
    max-width: 100%;
}

.col-sm-2 {
    width: 20%;
}

.col-sm-3 {
    width: 30%;
}

.col-sm-4 {
    width: 40%;
}

.col-sm-6 {
    width: 60%;
}

.col-sm-8 {
    width: 80%;
}

.col-sm-10, .col-sm-12 {
    width: 100%;
}

.pull-left {
    float: left;
}

.col-sm-6 {
    padding: 3px;
}

h2.blog-title {
    font-size: 40px;
    border: none;
    text-decoration: none;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: grey;
}

.blog {
    border-bottom: 2px solid #252525;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-image {
    margin: 0 0 20px 0;
}

.img-responsive {
    width: 100%;
}

.tagcloud a {
    padding: 5px;
    border: 3px solid #eee;
    line-height: 40px;
    box-shadow: 1px 2px 5px #ddd;
    boder-radius: 14px;
    text-align: center;
}

.recent {
    float: left;
    margin: 1.5%;
}

.recent .recent-image {
    height: 145px;
    max-width: 100%;
    width: auto;
    overflow: hidden;
}

.content {
    font-family: Roboto Slab;
    font-size: 16px;
}

.right-box a {
    color: grey;
    width: auto;
}

span.by {
    display: inline;
    border: 2px solid #ffcb39;
    border-left: 0;
    border-right: 0;
    padding: 5px 0;
    width: auto;
    float: right;
    text-align: right;
    margin-top: 20px;
}

ul.social-icon > li {
    display: inline;
}

ul.social-icon {
    width: 22%;
    float: left;
    border: 2px solid #ffcb39;
    border-left: 0;
    border-right: 0;
    padding: 5px 0;
    margin-top: 20px;
}

.social-icon a {
    display: inline-block;
    margin-left: 1px;
    padding: 0 10px;
    text-align: center;
}

.social-icon a:hover {
    border: medium none;
    border-radius: 0px;
}

.right-box .right-box-in img {
    width: 100px;
}

a.page-numbers {
    background: #ffcb39;
    padding: 5px 10px;
    border-radius: 4px;
}

input#s {
    font-size: 20px;
    width: 65%;
}

input#searchsubmit {
    display: inline-block;
    outline: none;
    border: none;
    background: #ffcb39;
    padding: 4px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #252525;
    border-radius: 5px;
}

label.screen-reader-text {
    display: none;
}

.right-box {
    display: block;
    margin-bottom: 20px;
}

.right-box h3 {
    background: #bc2e31 none repeat scroll 0 0;
    border-left: 5px solid #ffcb39;
    color: #ffffff;
    font-family: "CopperplateGothicStd-33BC";
    font-size: 17px;
    font-weight: 400;
    padding: 8px 20px;
    text-transform: capitalize;
}

.right-box .right-box-in img {
    width: 100%;
}

.right-box ul li {
    border-bottom: 1px dotted #929292;
    display: inline-block;
    padding: 15px 0;
    width: 100%;
}

.right-box p {
    font-size: 13px;
    line-height: normal;
    padding: 4px 0;
}

.right-box a {
    color: #d52525;
}

.right-box p strong {
    color: #bc2e31;
    font-size: 15px;
    font-weight: 600;
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em) * 0.75)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em) * 0.5)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em) * 0.25)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: 100%;
    flex-basis: 100%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline > :where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-button.aligncenter, .wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    align-items: normal !important
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 2rem
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-touch-callout:inherit) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]), .wp-block-cover .has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient, .wp-block-cover .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image .block-library-cover__padding-visualizer, .wp-block-cover .block-library-cover__padding-visualizer {
    z-index: 2
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000
}

.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin: 0 0 1em;
    overflow-wrap: break-word
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__embed {
    margin-bottom: 1em
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file * + .wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width: 600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    flex-direction: column;
    max-width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
    margin: 0;
    flex-direction: column;
    flex-grow: 1
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    flex: initial;
    background: none;
    color: inherit;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-top: 0;
    margin-bottom: auto
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    flex: 1 0 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image:not(.is-style-rounded) > a, .wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image.aligncenter, .wp-block-image .aligncenter, .wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright {
    display: table
}

.wp-block-image.aligncenter > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image.alignright > figcaption, .wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
    float: left
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
    float: right
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol, ul {
    box-sizing: border-box
}

ol.has-background, ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    direction: ltr;
    display: grid;
    grid-template-columns:50% 1fr;
    grid-template-rows:auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns:1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

.wp-block-navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0
}

.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
    display: flex;
    align-items: center;
    position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    color: inherit;
    display: block;
    padding: 0
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a, .wp-block-navigation:where(:not([class*=has-text-decoration])) a:active, .wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    line-height: 0;
    display: inline-block;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    color: currentColor;
    border: none;
    width: .6em;
    height: .6em;
    margin-left: .25em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    width: inherit;
    height: inherit;
    margin-top: .075em
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: normal;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -1px;
    top: 100%
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) > .wp-block-navigation-item > .wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-right: 0;
    margin-left: auto
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width: 782px) {
    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width: 782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    position: relative;
    display: flex
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-align: left
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation, .wp-block-navigation .wp-block-page-list, .wp-block-navigation:where(.has-background), .wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list, .wp-block-navigation:where(.has-background) .wp-block-navigation__container, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
    gap: inherit
}

.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content, .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
    flex-grow: 1
}

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    color: inherit !important;
    background-color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    background-color: inherit;
    padding: 2rem;
    overflow: auto;
    z-index: 100000
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: calc(2rem + 24px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: var(--navigation-layout-justification-setting, inherit)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
    min-width: 200px;
    position: static;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    display: flex;
    flex-direction: column;
    align-items: var(--navigation-layout-justification-setting, initial)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    color: inherit !important;
    background: transparent !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    right: auto;
    left: auto
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    content: "";
    display: table;
    clear: both
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-top: .5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments input[type=submit] {
    border: none
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-title {
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright, .wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right {
    max-width: 420px
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p, .wp-block-pullquote.has-text-align-left p, .wp-block-pullquote.has-text-align-right p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template, .wp-block-query-loop {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-post-template.wp-block-post-template, .wp-block-query-loop.wp-block-post-template {
    background: none
}

.wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
    margin: 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }
}

.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-quote {
    box-sizing: border-box;
    overflow-wrap: break-word
}

.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:not(.is-style-plain) cite, .wp-block-quote.is-large:not(.is-style-plain) footer, .wp-block-quote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]), .wp-block-read-more:not([style*=text-decoration]):active, .wp-block-read-more:not([style*=text-decoration]):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width: 600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em;
    fill: currentColor
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-site-logo {
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto
}

.wp-block-site-logo a, .wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-social-links {
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
    background: none
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    margin-left: .5em;
    margin-right: .5em;
    font-size: .65em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion: reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 1.25em;
    height: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color > *, .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr {
    border-color: inherit
}

.wp-block-table table[style*=border-style] > *, .wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width] > *, .wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr {
    border-width: inherit;
    border-style: inherit
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin: 0 0 1em
}

.wp-block-video video {
    width: 100%
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color), html :where([style*=border-width]) {
    border-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}
