/* CUSTOM OCI STYLES
 * -------------------------- */

/*
=====
DEPENDENCES
=====
*/

.r-title{
  margin-top: var(--rTitleMarginTop, 0) !important;
  margin-bottom: var(--rTitleMarginBottom, 0) !important;
}


/*
text component
*/

.text{
  display: var(--textDisplay, inline-flex);
  font-size: var(--textFontSize, 1rem);  
}

/*
time component
*/

/*
core styles
*/

.time{
  display: var(--timeDisplay, inline-flex);
}

/*
extensions
*/

.time__month{
  margin-left: var(--timelineMounthMarginLeft, .25em);
}

/*
skin
*/

.time{
  padding: var(--timePadding, .25rem 1.25rem .25rem);
  background-color: var(--timeBackgroundColor, #f0f0f0);

  font-size: var(--timeFontSize, 1rem);
  font-weight: var(--timeFontWeight, 500);
  text-transform: var(--timeTextTransform, uppercase);
  color: var(--timeColor, currentColor);
}

/*
card component
*/

/*
core styles
*/

.card{
  padding: var(--timelineCardPadding, 1.5rem 1.5rem 1.25rem);
}

.card__content{
  margin-top: var(--cardContentMarginTop, .5rem);
}

/*
skin
*/

.card{
  border-radius: var(--timelineCardBorderRadius, 2px);
  border-left: var(--timelineCardBorderLeftWidth, 3px) solid var(--timelineCardBorderLeftColor, var(--uiTimelineMainColor));
  box-shadow: var(--timelineCardBoxShadow, 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24));
  background-color: var(--timelineCardBackgroundColor, #fff);
}

/*
extensions
*/

.card__title{
  --rTitleMarginTop: var(--cardTitleMarginTop, 1rem);
  font-size: var(--cardTitleFontSize, 1.25rem);
}

/*
=====
CORE STYLES
=====
*/

.timeline{
  display: var(--timelineDisplay, grid);
  grid-row-gap: var(--timelineGroupsGap, 2rem);
}

/*
1. If timeline__year isn't displaed the gap between it and timeline__cards isn't displayed too
*/

.timeline__year{
  margin-bottom: 1.25rem; /* 1 */
}

.timeline__cards{
  display: var(--timeloneCardsDisplay, grid);
  grid-row-gap: var(--timeloneCardsGap, 1.5rem);
}


/*
=====
SKIN
=====
*/

.timeline{
  --uiTimelineMainColor: var(--timelineMainColor, #222);
  --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);

  border-left: var(--timelineLineWidth, 3px) solid var(--timelineLineBackgroundColor, var(--uiTimelineMainColor));
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.timeline__year{
  --timePadding: var(--timelineYearPadding, .5rem 1.5rem);
  --timeColor: var(--uiTimelineSecondaryColor);
  --timeBackgroundColor: var(--uiTimelineMainColor);
  --timeFontWeight: var(--timelineYearFontWeight, 400);
}

.timeline__card{
  position: relative;
  margin-left: var(--timelineCardLineGap, 1rem);
}

/*
1. Stoping cut box shadow
*/

.timeline__cards{
  overflow: hidden;
  padding-top: .25rem; /* 1 */
  padding-bottom: .25rem; /* 1 */
}

.timeline__card::before{
  content: "";
  width: 100%;
  height: var(--timelineCardLineWidth, 2px);
  background-color: var(--timelineCardLineBackgroundColor, var(--uiTimelineMainColor));

  position: absolute;
  top: var(--timelineCardLineTop, 1rem);
  left: -50%;
  z-index: -1;
}

/*
=====
SETTINGS
=====
*/
/**/
.timeline{
  --timelineMainColor: #007980;
}

/*
=====
DEMO
=====
*/

body{
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
  color: #222;

  background-color: #f0f0f0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

p{
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

p:last-child{
  margin-bottom: 0;
}

.page{
  padding: 5rem 2rem 3rem;
  margin-left: auto;
  margin-right: auto;
}


.substack{
  border:1px solid #EEE; 
  background-color: #fff;
  width: 100%;
  max-width: 480px;
  height: 280px;
  margin: 1rem auto;;
}


.linktr{
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
  text-align: center;
}

.linktr__goal{
  background-color: rgb(209, 246, 255);
  color: rgb(8, 49, 112);
  box-shadow: rgb(8 49 112 / 24%) 0px 2px 8px 0px;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
}

.r-link{
    --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
    --uirLinkTextColor: var(--rLinkTextColor);
    --uirLinkTextDecoration: var(--rLinkTextDecoration, none);

    display: var(--uirLinkDisplay) !important;
    color: var(--uirLinkTextColor) !important;
    text-decoration: var(--uirLinkTextDecoration) !important;
}


 .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\2212";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #007980;         /* adjust as needed */
font-size:small;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\002b";    /* adjust as needed, taken from bootstrap.css */
}

.ms-rteStyle-Emphasis {
font-style: normal;
    color: #007980;
}

[data-icon]:after before{
    font-family: "FontAwesome";
    content: attr(data-icon);
    speak: none;
}


a[href$=".pdf"]::after, a[target="blank"]::after, a[href$=".doc"]::after, a[href$=".docx"]::after, a[href$=".xls"]::after, a[href$=".xlsx"]::after, a[href$=".txt"]::after, a[href$=".rtf"]::after, a[href$=".pptx"]::after, a[href$=".ppt"]::after {
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.6em;
    margin-right: 5px;
}

a[href$=".pdf"]::after {
    content: "\f1c1";
    padding-left
    : 0.45em;
}

a[href$=".pdf"]::before {
    content: none;
    padding-left
    : 0.25em;
}

a[href$=".xls"]::before, a[href$=".xlsx"]::before {
    content: none;
    padding-left: 0.25em;
}

a[href$=".xls"]::after, a[href$=".xlsx"]::after {
    content: "\f1c3";
    padding-left: 0.25em;
}

a[href$=".doc"]::before, a[href$=".docx"]::before {
    content: none;
    padding-left: 0.25em;
}

a[href$=".doc"]::after, a[href$=".docx"]::after {
    content: "\f1c2";
    padding-left: 0.25em;
}

.ms-rteThemeForeColor-2-0 {
color: #283138;
}

.ms-rteThemeForeColor-3-0 {
color: #555555;
}

.ms-rteThemeForeColor-4-0 {
color: #F2F2F2;
}

.ms-rteThemeForeColor-5-0 {
color: #00747A;
}

.ms-rteThemeForeColor-6-0{
color: #183859;
}

.ms-rteThemeForeColor-7-0
color: #3B7E70;
}

.ms-rteThemeForeColor-8-0 {
color: #EEB742;
}

.ms-rteThemeForeColor-9-0 {
color: #BC3D2F;
}

.ms-rteThemeForeColor-10-0 {
color: #ffffff;
}


.agency-content a:hover, .agency-content a:hover, .pl-1 a:hover, .pl-2 a:hover, .pl-3 a:hover {
    text-decoration: none;
}

.navbar-static-top{
background-color: #183859;
}

.navbar-inverse{
background: #183859;
}

.nav-pills > li > a {
    border-radius: 0px;
    background-color: #F2F2F2;
    color: #00747A;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
background-color: #007980;
}

.nav > li > a {
    padding: 10px;
}


#search-bar input#searchQuery{
border: 2px solid #183859;
}

.btn-default{
color: #ffffff;
background-color: #183859;
border: 1.5px solid #183859;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #5e1e17:
    border-color: #ffffff !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #183859;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #183859;
  outline: 0;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #5e1e17;
    border-color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, sans-serif;
}

h1 {
    font-weight: 200;
    color: #183859 !important;
}

h2 {
    font-size: 1.75em !important;
    font-weight: 200;
    color: #183859 !important;
}

h3 {
    font-size: 1.25em;
    color: #183859;
}

h6 {
    font-size: 2em;
    font-weight: 200;
    color: #ffffff !important;
}


a {
    color: #007980;
    text-decoration: none;
    border-bottom: 1px;
}

a:visited {
  color: #007980;
}

#sub-pages-heading {
    background-color: #183859;
    color: white;
    font-size: 1.4em;
    font-family: Helvetica, sans-serif;
}

#footer{
    background-image: url(../img/forward-ribbon.png), linear-gradient(to right, #183859 0%, #183859 95%);
}

a.btn-primary {
    font-size: 14px !important;
    color: #122D45 !important;
    background-color: #FFFFFF;
	margin-bottom: 5px;
}

.btn-primary:hover {
    background-color: #9B3227 !important;
	border-color:#ddd;
}

.btn-primary{
	border-color:#bc3d2f !important;
	background-color:#bc3d2f;
}

a.btn-secondary {
    font-size: 14px !important;
    color: #183859 !important;
    background-color: #ffffff;
	margin-bottom: 5px;
	text-align:left;
	padding: 5px 5px 5px 10px;
}

.btn-secondary:hover {
    background-color: #183859 !important;
	border-color: #183859 !important;
	color: #ffffff !important;
}

.btn-secondary{
	border-color:#183859;
}


.btn-info {
background-color: transparent;
border-color: #ffffff;
}

a.btn-info {
    font-size: 14px !important;
    color: #ffffff !important;
    background-color: transparent;
	margin-bottom: 5px;
	text-align:left;
	padding: 5px 5px 5px 10px;
}

.btn-info:hover {
   background-color:rgba(0, 0, 0, 0.2);
	border-color: #ffffff!important;
	color: #ffffff !important;
}


#footer .fa {
    color: #122D45;
    text-shadow: none;
}
hr {
    height: 1px;
    border-color: #eeb742;
}

.footer-column .footer-heading {
    color: #fff;
    padding-bottom: 4px;
    border-bottom: 1px solid #eeb742;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #183859;
    border-color: #eeb742;
}

.fa-bars {
    color: #eeb742;
}

.glossary-term {
    border-bottom: 1px dotted #114c86;
}

.resources {
    padding-bottom: 4px;
    border-bottom: 1px solid #eeb742;
}

.bg-navy {
    background-color: #183859;
    padding: 40px;
    color: white;
}

.bg-teal {
    background-color: #007980;
    padding: 40px;
    color: white;
}

.bg-coral {
    background-color: #9B3227;
    padding: 40px;
    color: white;
}

.bg-canary {
	background-color: #EEB742;
    padding: 40px;
    color: white;
}

.bg-turquoise {
	background-color: #3B7E70;
    padding: 40px;
    color: white;
}

.bg-gray {
	background-color: #555555;
    padding: 40px;
    color: white;
}

.carousel-control.right {
background-image:none;
}

.carousel-control.left {
background-image:none;
}

/* CUSTOM OCI STYLES
 * -------------------------- */

.navbar-static-top{
background-color: #183859;
}

.navbar-inverse{
background: #183859;
}

#search-bar input#searchQuery{
border: 2px solid #183859;
}

.btn-default{
color: #ffffff;
background-color: #183859;
border: 1.5px solid #183859;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #008F96;
    border-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, sans-serif;
}

h1 {
    font-weight: 200;
    color: #183859 !important;
}

h2 {
    font-size: 2em;
    font-weight: 200;
    color: #183859 !important;
}

h6 {
    font-size: 2em;
    font-weight: 200;
    color: #ffffff !important;
}


a {
    color: #007980;
    text-decoration: none;
    border-bottom: 1px;
}

#sub-pages-heading {
    background-color: #183859;
    color: white;
    font-size: 1.4em;
    font-family: Helvetica, sans-serif;
}

#footer{
    background-image: url(../img/forward-ribbon.png), linear-gradient(to right, #183859 0%, #183859 95%);
}

a.btn-primary {
    font-size: 14px !important;
    color: #ffffff !important;
    background-color: #bc3d2f  ;
}

#footer .fa {
    color: #122D45;
    text-shadow: none;
}

.btn-primary:hover {
    background-color: #bc3d2f   ;
}

.btn-primary{
	border-color:#bc3d2f;
}

hr {
    height: 1px;
    border-color: #eeb742;
}

.footer-column .footer-heading {
    color: #fff;
    padding-bottom: 4px;
    border-bottom: 1px solid #eeb742;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #183859;
    border-color: #eeb742;
}

.fa-bars {
    color: #eeb742;
}

.glossary-term {
    border-bottom: 1px dotted #114c86;
}


.panel {
border-radius:0px;
}

.panel-title > a {
    color: #00747A;
}

.panel-group .panel {
border-radius: 0px;
}

.panel-default > .panel-heading {
background-color: #f2f2f2;
}

.carousel-control.right {
background-image:none;
display:none;
}

.carousel-control.left {
background-image:none;
width:auto;
display:none;
}

.panel-default > .panel-heading {
    border-color: #dddddd;
}

.alert {
 background-color: #f3cc78 !important;
    border: 1px solid #cf9313;
    border-radius: 0px;
}

.thumbnail {
margin-top: 10px;
border-radius:0px;
padding:0px;
}

.thumbnail .caption {
  padding: 20px;
}

.fade-carousel {
    position: relative;
    height: 400px;
}
.fade-carousel .carousel-inner .item {
    height: 400px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #eeb742;
    border-color: #eeb742;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
background-color: #f2f2f2;
}

.ms-rteStyle-References, .ms-rteStyle-IntenseReferences {
color:#007980;
border-bottom: 1px dotted #114c86;
}
 

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
	color:#ffffff;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .3;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #bc3d2f;
    border-color: #bc3d2f;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(https://oci.wi.gov/PublishingImages/COVID19ResourcesSlider.png); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://oci.wi.gov/PublishingImages/WisCoveredSlider.png);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://oci.wi.gov/PublishingImages/FloodInsuranceSlider.png);
}



/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 3em; }    
}

.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #183859; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #183859 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #183859; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}


  .directory-section {
                        padding: 0px;
                        background: #fff;
                        margin-right: -15px;
			margin-left: -15px;
			margin-bottom:-15px;
                    }

                    .directory-section span {
                        color: #007980;
                    }

                    .directory-section h1 {
                        color: #007980;
                        margin-bottom: 40px;
                        text-align: center;
                    }

                    .directory-section h2 {
                        color: #007980 !important;
                        font-size: 1.25em;
                        line-height: 1.4em;
                        margin: 13px 0px;
                        border-bottom: none !important;
                        border: none !important;
                    }

                   .directory-section h3 {
                        color: #007980 !important;
                    }

                    .directory-lookingfor h2 {
                        color: #333333 !important;
                        font-weight: 100;
                        padding: 10px 0px 10px 15px;
                        border-bottom: none !important;
                        border: none !important;
                    }

                    .directory-link {
                        background-color: white;
                        color: #333333;
                        padding: 20px;
                        border: 1px solid #007980   ;
                           
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                        min-height: 200px;
                    }

                    .directory-link:hover,
                    .directory-link:active,
                    .directory-link:focus {
                        background-color: #f7f7f7;
                    }

                    .directory-link p {
                        margin: 0px;
                    }

                    .directory-link .material-icons {
                        color: #967103;
                        font-size: 1.4em;
                    }

                    .launch-space {
                      min-height: 22.39px;
                    }

                    @media screen and (max-width: 768px) {
                        .directory-section h1 {
                            font-size: 1.9em;
                            margin-bottom: 20px;
                        }
                        .directory-section h2 {
                            font-size:1.3em;
                        }
                        .directory-link {
                          min-height: 0;
                        }
                    }


                    @media screen and (max-width: 1000px) {
                        .directory-lookingfor {
                            margin-bottom: 20px;
                        }
                        .directory-section h2 {
                            margin: 0px 0px 5px 0px;
                        }
                        .directory-link {
                            margin-bottom: 30px;
                        }
                    }

.jumbotron {
font-size:inherit;
    border-radius: 0px !important
}

  .container .jumbotron {
    padding-right: 40px;
    padding-left: 40px;
  }

.jumbotron-farm .img {
    margin-bottom: 0px;
    opacity: 0.2;
    color: #fff;
    background: #000 url("https://oci.wi.gov/PublishingImages/FarmsBackground.jpg") top center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

.jumbotron-disaster .img {
    margin-bottom: 0px;
    opacity: 0.2;
    color: #fff;
    background: #000 url("http://oci.wi.gov/PublishingImages/DisasterBackground.jpg") top center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

.jumbotron h2 {margin-top:0;}
.jumbotron {
  position:relative;
  padding: 40px;
}
.jumbotron .container {
  position:relative;
  z-index:2;
}

@media screen and (max-width: 768px) {
  .jumbotron {
    padding-right: 40px;
	padding-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
	.state-title,
	.dept-title {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
	}

    h1, .ms-rtestate-field h1 {
        font-size: 2em;
        line-height: 1.1em;
        margin-bottom: 1em;
    }

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.breadcrumbs {
    display:none !important;
}

                    /*
///////////////////////////////////////////////////
BACK UP TO TOP BUTTON
///////////////////////////////////////////////////
*/

                    .wi-gov-wrapper {
                        width: 90%;
                        max-width: 768px;
                        margin: 2em auto;
                    }

                    .wi-gov-wrapper::after {
                        /* clearfix */
                        content: '';
                        display: table;
                        clear: both;
                    }

                    .cd-top {
                        height: 60px;
                        width: 60px;
                        right: 30px;
                        bottom: 30px;
                        display: inline-block;
                        position: fixed;
                        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
                        overflow: hidden;
                        background-color: #000;
                        background: rgba(0, 0, 0, 0.75);
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                        z-index: 100;
                    }

                    .cd-top .material-icons {
                        color: #eeb742;
                        text-align: center;
                        font-size: 2em;
                        width: 100%;
                        display: block;
                        top: 10%;
                        position: absolute;
                    }

                    .cd-top span {
                        color: grey;
                        color: rgba(255, 255, 255, 1);
                        text-align: center;
                        font-size: 1em;
                        width: 100%;
                        display: block;
                        top: 45%;
                        position: absolute;
                    }

                    .cd-top.cd-is-visible,
                    .cd-top.cd-fade-out,
                    .no-touch .cd-top:hover {
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                    .cd-top.cd-is-visible {
                        visibility: visible;
                        opacity: 1;
                    }

                    .cd-top.cd-fade-out {
                        background-color: #000;
                        background-color: rgba(0, 0, 0, 0.4);
                        z-index: 10;
                    }

                    .no-touch .cd-top:hover {
                        background-color: #00484C;
                        opacity: 1;
                    }

                    @media only screen and (max-width: 768px) {
                        .cd-top {
                            height: 40px;
                            width: 40px;
                            bottom: 40px;
                            right: 10px;
                        }
                        .cd-top .material-icons {
                            color: #EEB742;
                            text-align: center;
                            font-size: 1.5em;
                            width: 100%;
                            display: block;
                            top: 0%;
                            position: absolute;
                        }
                        .cd-top span {
                            font-size: .85em;
                            top: 40%;
                        }
                    }


