@font-face{
    font-family:'Overpass';
    src:url("/files/assets/fonts/overpass/2.1/Overpass-Bold.eot");
    src:url("/files/assets/fonts/overpass/2.1/Overpass-Bold.eot?#iefix") format("embedded-opentype"),url("/files/assets/fonts/overpass/2.1/Overpass-Bold.woff") format("woff"),url("/files/assets/fonts/overpass/2.1/Overpass-Bold.ttf") format("truetype"),url("/files/assets/fonts/overpass/2.1/Overpass-Bold.svg#Overpass-Bold") format("svg");
    font-style:"normal";
    font-weight:800;
    text-rendering:optimizeLegibility
}

@font-face{
    font-family:'Overpass';
    src:url("/files/assets/fonts/overpass/2.1/Overpass-Regular.eot");
    src:url("/files/assets/fonts/overpass/2.1/Overpass-Regular.eot?#iefix") format("embedded-opentype"),url("/files/assets/fonts/overpass/2.1/Overpass-Regular.woff") format("woff"),url("/files/assets/fonts/overpass/2.1/Overpass-Regular.ttf") format("truetype"),url("/files/assets/fonts/overpass/2.1/Overpass-Regular.svg#Overpass-Regular") format("svg");
    font-style:"normal";
    font-weight:600;
    text-rendering:optimizeLegibility
}

@font-face{
    font-family:'Overpass';
    src:url("/files/assets/fonts/overpass/2.1/Overpass-Light.eot");
    src:url("/files/assets/fonts/overpass/2.1/Overpass-Light.eot?#iefix") format("embedded-opentype"),url("/files/assets/fonts/overpass/2.1/Overpass-Light.woff") format("woff"),url("/files/assets/fonts/overpass/2.1/Overpass-Light.ttf") format("truetype"),url("/files/assets/fonts/overpass/2.1/Overpass-Light.svg#Overpass-Light") format("svg");
    font-style:"normal";
    font-weight:400;
    text-rendering:optimizeLegibility
}

body{
    color: #696969;
    font-family: Overpass,Helvetica,helvetica,arial,sans-serif;
}

.language{
    padding-top: 15px;
}

.language a{
    color: #fff;
}

.language a.active{
    text-decoration: underline;
}

.left{
text-align: left;
}

.right{
text-align: right;
}

h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
}

h1 {
    font-weight: 800;
    line-height: 1.08;
}

h4 {
    font-weight: 400;
    display: inline-block;
    padding-left: 0px;
}

p {
    margin: 0px;
    font-size: 18px;
    line-height: 1.5;
}

h6 {
    margin: 0px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 200;
    display: table;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.btn {
    background-color: #c00;
    color: #fff;
    display: inline-block;
    border: 0;
    font-size: .8888888889em;
    padding: .5em 2.2222222222em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease-in 0s;
    cursor: pointer;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
}

.arrow {
    font-size: 12px;
}

.content-section {
    padding-top: 60px;
}

.last {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

@media (min-width: 767px) {
    .content-section {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

::-moz-selection {
    text-shadow: none;
    background: rgba(168, 10, 1, 0.85);
}

::selection {
    text-shadow: none;
    background: rgba(168, 10, 1, 0.85);
    color: #ffffff;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.btn {
    border: 1px solid #ffffff;
    padding: 15px 30px;
    font-size: 18pt;
    font-weight: 600;
    color: #ffffff;
}

header {
    padding: 30px;
}

header .logos .media-element-container {
    height: 40px;
    width: 100%;
    max-width: 146px;
    display: inline-block;
    margin-top: 35px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ffffff;
    margin-bottom: 70px;
}

footer .logos .media-element-container {
    height: 40px;
    width: 100%;
    max-width: 146px;
    display: inline-block;
}

header .logos .media-element-container:last-child {
    border-right: 0px;
}
footer .logos .media-element-container img,
header .logos .media-element-container img {
    height: 40px;
    width: auto;
}

section {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    clear: both;
    display: block;
}

form{
    font-size: 18px;
    line-height: 1.5;
}

.form-message{
    padding-bottom: 15px;
}

.form-horizontal .control-label{
font-weight: 500;
}

.form-footer a {
color: #858585;
}

form h4 {
    font-weight: 800;
    padding-bottom: 15px;
    color: #CC0000;
    text-transform: uppercase;
    padding-top: 15px;
}

.btn {
    background-color: #c00;
    color: #fff;
    display: inline-block;
    border: 0;
    font-size: 18px;
    padding: 8px 35px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .2s ease-in 0s;
    cursor: pointer;
    border-radius: 0px;
}

.btn:hover {
    background-color: #ad0000;
    color: #ffffff;
}

button a,
button:hover a{
    color: #fff;
}

.register {
    width: auto;
    height: auto;
    text-align: center;
    margin-right: 40px;
}

.form-control {
    color: #4c4c4c;
    font-weight: 300;
}

.agenda-dates {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 200;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.agenda-dates tr {
    margin-bottom: 15px;
    border-bottom: 1px #000 solid;
    padding-bottom: 15px;
    display: block;
}

.agenda-dates .time {
    min-width: 250px;
}

@media (max-width: 575px) {
    .agenda-dates .time {
        max-width: 100px;
    }
}

.mod-1 {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    color: white;
}

.a {
    text-align: center;
    background-color: #000;
    background-image: url(../images/DEVOPS-heroe.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-color: black;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#about {
    padding-top: 0px;
}

#about p {
    color: #4c4c4c;
    font-weight: 300;
}

#about h2 {
    color: #cc0000;
}

.mod-2 p {
    color: #4c4c4c;
}

.mod-2 h2 {
    color: #cc0000;
    padding-bottom: 27px;
}

.mod-2.ver-a {
    text-align: left;
    padding-top: 0px;
}

.parent.mod-2.ver-a {
    padding-right: 150px;
}

.mod-5.ver-b {
    text-align: left;
    padding-top: 0px;
}

.mod-5 h2 {
    color: #4c4c4c;
    text-transform: none;
}

.mod-5 .body p {
    padding-bottom: 15px;
}

.mod-5 a {
    padding-left: 0px;
    font-size: 18px;
}

.mod-5 h2 {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
}

.mod-5 h3 {
    color: #696969;
    font-weight: 600;
    font-size: 26px;
    margin-left: 30px;
}

.mod-5 .bio {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    background-color: rgba(240, 240, 240, 1.00);
    display: block;
    min-width: 330px;
}

.mod-5 img {
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: rgba(255, 255, 255, 1.00);
    width: 100%;
    height: auto;
}

.mod-5 .text-box {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.mod-5 .speaker {
    margin-bottom: 30px;
    background-color: rgba(240, 240, 240, 1.00);
    width: 100%;
}

.itinerary-date {
    font-size: 18px;
    right: 0px;
    position: relative;
    background-color: #FFFFFF;
    width: 100%;
    font-size: 18px;
    font-weight: 200;
    border: 0px solid rgba(0, 0, 0, 1.00);
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .mod-5 img {
        height: auto;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }
    .mod-5 .speaker {
        margin-bottom: 30px;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .mod-5 .bio {
        display: block;
        min-width: 0px;
    }
}

.mod-6 img {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.mod-6 p {
    padding-right: 15px;
}

.mod-6 h2 {
    text-transform: uppercase;
    padding: 0 15px 30px;
    color: #cc0000;
}

.mod-6 .headshot {
    padding-top: 0px;
    padding-bottom: 25px;
    display: block;
}

.mod-6 {
    display: block;
    padding-top: 0px;
}

.bio3 {
    border: 1px #000000 solid;
    background-color: #ffffff;
    padding-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 30px;
    display: inline-block;
}

.bio3 h2 {
    color: #cc0000;
    text-transform: uppercase;
    padding-top: 0px;
    font-weight: 600;
}

.bio3 img {
    width: 150px;
    height: auto;
}

.emptydiv{
    display: block;
    height: 50px;
}

.displaynone{
    display: none;
}

.nopadding{
padding: 0;
}

.paddingtop {
    padding-top: 15px
}
#speakers .front.paddingtop{
    padding-top: 50px
}
.paddingbottom {
    padding-bottom: 60px
}

.marginbottom{
    margin-bottom: 60px
}

.agenda-dates h3{
    padding-bottom: 60px;
    padding-top: 30px;
    margin-left: 0px;
    display: none;
}
.footerlinks {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.emaillink {
    color: #00A8E1;
    font-weight: 400;
    text-decoration: underline;
}

.maplink{
    color: #00A8E1;
    font-weight: 400;
    text-decoration: underline;
    font-size: 18px;
}

.mapblock{

}

#cities {
    background-image: url(../images/bg-triangle.png);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-color: rgba(204, 0, 0, 1.00);
    padding-top: 45px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    width: 100%;
    background-position: left top;
    background-attachment: fixed;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
}

#cities p {
    text-align: left;
    color: #ffffff;
    display: block;
    padding-top: 15px;
}

#cities .btn {
    background-color: transparent;
    border: 1px #ffffff solid;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    transition: all 0.2s ease-in-out;
    margin-top: 15px;
}

#cities .btn:hover {
    background-color: #a3000;
    border: 1px solid #a3000;
    color: #ffffff;
}

#cities img {
    width: 100%;
    display: block;
    max-width: 191px;
    margin: 0 auto;
}

#cities .wrapper {
    padding-top: 15px;
    padding-right: 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: left
}

#cities .select {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

@media (max-width: 768px) {
    #cities .wrapper {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    #cities p {
        text-align: center;
    }
    #cities .btn {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #cities .select {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.patternbuilder-item {
    background-color: #f0f0f0;
    padding-bottom: 50px;
}

.patternbuilder-item p {
    padding-bottom: 30px;
    color: #4c4c4c;
    font-weight: 200;
}

header h1 {
    font-size: 42px;
    text-align: left;
    padding-bottom: 30px;
}

header h2 {
    text-transform: none;
    font-weight: 400;
}

header .event {
    text-transform: none;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0px;
    text-align: left;
    font-size: 17pt;
    color:#fff;
}

header .headline {
    text-transform: none;
    display: inline-block;
    margin: 0px;
    text-align: left;
    color:#fff;
}

header .subhead {
    font-size: 20px;
    text-transform: none;
    line-height: 1.2;
    font-weight: 100;
    padding-left: 0px;
}

header .cta {
    line-height: 24px;
    text-transform: none;
    padding-bottom: 27px;
    padding-top: 60px;
    margin-left: 0px;
    padding-left: 0px;
}

header .btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
}

header .btn:hover {
    background-color: #a30000;
    border: 1px solid #a30000;
    color: #ffffff;
}

#homepage {
    padding-bottom: 50px;
}

#homepage .wrapper {
    border: 1px solid #000000;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
}

#homepage .inner-wrapper {
    margin: 30px 0px;
    width: 100%;
}

#homepage .btn {
    float: right;
    margin-right: 30px;
}

#homepage p {
    padding-top: 5px;
    text-align: left;
    margin-left: 30px
}

@media (max-width: 767px) {
    #homepage p {
        padding-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        text-align: center;
    }
    #homepage .btn {
        margin-left: auto;
        margin-right: auto;
        float: none;
        text-align: center;
    }
    #homepage .inner-wrapper {
        margin: 30px 0px;
        width: 100%;
        text-align: center;
        margin: 15px 0px;
    }
    #homepage .wrapper {
        padding-bottom: 15px;
    }
}

#speakers {
    padding-bottom: 50px;
}

#speakers img {
    margin-right: 30px;
}

#speakers p {
    font-weight: 200;
}

#speakers h2 {
    text-transform: uppercase;
    padding: 0;
    font-weight: 500;
}

#speakers .headshot {
    padding-top: 0px;
}

#menu {
    background: #ffffff;
    color: #a30000;
    text-align: center;
}

#menu a {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 1em;
    text-align: left;
}

#menu a.active,
#menu a:hover {
    color: #1a1a1a;
}

#menu a:hover {
    color: #1a1a1a;
}

#menu a div {
    background: #1a1a1a;
    display: inline-block;
}

#menu a.active div,
#menu a:hover div {
    background: #ffffff;
}

#menu a div:after {
    background-color: #d2d3d4;
    height: .4rem;
    width: 2.6rem;
    content: "";
    display: block;
}

#menu a.active div:after,
#menu a.hover div:after {
    background-color: #c00;
}

.bgcolor-1 {
    width: 100%;
    padding-top: 10px;
    padding: 15px;
    margin-top: 0px;
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: 0px;
}

.menublock{
    background: #fff;
    width: 100%;
    margin-bottom: 47px;
    display: inline-block;
}

.menubar {
    width: 100%;
    margin: 0 auto;
    max-width: 975px;
}

.paragraphs-item-dynamic-form {
    max-width: 1005px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.container,
.main-subnav .sub-container {
    width: 100%;
    max-width: 1035px;
}

.form-group>div {
    margin: 0;
}

#contact {
    background-color: #f0f0f0;
    padding-bottom: 50px;
}

#contact>.container{
    padding-bottom: 10px;
}

#contact h2 {
    padding-bottom: 30px;
    color: #CC0000;
    text-transform: uppercase;
    padding-top: 30px;
}

#contact p {
    padding-bottom: 30px;
    color: #4c4c4c;
    font-weight: 200;
}

tbody {
    border-top: 0px solid #ccc;
}

.noborder {
    border-right: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.mod-2.ver-a>.col-md-12 {
    padding-right: 150px;
}

.rh-band-group-header {
    display: none;
}

footer {
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 60px;
    width: 100%;
    background-color: #1C1F22;
    color: #ffffff;
    text-align: center;
}

footer p {
    margin: 0;
    font-size: 12px;
    font-weight: 200;
    color: #646464;
}

footer a {
    text-decoration: none;
    color: #858585;
}

footer .summit {
    float: right;
}

@media (max-width: 500px) {
    header .logos .media-element-container{
        margin-right: 7px;
        margin-bottom: 35px;
    }

    br.nomore{
        display: none;
    }

    .paddingbottom {
        padding-bottom: 30px;
    }

    .mod-2 h2 {
        padding-bottom: 7px;
    }

    footer{
    padding-top: 20px;
    padding-bottom: 10px;
    }

    footer>.container{
    padding: 0;
    }

    footer .paddingtop {
        padding-top: 5px;
    }

    .right{
    text-align: center;
        margin-top: 15px;
    }

    .left{
    text-align: center;
    }

    .mod-2.ver-a>.col-md-12 {
        padding-right: 0px;
    }
    header {
        padding: 10px;
    }
    header .logo {
        margin-top: 10px;
        margin-right: 10px;
    }
    header h1 {
        font-size: 37px;
    }
    header .cta {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .agenda-dates .time {
        min-width: 100%;
        display: block;
        font-weight: 800;
    }
    .bio3 {
        padding-right: 0px;
        padding-left: 0px;
    }
    #speakers .headshot {
        text-align: center;
    }
    #speakers img {
        margin-right: 0px;
    }
}