/*

Landing Zero theme - A free landing page theme from BootstrapZero
http://www.bootstrapzero.com

*/

html,
body {
    width: 100%;
    height: 100%;
}

body {
    /*font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;*/
    font-family: 'Roboto Slab', serif;
    background-color: #FFF;
    color: #d3d3d3;
    webkit-tap-highlight-color: #222;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #080854;
    text-decoration: none;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #9c27c1;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    /*font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;*/
    font-family: 'Sansita', sans-serif;
}

h3{
    color: #4393a3;
    font-family: 'Helvetica Neue', 'Roboto', Arial,sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.white-space{
  margin-bottom:45px;
}

.white{color:#fff}

.row.white-space{padding:25px 0}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #f2f2f2;
}

.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    /* font-family: 'Dancing Script', cursive; */
    font-family: 'Cinzel', serif;
    text-transform: none;
}

.text-faded {
    /* color: rgba(245,245,245,0.7); */
    color: #333;
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #a0a1a2;
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
}

.no-padding {
    padding: 0;
}

.container-fluid{
  position:relative;
}

.navbar-default {
    border-color: rgba(35,35,35,.05);
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    background-color: #080854;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-header > .navbar-brand {
    font-family: 'Questrial','Helvetica Neue',Arial,sans-serif;
    color: #080854;
    /* padding: 15px; */
    padding:8px 20px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-brand>img{height:45px;} 

.affix-top .navbar-brand>img{
    transform: scale(1.8,1.8);
    -moz-transform: scale(1.8,1.8);
    -webkit-transform: scale(1.8,1.8);
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    transition: transform .4s;
    transform-origin:50% 0%;
}

.affix .navbar-brand>img{
    transform: scale(1,1);
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    transition: transform .4s;
}

#topNav .navbar-right{padding-top:17px;}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #8b27b0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #181818;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #eee;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #080854;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #080854 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}


@media(min-width:768px) {
    .navbar-default {
        border-color: transparent;
        background-color: transparent;
        min-height: 60px;
    }

    .navbar-header > .navbar-brand {
        color: rgba(255,255,255,0.7);
        /* padding: 19px; */
        padding: 8px 20px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,0.8);
        padding: 20px;
        letter-spacing: 1.1px;
        text-shadow: 1px 1px 1px rgba(60,60,60,0.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fefefe;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: rgba(90,90,90,0.6);
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        color: #080854;
        /* padding: 20px; */
        padding:8px 20px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #8b27b0;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #ddd;
        text-shadow: 1px 1px 1px rgba(30,30,30,0.7);
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #080854;
    }
}

    #one .container>.row>div{padding:15px 30px 0;}
    #one .container>.row:nth-of-type(2)>div:first-child{border-right: 1px solid #e2e8e9;}

header {
    position: relative;
    overflow: hidden;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: left;
    z-index: 2;
}

header .header-content .inner h1 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

header .header-content .inner hr{
  height: 1px;
  background-color: #fff;
  opacity: 1;
  text-align: left;
  margin-left: 0;
  width: 200px;
  max-width: initial;
  border:none;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

/****************************
*        ANIMATIONS
*****************************/

@keyframes zoomin {
    from {transform: scale(1.3,1.3);}
    to {transform: scale(1,1);}
}
#zoom-photo{
  position: absolute;
  height: 100%;
  width: 100%;
  /*background-image: url('../Optimized-enfants.jpg');*/

  background-image: linear-gradient(180deg, rgba(0,0,0,0.3) 3%, rgba(0,0,0,0) 18%), url('../assets/background-zoom.jpg');
    background-position: 0 0, cover;
    -webkit-background-size: 100% 100%, cover;
    background-size: 100% 100%, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: static, static;

  /*-moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;*/
  background-position: 50% 50%;
  z-index: 100;
  animation-name: zoomin;
  animation-duration: 5.5s;
  animation-timing-function:easeInQuad;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both; /* Safari 4.0 - 8.0 */
  animation-fill-mode: both;
}

@keyframes flares {
    from {transform: scale(1.8,1.8);opacity:1}
    to {transform: scale(0.6,0.6);opacity:0.3}
}
#lens_flares{
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url('../assets/lens-flare.png');
    background-position: 0 0, cover;
    -webkit-background-size: 100% 100%, cover;
    background-size: 100% 100%, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: static, static;
  /*-moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;*/
  background-position: 50% 50%;
  z-index: 100;
  animation-name: flares;
  animation-duration: 5s;
  animation-timing-function:easeInQuad;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both; /* Safari 4.0 - 8.0 */
  animation-fill-mode: both;
}

@keyframes toggle {
  from {transform: translateY(-61px);}
  to {transform: translateY(0);}
}
#topNav{
  z-index: 800;
  animation-name: toggle;
  animation-duration: 2.25s;
  animation-timing-function:easeInQuad;
  animation-delay: 1.5s;
  transform: translateY(-95px);
  -moz-transform: translateY(-95px);
  -webkit-transform: translateY(-95px);
  -webkit-animation-fill-mode: both; /* Safari 4.0 - 8.0 */
  animation-fill-mode: both;
}

@keyframes transparent {
  from {opacity:0;}
  to {opacity: 1;}
}
header .header-content{
  font-family: 'Montserrat', sans-serif;
  animation-name: transparent;
  animation-duration: 1s;
  animation-timing-function:easeInQuad;
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: both; /* Safari 4.0 - 8.0 */
  animation-fill-mode: both;
}



header [id^=header-curve] {
    width: 100%;
    height: 110px;
    display: block;
/*     -webkit-filter: blur(10px);
filter: blur(10px);
mix-blend-mode: overlay;
opacity: .8; */
    fill:#f2f2f2;
    z-index:500;
}
header svg {
    position: absolute;
    bottom: 0;
    left:0;
}

#one{position:relative;}

section#charity img{max-width:100%;max-height:150px;}

.stickyPopup{
    background-color: #A6D2DB;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    z-index: 500;
    padding: 20px 50px 15px;
    color:#FFF;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

.shadow {
    -webkit-filter: drop-shadow( -5px -5px 5px #000 );
    filter: drop-shadow( -5px -5px 5px #000 ); /* Same syntax as box-shadow, except
                                                       for the spread property */
}

#back-rainbow{
    width: 100%;
    height: 340px;
    fill: #f2f2f2;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    mix-blend-mode: overlay;
    opacity: 1;
    z-index:400;
    bottom:10px;
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}

footer {
    background-color:#2d2d2d;
}

footer h4{
    color:#aaa;
}

footer li, footer li a{
    color:#fff;
}

footer li a:hover{
    color: #080854;
    text-decoration: none;
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 50px;
    }

    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index:105;
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }

    section {
        /* min-height: 600px; */
        padding: 80px 0;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    /* background-color: #36333d; */
    background-color: initial;
    background-image: none;
    border:0;
    border-radius: 0;
    border-bottom: 1px solid #a9a9a9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #fff;
    box-shadow: none;
    border-bottom: 2px solid #080854;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
    section#process{display:block;}
    section#processMobile{display:none;}
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    color: #888;
    border:1px solid #888;
    border-color:#888;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    /* border-radius: 290px; */
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.strong_sentence{
    padding: 12px 12%;
    display: block;
    border-top: 1px solid #080854;
    border-bottom: 1px solid #080854;
    margin: 45px 0;
    font-size: 20px;
}

h2{text-align: center;}

h2 + hr{
    border: none;
    height: 4px;
    width: 75px;
    background-color: #927ab8;
    max-width: initial;
    opacity: 1;
    margin:15px auto 25px;
}

section.quote{
    width: 100%;
    background-color: #fff;
}

.quote-content {
    position: relative;
    margin: 0 40px;
    display:inline-block;
    color:#656565;
    font-size: 20px;
}

.quote-content .open-quote {
    background: transparent url(../assets/quotes_left_blue.png) no-repeat left top;
    position: absolute;
    left: -50px;
    top: 0;
    height: 25px;
    width: 30px;
}

.quote-content .close-quote {
    background: transparent url(../assets/quotes_right_blue.png) no-repeat left top;
    position: absolute;
    bottom: 0;
    right: -50px;
    height: 25px;
    width: 30px;
}

section#process div img{
    min-width: 100px;
    width:70%;
    max-width: 220px;
}

section#process div.row{
    margin-bottom: 45px;
}

section#process div.row:nth-of-type(2n+1) > div:first-child{text-align: right;}
section#process div.row:nth-of-type(2n) > div:last-child{text-align: left;}

section#process div.row:nth-of-type(2n) > div:first-child{
    text-align: right;
}

section#process .feature span, section#processMobile h3 span{
    color:#bdc200;
}

section#process .row > div.text-explanation{
    padding-top:30px;
}

.tableStyle {
    display: table;
    border-collapse: separate;
    border-spacing: 8px;
    width: 100%;
    margin: 0px auto;
    padding: 30px 0;
}

.tableStyle>div {
    display: table-row;
    width: 100%;
}

.tableStyle>div>div {
    display: table-cell;
    text-transform: uppercase;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 2s ease-out;
    position: relative;
    overflow: hidden;
}

.tableStyle>div>div:hover .hoverLink {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.tableStyle>div>div .hoverLink a:hover {
    text-decoration: none;
    color: #404040;
}

.tableStyle>div>div .hoverLink a{
    padding: 12px 10px 23px;
    background-color: #fff;
    display: block;
}

.tableStyle>div>div .hoverLink{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    color: #858585;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s cubic-bezier(0.6,.1,.3,.8);
    -moz-transition: all .3s cubic-bezier(0.6,.1,.3,.8);
    -ms-transition: all .3s cubic-bezier(0.6,.1,.3,.8);
    -o-transition: all .3s cubic-bezier(0.6,.1,.3,.8);
    transition: all .3s cubic-bezier(0.6,.1,.3,.8);
    line-height: 1.4;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:pointer;
}
.tableStyle>div>div .hoverLink svg{fill:#fff;display: block;transform: scale(-1, 1);}

.tableStyle>div>div h4{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(60,60,60,0.7);
}

.tableStyle>div>div:hover>h4 {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tableStyle>div>div:active {
    animation: plainScale .7s cubic-bezier(0.6,.1,.3,.8);
}

#processMobile .tableStyle>div>div{vertical-align:top;text-transform: none;text-align: left;}
#processMobile .tableStyle>div>div:first-child {width:20%;min-width:80px;background-color:initial;text-align:center;}
#processMobile .tableStyle>div>div:last-child {color:#777;}
#processMobile .tableStyle>div>div p{margin-bottom: 0;}
#processMobile .tableStyle>div>div h3{margin-top:0;}

#processMobile .tableStyle>div>div:first-child{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+48,080854+49,080854+51,f2f2f2+52,f2f2f2+100 */
background: #f2f2f2; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzA4MDg1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzA4MDg1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #f2f2f2 0%, #f2f2f2 48%, #080854 49%, #080854 51%, #f2f2f2 52%, #f2f2f2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f2f2f2 0%,#f2f2f2 48%,#080854 49%,#080854 51%,#f2f2f2 52%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f2f2f2 0%,#f2f2f2 48%,#080854 49%,#080854 51%,#f2f2f2 52%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-8 */
}

#processMobile .tableStyle>div:last-child>div:first-child{background: initial;}

#processMobile .tableStyle{border-spacing: 8px 0;}
#processMobile .tableStyle > div > div{padding-bottom: 25px;}

.roundNumber{
    width:25px;height:25px;
    margin:0 auto;
    border-radius: 12.5px;
    background-color: #080854;
    font-size: 18px;
}

#two{
    /*background-color: #F8FAFD;*/
    /*border-top: 1px solid #ddd;*/
}
#two .tableStyle>div>div {width:50%;height:310px;}
#two .row h2{margin-bottom:30px;}
#last{
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
    color:#a0a0a0;
}

#last hr{
    border-top: 1px solid #c0c0c0;
