:root {
    --citb-blue: #003366;
    --citb-grey: #4D5D68;
    --citb-green: #498386;
}



/* PB - This is to override our system with the design from Bourne */
.panel-group {
    border-radius: 3px;
    margin-bottom: 0;
    padding: 30px;
}
.citb-accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
.citb-accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
.citb-accordion .panel-title a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #003366;
    border-radius: 30px;
    color: #003366;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.citb-accordion .panel-title a.collapsed {
    background: #003366 repeat scroll 0 0;
    border: 2px solid #003366;
    color: white;
}
.citb-accordion .panel-title a::after, .citb-accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #003366;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #003366;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
.citb-accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #003366;
    box-shadow: none;
    color: #003366;
    content: "";
}
.citb-accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;

    border-radius: 8px;
    margin-top: 4px;
}
.citb-accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}


/*Lite*/
.citb-accordion-lite .panel-title a.collapsed {
    background: #498386 repeat scroll 0 0;
    border: 2px solid #498386;
    color: white;
}
.citb-accordion-lite .panel-title a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #498386;
    border-radius: 30px;
    color: #498386;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.citb-accordion-lite .panel-title a::after, .citb-accordion-lite .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #498386;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #498386;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
.citb-accordion-lite .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #498386;
    box-shadow: none;
    color: #498386;
    content: "";
}

.citb-accordion-lite .btn-primary {
    color: #498386;
}
.citb-accordion-lite .btn-primary:hover, .citb-accordion-lite .btn-primary:active {
    background-color: #498386;
    border-color: #498386;
    color: white;
}
.citb-accordion-lite h2 {
    color: #498386;
}

.citb-accordion-lite .panel-heading {
    background-color: transparent;
}

.citb-accordion-lite .panel-group .panel {
    border-top-color: transparent;
}

.citb-accordion-lite .panel {
    margin-bottom: 15px;
}



/*Nav*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
    color: #003366;
    background-color: transparent;
}


.raidial {
    border-radius: 30px;
    background: #fff;
    color: #003366;
    font-weight: bold;
    border: solid 3px;
    
}

.raidial:hover {
    background-color: #00b1eb;
}

.blue {
    color: #3579c0;
    font-weight: bold;
}

.blue-muted {
    font-weight: 300;
}

.map-image {
	height: 178px;
}

.the-body {
	padding-top: 3%;
}

h1, h2, h3, h4 {
    font-family: acumin-pro-condensed;
    font-weight: 400;
    font-style: normal;
    color: #003366
}

p, li {
    font-family: acumin-pro-condensed, sans-serif !important;
    font-weight: 300;
    font-size: 20px;
    font-style: normal;
    color: #4D5D68;
}

label {
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.1em;
}

.dot-header {
    position: relative;

    margin-top:10px;
    height: 250px;
    width: 250px;
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
}

.dot-blue-header {
    position: relative;    
    z-index: 1;
    right: 10px;
    margin-top:10px;
    height: 300px;
    width: 300px;
    background-color: #3579c0;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    /*background: url('/views/citb-roadshows/images/banner.jpg');*/
}


.image-cropper {
    width: 300px;
    height: 300px;
    position: relative;
    right: -70px;
    overflow: hidden;
    border-radius: 50%;
}

.image-cropper-2 {
    width: 300px;
    height: 300px;
    position: relative;
    right: -0px;
    overflow: hidden;
    border-radius: 50%;
}

.dot-pic {
  display: inline;
  margin: 0 auto;
  /*margin-left: -25%; //centers the image*/
  height: 100%;
  width: auto;
}
.dot-wrapper {
    position: relative;
    z-index: 3;
    background:#fff;
    
    
    /*border: solid 1px #ff0000;*/
}

.banner-dot {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: relative;

    background-image: url("/views/citb-roadshows/images/banner_500.jpg");
    background-size: cover;

}
.banner-dot::after {
    content: "";
    width: 300px;
    height: 300px;
    background-color: #3579c0;
    border-radius: 50%;

    position: absolute;
    left: 220px;

}

.banner-dot-right {
    float: right;

    width: 300px;
    height: 300px;
    background-color: #3579c0;
    border-radius: 50%;
}
.banner-dot-right::before {
    content: "";

    width: 300px;
    height: 300px;
    border-radius: 50%;

    background-image: url("/views/citb-roadshows/images/banner_500.jpg");
    background-size: cover;

    position: absolute;
    right: 220px;
}

.banner-dot-webinar {
    float: right;

    width: 300px;
    height: 300px;
    background-color: #3579c0;
    border-radius: 50%;
}
.banner-dot-webinar::before {
    content: "";

    width: 300px;
    height: 300px;
    border-radius: 50%;

    background-image: url("/views/citb-roadshows/images/M42G7M-blackandwhite_500.jpg");
    background-size: cover;

    position: absolute;
    right: 220px;
}


.dot {
    position: relative;
    z-index: 2;
    margin-top:10px;
    height: 150px;
    width: 150px;
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
}

.dot-left {
    position: relative;
    z-index: 99999;
    margin-top:10px;
    left: -60px;
    height: 150px;
    width: 150px;
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
}

.dot-blue {
    position: relative;
    left: -60px;
    margin-top:10px;
    height: 150px;
    width: 150px;
    background-color: #3579c0;
    border-radius: 50%;
    display: inline-block;
}

.dot-blue-left {
    position: relative;
    margin-top:10px;
    height: 150px;
    width: 150px;
    background-color: #3579c0;
    border-radius: 50%;
    display: inline-block;
}

#testimonials {

    padding-top:50px;
}

.blue-heavy {
    color: #c1d0de;
    font-weight: bolder;
    font-size: 300%;
    line-height: 90%;
}
.darker-blue {
    color: #274c81;
    font-weight: bolder;
}

.fixed-header-on .header.fixed {
    background-color: rgba(255, 255, 255, 1);
    z-index: 999999999; /* needs a higher index that the dots. */
}

.tweet-container {
    border: solid 1px #c3cbd1;
    padding:15px;
}
           
.header-dots {
    position: relative;
  
}         
.modal-content .modal-header {
    background-color: white;
}
a {
    color: #3579c0;
}
a:hover {
    color: #3579c0;
}


.dropdown-menu {
z-index: 9999999;
}



.peter-jennings {
    background-image: url(/views/citb-roadshows/images/peter.jpg);
    background-size: cover;
    background-position-x: center;
}

.citb-agenda-description p {
    border-left: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 10px !important;
}

#missed-me {
    margin: 50px 0px 50px 0px;
}


h1 {
    font-size: 45px;
    font-weight: 600;
    /*text-decoration-line: underline;*/
    /*text-decoration-style: dotted;*/
    margin: 70px auto 70px auto;
    text-transform: uppercase;
    border-bottom: #003366 2px dotted;
    /*width: 235px;*/
    padding-bottom: 20px;
}
h1.welsh {
    width: 345px;
}

@media screen and (max-width: 500px) {
    h1 {
        font-size: 30px;
    }
}

.interest-btn {
    margin-top: 40px;
    margin-bottom: 40px;
}



.place-list {
    list-style: none;
    padding-left: 0px;
    text-transform: uppercase;
}
.place-list li {
    font-size: 23px;
    font-weight: 600;
}
.place-list li:nth-child(odd) {
    color: #003366;
}
.place-list li:nth-child(even) {
    color: #4D5D68;
}


.banner-citb .img-responsive {
    min-width: 100%
}
