﻿a {
    color: #000000;
}

        h1 {
            font-family: 'Carrois Gothic', sans-serif;
            font-weight: bold;
        }

        p {
            font-family: 'Carrois Gothic', sans-serif;
        }

.navbar .navbar-nav {
  display: inline-block;
  
  vertical-align: top;
   
    font-family: 'Carrois Gothic', sans-serif;
    

}

        .navbar {
            margin-top: 15px;
            margin-bottom: 15px;
            border-radius: 0px;
        }


.navbar .navbar-collapse {
  text-align: center;
}

.navbar-nav > li > a {padding-top:10px !important; padding-bottom:10px !important;
        margin-left: 20px;
        margin-right: 20px;

}
.navbar {min-height:40px !important}

    li {

        font-family: 'Carrois Gothic', sans-serif;
    }

        li.active {
            
        }

        html, body {
            height: 100%;
            box-sizing:border-box;
            background-color: #999999;
            font-family: 'Carrois Gothic', sans-serif;
        }

        .wrapper {
            margin: 0 auto -63px;
        }
        .push {
            height: 63px;
        }

.navbar-right > li > a {
    color: #1b80f2; /*f33455*/
}

        @media (max-width: 500px) {
            /* Phone */
            .HeroContainer {
                background-size: 100% 100%;
                border-image-width: 2 0%;
            }
            /* scaling for logo images */
        }


        @media (max-width: 767px) {
            /* Scale Smaller */
            body {
                padding-right: 0px;
                padding-left: 0px;
            }

            footer, .wrapper {
                padding-left: 20px;
                padding-right: 20px;
            }

            img {
                width: 50%;
            }

            .navbar .navbar-collapse {
                text-align: right;
            }

        }



.footerText {
    color: white;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
      font-family: 'Carrois Gothic', sans-serif;
}

    .footerText > a {
        color: white;
    }

.ClientLogo {
    max-height:70px;
    /*margin-bottom: 50px;*/
    
    -webkit-filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .6s ease;
    filter: url('/Scripts/filters.svg#grayscale');
}

.ClientLogo:hover {
	filter: none;
	-webkit-filter: grayscale(0);
    color: #1b80f2 !important;
}

.hovered {
	filter: none;
	-webkit-filter: grayscale(0);
    color: #000000;
}





.TWMSLogon {
    border-top: 1px darkgrey solid; 
    border-bottom: 1px darkgrey solid; 
    display:none; 
    height:120px; 
    background-color: #eaeaea;
    margin: 0px; 
    padding: 0px;
}

.FooterLink {
    padding-right: 20px;
}

.PolicyContent {
    margin: 20px;
}

.heading {
    font-weight: bold;
}



.spinner {
  width: 20px;
  height: 20px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

#customBtn {
      display: inline-block;
      background: #dd4b39;
      color: white;
      width: 165px;
      border-radius: 5px;
      white-space: nowrap;
    }
    #customBtn:hover {
      background: #e74b37;
      cursor: pointer;
    }

    span.icon {
      background: url('/images/UI/btn_red_32.png') transparent 5px 50% no-repeat;
      display: inline-block;
      vertical-align: middle;
      width: 35px;
      height: 35px;
      border-right: #bb3f30 1px solid;
    }

    span.buttonText {
      display: inline-block;
      vertical-align: middle;
      padding-left: 35px;
      padding-right: 35px;
      font-size: 14px;
      font-weight: bold;
      /* Use the Roboto font that is loaded in the <head> */
      font-family: 'Roboto',arial,sans-serif;
    }