/*body {background: transparent url('//www.miottawa.org/images/main-images/sunset_may.jpg') top center no-repeat;background-size: 100% 100%;background-attachment: fixed;color:#222;}*/
/*
@font-face {
    font-family: "GillSansLight";
    src: url("../fonts/gillsans/Gill_Sans_Light.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GillSans";
    src: url("../fonts/gillsans/Gill_Sans.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GillSansMedium";
    src: url("../fonts/gillsans/Gill_Sans_Medium.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GillSansBold";
    src: url("../fonts/gillsans/Gill_Sans_Bold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GillSansHeavy";
    src: url("../fonts/gillsans/Gill_Sans_Heavy.otf");
    font-weight: normal;
    font-style: normal;
}


*/

@font-face {
    font-family: "JennaSue";
    src: url("../fonts/jennasue/JennaSue.ttf");
    font-weight: normal;
    font-style: normal;
    
}
:root {
    /* Primary (Blue) */
    --wt-color-primary-5: #f1f4f7;
   --wt-color-primary-10: #EFF2F5;
    --wt-color-primary-20: #DEE4EB;
    --wt-color-primary-25: #D6DDE7;
    --wt-color-primary-50: #8FA7C5;
    --wt-color-primary-bright: #3775c2;
    --wt-color-primary-base: #59789B; /*added touch of black for ADA contrast */
    
    --wt-color-primary-25-shade: #445B77;
    --wt-color-primary-40-shade:#37495F;
    --wt-color-primary-50-shade: #2D3C4E;
    

    /* Secondary (Green) */
    --wt-color-secondary-10: #F1F4EC;
    --wt-color-secondary-25: #DBE3CF;
    --wt-color-secondary-50: #B8C7A0;
    --wt-color-secondary-bright: #94B958;
    --wt-color-secondary-base: #718F40;
    --wt-color-secondary-25-shade: #556B30;
    --wt-color-secondary-50-shade: #384720;
   

    /* Tertiary (Orange/Coral) */
    --wt-color-tertiary-10: #FAF1EC;
    --wt-color-tertiary-25: #F1DACE;
    --wt-color-tertiary-50: #E4B69D;
    --wt-color-tertiary-bright: #e9844f;
    --wt-color-tertiary-base: #C96D3A;
    --wt-color-tertiary-25-shade: #97522C;
    --wt-color-tertiary-50-shade: #64361D;
   

    /* Tertiary Alt (Brown/Neutral) */
    --wt-color-alternate-10: #F6F2EE;
    --wt-color-alternate-25: #E7DED4;
    --wt-color-alternate-50: #CFBDAA;
    --wt-color-alternate-bright: #F6AC5E;
    --wt-color-alternate-base: #9F7B55;
    --wt-color-alternate-25-shade: #775C40;
    --wt-color-alternate-50-shade: #4F3D2A;
    

/*    NEUTRALS  */
     --wt-color-neutral-black: #182022;
    
/* ACCENTS */
--wt-color-accent-light-blue: #C6DBF2;

/* spacing presets */
 --wt-space-xs: 4px;
  --wt-space-sm: 8px;
  --wt-space-md: 16px;
  --wt-space-lg: 32px;
  --wt-space-xl: 64px;
  --wt-space-xxl: 128px;

/* BORDER RADIUS PRESETS */
  --wt-border-radius-sm: 4px;
  --wt-border-radius-md: 8px;
  --wt-border-radius-lg: 16px;
  --wt-border-radius-circle: 50%;

--wt-border-light:1px solid #ddd;
--wt-border-medium:1.5px solid var(--wt-color-primary-25);


/* SHADOWS */
  --wt-shadow-1: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;   
  --wt-soft-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px ;
  --wt-text-shadow-1:    1px 1px 4px rgb(0 0 0 / 20%);  


 --transition-1: ease-in-out .2s;

}



.jenna-sue {
    font-family: "JennaSue";

      font-weight: 400;
    font-style: normal;
}

body {
    background: #fff;
    color: #1d252e;

}

@media only screen and (max-width: 72.5em) {
    body {
        background-image: none;
    }
}

/*Colors -- 
Teal? #5C7B9F;
Light BLue: DAE7ED
Orange: #ac634d, Gray: #32465D, Blue:#d2dce4;
Tan: #f2efed;
DarkerTan: #f3eabf;*/
/*FONTS Roboto+Slab:400,700|Roboto:300,400,500,700|Source+Sans+Pro:400,600,700 | Roboto+Condensed:400,700 */

body,
.nav-bkgd li li a,
.nav-bkgd {
/*    font-family: "DM Sans", sans-serif;*/
        font-family: "gill-sans-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;

    /*
    font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
*/

    /*
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 375;
  font-style: normal;
*/


}

p {
    line-height: 2;
}


#content {
    min-height: 650px;
}

h1,
h2,
h3,
.nav-item,
.menu-text,
.title-bar-right,
.slab {
    font-family:"gill-sans-nova", sans-serif; font-weight:700; font-style: normal;
}
h1.test {font-family:"gill-sans-nova", sans-serif; font-weight:600; font-style: normal;}
h5{
  font-family:"gill-sans-nova", sans-serif; font-weight:600; font-style: normal;
}

h6 {
   font-family:"gill-sans-nova", sans-serif; font-weight:700; font-style: normal;
    letter-spacing: 1px;
    font-size:.9rem;
}


.jennasue {
    font-family: "JennaSue", sans-serif;
    letter-spacing: 1px;
    font-weight:500;
}

.gill-sans-medium {
    font-family:"gill-sans-nova", sans-serif; font-weight:500; font-style: normal;
}

.breadcrumbs,
.condensed {
    font-family:"gill-sans-nova", sans-serif; font-weight:700; font-style: normal;
}

h4 {
   font-family:"gill-sans-nova", sans-serif; font-weight:600; font-style: normal;
}

.row {
    max-width: 1500px;
}

.row.main {
    max-width: none;
}

.sans,
.roboto {
     font-family: "gill-sans-nova", sans-serif;
}

small {
    font-size: .8rem;
}

small {
    line-height: 1 !important;
}

strong,
a strong {
    font-weight: 550;
}

.white-bkgrd {
    /*background-color: #fff;*/
    background: #ffffff;
    background-image: -webkit-linear-gradient(right,
            white 83.33333%,
            #f9f8f7 16.66667%);
    background-image: -moz-linear-gradient(right,
            white 83.33333%,
            #f9f8f7 16.66667%);
    background-image: -o-linear-gradient(right,
            white 83.33333%,
            #f9f8f7 16.66667%);
    background-image: linear-gradient(right, white 83.33333%, #f9f8f7 16.66667%);
    background-image: -ms-linear-gradient(right,
            white 83.33333%,
            #f9f8f7 16.66667%);
}

.orange {
    color: #cb6d3b !important;
}

.brown {
    color: #7f624c !important;
}

.blue {
    color: #5c789c !important;
}

.green {
    color: #718e40;
}

.light-blue {
    color: #C6DBF2;
}

.red {
    color: #ab1f2e !important;
}

.purple {
    #916ce1
}

a.red:hover {
    color: #ab1f2e !important;
    text-decoration: underline;
}

.orange-bg {
    background-color: #cb6d3b !important;
    color: #fff !important;
}

.brown-bg {
    background-color: #7f624c !important;
    color: #fff !important;
}

.blue-bg {
    background-color: #5c789c !important;
    color: #fff !important;
}

.green-bg {
    background-color: #718e40 !important;
    color: #fff !important;
}

.red-bg {
    background-color: #ab1f2e !important;
    color: #fff !important;
}

.gray-bg {
    background-color: #32465D !important;
    color: #fff !important;
}

.white-text,
.white {
    color: #ffffff !important;
}

/*---header---*/
.top-graybar {
    background-color: #32465D;
    font-weight: 400;
}

.top-graybar-new {
    background-color: #f2efed;
    font-weight: 400;
}

.main-logo {
    /*  position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}

.main-logo-freedom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*
  margin-left: auto;
  margin-right: auto;
*/
    z-index: 100;
}

.main-logo-new {
    position: absolute;
    top: 0;
    left: 4px;
    right: 0;
    width: 140px;
    z-index: 100;
}

.header-left {
    padding: 0.5em 0;
    font-weight: bold;
    font-size: 1.17rem;
}

.header-left {
    color: #c8dce5;
    /*green - color:#a9b18f; */
    font-weight: bold;
    font-size: 1.17rem;
}

.header-left i {
    color: #fff;
}

/*----Links----*/
a {
    font-weight: 600;
    color: #406A9F;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #406A9F;
    text-decoration: none;
}

a.plain {
    text-decoration: none;
}

.footer a,
.tabs-title a,
a.accordion-title {
    text-decoration: none;
}

/*a:hover {border-bottom: 1px dotted #5C7B9F;  cursor: pointer!important;}*/

/*
a img {opacity: 1;}
a img:hover {opacity: .85;
 -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity  .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
*/
.img-link a:hover {
    border-bottom: none !important;
}

nav a img:hover {
    opacity: 1;
}

/*--HEADINGS--*/
h1,
h2,
h3,
h4,
h6 {
    color: #2d4057;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h3 {
    color: #273f5d;
}

h2,
h2 a {
    margin-top: 0;
    margin-bottom: 0.5rem;
}



h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #8d9eb1;
}

.row.title,
h1.padleft {
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 100%;
    background: #f5f8fc;
    background-image: url(//miottawa.org/images/new-icons/white-waves-jkg.png);
    background-size: 15vw;
    background-position: right bottom 0;
    background-repeat: no-repeat;
}

.row.box {
    max-width: none;
    clear: both;
}

.row.main {
    padding-bottom: 5rem;
    padding-top: 2rem;
}

h1.padleft {
    padding-left: 14rem;
}


strong,
b {
    font-weight: 600;
}

strong a,
b a {
    font-weight: 700;
}

/*---NAV---*/
.nav-bkgd .menu {
    flex-wrap: nowrap;
}

.menu a {
    white-space: normal;
}

.nav-bkgd {
    position: relative;
}

.nav-bkgd ul.is-dropdown-submenu h4,
.nav-bkgd ul.is-dropdown-submenu h4 a,
.nav-bkgd ul.is-dropdown-submenu h4 a:hover {
    color: #5C7B9F;
    padding-left: 0rem;
    margin-bottom: 0;
    margin-right: 2em;
    line-height: 1.8em;
}

.nav-bkgd ul.is-dropdown-submenu h4 {
    border-bottom: 3px solid #C6DBF2;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:hover {
    border: none;
}

.nav-bkgd ul.is-dropdown-submenu h4,
.nav-bkgd ul.is-dropdown-submenu h4 a:hover {
    border-bottom: 3px solid #C6DBF2;
}

.nav-bkgd .menu li.is-dropdown-submenu-parent {
    position: static;
    text-align: center;
}

.nav-bkgd .menu > li > a {
    color: #32465D;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 1.3rem 1.1rem;
}

.nav-bkgd .menu p a {
    line-height: 1.3rem;
}

.dropdown.menu .is-active > a {
    color: #5C7B9F;
}

.nav-bkgd .menu > li > a span {
    color: #a6a5a6;
}

.nav-bkgd .is-dropdown-submenu {
    width: 100%;
    background-color: #fff;
    border: 1px solid #f2efed;
    box-shadow: 10px 3px 5px rgb(54 55 57 / 13%);
    text-align: left;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 1rem 0;
    z-index: 100;
}

.nav-bkgd ul a.nav-item:hover {
    background-color: #f2efed;
}

.nav-bkgd ul li.is-dropdown-submenu-parent.is-active a.nav-item {
    background-color: #f2efed;
}

.nav-bkgd .is-dropdown-submenu ul {
    list-style: none;
    margin-left: 0rem;
}

.nav-bkgd .is-dropdown-submenu ul ul {
    margin-left: 0rem;
}

.nav-bkgd .is-dropdown-submenu ul li a {
    color: #32465D;
    font-weight: 500;
    line-height: 2.5;
    font-size: .9em;
}

.nav-bkgd .dropdown .is-dropdown-submenu a {
    padding: 0;
}

.nav-bkgd .dropdown .is-dropdown-submenu a:hover {
    border-bottom: none;
}

.nav-bkgd .dropdown .is-dropdown-submenu a.webicon {
    margin: 0.2rem;
    box-shadow: none;
}

.nav-bkgd .dropdown .is-dropdown-submenu a.button {
    padding: 0.7rem 1rem;
}

.nav-bkgd .is-dropdown-submenu ul li a:hover {
    color: #ba5b2b;
    border: none;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none;
}

.nav-bkgd h4 a {
    font-weight: 700;
}

.nav-bkgd .callout {
    background-color: rgb(222 233 246);
    margin-bottom: 0;
    padding: .75rem 1rem !important;
}

.callout.vitals {
    background: rgb(222 233 246) url(https://www.miOttawa.org/images/vitals.png) bottom left no-repeat;
    padding: 0.5rem 1rem 3rem 0.5rem;
    font-size: 0.9rem;
}

.nav-bkgd .dropdown .is-dropdown-submenu .callout.vitals a {
    display: inline-block;
}

.featured-parks img {
    margin: 5px 20px 3px 0px;
    border-radius: 8px;
    overflow: hidden;
}

.nav-bkgd .callout a i {
    font-size: 3.5rem;
    margin-top: 15px;
    margin-left: -15px;
    color: #d4e1ea;
}

.nav-bkgd .callout a:hover i,
.nav-bkgd .callout a:hover {
    color: #5C7B9F;
}


/*--Mobile Nav--*/
.title-bar {
    background-color: #dae7ed;
    padding: 0;
}

.title-bar button {
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 5px;
}

/*
.menu-icon::after {
    background: #32465D;
    box-shadow: 0 7px 0 #32465D, 0 14px 0 #32465D;
}
*/

.title-bar-title {
    color: #32465D;
    position: absolute;
    top: -1px;
    left: 27px;
    font-weight: 400;
    color: #32465D;
    font-size: 0.75rem;
    display: none;
}

.title-bar-left {
    padding: 0.5rem;
    border-right: 1px solid #bccad7;
    flex: 0 1 auto;
}

.title-bar-right {
    color: #5C7B9F;
    padding: 0.65rem 0.5rem 0.5rem 0.5rem;
    text-align: center;
}

.title-bar-left a {
    color: #32465D;
    padding: 0.25rem;
}

.title-bar-left i {
    font-size: 1.1rem;
}

.title-bar-left a:hover {
    color: #ba5b2b;
}

.menu-icon:hover::after {
    background: #ba5b2b;
    box-shadow: 0 7px 0 #ba5b2b, 0 14px 0 #ba5b2b;
}

.mobile-menu.drilldown a {
    background-color: #5C7B9F;
}

.off-canvas {
    z-index: 110;
    background-color: #5c7b9f;
}

off-canvas-content {
    background: #f9f8f7;
}

.off-canvas a,
ul.vertical.menu a {
    color: #2d4057;
}

.drilldown .is-drilldown-submenu-parent > a::after {

    border-color: transparent transparent transparent #ffffff;
}

.off-canvas .close-button:focus,
.off-canvas .close-button:hover {
    color: #ffffff;
}

.menu .menu-text {
    background-color: #32465D;
    color: #fff;
    text-align: center;
    padding: 1.5em;
}

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #32465D;
}

ul.vertical.menu li.js-drilldown-back a {
    color: #ba5b2b;
}

.mobile-menu.drilldown .js-drilldown-back a {
    background-color: #f2efed;
    color: #5C7B9F;
}

.off-canvas.is-transition-overlap {
    z-index: 110;
}

.dropdown.menu.mobile-search > li.is-dropdown-submenu-parent > a {
    padding: 0.55rem;
}

/*Google Search*/

.goog-te-gadget a {
    display: none !important;
}

.gsc-adBlock,
.gsc-resultsHeader {
    display: none !important;
}

.gsc-control-cse .gsc-table-result {
    font-family: "Roboto", sans-serif !important;
}

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
    padding-left: 0;
    padding-right: 0;
}

.search-input-animated {
    position: relative;
    min-width: 50px;
    width: 0%;
    float: left;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.gsc-input {
    top: 0px;
    right: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 2px;
    background-image: none !important;
}

.searchbox-icon {
    display: block;
    position: absolute;
    top: 2px;
    left: 10px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    text-align: center;
    cursor: pointer;
}

input.gsc-input {
    text-indent: 32px;
}

.searchbox-open {
    width: 100%;
}

.searchbox-open td.gsc-input {
    background-color: #fff;
    height: 40px;
    padding: 0 !important;
    margin: 0 !important;
}

.searchbox-open i {
    color: #32465D;
}

.ottawa-county {
    position: absolute;
    top: 12px;
    left: 53px;
    background-color: #32465D;
}

.header-left .hide-for-medium-only {
    opacity: 1;
    display: block;
}

.header-left.header-open .hide-for-medium-only {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

#gsc-iw-id1.gsc-input-box.gsc-input-box-hover {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}

#gs_tti50.gsib_a .gsc-input,
#gs_tti50.gsib_a {
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 30px 0px 0px 30px;
}

.header-left table,
.header-left table tbody,

input.gsc-input:focus,
input.gsc-input:hover,
input.gsc-input:active,
#gs_tti50.gsib_a:hover,
#gs_tti50.gsib_a:active,
#gs_tti50.gsib_a:focus {
    background-color: #fff !important;
    border: none !important;
    outline: none !important;
    padding: 0;
    margin: 0;
}

td.gsc-search-button,
td.gsib_b {
    display: none;
}

.header-left .gsc-input-box {
    background-color: transparent;
    border: none;
}

table.gsc-search-box tr {
    border: none;
}

table.gsc-search-box .gsc-input,
.header-left table {
    padding: 0;
    margin: 0;
}

#gsc-iw-id1.gsc-input-box,
input.gsc-input {
    padding-top: 0;
    height: 40px !important;
    background: #fff;
}

/*
form.gsc-search-box * {
  border: none !important;
}
*/
table.gsc-search-box {

    /*    border-radius: 45px;*/
    overflow: hidden;
    border: 1px solid black;
}

input.gsc-input {
    border: 1px solid #cacaca !important;
    border-radius: 2px;
}

.goog-logo-link,
.goog-te-gadget {
    color: transparent !important;
}

.goog-logo-link {
    display: none;
}

#google_translate_element {
    margin-left: 1em;
}

select.goog-te-combo:focus {
    box-shadow: none;
}

select.goog-te-combo {
    text-align: left;
    background-color: transparent;
    border: none;
}

/*
.goog-te-gadget {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    content: "\f101";
    padding-right: 0.25rem;
    color: #9db7d8;
    font-size: .7em;}
*/

/*Mobile Search*/
#searchModal td.gsc-search-button,
td.gsib_b {
    display: block;
}

#searchModal form.gsc-search-box table td {
    display: block;
    display: table-row;
    height: 50px;
    width: 100%;
}

#searchModal form.gsc-search-box table tr {
    display: block;
    display: table-row;
    height: 50px;
    width: 100%;
}

#searchModal .gsc-search-button.gsc-search-button-v2 {
    height: 40px;
    width: 55px;
    padding: 6px 15px;
}

.gsc-input,
#gs_tti51 {
    height: 40px;
}

.gscb_a {
    display: none !important;
}

#gsc-adBlock {
    display: none;
}

.footer {
    background-color: #1e2432;
    color: #fff;
    padding: 4rem 0rem;
    ;
    font-size: .9rem;
}

.footer.row .row {
    margin: auto !important;
}

ul.footer-links {
    padding-top: 1em;
    list-style-type: none;
}

ul.footer-links li {
    padding-bottom: 2em;
    font-size: .9em;
}

/*.footer {background-color:#d6e0ea;color:#15336c;padding:1rem;font-size:.9rem;}*/
.footer a {
    color: #fff;
    font-weight: 400;
}

.social-links {
    display: flex;
    justify-content: left;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.new-top-bar .header-social-links {
    display: flex;

    align-items: center;
}

.new-top-bar .header-social-links a {
    text-decoration: none;
    font-size: 13px;
}

.social-link {
    width: 40px;
    /* Set a fixed width for the circular background */
    height: 40px;
    /* Set a fixed height for the circular background */
    background-color: #ffffff1c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

/* Adjust icon size if needed */
.social i {
    font-size: 20px;
}


.footer p {
    line-height: 1.4;
}

.footer a.button {
    background: #c96d3a;
    border: 2px solid #c96d3a;
    border-radius: 25px;
    color: #fff;
    text-shadow: 0px 0px 2px #00000057;
}

.sub-footer {
    background-color: #fff;
    color: gb(255 255 255 / 25%) !important;
    padding: .5rem;
    position: relative;
    font-size: 13px;
}

.sub-footer a {
    color: #FFFFFF80;
}

.footer-mid a {
    color: #15336c;
}

.footer-mid {
    font-size: 1rem;
}

/*breadcrumbs*/
.breadcrumbs {
    border-bottom: 0px solid #eaecee;
    margin: 0 0 0.5rem 0;
    height: 1.75rem;
}

.breadcrumbs a {
    color: #406A9F;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs a[href="http://www.miottawa.org/Health/"] {
    display: none;
}

div.breadcrumbs > *::before {
    color: #aaaaaa;
    content: "/";
    margin: 0 0.5rem;
    position: relative;
    top: -2px;
    font-size: 0.75rem;
}

div.breadcrumbs > :first-child::before {
    content: " ";
    margin: 0;
}

@media only screen and (max-width: 50em) {
    .breadcrumbs {
        display: none;
    }
}

/*--BUTTONS--*/
.button,
a.button {
    font-weight: 500;
    background: #57769b;
    color: #fff;
    border-radius: 25px;
    text-decoration: none !important;
}

.button:hover {
    /*    box-shadow: 0px 1px 8px #32405142;*/
    background: #6289b5;
    color: #fff;
}

.button:focus,
.button:active {
    background: #57769b;
    /*    box-shadow:none;*/
}

.button.success {
    background-color: #6f925e;
    color: #fff;
}

.button.success:hover {
    color: #fff;
    background-color: #5d7b4f !important;
}

.button.alert {
    background-color: #ab1f2e;
}

.button.alert:focus, .button.alert:hover {
    background-color: #c22e3f;
    
}

.tiny.button {
    padding: 0.575rem 0.75rem 0.5375rem;
    font-size: 0.75rem;
    font-weight: 500;
}

ul.button-group {
    list-style-type: none;
}

.button-group {
    margin: 1rem 0rem;
}

button.close-button {
    background-color: transparent;
    padding: 0;
}



/*BUTTON SECONDARY*/
.button.secondary {
    color: #2d4057;
    margin-right: 5px;
    background: #e8ddcf;

}

.button.secondary:hover {
    background-color: #ebe2d7;
    color: #322f2c;

}

.button.secondary:focus {

    background-color: #ebe2d7;
    color: #322f2c;
}

/*
.button-group.secondary .button {
    background-color: #f2efed;
    color: #32465D;
}

.button-group.secondary .button:hover {
    background-color: #e8e4df;
    color: #32465D;
}
*/

.button-group {
    background-color: transparent;
}

.form-row {
    margin-top: 1.8rem !important;
}

a.form-row {
    padding: 1.85rem !important;
}

.button.orange {
    background-color: #cb6d3b !important;
    color: #fff !important;
}

.button.orange:hover {
    background-color: #D27D50 !important;
    color: #fff !important;
    
}

a.green.button,
input.green.button {
    background: #637E3A;
    color: white !important;
}

a.green.button:hover,
input.green.button:hover {
    background: #6b8f34;
    
}

/*light colored buttons hover text shadow ADA */

.button.orange:hover,
a.green.button:hover,
input.green.button:hover,
.button.alert:focus, 
.button.alert:hover
{

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important; 
}


a.button.large {
    border-radius: 50px;
        padding: .75em 1em 1em 1em;
}


.button.clear {
    color: #406A9F;
    font-weight: 700;
}

.button.clear:hover {
    background: #C6DBF2;
}

.button.clear:hover,
.button.clear:focus {
    color: #32465D !important;
}


/*foundation fix for .stacked-for-small.button-group*/
@media print,
screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        flex: auto;
    }
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.8rem;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #5C7B9F;
    color: #fff;
    font-weight: 500;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background-color: #576b85;
    color: #fefefe;
}

/*----Sec Nav----*/
.side-nav {
    position: relative;
}

.side-nav a {
    color: #32465D;
    font-weight: 400;
}

.side-nav a:hover {
    color: #4374b2 !important;
}

.side-nav li a {
    padding: .5rem;
    border-bottom: 1px solid #ccd3dc;
    font-weight: 400;
    line-height: 1.2;
    font-size: 0.93rem;
    text-decoration: none;
}

.side-nav p {
    line-height: 1.2;
}

.side-nav .accordion-menu li .is-accordion-submenu li a {
    padding: 0.225rem 0.9rem 0.225rem 0.25rem;
    border-bottom: 1px solid #eaecee;
    font-size: 0.9rem;
}

.side-nav .accordion-menu .is-accordion-submenu-parent > a::after {
    /*  border-color: #ceccce transparent transparent;*/
    right: 0.5rem;
    border: none;
    content: '\f107';
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 300;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    right: 18px;
    top: 10px;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
    top: 28px;
    right: 5px;
}

.side-nav .accordion-menu li a.active {
    font-weight: 700;
    color: #5C7B9F !important;
}

.side-nav .accordion-menu li a:hover:after {
    border-color: #5C7B9F transparent transparent;
}

.side-nav h2,
.side-nav h1 {
    font-size: 1.1rem;
    line-height: 1.9rem;
    margin: 2rem 0 0 0;
    color: #5C7B9F;
}

li.is-accordion-submenu-parent[aria-expanded="true"] a,
li.is-accordion-submenu-parent[aria-expanded="true"] ul li.is-accordion-submenu-parent[aria-expanded="true"] a {
    font-weight: 700;
}

li.is-accordion-submenu-parent[aria-expanded="true"] ul li a,
li.is-accordion-submenu-parent[aria-expanded="true"] ul li.is-accordion-submenu-parent[aria-expanded="true"] ul li a {
    font-weight: 400;
}

li.is-accordion-submenu-parent[aria-expanded="true"] ul li a.active {
    font-weight: 700;
}

/*----Mobil Sec Nav----*/
.title-bar.secondary {
    background-color: transparent;
    color: #fff;
    padding: 0;
    cursor: pointer;
}

.title-bar.secondary button {
    cursor: pointer;
    width: 100%;
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 500;
    background-color: #5b7a9e;
    border: 1px solid #c7c6c4;
}

.title-bar.secondary button:hover,
.title-bar.secondary button:focus {
    background-color: #5b7a9e;
    border: 1px solid #f2efed;
}

.title-bar.secondary button::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 8px;
    border-bottom-width: 8px;
    border-top-style: inset;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #8a8a8a transparent transparent;
    position: absolute;
    margin-top: -11px;
    right: 2rem;
}

#side-nav .close-button {
    top: 2%;
    background-color: transparent;
    color: white;
}

ul.side-nav {
    list-style-type: none;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}

ul.side-nav li a {
    padding-right: 0;
    display: block;
}

/*---MAIN CONTENT AREA----*/

#content-3col {
/*    max-width: 1000px;*/
    margin: auto;
}

/*----Right Col----*/
.columns.contact-info {
    font-size: 0.9rem;
}

.columns.contact-info img {
    padding-left: 1rem;
}

.columns.contact-info ul {
    /*  margin: 0.75rem 0 0.75rem 0;*/
    list-style-type: none;
    line-height: 1.4;
}

.columns.contact-info ul li {
    margin: 0;
}

.contact-info h2,
.contact-info h1,
.contact-info h4 {
    font-size: 1.1rem;
    color: #2d4057;
    /* color: #ba5b2b; */
    border-bottom: 2px solid #C6DBF2;
    margin-bottom: 5px;
}

.contact-info h4 {
    border: none;
}

.contact-info a {
    text-decoration: none;
}

/*----Lists-----*/
ol {
    margin-left: 1rem;
}

ol li {
    padding-bottom: 0.5rem;
}

ul.styled {
    list-style: none;
    margin-left: 1rem;
}

ul.styled li {
    text-indent: -1rem;
    padding-bottom: 0.5rem;
    list-style-position: inside;
}

ul.styled li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f101";
    padding-right: 0.25rem;
    color: #9db7d8;
    font-size: 0.7em;
}

ul.styled ul {
    list-style: none;
    margin-left: 3rem;
    padding: 0.5rem 0 0.5rem 0;
}

ul.styled ul li {
    padding-bottom: 0.25rem;
}

ul.styled li ul li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f105";
    padding-right: 0.25rem;
    color: #8d99a5;
}

ul.hours {
    list-style: none;
    margin-left: 1rem;
}

ul.hours li {
    text-indent: -1rem;
    padding-bottom: 0.5rem;
    list-style-position: inside;
}

ul.hours li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f017";
    padding-right: 0.25rem;
    color: #5b799e;
    font-size: 0.8em;
}

ul.hours ul {
    list-style: none;
    margin-left: 3rem;
    padding: 0.5rem 0 0.5rem 0;
}

ul.hours ul li {
    padding-bottom: 0.25rem;
}

/*PHONE*/
ul.phone {
    list-style: none;
    margin-left: 1rem;
}

ul.phone li {
    text-indent: -1rem;
    padding-bottom: 0.5rem;
    list-style-position: inside;
}

ul.phone li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f095";
    padding-right: .25em;
    color: #5b799e;
    font-size: 0.8em;
}

ul.phone ul {
    list-style: none;
    margin-left: 3rem;
    padding: 0.5rem 0 0.5rem 0;
}

ul.phone ul li {
    padding-bottom: 0.25rem;
}

/*PERSON*/
ul.person {
    list-style: none;
    margin-left: 1rem;
}

ul.person li {
    text-indent: -1rem;
    padding-bottom: 0.5rem;
    list-style-position: inside;
}

ul.person li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f007";
    padding-right: 0.25rem;
    color: #5b799e;
    font-size: .8em;
}

ul.person ul {
    list-style: none;
    margin-left: 3rem;
    padding: 0.5rem 0 0.5rem 0;
}

ul.person ul li {
    padding-bottom: 0.25rem;
}

/*PERSON*/
ul.email {
    list-style: none;
    margin-left: 1rem;
}

ul.email li {
    text-indent: -1rem;
    padding-bottom: 0.5rem;
    list-style-position: inside;
}

ul.email li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f0e0";
    padding-right: 0.25rem;
    color: #5b799e;
    font-size: .8em;
}

ul.email ul {
    list-style: none;
    margin-left: 3rem;
    padding: 0.5rem 0 0.5rem 0;
}

ul.email ul li {
    padding-bottom: 0.25rem;
}

/*ADDRESS*/
ul.address {
    list-style: none;
    margin-left: 1rem;
}

ul.address li {
    text-indent: -.9rem;
    padding-bottom: 0.5rem;
    list-style-position: inside;
}

ul.address li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f3c5";
    padding-right: .25em;
    color: #5b799e;
    font-size: 0.8em;
}

ul.address ul {
    list-style: none;
    margin-left: 3rem;
    padding: 0.5rem 0 0.5rem 0;
}

ul.address ul li {
    padding-bottom: 0.25rem;
}

#tableofcontents li {
    padding-bottom: 0px;
}

@media only screen and (max-width: 40em) {
    /*
    ul.styled {
        margin-left: 0.5rem;
    }
*/
}

ul.styled.check li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f058";
    padding-right: 0.25rem;
    color: #9fbc6d;
    font-size: 0.8em;
    padding-right: 0.5rem;
}

ul.checklist,
ul.checklist li {
    list-style: none;
}

ul.checklist li:before {
    content: '\f058';
    font-family: 'Font Awesome 6 Pro';
    float: left;
    margin-left: -1.3em;
    color: #708F42;
    font-size: 1rem;

    font-weight: 900;
}

/*BUBBLE STEPS LISTS*/
ol.steps {
    counter-reset: li;
    margin-left: 1rem;
    padding-left: 0;
    border-left: 3px solid #d0e0b8;
}

ol.steps > li {
    position: relative;
    margin: 0 0 2rem 1rem;
    padding: 0px 12px;
    list-style: none;
}

ol.steps > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 18px;
    margin-left: 18px;
    padding: 4px;
    border-top: 2px solid #708F42;
    color: #fff;
    background: #708F42;
    font-weight: bold;
    padding: 2px;
    border-top: 2px solid #708F42;
    text-align: center;
    border-radius: 96%;

}

li ol.steps,
li ul {
    margin-top: 6px;
}

ol.steps ol li:last-child {
    margin-bottom: 0;
}

a.number-bubble {
    background: #5c789c;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
}

a.number-bubble:hover {
    background: #506d92;
}

/*---CALLOUTS---*/
.callout {
    border: none;
    border-radius: 10px;
}

/*
.callout.primary a.button {
    color: #fff;
}
*/

.callout.primary a.button.secondary {
    color: #32465D;
}

.callout.primary {
    background-color: #EDF4FC;
    border: none;

    border-radius: 10px;
    padding: 25px;
}

.callout.primary-20 {
    background: #C6DBF2;
}

.callout.dark-blue {
    background: #32465D;
    color:#fff!important;
}

.callout.box,
fieldset { border: 1.35px solid #e0e6ec;}

.panel,
.message-box-lt-blue,
.announcementbox {
    background-color: #EDF4FC;
    border: 1px solid #EDF4FC;
    margin-bottom: 1.25rem;
    padding: 1rem;
    padding: 1.25rem;
    border-radius: 10px;
}

.callout.secondary {
    background-color: #f7f3ee;
    border: none;
    border-radius: 10px;
    padding: 25px;

}

.callout.secondary table th,
.panel table th,
.apps .panel table th {
    background-color: #fff;
}


.callout.green {
    background: #dde8cc;
    color: inherit;
}

.callout.green h1,
.callout.green h2,
.callout.green h3,
.callout.green h4,
.callout.green h5,
.callout.green a {
    color: #66823c;
}

.callout.blue {
    background: #5c789c;
    color: white !important;
}

.callout.blue h1,
.callout.blue h2,
.callout.blue h3,
.callout.blue h4,
.callout.blue h5,
.callout.blue a,
.callout.dark-blue h1,
.callout.dark-blue h2,
.callout.dark-blue h3,
.callout.dark-blue h4,
.callout.dark-blue h5,
.callout.dark-blue a {
    color: #fff;
}

.callout.white.shadow {
    /*    border-top: 5px solid #C6DBF2;*/
    color: inherit !important;
}

/*------body styles------*/

.define {
    color: #5C7B9F;
    font-size: 1.4rem;
    padding: 10px 0;
    line-height: 1.2;
    font-family: "gill-sans-nova", sans-serif;
}

.hr_lt-blue {
    display: block;
    margin-top: 9px;
    margin-bottom: 9px;
    border-bottom: 1px solid #cfd6e4;
}

.has-tip {
    display: inline;
}

.right {
    float: right !important;
}

/*UNIVERSAL SOFT SHADOW */
.shadow,
.card,
.tabs-panel.is-active,
table.shadow,
li.accordion-item.is-active,
table.shadow,
input.button.save,
.apps table {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.hover-zoom:hover {
    transition: 0.3s ease;
    transform: scale(1.02);
}

hr {
    border-width: 1.25px;
    border-color: #C6DBF2 !important;
    width: 100% !important;
    margin-top: 0;
}

hr.tan {
    border-color: #e8e4df !important;
}

/*--CARDS, ACCORDIONS and TABS--*/

.card {
    margin-bottom: 1rem;
    /*    border-bottom: 4px solid #c7c7c7;*/
    background: #fff;
    box-shadow: none;
    overflow: hidden;

    border-radius: 15px;
    border: none;
}




.card p {
    color: #252A36;
    font-size: .9em;
    font-weight: 400;
}

.card-divider h5 {
    color: #fff;
}

.card-divider {
    background: #1D4289;
}

.card-section {
    background: #fff;

    padding: 15px 25px 15px 25px;
}

.card img {
    opacity: 1;
}

.card-image-wrap::before {
    content: '';
    position: absolute;
    width: -webkit-fill-available;
    height: 50px;
    bottom: -1px;
    background-image: url(https://www.miottawa.org/images/card-wave.png);
    background-size: cover;
    background-position: center;
    z-index: 9;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
 .card-image-wrap::before 
    {
      height: 40px;   
    }
}



.card-image-wrap {
    position: relative;
    /* Make this element the containing block for the absolute element */
}

.card-image-wrap img {
    display: block;
    /* Remove any default spacing */
    width: 100%;
    /* Ensure the image covers the full width of the wrapper */
    height: auto;
    /* Maintain the aspect ratio of the image */
}

/*IMAGE OVERLAY CARDS*/

.card.img-overlay {
    position: relative;
    max-width: 400px;
    margin: 20px auto;
    overflow: hidden;
    border-bottom: none;
}

.img-overlay .card-image img {
    width: 100%;
    height: auto;
}

.img-overlay .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.img-overlay .card-section p,
.img-overlay .card-section h1,
.img-overlay .card-section h2,
.img-overlay .card-section h3,
.img-overlay .card-section h4,
.img-overlay .card-section h5,
.img-overlay .card-section h6,
.img-overlay .card-section a {
    color: #fff !important;
}

.img-overlay .card-section {
    position: absolute;
    z-index: 99999;
    padding: 20px;
    color: #fff !important;
    top: 30px;
    background: transparent;
    border-top: none;
}

/*Tabs*/
.tabs {
    background: none;
    border: none;

}



.tabs-title > a:hover {
    color: #32465D;
    background: #C6DBF2;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
    background: #fff;
    color: #406a9f;
    border-bottom: none;

    box-shadow: 0px -3px 5px #24272b1f;
}

.tabs-title > a {
    font-size: 1.1rem;
    color: #32465D;
    border: none;
    margin-right: .625rem;
    background-color: #e7ebee;
    border-radius: 7px 7px 0px 0px;
}

li.tabs-title:last-of-type a {
    margin-right: 0;
}

.tabs-content {
    border: none;
    border-top: 0;
    background: none;
}

.tabs-panel {
    padding: none;
}

.tabs-panel.is-active {

    background: white;
    border-radius: 0px 0px 10px 10px;
}

/*MAKE TABS FULL WIDTH*/

.tabs {
    display: flex;
}

.tabs.vertical {
    display: block;
}

.tabs.vertical .tabs-title {
    border: none;
}

.tabs.vertical > li {
    width: 100%;
}

.tabs-title {
    flex: 1 0 0;
    text-align: center;
}

/*tables*/
table {
    width: auto;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #C6DBF2;
    border-radius: 10px;
    overflow: hidden;
}

table table {
    border: none;
}

.main table td {
    line-height: 1.6;
}

table.width {
    width: 100%;
}

table.wide {
    width: 100%;
}

table.grid {
    border: 1px solid #e9f1f4;
}

table.grid th {
    /*    background-color: #edeff1;*/
    text-align: left;
}

table th,
table td {
    padding: 1rem 0.625rem;
}

table.grid th.text-center {
    text-align: center;
}



/*
tbody, tfoot, thead {
    border: 2px solid #e0e1e3;}
*/
thead,
th {
    color: #1d252e;
    background: #C6DBF2;
}


table tbody tr,
table tbody tr:nth-child(even) {
    border-bottom: 2px solid #e0e1e3;
}

table tbody tr:nth-child(even) {

    background-color: #f5f8fc;
}

table.unstriped tbody tr {
    background-color: #fff;
    border-bottom: inherit;
}

table small {
    font-size: 100%;
}

.new {
    font-size: 0.75rem;
    color: #f34b14;
}

.callout.alert {
    background-color: #ab1f2e;
    color: #ffffff;
}

table.facilities td {
    border: 1px solid #eceff4;
    padding: 2px;
    text-align: center;
}

table.facilities {
    padding: 0;
}

table.facilities small {
    font-size: 80%;
}

table.facilities tbody tr:nth-child(2n) {
    background-color: transparent;
}

table.scroll {
    display: table;
}

@media (max-width: 768px) {
    table.scroll {
        display: block;
    }
}


/*TABLE HOVERS*/
table.hover tbody tr:hover {
    background-color: #e6eff8;
    transition: .1s ease-in-out;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #e6eff8;
    transition: .1s ease-in-out;
}



/*DOGS*/
table.dog-history {
    width: 100%;
}

table.plainResultTable {
    width: 100%;
}

.apps table.innerDisplayTable td {
    border: none;
    background: transparent;
}

.apps table.innerDisplayTable tr {
    border: none;
    background: transparent;
}

.apps table.innerDisplayTable tbody {
    border: none;
    background: transparent;
}

a.secondary.button.small i.fas.fa-file-invoice {
    padding-right: 10px;
}

/*.menu-centered {width: 100%;    margin-top: 4em;    background: #f6f6f6;}*/

/* Responsive Tables */
.stacktable {
    width: 100%;
}

.st-head-row {
    padding-top: 1em;
    font-size: 1rem;
    text-align: center;
}

.st-head-row.st-head-row-main {
    font-size: 1.2em;
    padding-top: 0.5rem;
    line-height: 1.2;
}

.st-key {
    width: 35%;
    text-align: right;
    padding-right: 1%;
    font-weight: 600;
}

.st-val {
    width: 63%;
    padding-left: 1%;
}

.st-val a center {
    text-align: left;
}

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

@media (max-width: 800px) {
    .stacktable.large-only {
        display: none;
    }

    .stacktable.small-only {
        display: table;
    }
}

.orbit-previous,
.orbit-next {
    background-color: rgba(92, 120, 157, 0.76);
    padding: 0.5rem;
}

/*slick slider*/
.slide.slick-slide img {
    width: 100%;
}

/*Slide SHow - to be replaced by Foundation*/
#webtecsSlideShow,
.webtecsSlideShow {
    float: right;
    background-color: #eceff4;
    /*float:right;overflow:visible;position:relative;Display: block;width: 325px;padding: 10px;height: 200px;background-color: #fff;*/
}

table #webtecsSlideShow,
table .webtecsSlideShow {
    float: none;
}

#slideshow {
    position: relative;
    height: 300px;
}

#webtecsSlideShow img,
.webtecsSlideShow img {
    padding: 0.75rem 0.25rem;
}

.slideDisplayImage {
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
}

#slideshow IMG.active {
    z-index: 10;
    opacity: 1;
}

#slideshow IMG.last-active {
    z-index: 9;
}

#webtecsSlideToggle,
.webtecsSlideToggle {
    font-size: 1.75rem;
    text-decoration: none;
    font-weight: bold;
    padding: 0.2rem;
    background: #fff;
    border: 1px solid #d7dfeb;
    margin: 0 0.25rem;
}

@media (max-width: 40em) {

    #webtecsSlideToggle,
    .webtecsSlideToggle {
        display: none;
    }
}

/*Social Media*/

/*
.fb-topbar,
.tw-topbar,
.gd-topbar {
    height: 40px;
    width: 45px;
    margin-top: 8px;
    float: right;
}

.fb-topbar {
    background: transparent url("//www.miottawa.org/images/fb_white_top-bar.png") top no-repeat;
}

.tw-topbar {
    background: transparent url("//www.miottawa.org/images/tw_white_top-bar.png") top no-repeat;
}

.gd-topbar {
    background: transparent url("//www.miottawa.org/images/gd_white_top-bar.png") top no-repeat;
}

.fb-topbar:hover {
    background: transparent url("//www.miottawa.org/images/fb_blue_top-bar.png") top no-repeat;
}

.tw-topbar:hover {
    background: transparent url("//www.miottawa.org/images/tw_blue_top-bar.png") top no-repeat;
}

.gd-topbar:hover {
    background: transparent url("//www.miottawa.org/images/gd_red_top-bar.png") top no-repeat;
}
*/

/*
.fb-topbar a.sm,
.tw-topbar a.sm,
.gd-topbar a.sm {
    display: block;
    height: 40px;
    width: 45px;
}

.login-topbar a {
    float: right;
    color: #c8dce5;
    display: inline-block;
    padding: 0.3rem 0.4rem;
    margin-top: 11px;
    margin-left: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.login-topbar a:hover {
    color: #dae7ed;
}
*/

.announcementbox.second {
    border: 2px solid #def;
    background-color: #fff;
    margin: 0 0 15px 0;
    line-height: 20px;
}

.announcementbox.second h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.govdelivery-nav form.govdelivery ul {
    margin-left: 0;
    padding-left: 0;
}

.govdelivery-nav form.govdelivery .button_panel {
    padding-left: 0px;
}


form.govdelivery ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
}

form.govdelivery ul li {
    margin: 5px;
}

form.govdelivery #country_code_display {
    display: none;
}

form.govdelivery .input_group {
    display: inline;
    width: 100%;
}

a#rndmIncUrl img {
    margin-top: 15px;
}

/*Forms*/
input[type="text"][disabled],
input[type="submit"][disabled] {
    background-color: transparent;
    color: #222 !important;
    border: none;
    box-shadow: none;
    padding: 0;

}

[type='color']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='datetime']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
textarea:focus,
select:focus {

    border: 1.7px solid #629bdd;
}


input[type="submit"][disabled] {
    font-style: italic;
    color: #929191 !important;
}

input.button[type="submit"][disabled]:hover {
    background-color: #eae7e7;
}


::-webkit-input-placeholder {
    color: #8d9eb1 !important;
}

::-moz-placeholder {
    color: #8c8c8c !important;
}

::-ms-input-placeholder {
    color: #8c8c8c !important;
}

input:-moz-placeholder {
    color: #8c8c8c;
}

input:-ms-input-placeholder {
    color: #8c8c8c;
}

[type="checkbox"] + label,
[type="radio"] + label {
    margin-left: 0;
    margin-right: 0.5rem;
    font-weight: 400;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button.secondary[disabled]:hover,
button.secondary[disabled]:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button.secondary[disabled]:hover,
.button.secondary[disabled]:focus,
button.disabled.secondary,
button.secondary[disabled],
.button.disabled.secondary,
.button.secondary[disabled],
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button.secondary[disabled]:hover,
button.secondary[disabled]:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button.secondary[disabled]:hover,
.button.secondary[disabled]:focus {
    background-color: #e4e1e1;
    color: #222;
    font-style: italic;
}

.file-upload {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.file-upload input.file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.input-group {
    margin: 0;
}

.input-group-field,
.input-group-label {
    height: 2.4375rem;
    margin-bottom: 1rem;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    height: 2.4375rem;
}

/*choose file button with input file*/
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.no-js .inputfile + label {
    display: none;
}

.button.hollow {
    border: 2px solid #2d4057;
    color: #2d4057;
    font-weight: 700;
}

.button.hollow:hover {
    border-color: #d7e6f6;
    background-color: #d7e6f6;
    color: #2d4057;
}

.button.hollow.light {
    border: 2px solid #ffffff;
}

.button.hollow.light:hover {
    background-color: #0000004d;
    color: white;
    border: 2px solid transparent;
}

@media only screen and (max-width: 767px) {
    label.right {
        text-align: left;
    }

    label.inline {
        margin: 0px;
    }
}

/*Apps*/

.login-wrap {padding:2rem 0;}
.apps a {
    text-decoration: none;
}


.apps .button.secondary {

    background: #C6DBF2;
}
.apps .button.rounded {border-radius:25px;}


.apps .button.secondary:hover,
.apps .button.hollow:hover {
    background: #DDEAF9;
    color: #2d4057;

}

.apps .button.secondary:focus,
.apps .button.hollow:focus {
    background: #C6DBF2;
    color: #2d4057;
}

.apps .button {
    border-radius: 3px;
}

.apps input[type="submit"]:hover,
.apps input[type="button"]:hover,
.apps input[type="reset"]:hover,
.apps .button:hover {
    /*    background: #6083ad;*/
    color: #fff;
    /*    box-shadow: 0px 2px 2px #0000002b;*/
}

.apps .button:focus {
    /*    background: #57769b;*/
    box-shadow: none;
    color: #fff;
}

.number-circle { display: inline-block;
  padding: 5px;
  border-radius: 50%;
  background-color: #94B958;
  color: white;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 15px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;

}
.board-appointments .button.rounded {    padding: 0.5em;}
.apps.reveal {background:#fff;min-height:none;}
label {
    font-size: 1rem;
    font-weight: 500 !important;
   font-family: "gill-sans-nova", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    color: #1d252e;
}

body#apps .white-bkgrd {
    background-image: none;
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

body .white-bkgrd {
    background-image: none;
    background-color: #fff;
    /*    padding-top: 1rem;padding-bottom: 1rem;*/
}

.apps.row {
    max-width: 1300px;
    padding-top: 3rem !important;
}

.apps {
    background-image: none;
    background-color: transparent;
    min-height: 700px;
}

.apps fieldset {
    background: #f4f7fb;
    border-radius: 10px;
    padding: 2em 1em;
    margin: 5px 0 30px 0;
    overflow: visible;
  
}

[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea,
select {
    border-radius: 5px;
    /*    border: 1px solid #9fb0c6;*/

    border: 1.35px solid #e0e6ec;
}

.apps fieldset legend {
    color: #32465D;
    font-weight: 700;
    background: transparent;
    padding: 0 3px;
    margin: 0;
    margin-left: -3px;
    font-size: 1rem;
    text-shadow: 2px 1px 3px white;
}

.apps legend h2,
.apps legend h3 {
    /*margin-bottom: 0;margin-top:0;*/
    font-size: 1.15rem;
    text-shadow: 2px 1px 3px white;
}

.row.page-nav {
    margin-bottom: 3rem;
    margin-top: 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 2.5;
}

.apps table th {
    /*    background-color: #e3eaf3;*/
    font-size: 0.8rem;
    letter-spacing: .25px;
    text-transform: uppercase;
}

.apps table td {
    /*    border: 1px solid #dee3ea;*/
    font-weight: 400;
    font-size: 0.9rem;
}

.apps #parcel-menu .dropdown-pane.is-open {
    padding: 0;
    background-color: #edeff1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.13);
}



.input-group-label {
    margin: 0 0 0rem;
    /*see CourtPaymentsDC for input group on search results - do not change*/
    height: 2.4375rem;
    /*Calendar App, add Date*/
}

.card-divider {
    background: #c6dbf2;
  
    padding: .5rem 1.5rem;
}

.checkbox-vertical label,
.radio-vertical label {
    display: inline;
    font-weight: 400;
}

.checkbox-vertical label[for*="checkboxlist-"]:after,
.checkbox-vertical label:after {
    content: "\A";
    white-space: pre;
}

.radio-vertical label[for*="register_field_"]:after {
    content: "\A";
    white-space: pre;
}

.checkbox-vertical input[type="checkbox"],
.radio-vertical input[type="radio"] {
    margin: 0px 0.25rem 0rem;
}

.struts-apps ul.vertical.menu {
    margin-bottom: 1rem;
}

.radio-vertical {
    margin-bottom: 1rem;
}

/*Bulk Actions - Request Tracker */
.apps table th.select {
    width: 50px;
    text-align: center;
    font-size: 75%;
    font-weight: 500;
    padding: 0;
}

.top-table button {
    margin-bottom: 0.25rem;
}

p.page-top-table {
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
    margin-bottom: 0;
    margin-top: 1rem;
}

.half-collapse input[type="radio"] {
    margin: 0.25rem 0.25rem 0;
}

.half-collapse small label {
    font-size: inherit;
}

/*Admin Apps*/
.admin {

    padding: 0;
    min-height: 600px;
}

.admin,
.admin .apps,
.apps.dogs,
.app-white-bkgrd {
    background-color: #fafbfc;
}

.admin .apps {
    padding-top: 1rem;

}

.admin .top-bar,
.simple-online-services-header {
    background-color: #ffffff;

    box-shadow: 1px 1px 6px #00000017;
}


.simple-online-services-header {
    position: relative;
    padding: .5em;
    justify-content: space-between;
}

.simple-online-services-header .button {
    margin-bottom: 0;
}


.admin .top-bar {
    padding: 0;
    margin-bottom: 1rem;
}

.admin .top-bar ul {
    background-color: transparent;
    padding: 0;
}

.admin .top-bar ul a {
    padding: 1.5rem 1rem;
    font-size: .9rem;
    font-weight: 600;

}

.admin .top-bar ul li a:hover {
    background-color: #e7ebee;
}

.admin .top-bar ul li a:focus {
    background-color: #ddeaf9;
}

.admin .top-bar .top-bar-left {

    background: #ffffff;
    padding: 0.25rem 0 0 0.5rem;
    background: #ffffff;
    padding: 0.25rem 0 0 0.5rem;
    font-weight: 600;
    color: #5b7a9e;
     font-family: "gill-sans-nova", sans-serif;
    
    font-size: 1.1rem;
}

.admin .top-bar .top-bar-left h6 {
    /*    color: #fff;*/
    font-size: 1.15em;
}

.admin .button.small.float-right {
    margin-bottom: 0;
}

.switch-toggle-wrapper .switch-label {
    font-size: 0.9rem;
    font-style: italic;
}

input:checked ~ .switch-paddle {
    background: #5C7B9F;
}

.admin table.small-font td {
    font-size: 0.9rem;
}

#exemptionsModal {
    margin-top: -100px;
}

.switch.tiny .switch-paddle {
    margin-right: 5px;
}

input:checked ~ input + label > .switch-active {
    display: block;
}

input:checked ~ input + label > .switch-inactive {
    display: none;
}

.pill {
    background-color: #DDEAF9;
    position: relative;
    padding: 0.25rem .75rem;
    margin: 0.25rem;
    display: inline-block;
    font-size: .85rem;
    border-radius: 20px;
}

.pill a {
    color: #32465D;
}

.close-pill {
    padding-left: 1rem;
}


.orange-pill {background: #f9b771;
    padding: .25em .75em;
    border-radius: 19px;
    font-weight: 700;
    letter-spacing: .5px; font-size:.9em;   text-transform: uppercase;
    font-size:.9em;}

.blue-pill {
    background: #C6DAF1;
    padding: .25em .75em;
    border-radius: 19px;
    font-weight: 700;
    letter-spacing: .5px; 
    text-transform: uppercase;
    font-size:.9em;
    
    
}

.grey-pill, .gray-pill {
    background:  #DEE4EB;
    padding: .25em .75em;
    border-radius: 19px;
    font-weight: 700;
    letter-spacing: .5px; 
    color:#8FA7C5;
    text-transform: uppercase;
    
    font-size:.9em;
   
}

/*
.accordion.foia .accordion-item > a {
    background: #dae7ed;
}
*/

.accordion.foia .accordion-content {
    background-color: #ffffff;
}

.row.expanded .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

#home .row.expanded .row .row {
    margin-right: auto;
    margin-left: auto;
}

/*.row.expanded .row { margin-right: -0.9375rem; margin-left: -0.9375rem;}*/
.row.half-collapse .columns,
.row.half-collapse .column {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.row.half-collapse input,
.row.half-collapse textarea,
.row.half-collapse select {
    margin-bottom: 0;
}

.row.half-collapse.expanded .row {
    margin-right: -0.375rem;
    margin-left: -0.375rem;
}

.sticky-save .is-stuck input.button {
    position: absolute;
    bottom: 0px;
    left: -2%;
    min-width: 100px;
}

input.button.save {
    min-width: 100px;
}

.top-bar.expanded.sticky.is-anchored.is-at-bottom {
    top: 0 !important;
}

.switch-toggle-wrapper {
    margin-top: 0.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.switch-toggle-wrapper .switch {
    margin-bottom: 0;
}

/*OLDApps*/
.apps ul.styled li {
    padding-bottom: 0rem;
}

.fa.fa-cart-plus {
    font-size: 1.5rem;
}

.fa.fa-trash {
    font-size: 1rem;
}

.fa.fa-file-text-o {
    font-size: 1rem;
}

th.sortable a:after {
    content: "\f0dc";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: rgb(87 118 155 / 45%);
    cursor: pointer;
    padding-left: 0.5rem;
}

th.sortable:hover {
    background: #d7e5f4;
}

.apps {
    padding: 2rem 3rem;

}

/*
.admin .apps {
       background: #f2f5f9;
}
*/

.apps .dropdown.button.secondary::after,
button.dropdown.secondary::after {
    border-color: #b9ae9f transparent transparent;
}

table tr td[align="right"] {
    text-align: right;
}



.apps .button-group {
    clear: both;
    display: flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    list-style-type: none;
    padding: 0;
    margin-bottom: 25px;
}


.apps .button-group li {
    flex: 1;
    margin: 3px;
}

.apps .button-group a.button {
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    margin: 1px;

}

.apps .button-group a.button.secondary {
    background: #DDEAF9;


}

.apps .button-group a.button.secondary:hover {
    background: #C6DBF2;

}


.apps [class*="block-grid-"] > li {
    padding: 0px 0.625rem 0rem;
}

/*APPS TABLES*/
table.hr-nav td {
    padding: 0.2rem 0.5rem;
}

.apps table {
    min-width: 40%;
    border: none;
    border-collapse: collapse;
}

.apps table th {
    text-align: left;

}

.apps table th a {
    text-decoration: none;

    font-weight: 600;
}

.apps table td {
    border: none;
}

.apps th.sortable:hover {
    background: #445d7b;
}

.apps th.sortable a:after {

    color: rgb(248 248 248 / 40%);

}

.apps thead,
.apps th {
    color: #ffffff;
    background: #2d4057;
}

.apps thead a,
.apps th a {
    color: #ffffff;
}

.apps table tr:nth-child(even) {
    background: white;
}

.apps table tbody tr,
.apps table tbody tr:nth-child(even) {
    border-bottom: 1.5px solid #dae1e9;
}



.apps table input,
.apps table textarea,
.apps table select {
    margin: 0.25rem;
}

/*.apps table input[type="checkbox"], .apps table input[type="radio"] {margin: 0px 0px 1rem;}*/
.apps table input[type="text"],
.apps table input[type="password"],
.apps table input[type="date"],
.apps table input[type="datetime"],
.apps table input[type="datetime-local"],
.apps table input[type="month"],
.apps table input[type="week"],
.apps table input[type="email"],
.apps table input[type="number"],
.apps table input[type="search"],
.apps table input[type="tel"],
.apps table input[type="time"],
.apps table input[type="url"],
.apps table input[type="color"],
.apps table textarea,
.apps table select {
    width: auto;
    display: inline-block;
}

.apps select {
    padding-right: 20px;
}

.apps table td.subHead {
    background-color: #f4f7fb;
    font-weight: bold;
}

button.dpButton {
    padding: 0.25rem;
}

.dpTitleText {
    text-align: center;
}

table.no-pad td {
    padding: 0.5rem;
}

i.fa.hr {
    color: #93a8c6;
    padding: 0 0.25rem;
}

.page-nav .tiny.button.secondary {
    padding: 0.575rem 0.75rem 0.5375rem;
    font-size: 0.8rem;
}

td.cal-nav .tiny.button.secondary {
    padding: 0.575rem 0.75rem 0.5375rem;
    font-size: 1rem;
}

.page-nav {
    clear: both;
}

input[type="file"] {
    background: #fafafa none repeat scroll 0% 0%;
    border-color: #cacaca;
    outline: medium none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0px 0.5rem 1rem;
}

.apps table .button {
    margin: 0;
}

/*Alerts*/
.alert-box {
    padding: 0px 1.5rem 0px 0.875rem;
    margin-bottom: 1rem;
}

.alert-box ul {
    margin: 0.25rem;
    list-style-type: none;
    font-weight: normal;
}

.alert-box ul li,
ul.errorMessage li {
    position: relative;
    padding: 0 20px 0 25px;
    font-size: 16px;
}

.alert-box ul li:before,
ul.errorMessage li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f00c";
    color: white;
}

.errorMessage {
    color: #fff !important;
}

ul.errorMessage li:before {
    color: #fff !important;
}

.alert-box.alert ul.errorMessage li:before {
    color: #fff !important;
}

ul.errorMessage li span {
    color: #fff !important;
}

.alert-box.alert ul.errorMessage li span {
    color: #fff !important;
}

.alert-box.alert ul li:before,
ul.errorMessage li:before {
    content: "\f071";
}

/*
.alert-box.success ul li:before {
    content: "\f00c";
}
*/

.error input,
input.error,
.error textarea,
textarea.error,
select.error,
.error select {
    border-color: #ff5e38;
    background-color: #f9e3e3;
}

.callout.alert,
.alert-box.alert {
    background-color: #ab1f2e;
    color: #fff;
    padding: 0.5rem;
    border-radius: 6px;

}

.alert-box.success {
    background-color: #c8dfa6;
    border-color: none;
    font-weight: 500;
    color: #32465d;
    padding: 0.5rem;
    border-radius: 6px;
    list-style-type: none;

}

.alert a {
    color: #fff;
}

.alert strong {
    font-weight: 600;

}

header .alert-box.alert {
    margin-bottom: 0;
    padding: 0.5rem;
}

.apps ul.errorMessage {
    background-color: #ab1f2e;
    line-height: 19px;
    list-style-type: none;

    padding: 0.5rem;
    color: #fff;

}

.apps ul.errorMessage li {
    font-size: 14px;
    font-weight: 500;
}

.apps .alert-box.alert ul.errorMessage {
    color: #fff;
}

ul.alert-box,
ul.errorMessage {
    margin-left: 0;
}

.apps .alert-box ul.errorMessage {
    background-color: transparent;
}

ul.actionError li {
    background: #f0dcdd;
    padding: 1em;
    border-left: solid 8px #ab1f2e;
    list-style-type: none;
}

ul.actionError li:before {
    content: "\f057";
    color: #ab1f2e;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    padding-right: 10px;
}

ul.actionMessage li {
    background: transparent;
    padding: 0;
    border-left: none;
    list-style-type: none;
    padding-left: 21px;
}

ul.actionMessage li:before {
    content: "\f058";
    color: #ffffff;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 19px;
    top: -2px;
}

input.button.small.postfix[type="submit"] {
    padding: 0.6rem 2rem;
    width: auto;
}

input.submitLink {
    padding: 0.25rem;
}

input.inline,
select.inline {
    display: inline;
    width: auto;
}

.apps .cart {
    margin-top: 1rem;
}

.event-regsitration-admin table,
.event-regsitration-admin table tr.even,
.event-regsitration-admin table tr.alt,
.event-regsitration-admin table tr:nth-of-type(2n) {
    background-color: #f6f8fb;
    width: 80%;
}

.apps form[name="empOps"] ul,
.apps form[name="empOps"] ol {
    margin-left: 3rem;
}

span.errorField {
    color: #ab1f2e;
    font-weight: bold;
    background-color: #ffe5e5;
    font-size: 0.8rem;
}

.apptBlock {
    display: block;
}

.apptBlock:hover {
    background-color: #dae7ed;
}

.apptBlock label {
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
}

table.calendarGrid td {
    border: 1px solid #dae7ed;
}

@media only screen and (max-width: 40em) {
    .stack-for-small.button-group input {
        width: 100%;
    }

    .page-nav .tiny.button.secondary {
        margin-bottom: 0;
    }

    .page-nav {
        margin: 1rem 0 !important;
        clear: both;
    }

    .apps {
        padding: 0 0 1rem 0;
    }

    h1 {

        font-size: 1.6rem;
        font-weight: bold;
    }

    .apps fieldset {
        padding: 0;
        margin: 0;
        border: none;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
        -webkit-padding-before: 0;
        -webkit-padding-start: 0;
        -webkit-padding-end: 0;
        -webkit-padding-after: 0;
    }

    .apps fieldset .button-group {
        margin: 0.5rem 0;
    }

    .apps fieldset legend {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }

    .has-tip {
        color: #4d4d4d;
        cursor: help;
        font-weight: normal;
    }
}

/*checkout*/
.item {
    background: #e9ebf0;
}

.divider {
    border-bottom: 1px solid #cfd6e4;
}

.row.item-details {
    margin-bottom: 2rem;
}

.item h3 {
    font-size: 1.1rem;
    line-height: 1rem;
}

.row.total {
    font-size: 1.2rem;
    font-weight: 600;
}

.checkout-action {
    margin: 0;
    padding: 0;
}

.checkout-action a {
    font-size: 0.9rem;
}

/*date picker*/
#datepicker {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.13);
}

#datepicker button {
    background-color: #f2efed;
    color: #32465D;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;

    font-size: 13px;
    line-height: 18px;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
    padding: 4px 5px;
}

.datepicker {
    display: none;
    position: absolute;
    padding: 4px;
    margin-top: 1px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker-rtl {
    direction: rtl;
}

.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    border: 0;
    margin: 0;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer;
}

.datepicker td.active.day,
.datepicker th.active.day {
    background: #c6dbf2;
}

.datepicker td.active.year,
.datepicker th.active.year {
    background: #c6dbf2;
}

.datepicker td span.active,
.datepicker th span.active {
    background: #c6dbf2;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
}

.datepicker th.date-switch {
    width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
    cursor: pointer;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.datepicker-dropdown::before,
.datepicker-dropdown::after {
    display: none;
}

.datepicker-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 15px;
    height: 30px;
    padding: 0;
    display: none;
}

.datepicker td.old,
.datepicker td.new {
    color: #999;
}

.datepicker td.day.disabled {
    color: #eee;
}

.list-unstyled .datepicker {
    display: block;
    position: relative;
}

.list-unstyled .datepicker > div {
    display: block;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    position: absolute;
    background-color: #ffffff !important;
    z-index: 1000;
}

.bootstrap-datetimepicker-widget.dropdown-menu ul.list-unstyled {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

/*DatePicker*/
.ui-datepicker {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 34px -8px rgba(0, 0, 0, 0.75);
    padding: 0.65rem 0.65rem 0;
}

.ui-datepicker select {
    width: auto;
}

.ui-datepicker-title {
    text-align: center;
}

a.ui-datepicker-prev {
    display: block;
    float: left;
    padding: 0.25rem 0 0.25rem 0.5rem;
}

a.ui-datepicker-prev:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f104";
    color: #32465D;
    padding-right: 0.25em;
}

a.ui-datepicker-next {
    display: block;
    float: right;
    padding: 0.25rem 0.5rem 0.25rem 0;
}

a.ui-datepicker-next:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f105";
    color: #32465D;
    padding-left: 0.25em;
}

/*Accordions*/


.accordion {
    background: transparent;
}

/* Accordion Items */

.accordion-item:first-child > :first-child,
:last-child:not(.is-active) > .accordion-title {
    border-radius: 5px;
}

.accordion .accordion-item > a {
    background: #5b799e;
    color: #fff;
    border-radius: 5px;
}

.accordion .accordion-item > a:hover {
    background: #6289b5;
    transition: ease-in-out 0.1s;
}

.accordion .accordion-item {
    border-bottom: none;
    margin-bottom: .25rem;
    border-radius: 5px;
}

.accordion .accordion-item:last-of-type {
    border-bottom: none;
}

li.accordion-item.is-active > a,
li.accordion-item.is-active > a:hover {
    background: #fff;
}


li.accordion-item.is-active {
    margin: 1em 0;
}

li.accordion-item.is-active > a,
.is-active > .accordion-title::before {

    color: #2d4057;
}

/* Accordion Title */
.accordion-title {
    font-size: 1rem;
    border: none;
    font-weight: 600;
}

.accordion-title::before {
    color: #fff;
}

.accordion-title::before,
.is-active > .accordion-title::before {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    cursor: pointer;
    padding-left: 5px;
    float: right;
    padding-bottom: 5px;
    font-size: 1.3rem;
}

.is-active > .accordion-title::before {
    content: "\f106";

}

/* Accordion Content */
.accordion-content {
    border: none;
    background-color: #fff;
    padding: 1rem;
}

.accordion-content > a:after {
    content: "";
}

.accordion-content .callout.secondary {
    background: #EDF4FC;
}




/*END PRIMARY ACCORDIONS */


/*NOTICE ACCORDION*/
.accordion.notices .accordion-item > a {
    background-color: #ab1f2e;
    color: #ffffff;
    font-size: 1.1rem;
}

.accordion.notices .accordion-item > a:hover {
    background-color: #ab1f2e;
}

.accordion.notices.blue .accordion-item > a {
    background-color: #5d89b3;
}

.accordion.notices .accordion-item a.accordion-title:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #666;
    cursor: pointer;
    padding-left: 5px;
    float: right;
    padding-bottom: 5px;
    font-size: 1rem;
}

.accordion.notices .accordion-item.is-active a.accordion-title:after {
    content: "\f00d";
}



.accordion.notices .accordion-item a.accordion-title:after {
    color: #ab1f2e;
}

.accordion.notices.cmh .accordion-item > a {
    background: #e6cbcc url("//www.miottawa.org/Health/CMH/images/help.png") no-repeat scroll left center;
    padding-left: 140px;
    color: #ab1f2e;
    font-weight: 600;
}

.accordion.notices .accordion-item {
    margin-bottom: 0px !important;
}

.accordion.notices .accordion-title::before {
    content: "";
}

.accordion.notices #notices {
    background-color: #f5ebeb;
}

.accordion.notices #notices table tbody,
.accordion.notices #notices table tbody tr:nth-child(2n) {
    background-color: transparent;
    border: none;
}


/*TOOLTIPS - USED ON LEGAL SELF HELP CENTER*/
.has-tip {
    color: #406A9F;

    font-weight: 600;

}

.tooltip {
    background-color: #5C7B9F;
    max-width: 12rem;
    font-size: 90%;
    border-radius: 10px;
}

.tooltip.top::before {
    border-color: #5C7B9F transparent transparent;
}

.tooltip.bottom::before {
    border-color: #5C7B9F transparent transparent;
}

.has-tip:hover {
    color: #cb6d3b;
    border-bottom: 1px dotted #5C7B9F;
}

/*Print Styles*/
@media print {

    .columns.contact-info,
    .button-group {
        display: none !important;
    }

    .side-nav,
    .breadcrumbs,
    .login-topbar,
    #google_translate_element,
    .fb-topbar,
    .tw-topbar,
    .gd-topbar,
    .top-graybar .fa.fa-search,
    .social,
    .gsc-control-searchbox-only {
        display: none !important;
    }

    a[href]:after {
        display: none !important;
    }

    abbr[title]:after {
        display: none !important;
    }

    h1,
    h2,
    h3,
    h4 {
        margin: 0;
        padding: 0;
        line-height: auto;
    }

    .apps h1,
    .apps h2,
    .apps h3,
    .apps h4 {
        font-size: 90%;
    }

    .main h1,
    .main h2,
    .main h3,
    .main h4 {
        font-size: inherit;
    }

    .apps {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .main .large-10.medium-9.columns,
    article.large-9,
    .title .large-8.large-offset-2.columns {
        width: 100%;
        margin-left: 0;
    }

    /*.apps {padding:0;}
.apps table td {padding: 0.1rem 0.625rem;}
.apps table {margin:0; padding:0; width:100%;}
.apps .button {display:none;}
.apps table input[type="text"], .apps table input[type="password"], .apps table input[type="date"], .apps table input[type="datetime"], .apps table input[type="datetime-local"], .apps table input[type="month"], .apps table input[type="week"], .apps table input[type="email"], .apps table input[type="number"], .apps table input[type="search"], .apps table input[type="tel"], .apps table input[type="time"],  .apps table input[type="url"], .apps table input[type="color"], .apps table textarea, .apps table select {padding: .25rem; height:auto;}
.apps table textarea {width:100%;}*/

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        display: none !important;
    }

    h1.padleft {
        padding-left: 0;
    }

    .top-graybar {
        background-color: transparent !important;
        padding-bottom: 1rem;
    }

    body {
        background: transparent !important;
    }

    table.smallTableFont.plainResultTable {
        width: 100%;
        margin-top: 0.5rem;
    }

    table.smallTableFont.plainResultTable th {
        background-color: #f1f1f1 !important;
    }

    .ui-datepicker {
        display: none;
    }
}

table.smallTableFont.plainResultTable {
    width: 100%;
}

table.smallTableFont.plainResultTable td {
    padding: 0.5rem 0.25rem;
}

.site-notice {
    text-align: center;
    font-size: 0.9rem;
    padding: 7px 15px;
    width: 100%;
    margin: 0;
    line-height: 1.3;
}

.yellow {
    background-color: #f9f059;
}

.features h5 {
    margin: 0 0 1rem 0;
    font-size: 1rem;
}

.features .columns {
    text-align: center;
}

.features h5 i.fa {
    color: #5C7B9F;
    /*font-size:1.2rem;*/
    padding-right: 0.05rem;
}

img[scr="/appImages/AdminEventReg/image-OC_Tech_Forum_Logo.jpg"] {
    width: 300px !important;
}

.footnote {
    font-size: 80%;
    font-style: italic;
}

/* Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Small only */
@media screen and (max-width: 39.9375em) {


    #content-3col {
        padding: 1.5%;
    }

    .hide-for-small {
        display: none;
    }

    .row.main {
        padding-bottom: 3rem;
        padding-top: 0rem;
    }

    .main-logo {
        position: relative;
        margin-bottom: -7px;
    }

    ul.vertical.menu.mobile-menu {
        background-color: #dae7ed;
    }

    ul.vertical.menu a {
        color: white;
    }

    .side-nav {
        position: relative;
        background: #5b7a9e;
        padding: 0;
        margin-bottom: 1em;
    }

    .side-nav a:hover {
        color: white !important;
    }

    .title-bar.secondary button::after {
        color: #fff;
        border: none;
        content: '\f107';
        font-family: "Font Awesome 6 Pro";
        font-style: normal;
        font-weight: 500;
        font-size: 1.2em;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        top: 50%;

    }

    .title-bar.secondary button {

        margin: 0;

        color: white;
        background: #5b7a9e;
        border: none;
        border-radius: 0;
        padding: 1.5em;
    }

    .side-nav ul.vertical.menu {
        background: #5b7a9e;
        margin-top: -1rem;
    }

    .side-nav ul.vertical.menu ul {
        margin-top: 0;
    }

    .side-nav li a {
        padding: 0.7rem 1rem;
        border-bottom: 1px solid #fff;
        line-height: 1;
    }

    .side-nav .is-accordion-submenu-parent > a::after {
        border-color: #8a8a8a transparent transparent;
        right: 1rem;
    }

    .side-nav li li a {
        border-bottom: 1px solid #fff;
        padding: 0.7rem 1rem;
        line-height: 1;
    }

    .side-nav h1,
    .side-nav h2 {
        margin-bottom: 1rem;
        padding: 0rem 1rem;
    }

    .side-nav .accordion-menu .is-accordion-submenu-parent > a::after {
        right: 1rem;
    }

    .footer {
        text-align: center;
        padding: 2em 0em;
    }

    .footer h1 {
        font-size: inherit;
    }

    .footer h2 {
        font-size: inherit;
    }

    .white-bkgrd {
        background: #ffffff;
    }

    h1.padleft {
        padding-left: 0;
    }

    .apps #parcel-menu {
        margin-top: -1rem;
    }

    .show-for-large-only {
        display: none;
    }

    .small-bold {
        font-weight: 700 !important;
    }

    .small-text-center {
        text-align: center;
    }

    table.stack thead {
        display: none;
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block;
        border: 0px solid #e9f1f4;
    }

    table.stack tr {
        border: 5px solid #e9f1f4;
    }

    table.stack td {
        padding: 0.15rem 0.625rem 0.15rem;
    }

    ul.vertical.menu.mobile-menu.drilldown li {
        border-bottom: 1px solid #fff;
    }

    .mobile-menu.drilldown .is-drilldown-submenu {
        background-color: #dae7ed;
    }

    .custom-combobox-input {
        width: 87% !important;
    }

    nav.is-open {
        position: absolute;
        top: 0;
        width: 225px;
    }

    nav.is-open .is-drilldown {
        max-width: 225px !important;
    }

    .title-bar {
        display: flex;
    }


    .title-bar-left {
        flex-grow: 1;
        border: none;
    }

    .title-bar-right.search-icon-mobile {
        align-content: center;
    }

    .title-bar-right {
        min-width: 80px;
        float: none;


    }

}

/* Medium and up */
@media screen and (min-width: 40em) {
    .top-graybar {
        height: 56px;
    }

    h1 {
        font-size: 2.75rem;
    }

    .apps h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5625rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    .nav-bkgd .menu {
        width: 100%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1350px) {
    .admin .top-bar ul a {
        padding: 1.5rem .5rem;
        font-size: .8rem;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .contact-info.columns:last-child:not(:first-child) {
        float: left;
    }

    .slide_caption h1 {
        font-size: 1.75rem;
    }

    .slide_caption p {
        font-size: 1rem;
    }

    .slide_caption {
        padding: 10px 60px;
    }

    .nav-bkgd .is-dropdown-submenu ul {
        margin-left: 0.5rem;
    }

    .nav-bkgd .is-dropdown-submenu ul li {
        padding: 5px 0;
        line-height: 1.1;
    }

    .nav-bkgd li li a {
        line-height: 1.1;
    }

    .nav-bkgd ul.is-dropdown-submenu h4 {
        font-size: 1rem;
        line-height: 1.1;
        padding-left: 0.25rem;
    }

    .nav-bkgd .is-dropdown-submenu {
        padding: 10px;
    }

    .dropdown.menu > li.opens-right > .is-dropdown-submenu {
        margin-top: -2px;
    }

    .white-bkgrd {
        background: #ffffff;
        background-image: -webkit-linear-gradient(right, white 75%, #f9f8f7 25%);
        background-image: -moz-linear-gradient(right, white 75%, #f9f8f7 25%);
        background-image: -o-linear-gradient(right, white 75%, #f9f8f7 25%);
        background-image: linear-gradient(right, white 75%, #f9f8f7 25%);
    }

    .row.title .large-8.large-offset-2.columns,
    .row.title .large-10.large-offset-2.columns {
        padding-left: 27%;
    }

    h1.padleft {
        padding-left: 11rem;
    }

    .show-for-large-only {
        display: none;
    }

    table.stack thead {
        display: table-header-group;
    }

    table.stack tr {
        display: table-row;
    }

    table.stack th,
    table.stack td {
        display: table-cell;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1rem;
    }

    .custom-combobox-input {
        width: 87% !important;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {

    /*Align row items vertically*/
    .valign {
        display: flex;
        align-items: center;
    }

    .nav-bkgd h4 a,
    .nav-bkgd h4 {
        font-size: 1rem;
    }

    .side-nav {
        padding-right: 0rem;
        padding-left: 0.5rem;
    }

    h1 {
        margin-bottom: 0;
    }

    .apps h1 {
        margin-bottom: 1rem;
    }

    .large-3.contact-info {
        width: 23%;
    }

    article.large-9 {
        width: 77%;
        padding-right: 1rem;
    }

    .row.main .large-10.medium-9.columns {
        padding-left: 1.938rem;
    }

    .row.title .large-8.large-offset-2.columns,
    .row.title .large-10.large-offset-2.columns {
        padding-left: 1.938rem;
    }

    .custom-combobox-input {
        width: 94% !important;
    }
}

/* Large only */
@media screen and (min-width: 64em) {
    .header-left {
        padding-left: 2rem;
    }
}

/* Custom Nav Adjustments */
@media screen and (min-width: 77em) {
    #swap {
        height: 59px;
        background-color: #f4f4f4;
    }
}

@media screen and (min-width: 77.0375em) and (max-width: 90em) {
    .nav-bkgd .menu > li > a {
        font-size: 1.1rem;
        padding: 1.3rem 0.9rem;
    }
}

@media screen and (min-width: 64.0375em) and (max-width: 77em) {
    .nav-bkgd .menu > li > a {
        font-size: 1rem;
        padding: 1rem 0.75rem;
    }
}

@media screen and (min-width: 40em) and (max-width: 64em) {
    .nav-bkgd .menu > li > a {
        font-size: 1rem;
        padding: 1rem 0.25rem;
    }
}

/* Print */
@media print {
    a[href]:after {
        content: "";
    }
}

/*Block Grid Fix Foundation 6 upgrade*/

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
}

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
    content: " ";
    display: table;
}

[class*="block-grid-"]:after {
    clear: both;
}

[class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem;
}

@media only screen {
    .small-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }

    .small-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }

    .small-block-grid-2 > li {
        list-style: none;
        width: 50%;
    }

    .small-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }

    .small-block-grid-3 > li {
        list-style: none;
        width: 33.33333%;
    }

    .small-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }

    .small-block-grid-4 > li {
        list-style: none;
        width: 25%;
    }

    .small-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }

    .small-block-grid-5 > li {
        list-style: none;
        width: 20%;
    }

    .small-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }

    .small-block-grid-6 > li {
        list-style: none;
        width: 16.66667%;
    }

    .small-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }

    .small-block-grid-7 > li {
        list-style: none;
        width: 14.28571%;
    }

    .small-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }

    .small-block-grid-8 > li {
        list-style: none;
        width: 12.5%;
    }

    .small-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }

    .small-block-grid-9 > li {
        list-style: none;
        width: 11.11111%;
    }

    .small-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }

    .small-block-grid-10 > li {
        list-style: none;
        width: 10%;
    }

    .small-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }

    .small-block-grid-11 > li {
        list-style: none;
        width: 9.09091%;
    }

    .small-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }

    .small-block-grid-12 > li {
        list-style: none;
        width: 8.33333%;
    }

    .small-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}

@media only screen and (min-width: 40.0625em) {
    .medium-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }

    .medium-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }

    .medium-block-grid-2 > li {
        list-style: none;
        width: 50%;
    }

    .medium-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }

    .medium-block-grid-3 > li {
        list-style: none;
        width: 33.33333%;
    }

    .medium-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }

    .medium-block-grid-4 > li {
        list-style: none;
        width: 25%;
    }

    .medium-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }

    .medium-block-grid-5 > li {
        list-style: none;
        width: 20%;
    }

    .medium-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }

    .medium-block-grid-6 > li {
        list-style: none;
        width: 16.66667%;
    }

    .medium-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }

    .medium-block-grid-7 > li {
        list-style: none;
        width: 14.28571%;
    }

    .medium-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }

    .medium-block-grid-8 > li {
        list-style: none;
        width: 12.5%;
    }

    .medium-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }

    .medium-block-grid-9 > li {
        list-style: none;
        width: 11.11111%;
    }

    .medium-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }

    .medium-block-grid-10 > li {
        list-style: none;
        width: 10%;
    }

    .medium-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }

    .medium-block-grid-11 > li {
        list-style: none;
        width: 9.09091%;
    }

    .medium-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }

    .medium-block-grid-12 > li {
        list-style: none;
        width: 8.33333%;
    }

    .medium-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}

@media only screen and (min-width: 64.0625em) {
    .large-block-grid-1 > li {
        list-style: none;
        width: 100%;
    }

    .large-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }

    .large-block-grid-2 > li {
        list-style: none;
        width: 50%;
    }

    .large-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }

    .large-block-grid-3 > li {
        list-style: none;
        width: 33.33333%;
    }

    .large-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }

    .large-block-grid-4 > li {
        list-style: none;
        width: 25%;
    }

    .large-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }

    .large-block-grid-5 > li {
        list-style: none;
        width: 20%;
    }

    .large-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }

    .large-block-grid-6 > li {
        list-style: none;
        width: 16.66667%;
    }

    .large-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }

    .large-block-grid-7 > li {
        list-style: none;
        width: 14.28571%;
    }

    .large-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }

    .large-block-grid-8 > li {
        list-style: none;
        width: 12.5%;
    }

    .large-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }

    .large-block-grid-9 > li {
        list-style: none;
        width: 11.11111%;
    }

    .large-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }

    .large-block-grid-10 > li {
        list-style: none;
        width: 10%;
    }

    .large-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }

    .large-block-grid-11 > li {
        list-style: none;
        width: 9.09091%;
    }

    .large-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }

    .large-block-grid-12 > li {
        list-style: none;
        width: 8.33333%;
    }

    .large-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}
