@charset "UTF-8";
* {
	margin:0;
	padding:0;
	font-family: 'MuseoSansW01-Rounded300', sans-serif;
	font-weight:300;
	-moz-box-sizing:    border-box;   /* Firefox 1, probably can drop this */
	-webkit-box-sizing: border-box;   /* Safari 3-4, also probably droppable */
	box-sizing:        border-box;   /* Everything else */
    color:#01567C;
} 

html, body {
	width: 100%;
	/*height: 100%;*/
}
a img {
	border: none;
}
html {
	min-width: 320px;
}

/* ICONS */

@font-face {
	font-family: 'ElegantIcons';
	src:url('../fonts/ElegantIcons.eot');
	src:url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ElegantIcons.woff') format('woff'),
		url('../fonts/ElegantIcons.ttf') format('truetype'),
		url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ICONS */

.cedar_container, .banner_contents , .cedar_footer footer {
    width: 100%;
    display: block;
    max-width:1660px;
    height: auto;
    position: relative;
    margin-left:auto;
    margin-right:auto;
    padding: 0 30px 0 30px;
}
.cedar_header_bg {
    /* padding-top: 30px; - add in if taking away alert*/
    background-color: #FFF;
}
.cedar_header {
    position: fixed;
    width: 100%;
    z-index: 50;
    /* height: 244px; - add in if taking away alert*/
    height: 283px;
    top:0;
}


.socialmedia_links {
    width:auto;
    display:block;
    float:right;
}
.socialmedia_links a {
    -webkit-appearance: none;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding-right: 5px;
    font-size: 28px;
    line-height: 28px;
    color: #01567C;
    transition: color .4s ease-out;
}
.socialmedia_links a:hover {
    color: #00B5E5;  
}
.cedar_logo {
    width: 100%;
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    max-width: 570px;
    padding-top: 30px;
    padding-bottom: 20px;
    border:none;
}
.cedar_logo img {
    width: 100%;
}
hr {
    display: block;
    float: left;
    height: 1px;
    width: 100%;
    margin: 30px 0 30px 0;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
    border-bottom: 1px dashed 
    rgba(112, 112, 112, 0.3);
    border-image-source: url("images/DashedBorder.svg");
    border-image-slice: 1;
    border-image-repeat: round;
}
/* NAVIGATION */

.cedar_nav {
    width:auto;
    display:block;
    float:left;
    position:relative;
}
.cedar_menu {
    position:absolute;
    top:0;
    left:0;
    background: #02557C;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 100;
    transition: background-color .4s ease-out;
}
.cedar_menu::before {
    content: "";
    background-image: url(../images/Menu.svg);
    background-repeat: no-repeat;
    background-position: top 9px left 10px;
    background-size: 20px 22px;
    width: 28px;
    height: 28px;
    display: block;
    z-index: 200;
}
.cedar_nav ul {
    list-style:none;
}

.cedar_nav ul li {
    float:left;
    padding-right:3px;
}
.cedar_nav ul li a {
    background-color: #01567C;
    color: #FFF;
    padding: 5px 8px;
    text-transform:uppercase;
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
	font-weight:700;
    text-decoration: none;
    font-size:16px;
    display: block;
    transition: background-color .4s ease-out;
}
.cedar_nav ul li .cedarvet {
    background-color: #00B5E5;
}
.cedar_nav ul li a:hover, .cedar_menu:hover {
    background-color: #00B5E5;  
}
.cedar_nav ul li .cedarvet:hover, .cedar_menu:hover {
    background-color: #01567C;  
}



@media (max-width: 640px) {
    .cedar_menu {
        display:block;
    }    
    .cedar_nav > ul {
        display:none;
    }
    .socialmedia_links a {
        font-size: 38px;
        line-height: 38px;
    }
}
@media (max-width: 435px) {
    .cedar_header {
       height: 204px;
    }
}


.nav_open {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.nav_open .cedar_menu {
      display:block;
  }  
.nav_open .cedar_header_bg, .nav_open .cedar_container {
    height: 100%;
}
.nav_open .cedar_nav {
    position:absolute;
    width: calc(100% - 60px);
    height: 100%;
}
.nav_open .cedar_nav > ul {
    display: block;
    position: absolute;
    top: 150px;
    width:100%;
}
.nav_open .cedar_nav ul li {
    float: none;
    width: 100%;
    padding: 15px 0 0 0;
}
.nav_open .cedar_nav ul li a {
    padding: 10px;
}

.nav_open .socialmedia_links a {
    font-size: 38px;
    line-height: 38px;
}
@media (min-width: 550px) {
    .nav_open .cedar_nav > ul {
        top: 180px;
    }
}

.banner_border_top_header {
    display:block;  
    width:100%;
    bottom:20px;
    height:30px;
    background-image:url("../images/BannerBorder.svg");
    background-repeat:repeat-x;
    z-index: 10;
    position: relative;
}
.banner_border_top {
    display:block;  
    width:100%;
    position:absolute;
    top:-1px;
    height:30px;
    background-image:url("../images/BannerBorder.svg");
    background-repeat:repeat-x;
    z-index: 10;
}

.cedar_banner {
    display:block;  
    background-image:url("../images/BGTexture@2x.jpg");
    background-size: 200px;
    background-repeat: repeat;
    position:relative;
    margin-bottom: 50px;
    margin-top: 238px;
    min-height: 70px;
}
.cedar_banner_std {
    display: block;
    background-image: url("../images/StdBannerBg@2x.jpg");
    background-size: 800px;
    background-repeat: repeat-x;
    position: relative;
    margin-bottom: 30px;
    margin-top: 270px;
    min-height: 30px;
}
.banner_contents {
    display:block;  
    background-image:url("../images/CatHeart@2x.png");
    background-size: 500px;
    background-repeat:no-repeat;
    min-height: 420px;
    background-position: top center;
    z-index: 0;
    overflow: hidden;
}

.banner_border_bottom {
    display:block;  
    width:100%;
    position:absolute;
    bottom:-1px;
    height:30px;
    background-image:url("../images/BannerBorder.svg");
    background-repeat:repeat-x;
    z-index: 10;
    -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.banner_contents .left_blob {
    display:block;  
    max-width:520px;
    width:40%;
    height:100%;
    position:absolute;
    top:-10%;
    left:0;
    background-image:url("../images/Blob.svg");
    background-repeat:no-repeat;
    background-size: contain;
    z-index: 5;
}
.left_blob h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    padding: 120px 90px 90px 120px;
  font-size: 28px;
    line-height: 38px;
    color: #01567C;
}
.right_blob h2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    padding: 60px 100px 90px 100px;
     font-size: 38px;
    line-height: 45px;
    color: #01567C;
}
.left_blob h1 strong {
    font-weight: 700;
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    display: inline-block;
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 0px;
    background-image:url("../images/GreenLine.svg");
    background-repeat:no-repeat;
    background-size: 100%;
    background-position: bottom left;
}

.banner_contents .right_blob {
    display:block;  
    max-width:520px;
    width:40%;
    height:100%;
    position:absolute;
    bottom:-10%;
    right:0;
    background-image:url("../images/Blob.svg");
    background-repeat:no-repeat;
    background-size: contain;
    z-index: 5;
}
.right_blob h2 strong {
 display:block;
    float:right;
    width:auto;
    background-color: #fff;
    padding:0px 8px;
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    margin-top:5px;
}
.left_blob_arrow {
    position: absolute;
    top: 35%;
    left: calc(40% - 250px);
}
.right_blob_arrow {
    position: absolute;
    top: 18%;
    left: calc(41% + 350px);
}

@media (max-width: 1520px) {
    .left_blob_arrow {
        width: 150px;
        left: calc(40% - 190px);
        top: 37%;
    }
    .right_blob_arrow  {
        width: 150px;
        top: 24%;
        left: calc(41% + 330px);
    }
}
@media (max-width: 1340px) {
    .banner_contents .left_blob {
        top: -10%;
        left: -10%;
        width: 50%;
        height: 110%;
        background-size: 600px;
        background-position: -100px 0;
    }
    .left_blob h1 {
        left: 40px;
        font-size: 24px;
        line-height: 34px;
    }
    .left_blob h1 strong {
        font-size: 24px;
        line-height: 34px;
        background-size: 120%;
    }   
    .banner_contents .right_blob {

        background-size: 900px;
        background-position: 100px 0;
        width: 40%;
        height: 140%;

    }
    .right_blob h2 {
        font-size: 30px;
        line-height: 37px;
        top: 60%;
        padding: 60px 30px 90px 150px;
    }
    .left_blob_arrow {    
        left: calc(40% - 220px);
        top: 65%;
    }
}
@media (max-width: 1050px) {
    
    .banner_contents {
        background-position: -50px 0px;
    }
    .banner_contents .left_blob {

        left: 45%;
        background-image: none;
        height: auto;
        top: 100px;
        width: 60%;
        max-width: 100%;

    }
    .banner_contents .right_blob {
        width: 100%;
        left: 30%;
        max-width: 100%;
    }
    .left_blob_arrow {
        display:none;
    }
    .right_blob_arrow {
        left: 38%;
        top: 14%;
    }
    .left_blob h1 {
        left: 50px;
        top: 30px;
        transform: translateY(0%);
        padding: 0;
        width: 70%;
    }
    .right_blob h2 {
            background-color: #fff;
            padding: 0px 8px;
            font-family: 'MuseoSansW01-Rounded700', sans-serif;
            display: inline;
            width: auto;
            left: 20%;
            top: 392px;
            font-size: 24px;
            line-height: 34px;
    }
    .right_blob h2 strong {
        display: inline;
        float: none;
        padding: 0px;
        margin-top: 0px;

    }
}
@media (max-width: 850px) {
    .banner_contents {
        padding-top: 230px;
        background-size: 280px;
        background-position: top center;
        min-height: 380px;
    }
    .right_blob_arrow {
        display:none;
    }
    .banner_contents .left_blob {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        display: block;
        float: left;
    }
    .banner_contents .left_blob h1 {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
        transform: none;
    }
    .banner_contents .right_blob {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        background-image: none;
        float: left;
        clear: both;
    }
    .banner_contents .right_blob h2 {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
        padding: 0;
        transform: none;
        display: block;
        background-color: transparent;
    }
    .left_blob h1 strong {
        padding: 0;
        background-image: none;
        margin-bottom: 0px;
        display: inline;
        text-transform: none;
        font-family: 'MuseoSansW01-Rounded300', sans-serif;
    }
    .right_blob h2 strong {
        display: inline;
        float: none;
        padding: 0;
        background-color: transparent;
    }
    
}

@media (max-width: 630px) {
    .left_blob h1, .left_blob h1 strong, .right_blob h2, .right_blob h2 strong {
        font-size: 25px;
        line-height: 35px;
    }
}
@media (max-width: 550px) {
    .left_blob h1, .left_blob h1 strong, .right_blob h2, .right_blob h2 strong {
        font-size: 23px;
        line-height: 30px;
    }
}
@media (max-width: 500px) {
    .banner_contents {
        min-height: 420px;

    }
}
@media (max-width: 488px) {
    .cedar_banner_std {
        margin-top: 240px;

    }
}
@media (max-width: 435px) {
    .left_blob h1, .left_blob h1 strong, .right_blob h2, .right_blob h2 strong {
        font-size: 20px;
        line-height: 28px;
    }
    .banner_contents {
        padding-top: 200px;
        background-size: 250px;
        min-height: 360px;
    }
    .cedar_banner {
        margin-top: 170px;
    }
    .cedar_banner_std {
        margin-top: 230px;
        min-height: 40px;
    }
}
@media (max-width: 368px) {
    .banner_contents {
        min-height: 420px;
    }
    
}
.cedar_container{
    text-align:center;
}
.text_left{
    text-align:left;
}
.cedar_container.contactus h3, .cedar_container.contactus h4, .cedar_container.contactus h5, .cedar_container.contactus p {
    text-align: left;
}
h3 {
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #8ABE24;
    font-size:30px;
    line-height: 38px;
    padding-bottom: 20px;
    padding: 0 88px 30px 88px;
    width:auto;
}
.cedar_h3 {
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #8ABE24 !important;
    font-size: 30px !important;
    line-height: 38px !important;
    padding: 0 88px 30px 88px !important;
    width: auto;
}
.cedar_h3_left {
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #8ABE24 !important;
    font-size: 30px !important;
    line-height: 38px !important;
    padding: 0 0 30px 0 !important;
    width: auto;
    text-align: left;
}
.cedar_h3::before {
     content: "";
     background-image:url("../images/GreyDash.svg");
    background-repeat:no-repeat;
    width:88px;
    height:6px;
    display:inline-block;
    margin: 0px 10px 6px 0px;
}
.cedar_h3::after {
     content: "";
     background-image:url("../images/GreyDash.svg");
    background-repeat:no-repeat;
    width:88px;
    height:6px;
    display:inline-block;
    margin: 0px 10px 6px 10px;
    -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cedar_container.contactus h3,
.cedar_container.thankyou h3 {
    padding: 0 0px 30px 0px;
    width: auto;
}
.h3_nopadding {
    padding: 0 0px 20px 0px;
    width: auto;
}
.cedar_container p {
    color: #333232;
    font-size: 17px;
    line-height: 28px;
    padding-bottom:20px;
}
.cedar_container p:last-child {
    padding-bottom:0px;
}
.cedar_container strong {
    color: #01567C;
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    font-weight: 700;
}
.cedar_container em {
    color: #0AB3E5;
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    font-weight: 700;
    font-style:normal;
}
.cedar_container section {
    display: block;
    background-image: url("../images/BGTexture@2x.jpg");
    background-size: 200px;
    background-repeat: repeat;
    position: relative;
    padding:90px;
    margin: 50px 0px;
    border-radius: 20px;
    text-align: left;
    width: 100%;
    float: left;
}
.cedar_pullout {
    display: block;
    background-image: url("../images/BGTexture@2x.jpg");
    background-size: 200px;
    background-repeat: repeat;
    position: relative;
    padding: 40px;
    margin: 10px 0px 30px 50px;
    border-radius: 20px;
    text-align: left;
    width: 50%;
    float: right;
}
.cedar_pullout img {
    float: right;
    margin: 0px 0px 0px 10px;
    width:200px;
}
.cedar_pullout > h3 {
    text-transform: none;
    color: #01567C;
    font-size: 23px;
    line-height: 28px;
    padding: 0 0px 15px 0px;
    width: auto;
}
.cedar_pullout > h4 {
    text-transform: none;
    color: #00B5E5;
    font-size: 20px;
    line-height: 24px;
    padding: 0px;
    width: auto;
}
.cedar_pullout > h4 a {
    color: #00B5E5;
}
@media (max-width: 940px) {
    .cedar_pullout {
        margin: 10px 0px 30px 0px;
        width: 100%;
    }
}

h4,
#aboutus h1,
.cedar_h4 {
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    font-weight: 700;
    color: #01567C;
    font-size:21px;
    line-height: 29px;
    padding-bottom: 10px;
}
.cedar_h4_left {
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    font-weight: 700;
    color: #01567C;
    font-size:21px;
    line-height: 29px;
    padding-bottom: 10px;
    text-align: left;
}
h4 a,
#aboutus h1 a {
    font-weight: 700;
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
}
h5 {

    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    font-weight: 700;
    color: #00B5E5;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;

}
.cedar_button {
    background-color: #00B5E5;
    color: #FFF;
    padding: 10px 20px;
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    display: block;
    transition: background-color .4s ease-out;
    width:auto;
    float:left;
}
.cedar_button strong {
    color:#FFF;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}

.cedar_button:hover {
    background-color: #01567C;  
}
.services h5 {
    text-transform: uppercase;
    padding-top: 30px;
    font-size: 19px;
    line-height: 24px;
}
.services h5:first-of-type {
    padding-top: 0px;
}
.float_right {
    float: right;
    margin: 0px 0px 30px 30px;
}
.map {
    width: 100%;
    height: 270px;
    float: right;
}
@media (max-width: 1120px) {
    .map {
        width: 40%;
    }
}
@media (max-width: 550px) {
    .float_right {
        float: none;
        margin: 0px 0px 30px 0px;
        width:100%;
    }


}
@media (max-width: 980px) {
    .map {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 30px;
}
}
.cedar_container section ul li {
    color: #000;
    font-size: 17px;
    line-height: 28px;
    list-style:none;
    padding-bottom:10px;
    padding-left:40px;
    background-image:url("../images/Bullet1.svg");
    background-repeat:no-repeat;
    background-position: 0px 7px;
}
.cedar_container section ul li:nth-child(3n+1) {
    background-image:url("../images/Bullet2.svg");
}
.cedar_container section ul li:nth-child(3n) {
    background-image:url("../images/Bullet3.svg");
}
.cedar_container section ul li:last-of-type {
    padding-bottom:0px;
}
.cedar_image_row {
    display:block;
    margin: 20px -15px 50px -15px;
    width: calc(100% + 30px);
    float: left;
}
.cedar_image_row img {
        display: block;
    float: left;
    width: 33.33%;
    padding: 15px;
}
@media (max-width: 990px) {
    .cedar_container section {
        padding: 60px;
    }
}
@media (max-width: 770px) {
    .cedar_container section {
        padding: 30px;
        margin: 30px 0px;
    }
    .cedar_image_row {
        display: block;
        margin: 20px -5px 40px -5px;
        width: calc(100% + 10px);
        float: left;
    }
    .cedar_image_row img {
        padding: 5px;
    }
}
@media (max-width: 1115px) {
    .cedar_h3::before, .cedar_h3::after {
         display:none;
    }
}
@media (max-width: 650px) {
    h3, .cedar_h3 {
        font-size:23px !important;
        line-height: 30px !important;
        padding: 0 0px 20px 0px !important;
    }

    .cedar_container p, .cedar_container section ul li {
        font-size: 16px;
        line-height: 26px;
    }
    h4,
    #aboutus h1{
        font-size: 19px;
        line-height: 23px;
        padding-bottom: 20px;
    }
}


@media (max-width: 585px) {
    .cedar_pullout img {
        float: right;
        margin: 0px 0px 0px 10px;
        width:150px;
    }
    .cedar_pullout > h3 {
        font-size: 20px !important;
        line-height: 26px !important;
        padding: 0 0px 10px 0px;
    }
}
@media (max-width: 485px) {

    .cedar_pullout img {
        float: right;
        margin: 0px;
        width: 100px;
    }
}

.cedar_footer {
    display:block;  
    background-image:url("../images/FooterBG@2x.jpg");
    background-size: 1400px;
    background-repeat:repeat-x;
    position:relative;
    margin-top: 80px;
    width: 100%;
    float: left;
}
.cedar_footer footer  {
    padding-top:80px;     
    padding-bottom:60px;    
}
.cedar_footer_right {
    width:60%;
    float:right;
    text-align: right;
}
.cedar_footer footer h4, .cedar_footer footer address p, .cedar_footer_right ul li a {
    color: #FFF;
}
.cedar_footer_right ul {
    list-style: none;
    float:right;
}
.cedar_footer_right ul li {
    padding-left:20px;
    display: inline-block;
}
.cedar_footer_right ul li a {
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    font-weight: 700;
    text-decoration:none;
    border-bottom: solid 1px #8ABD24;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 21px;
}
.cedar_footer_right small {
    color: #FFF;
    clear: both;
    padding-top: 20px;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.cedar_footer footer h4 {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 24px;
    padding-bottom: 0px;

}
.cedar_footer footer address p {
    font-size: 15px;
    line-height: 21px;
    padding-top:10px;
    font-style:normal;
}
.cedar_footer footer address p a {
    color: #FFF;
    text-decoration:none;
    border-bottom: solid 1px #8ABD24;
}
.cedar_footer footer address p:last-of-type {
    padding-top:5px;
}
.cedar_footer footer address p span {
    -webkit-appearance: none;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding-right: 10px;
    font-size: 18px;
    line-height: 18px;
    color: #FFF;
    float:left;
}
@media (max-width: 720px) {
    .cedar_footer_right {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
    .cedar_footer_right ul {
        width: 100%;
        text-align: center;
    }
    .cedar_footer_right small {
        padding-bottom: 20px;
    }    
    .cedar_footer footer {
        text-align: center;
    }
    .cedar_footer {
        background-size: 2100px;
    }
    .cedar_footer footer address p span {
        display: inline;
        float: none;
    }
    
}

/* GENERIC FORM */

.row {
    width: calc(100% + 20px);
    float: left;
    clear: both;
    padding-bottom: 20px;
    margin: 0 -10px 0 -10px;
}
.row p, .row .longquestion {
	padding: 0 10px 0 10px;
}
.full p {
	width:100%;
}
.half p, .half .longquestion {
	width:50%;
	float:left;
}
.third p {
	width:33.33%;
	float:left;
}
.third .twothird {
	width:66.666%;
	float:left;
}
.row_button {
	padding-bottom: 0px;
}
.nopadbottom {
	 padding-bottom: 0;
}

label {
	width:100%;
	clear:both;
	display: block;
	font-size: 15px;
	line-height:18px;
	text-transform:uppercase;
	padding-bottom:5px;
}
input[type="text"] {
    background: rgba(255,255,255,0.7);
    font-size: 17px;
    padding: 10px;
    color: #01567C;
    font-weight: 400;
    border: none;
    display: block;
    position: relative;
    width: 100%;
    line-height: 17px;
    box-shadow: #BDC3C7 0px 0px 3px;
}
#vet_area_code, #owner_area_code {
    width: calc(30% - 20px);
    float: left;
    margin-right: 20px;
}
/*#vet_phone, #owner_phone {
    width: 70%;
    float: left;
}*/
textarea {
	 font-size: 17px;
	color: #000;
    width: 100%;
     background: rgba(255,255,255,0.7);
    padding: 10px;
    border: none;
    display: block;
    box-shadow: #BDC3C7 0px 0px 3px;
}
select {
	-webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
	font-size: 17px;
	color: #000;
	width:100%;
	background: rgba(255,255,255,0.7);
	display: block;
    padding: 8px;
	border: none;
   background-image: url(../../images/SelectArrow.svg);
    background-repeat: no-repeat;
    background-position: top 12px right 8px;
    background-size: 30px 15px;
}
input[type='checkbox'] {
    width:25px;
    height:25px;
    background:white;
    border-radius:5px;
	
}
input[type='checkbox']:checked {
    background: #000;
}

.checkcontainer {
  display: inline-block;
  position: relative;
	width:auto;
  padding-left: 40px;
  margin-bottom: 12px;
	margin-right: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    font-size: 15px;
    line-height: 25px;
    text-transform: none;
    padding-bottom: 5px;
}
/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
    box-shadow: #BDC3C7 0px 0px 3px;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #0AB3E5;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 8px;
    top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkboxtext {
	font-size: 17px;
	line-height:25px;
	list-style: none;
	display:block;
	float:left;
	width:100%;
	padding-bottom:10px;
}
.checkboxtext li {
	float:left;
	display:block;
	margin-right: 8px;
}
.checkboxtext input[type='checkbox']{
	float:left;
	display:block;
	margin-right: 8px;
}
.services_h4 {
    padding-top: 20px;
}
.time {
    padding-right: 10px;
    border-right: solid 1px #bbb;
    margin-right: 5px;
}
.price {
    padding-left: 10px;
    border-left: solid 1px #bbb;
    margin-left: 5px;
}
.time::before {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #01567C;
    font-size: 15px;
    padding-right: 6px;
    content: "\7d";
}
.form_small {
	background-color: #000;
    padding: 6px;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	margin-top:15px;
}
.form_small strong {
	font-family: 'modernica_blackblack', sans-serif;
    text-transform: uppercase;
}
.form_small:hover {
	background-color: #FF611F;
}
button {
    background-color:  #00B5E5;
    color: #FFF;
    padding: 8px 10px;
    text-transform: uppercase;
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: background-color .4s ease-out;
    width: auto;
    float: left;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}
button:hover {
    background-color: #01567C;  
}
form h4 {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
form hr {
    margin: 50px 0 50px 0;
}
.error {
    background-color: #8ABE24;
    padding: 20px 10px;
    margin-bottom: 30px;
    color: #FFF;
}
@media (max-width: 800px) {
	.row p {
		padding: 0 5px 0 5px;
	}
	.third p, .half p {
    	width: 100%;
		padding-bottom: 20px;
	}
	.third .twothird {
		width: 100%;
	}

	
}

.appoint_button {
    float: right;
    padding: 0px 30px 0px 30px;
}
.refer_button {
    width: 70%;
    padding: 20px 60px;
    margin: 0 auto;
}
.refer_button > .cedar_button {
    float: none;
    font-size: 20px;
    padding: 15px 25px;
    text-align: center;
}
@media (max-width: 1000px) {
    .refer_button {
        width: 100%;
        float: left;
        padding: 30px 0px;
    }
}
@media (max-width: 1120px) {
    .appoint_button {
        padding: 0px 30px 0px 30px;
    }
}
@media (max-width: 980px) {
    .appoint_button {
        padding: 0px 0px 0px 30px;
    }
}
@media (max-width: 590px) {
    .appoint_button {
        padding: 0px 0px 30px 0px;
        display: block;
        width: 100%;
    }
}
@media (max-width: 590px) {
    .appoint_button .cedar_button {
    
        width: 100%;
    }
}

.cedar_alert {
    background-color: #00B5E5;
    color: #FFF;
    padding: 10px;
    margin-bottom: 30px;
}
.cedar_alert > h3 {
    text-transform: none;
    font-weight: 700;
    color: #FFF;
    font-size: 18px;
    line-height: 18px;
    padding: 0px;
    text-align: center;
    width: auto;
    margin-bottom:0px;
}
.cedar_alert > h3 > a {
    font-family: 'MuseoSansW01-Rounded700', sans-serif;
    color: #FFF;
}
@media (max-width: 821px) {
    .cedar_alert > h3 {
        font-size: 15px !important;
        line-height: 15px !important;
        padding: 0 !important;
    }
    .cedar_alert {
        margin-bottom: 20px;
    }
    .cedar_banner {
        margin-top: 248px;
    }
}
.cedar_container.contactus section {
  margin: 0px 0px 50px 0px;
    display: flex;
    align-items: stretch;
}
.cedar_container.contactus section .contact_address{
    flex-basis: 50%;
}
.cedar_container.contactus section .contact_button {
  flex-basis: 50%;
  align-content: center;
  display: flex;
  justify-content: center;
    align-self: center;
    min-height: 50px;
}
.cedar_container.contactus section .contact_button  .cedar_button strong {
  color: #FFF;
  font-size: 28px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 770px) {
    .cedar_container.contactus section .contact_button .cedar_button strong {
  font-size: 22px;
        text-align: center;
}
    .cedar_container.contactus section .contact_button {
  justify-content: flex-end;
        min-height: 40px;
        align-self: flex-start;
}
}