/* EDITOR */
html { position: relative; z-index: 0; }

p { padding: 0px; margin:0px; font-size:1em; line-height:1.5em; }
p a { color: #FF7900; text-decoration:underline; }
p a:hover   { color: #333; text-decoration:underline; }

ul { margin: 10px 0px 10px 25px; padding:0px; }
ul li { list-style: square; padding: 0px; margin:0px; font-size:1em; line-height:1.5em; }
ul li a { color: #FF7900; text-decoration:underline; }
ul li a:hover   { color: #333; text-decoration:underline; }

ol { margin: 10px 0px 10px 25px; padding:0px; }
ol li { list-style: decimal;  padding: 0px; margin:0px; font-size:1em; line-height:1.5em; }
ol li a { color: #FF7900; text-decoration:underline; }
ol li a:hover   { color: #333; text-decoration:underline; }

h1 { padding: 0px 0px 20px 0px; margin:0px 0px 20px 0px; font-size:3em; font-weight:normal; color: #182b49; border-bottom: #e5e5e5 solid 1px; font-family: 'Rokkitt', sans-serif; }
h1 a { color: #FF7900; text-decoration:none; }
h1 a:hover   { color: #333; text-decoration:none; }

h2 { padding:0px; margin: 0px 0px 8px 0px; font-size:1.75em; font-weight:300; color: #182b49; }
h2 a { color: #FF7900; text-decoration:underline; }
h2 a:hover   { color: #333; text-decoration:underline; }

h3 { padding:0px; margin:0px; font-size:1em; text-transform: uppercase; font-weight:700; color: #182b49; }
h3 a { color: #FF7900; text-decoration:underline; }
h3 a:hover   { color: #333; text-decoration:underline; }

h4 { padding:0px; margin:0px; font-size:1.5em; font-weight:normal; }
h4 a { color: #FF7900; text-decoration:underline; }
h4 a:hover   { color: #333; text-decoration:underline; }

h5 { padding:0px; margin:0px; font-size:1.25em; font-weight:normal; }
h5 a { color: #FF7900; text-decoration:underline; }
h5 a:hover   { color: #333; text-decoration:underline; }

sup { font-size: .4em; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
blockquote { margin-left:30px; }

.table-gray { background:#edede9; border:#999 solid 2px; }
.table-gray IMG { border:#FFF solid 2px; margin:0px 10px 10px 0px; box-shadow:0px 0px 10px rgba(0,0,0,0.2); }
.table-gray TD { padding:10px; }

.table-grid TD { border-right:#FFF solid 4px; border-top:#FFF solid 4px; padding:15px; background:#edede9; }
.table-grid TH { border-right:#FFF solid 4px; border-top:#FFF solid 4px; padding:15px; text-align:left; background:#e0dfd9; font-weight:bold; }







/* OVERALL PAGE BODY STYLE ===============================================================================*/
body { margin:0px; padding:0px; background:#f2f2f2; font-family:'Lato', sans-serif; font-size: 16px; line-height: 22px; color:#515151; }
img[src=""] { display: none; }

/* make sure content is hidden when mobil menu is active */
#aspnetForm { overflow-x: hidden !important;  }


#mobil-nav { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: .2s all ease; -moz-transition: .2s all ease; -o-transition: .2s all ease; transition: .2s all ease; }
#page-wrapper { margin-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: .2s margin ease; -moz-transition: .2s margin ease; -o-transition: .2s margin ease; transition: .2s margin ease; }
#mobil-nav { margin-left: -100%; float: left; position: absolute; top: 10px; }
#mobil-nav.fixed { position: fixed; }

.menu-position #page-wrapper { margin-left: 80%; position: relative; width: 100%; float: left; }
.menu-position #mobil-nav { margin-left:0; width: 80%; z-index: 100; }
.menu-position header .header-content { position: absolute; top: -50px; }
.menu-position .site-nav-button { position: absolute; left: 4%; }
.menu-position .main-nav { visibility: visible; }
.menu-position a.phone { left:80%; -webkit-transition: .2s all ease; transition: .2s all ease; -moz-transition: .2s all ease; -o-transition: .2s all ease; }

.container { width: 80%; padding: 0px 10%; position: relative; overflow: hidden; }
.site-nav-button { display: none; }
.clear { height: 0px; clear: both; }


/* MAIN NAV =============================================================================================*/
a.logo { float: left; padding-top: 10px; border: none; }
a.logo img { border: none; }

header { position: relative; z-index: 9; font-weight: 300; margin-top: 50px; }
header .header-content { height: 92px; position: relative; z-index: 2; width: 228px; }

body.fixedNav header { z-index: 9999; top: 0px; margin-top: 0px; border-bottom: #efefef solid 1px; }
body.fixedNav header .header-content { position: fixed; top:0; }
body.fixedNav header .site-nav-button { position: absolute; -webkit-transition: .2s right linear; transition: .2s right linear; -moz-transition: .2s right linear; -o-transition: .2s right linear; }
body.fixedNav header .main-nav { position: fixed; background: #f2f2f2; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; } 
body.fixedNav .headline { overflow: visible; }


header nav * { margin: 0px; padding: 0px; list-style: none; text-decoration: none !important; }
header nav { padding: 0 10%; background: #fff; position: absolute; width: 100%; z-index: 1; top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }

.main-nav > ul { float: right; }
.main-nav > ul > li { float: left; }
.main-nav > ul > li > a { font-weight: 500; cursor: pointer; display: block; float: left; position: relative; font-size: 1.5em; color: #58585a; height: 60px; padding: 32px 36px 0px 18px; }
.main-nav > ul > li > a:after { content: url(/images/nav-arrow.png); position: absolute; top:29px; right: 18px; }
.main-nav > ul > li > a:hover { background: #182b49; color: #fff; }

.main-nav > ul > li.selected > a { background: #163c78; /* Old browsers */
background: -moz-linear-gradient(top,  #163c78 0%, #16386f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#163c78), color-stop(100%,#16386f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #163c78 0%,#16386f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #163c78 0%,#16386f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #163c78 0%,#16386f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #163c78 0%,#16386f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163c78', endColorstr='#16386f',GradientType=0 ); /* IE6-9 */ color: #fff; }


/* DROPDOWN NAV ========================================================================================*/
.main-nav ul li div div { display: none; position: absolute; z-index: 4; top: 92px; left: 0px; width: 80%; margin: 0px 10%; padding:20px; border-bottom: #FF7900 solid 11px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #16386f; /* Old browsers */
background: -moz-linear-gradient(top,  #16386f 0%, #182b4a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16386f), color-stop(100%,#182b4a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #16386f 0%,#182b4a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #16386f 0%,#182b4a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #16386f 0%,#182b4a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #16386f 0%,#182b4a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16386f', endColorstr='#182b4a',GradientType=0 ); /* IE6-9 */ }

.main-nav ul li ul { display: block; float: left; padding:0px; width: 21.75%; margin: 0px; }
.main-nav ul li ul li ul { float: none; padding:0px; margin: 0px; width: 100%; }

.main-nav ul li ul li a { display: block; padding: 8px 10px 8px 10px; color: #fff; font-size: 1.25em; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }
.main-nav ul li ul li a:hover { color: #fff; background: #13418a; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }
.main-nav ul li ul li ul a { background:none; padding: 5px 10px 5px 20px; font-weight: 500; font-size: 1.0em; line-height: 1.0em; }
.main-nav ul li ul li ul a:hover { background: #13418a; }

.main-nav ul li.products-and-services ul:nth-child(5) { width: 13%; }

.main-nav ul li.industries div div { width:auto; margin:auto; left:auto; }
.main-nav ul li.industries ul {  width: 100%; }
.main-nav ul li.industries ul li a { background: none; padding: 5px 10px 5px 10px; }
.main-nav ul li.industries ul li a:hover { background: #13418a; }

.main-nav ul li.company div div { width:411px; margin:auto; left:auto; padding: 20px; }
.main-nav ul li.company ul { width:auto; }
.main-nav ul li.company ul li a { background: none; padding: 5px 10px 5px 10px; }
.main-nav ul li.company ul li a:hover { background: #13418a; }

.main-nav ul li.company ul ul { border-bottom:none; width:100%; }

.main-nav ul li.company ul li:last-child a { border-top:none; display: block; color: #fff; font-size: 1.25em; }
.main-nav ul li.company ul li:last-child a:hover { background: #13418a; }
.main-nav ul li.company ul li:last-child { float: right; margin:-306px -213px 0px 0px; width: 190px;  }
.main-nav ul li.company ul li ul li:last-child { float: none; margin: 0px;; width: auto; }
.main-nav ul li.company ul li ul li a { background: none !important; font-weight: 500 !important; font-size: 1.0em !important; line-height: 1.0em !important; padding: 4px 10px 4px 20px !important; border: none; }
.main-nav ul li.company ul li ul li a:hover { background: #13418a !important; }

.main-nav ul li.resources div div { width:220px; margin:auto; left:auto; }
.main-nav ul li.resources ul { width: 100%; }
.main-nav ul li.resources ul li a { padding: 4px 10px 4px 10px; }
.main-nav ul li.resources ul li a:hover { background: #13418a; }

/* ON-STATES */
body.products-and-services .main-nav > ul > li.products-and-services > a { background: #16386e; color: #fff; }
body.industries .main-nav > ul > li.industries > a { background: #16386e; color: #fff; }
body.company .main-nav > ul > li.company > a { background: #16386e; color: #fff; }
body.resource-library .main-nav > ul > li.resources > a { background: #16386e; color: #fff; }
body.contact-us .main-nav > ul > li.contact > a { background: #16386e; color: #fff; }


/* HEADLINE ===========================================================================================*/
.headline { height: 243px; position: absolute; overflow: visible; }
.headline a { background:url(/images/headline-bg.png) repeat; position: absolute; top: 60px; z-index: 0; width:384px; padding: 15px; text-decoration: none; color: #fff; }
.headline-position a { top: 220px; }
.headline h1 { font-size: 2.25em; border:none; color: #fff; margin: 0px 0px 5px 0px; padding: 0px; }
.headline h1 img { width: 100%; height: auto; max-width: 384px; }
.headline a:after { content: url('/images/xl-bullet.gif'); padding: 15px 0px 0px 22px; height: 37px; width: 30px; background: #5b8f22; position: absolute; top:0px; right: -52px; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }
.headline a:hover:after { background: #80ac44; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }
.headline a p { line-height: 1.25em; }

/* BANNERS ===========================================================================================*/
.banner { width: 100%; position: relative; z-index: -1; margin-top: -142px; height: 340px; }
.banner span { width: 100%; position: fixed; z-index: -1; height: 340px; background:url(/images/oneneck-denver.jpg) no-repeat bottom; background-size: cover; }
.banner span img { width: 100% !important; min-width: 1290px !important; height: auto !important; }

body.fixedNav .banner { padding-top: 139px; }

body.default .banner { height: 520px; position: relative; z-index: 1; clear: both; background:#333; }

body.default .banner span { height: 520px; background-repeat: no-repeat; background-position: bottom; background-size: cover; }

body.default .banner span:before { content: ""; background: url(/images/banners-top.png); height: 27px; width: 348px; display: block; position: absolute; z-index: 999; left: 0px; top: 244px; }
body.default .banner span:after { content: ""; background: url(/images/banners-bottom.png); height: 4px; width: 414px; display: block; position: absolute; z-index: 999; left: 0px; top: 460px; }

body.default .banner span h1 { display: block; float: left; background: #2a6ebb; color: #fff; font-size: 4em; line-height: 1em; border-bottom: none; position: absolute; z-index: 999; left: 0px; top: 292px; padding: 16px 40px 16px 10%; margin: 0; }
body.default .banner span h2 { position: relative; display: block; float: left; background: #752864; color: #fff; font-size: 1.75em; line-height: 1em; border-bottom: none; position: absolute; z-index: 999; left: 0px; top: 384px; padding: 6px 40px 6px 10%; margin: 0; }
body.default .banner span h2:after { content:""; background: #182b49; display: block; height: 10px; width: 100%; position: absolute; z-index: 9999; bottom: -8px; right: 40px;  }
body.default .banner span h2 sup { font-size: .5em; }

body.default .banner-slide { position: absolute; z-index: 1; height: 520px; left:0px !important; width: 100%; }
body.default .banner .slides_control { left: 0px !important; }

/*
<<<<<<< .working
body.default .banner span { background-image:none; height: 520px; background-repeat: no-repeat; background-position: bottom; background-size: cover; }
=======
body.default .banner span { background-image:none; height: 520px; background-repeat: no-repeat; background-position: bottom; background-size: cover; }
>>>>>>> .merge-right.r229
*/
body.default .banner-slide h1 img.reliacloud-logo { border:0; width: 112px !important; min-width: 112px !important; height: 54px !important; float: left; margin: 2px 20px 0 0; }
body.default .banner-slide img.reliacloud-Arizona { border:0; width: 166px !important; min-width: 166px !important; height: 176px !important; float: right; margin-top: 320px; }

body.default .banner ul.pagination { margin:0; margin-left: 10%; padding:0; position: fixed; z-index: 999; top: 484px; }
body.default .banner ul.pagination li { margin: 0; padding: 0; float: left; list-style: none; }
body.default .banner ul.pagination li a { overflow: hidden; display: block; height: 0px; width: 20px; margin: 0 10px 0 0; padding-top: 20px; background: #182b49; }
body.default .banner ul.pagination li a:hover { cursor: pointer; background: #fff; }
body.default .banner ul.pagination li.current a { background: #2a6ebb; }



.grey { background:#4d4f53; }
.green { background: #5b8f22; }
.red { background: #96172e; }
.yellow { background: #eaab00; }
.purple { background: #752864; }
.light-blue { background: #2a6ebb; }


/* HOME SERVICES CALLOUTS ===========================================================================*/
section.service-offerings { overflow: visible; clear: both; padding-top: 105px; padding-bottom: 10px; background: #182b49; position: relative; z-index: 3; border-top: #1c6bba solid 11px; }
section.service-offerings:before { content: url('/images/boxes-bg-small.png'); position: absolute; top:20px; right: 0px; overflow: hidden; }
section.service-offerings a { display: block; float: left; margin-bottom: 80px; width: 33.33333333%; color: #c1c6ce; text-decoration: none; text-align: center; height: 180px; }
section.service-offerings a h2 { font-weight: normal; font-size: 1.5em; margin-bottom: 10px; margin-top: 10px; color: #fff; }
section.service-offerings a p { display: inline-block; font-weight: 300; font-size: 1.1em; line-height: 1.15em; width: 220px; }
section.service-offerings a img { border: none !important; }

section.service-offerings span { position: relative; display: inline-block; width: 208px; height: 76px; border-radius: 0px 0px 20px 0px; }
section.service-offerings a:hover { color: #fff; }
section.service-offerings a span {  -webkit-transition-property: background,margin,width,height; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background,margin,width,height; -moz-transition-duration: .2s; -moz-transition-timing-function: ease-out; transition-property: background,margin,width,height; transition-duration: .2s; transition-timing-function: ease-out; }
section.service-offerings a:hover span { margin-top:-2px; margin-bottom: -2px; width: 220px; height: 80px;  -webkit-transition-property: background,margin,width,height; -webkit-transition-duration: .1s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background,margin,width,height; -moz-transition-duration: .1s; -moz-transition-timing-function: ease-out; transition-property: background,margin,width,height; transition-duration: .1s; transition-timing-function: ease-out; }

section.service-offerings .grey img { margin-top: 10px; }
section.service-offerings .green img { margin-top: 14px; }
section.service-offerings .red img { margin-top: 12px; }
section.service-offerings .yellow img { margin-top: 18px; }
section.service-offerings .purple img { margin-top: 18px; }
section.service-offerings .light-blue img { margin-top: 15px; }

section.service-offerings a:hover .grey { background: #737578; }
section.service-offerings a:hover .green { background: #80ac44; }
section.service-offerings a:hover .red { background: #b23353; }
section.service-offerings a:hover .yellow { background: #f0c200; }
section.service-offerings a:hover .purple { background: #974c88; }
section.service-offerings a:hover .light-blue { background: #4f90ce; }


/* HOME SERVICES CALLOUTS ===========================================================================*/
section.data-center-tour { clear: both; width: 100%; text-align: center; color: #fff; position: relative; z-index: 4; padding: 70px 0px; background:url(/images/data-center-tour-bg.jpg) no-repeat bottom; background-size: cover; }
section.data-center-tour span { background: url(/images/data-center-tour-dots-bg.png) repeat; padding: 30px 10px 26px 10px; }
section.data-center-tour h3 { font-size: 3em; font-weight: 500; color: #fff; text-transform: none; text-shadow: 0px 0px 15px rgba(0,0,0,0.9); margin-bottom: 60px; font-family: 'Rokkitt', sans-serif; }
section.data-center-tour a { margin: 0px 20px; }


/* HOME NEWS & EVENTS ===============================================================================*/
section.news-and-events { clear: both; background:#fff; overflow: hidden; padding-top:60px; padding-bottom: 60px; position: relative; z-index: 5;  }
section.news-and-events h3 { text-align: center; color: #182b49; font-size: 3em; line-height: .75em; font-weight: 500; margin-bottom: 40px; font-family: 'Rokkitt', sans-serif; }
section.news-and-events .news { float: left; width: 40%; margin-left: 5%; }
section.news-and-events .events { float: right; width: 40%; margin-right: 5%; }

section.news-and-events a { text-decoration: none; }
section.news-and-events a h4 { font-weight: 300; font-size: 1.5em; margin-bottom: 10px; } 
section.news-and-events a p { color: #6c6b6b; margin-top: 5px; }

section.news-and-events div > a { background: url(/images/large-bullet.gif) no-repeat 0px 12px; padding: 10px 34px 10px 34px; padding-left: 34px; overflow: hidden; display: block; color: #182b49; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }
section.news-and-events div > a:hover { background: #EEE url(/images/large-bullet.gif) no-repeat 0px 12px; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }
section.news-and-events div > a img { float: left; border:solid 1px #cfcfcf; height: auto !important; width: 80px !important; margin: 0px 10px 0px 10px; }
section.news-and-events div > a img[src*="blankimage"] { display: none !important; } 

section.news-and-events ul { clear: both; margin: 20px 0px 0px 10px; }
section.news-and-events ul li { margin: 0px 0px 15px 0px; list-style: none; background: url(/images/small-bullet.gif) no-repeat 0px 9px; padding-left: 22px; }
section.news-and-events ul li a { color: #6c6b6b; }
section.news-and-events ul li a:hover { color: #182b49; text-decoration: underline; }

section.news-and-events .events ul { clear: both; margin: 10px 0px 0px 10px; }
section.news-and-events .news span,section.news-and-events .events span { margin: -8px 0px 0px 0px; display: block; color: #9e9e9e; font-size: .8em; }

.bluelink  { color: #333; text-decoration:none; }
.bluelink:hover   { color: #FF7900; text-decoration:none; }


/* TESTIMONIAL SLIDER ===============================================================================*/
section.testimonials { position: relative; z-index: 5; background: #182b49; border-top: #1c6bba solid 11px; padding-top: 40px; display: block; width: 100%; }
section.testimonials .slides_container { width: 100%; }
section.testimonials .slides_control { width: 100% !important; }
section.testimonials .slide { width: 100%; }
section.testimonials h5 { height: 260px; width:45%; padding: 20px 22.5% 0px 22.5%; margin:auto; display: block; color: #fff; font-size:1.25em; line-height: 1.25em; }
section.testimonials h5:before { content: url('/images/quote-l.png'); position: absolute; top:0px; left: 22.5%; } 
section.testimonials h5:after { content: url('/images/quote-r.png'); position: absolute; top:100px; right: 22.5%; } 
section.testimonials h5 span { display: block; text-align:inherit; margin-top:0px; }
section.testimonials h5 span span { display: block; text-align: center; margin-top: 20px; font-size: .75em; }
section.testimonials .prev, section.testimonials .next { display: block; height: 0px; padding-top: 45px; width: 23px; overflow: hidden; position: absolute; z-index: 999; top: 124px; }
section.testimonials .prev { background: url(/images/testimonials-arrow-l.png) no-repeat 0px 0px; left: 10%; }
section.testimonials .next { background: url(/images/testimonials-arrow-r.png) no-repeat 0px 0px; right: 10%; }
section.testimonials .prev:hover, section.testimonials .next:hover { background-position: 0px -45px; }

section.testimonials .pagination { background:#171717; display: block; margin:0px; text-align: center; }
section.testimonials .pagination li { margin: 0px; padding: 0px; display: inline-block; position: relative; width: 10%; }
section.testimonials .pagination li img { width:100%; height: auto; padding-top: 8px; padding-bottom: 0px; opacity: .2; -webkit-transition-property: opacity; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: opacity; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: opacity; transition-duration: .3s; transition-timing-function: ease-out; }
section.testimonials .pagination li a:hover img { opacity: 1; -webkit-transition-property: opacity; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: opacity; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: opacity; transition-duration: .3s; transition-timing-function: ease-out; }
section.testimonials .pagination li.current img { opacity: 1;}
section.testimonials .pagination li.current:before { content: url('/images/pagination-current.png'); position: absolute; top:-18px; left: 50%; margin-left: -10px; } 


/* FOOTER ==========================================================================================*/
footer { min-height: 260px; background:#1d1d1d; z-index: 999; }
.social { float: left; padding-top: 30px; }
.social a { display: inline-block; height: 25px; margin-right: 20px; }
.social a.facebook { background: url(/images/social/facebook-sprite.png) no-repeat 0px 0px; width: 12px; }
.social a.linkedin { background: url(/images/social/linkedin-sprite.png) no-repeat 0px 0px; width: 25px; }
.social a.twitter { background: url(/images/social/twitter-sprite.png) no-repeat 0px 0px; width: 25px; }
.social a.youtube { background: url(/images/social/youtube-sprite.png) no-repeat 0px 0px; width: 20px; }
.social a.google-plus { background: url(/images/social/google-plus-sprite.png) no-repeat 0px 0px; width: 26px; }

.social a:hover { background-position: 0px -25px; }

a.phone { color: #CCC !important; text-decoration: none; }
a.phone:hover { text-decoration: none; }

.copyright { float: right; padding-top: 25px; }
.copyright p { color: #666; font-size: .8em; text-align: right; }
.copyright p a { color: #666; }
.copyright p a:hover { color: #FF7900; }


/* INSIDE ELEMENTS =================================================================================*/
section.content { min-height: 600px; background:#fff; padding-top: 30px; overflow: hidden; }

div.crumb ul { float: left; margin: 0px 0px 30px 0px; }
div.crumb ul li { float: left; list-style: none; color: #484848;  }
div.crumb ul li a { position: relative; color: #a7a7a7; padding-right: 20px; margin-right: 12px; }
div.crumb ul li a:hover { color: #FF7900; }
div.crumb ul li a:after { content: url('/images/crumb-arrow.png'); position: absolute; top:-1px; right: 0px; } 

.copy { float: left; width:58.5%; margin-top: 10px; padding-bottom: 120px; position: relative; }
.no-callouts { width: 77.5%; }


.copy h1 { line-height: .75em; }
.copy h2 { line-height: 1.25em; }
.text h2 { font-weight: 500; font-size:1em; }

.copy ul { margin: 10px 0px 20px 20px; }
.copy ul li { margin: 0px 0px 5px 0px; list-style: none; background: url(/images/small-bullet.gif) no-repeat 0px 9px; padding-left: 22px; }
.copy .button { background: #FF7900 url(/images/button-arrow.png) no-repeat right 14px; }
.copy .button:hover { background: #ff8a37 url(/images/button-arrow.png) no-repeat right 14px; }

.copy .newsletter { position: absolute; top: 0; margin: 0; right: 0; }
.copy .newsletter .button { background-image: none; }
.copy #newsletter { margin: 0; }


/* INSIDE CALLOUTS */
.callouts { float: right; width: 16.5%; margin-left: 2.5%; margin-bottom: 60px; overflow: hidden; }
.callouts .callout:nth-child(1) { margin-top: 65px; }
.callout { clear: right; float: right; width:100%; margin: 10px 0px 10px 0px; background: #dedede; color: #333; padding: 15px 5% 30px 5%; border-radius: 0px 0px 20px 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.callout h3 { color: #fff; text-transform: none; font-family: 'Rokkitt', sans-serif; font-size: 1.5em; font-weight: normal; }
.callout h4 { font-size: 1.25em; font-weight: 300; margin-bottom: 10px; }
.callout h4 a { color: #333; }
.callout h4 span { font-size: .6em; font-style: italic; }

.callout a { color: #999999; text-decoration: none; }
.callout a:hover { color: #FF7900; text-decoration: none; }
.callout p:nth-child(2) { font-size: .8em; margin-top: 10px; }


.testimonial { background: #182b49; color: #fff; position: relative; padding-top: 30px; }
.testimonial:before { content: url('/images/quote-l-small.png'); position: absolute; top:12px; left: 12px; } 
.testimonial:after { content: url('/images/quote-r-small.png'); position: absolute; bottom:12px; right: 12px; } 
.testimonial.callout a { color: #B8C9CC; text-decoration: none; }
.testimonial.callout a:hover { color: #999; text-decoration: none; }

.blue-callout { background: #182b49; color: #fff; }

.callouts .button { display: block; padding: 8px 40px; }

.callouts .cloud-hosting-solutions h3 { position: relative; display: block; background:#4d4f53 url(/images/icons/reliacloud.png) no-repeat 10px center; background-size: 50px auto; margin: -15px -6% 20px -6%; padding: 15px 0px 15px 72px; }
.callouts .cloud-hosting-solutions h3:after { contcopyent: url('/images/grey-arrow.png'); position: absolute; bottom:-14px; left: 50%; margin-left: -8px; } 
.callouts .managed-services h3 { position: relative; display: block; background:#5b8f22 url(/images/icons/managed-services.png) no-repeat 10px center; background-size: 50px auto; margin: -15px -6% 20px -6%; padding: 15px 0px 15px 72px; }
.callouts .managed-services h3:after { content: url('/images/green-arrow.png'); position: absolute; bottom:-14px; left: 50%; margin-left: -8px; } 
.callouts .erp-management h3 { position: relative; display: block; background:#96172e url(/images/icons/erp-management.png) no-repeat 10px center; background-size: 50px auto; margin: -15px -6% 20px -6%; padding: 15px 0px 15px 72px; }
.callouts .erp-management h3:after { content: url('/images/red-arrow.png'); position: absolute; bottom:-14px; left: 50%; margin-left: -8px; } 
.callouts .professional-services h3 { position: relative; display: block; background:#f0c200 url(/images/icons/professional-services.png) no-repeat 10px center; background-size: 50px auto; margin: -15px -6% 20px -6%; padding: 15px 0px 15px 72px; }
.callouts .professional-services h3:after { content: url('/images/yellow-arrow.png'); position: absolute; bottom:-14px; left: 50%; margin-left: -8px; } 
.callouts .it-hardware h3 { position: relative; display: block; background:#752864 url(/images/icons/it-hardware.png) no-repeat 10px center; background-size: 50px auto; margin: -15px -6% 20px -6%; padding: 15px 0px 15px 72px; }
.callouts .it-hardware h3:after { content: url('/images/purple-arrow.png'); position: absolute; bottom:-14px; left: 50%; margin-left: -8px; } 
.callouts .data-centers h3 { position: relative; display: block; background:#2a6ebb url(/images/icons/data-centers.png) no-repeat 10px center; background-size: 50px auto; margin: -15px -6% 20px -6%; padding: 15px 0px 15px 72px; }
.callouts .data-centers h3:after { content: url('/images/light-blue-arrow.png'); position: absolute; bottom:-14px; left: 50%; margin-left: -8px; } 

.callouts .social { float: none; width: 100%; padding-top: 15px; text-align: center; }
.callouts .social a { display: inline-block; height: 25px; margin-right: 15px; }
.callouts .social a.facebook { background: url(/images/social/facebook-sprite.png) no-repeat 0px -50px; width: 12px; }
.callouts .social a.linkedin { background: url(/images/social/linkedin-sprite.png) no-repeat 0px -50px; width: 25px; }
.callouts .social a.twitter { background: url(/images/social/twitter-sprite.png) no-repeat 0px -50px; width: 25px; }
.callouts .social a.youtube { background: url(/images/social/youtube-sprite.png) no-repeat 0px -50px; width: 20px; }
.callouts .social a.google-plus { background: url(/images/social/google-plus-sprite.png) no-repeat 0px -50px; width: 26px; margin-right: 0px; }

.callouts .social a:hover { background-position: 0px -25px; }

/* CUSTOMER LOGOS */
.customers { text-align:center; background: #fff; border: #ccc solid 1px; padding-top: 8px; padding-left:0; padding-right:0; padding-bottom: 20px; }
.customers a { display:inline-block; height:110px; width:110px; text-align:center; margin:0px;  line-height: 6.75em; }
.customers img { vertical-align: middle; width: 85px; height: auto; padding: 5px; max-height: 96px;  }
.customers a img { border: none !important; }
.customers h4 { text-align: center; font-size: 1.25em; color: #666; display: block; border-bottom: #ccc solid 1px; padding-bottom: 8px; }
.customers .blue-button { clear: both; color: #fff; line-height: 1em; height: auto; width: auto; float: none; margin: 20px 10px 5px 10px; display: block; }
.customers .blue-button:hover { color: #fff; }
.customer-logos { display: none; }
.customers #see-more:after { content: 'See more ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¾'; }
.customers #see-more.down:after { content: 'See less ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â´'; }


/* LEADERSHIP TEAM */
.executive { display: block; overflow: hidden; clear: both; padding: 10px; margin: 20px 0px; background: #f2f2f2; border-radius: 0px 0px 20px 0px; }
.executive img { float: left; width: 135px; height: auto; margin-right: 10px; border:solid 2px #fff !important; }


/* LIVE CHAT ======================================================================================*/
.live-chat { position: fixed; z-index: 1; top: 175px; right: 0px; display: block; width: 45px; height: 133px; background: #FF7900 url(/images/live-chat.png) no-repeat 14px 14px; -webkit-transition-property: width,height; -webkit-transition-duration: .15s; -webkit-transition-timing-function: ease-out; -moz-transition-property: width,height; -moz-transition-duration: .15s; -moz-transition-timing-function: ease-out; transition-property: width,height; transition-duration: .15s; transition-timing-function: ease-out; }
.live-chat:hover { cursor: pointer; width: 55px; -webkit-transition-property: width,height; -webkit-transition-duration: .15s; -webkit-transition-timing-function: ease-out; -moz-transition-property: width,height; -moz-transition-duration: .15s; -moz-transition-timing-function: ease-out; transition-property: width,height; transition-duration: .15s; transition-timing-function: ease-out; }


/* SEARCH =============================================================================================*/
.search { position: absolute; top: 0px; z-index: 999; }
.search input[type=text] { background:url(/images/search-bg.png) no-repeat right; float: right; margin: 14px 20px 0px 0px; border:#afafaf solid 1px; font-family:'Lato', sans-serif; color: #333; font-weight: 500; font-size: .8em; box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3); padding: 3px 4px 2px 4px; width: 172px; }
.search input[type=text]:hover { border-color:#999; }
.search input[type=text]:focus { outline: none; border-color: #FF7900; box-shadow: none; }


/* NEWSLETTER =========================================================================================*/
.newsletter { float: left; margin: 26px 0px 0px 0px; position: relative; }
.newsletter input[type=text] { float: left; background: #333; border: #333 solid 1px; margin: 5px 0px 0px 0px; font-family:'Lato', sans-serif; color: #999; font-weight: 300; font-size: 1em; padding:1px; width: 146px; }
.newsletter input[type=text]:hover { border-color:#999; }
.newsletter input[type=text]:focus { outline: none; border-color: #FF7900; background: #666; color:#000; }
.newsletter .button { float: left; font-size: 1em; padding: 2px 10px; margin: 5px 0px 0px 0px; }
.newsletter-form { background: #515151; display: none; border: #333 solid 1px; width: 150px; padding: 0px 5px; overflow: hidden; position: absolute; top: 35px; }
.newsletter-form .button { margin-bottom: 5px; width: 150px; }
.remain-empty { position: absolute; top: 10000px; left: 10000px; background: #ff0000; }
#NewsletterSignUpComplete { color: #fff; }

/* BLOG Notificaiton Sign Up ==========================================================================*/
.blog-form { background: #515151; display: none; border: #333 solid 1px; width: 150px; padding: 0px 5px; overflow: hidden; position: absolute; top: 35px; }
.blog-form .button { margin-bottom: 5px; width: 150px; }
.blogremain-empty { position: absolute; top: 10000px; left: 10000px; background: #ff0000; }
#BlogSignUpComplete { color: #fff; }


/* PARTNERS ===========================================================================================*/
.partner-logos { text-align:center; }
.partner-logos a { display:block; border:#e0dfd9 solid 1px; height:120px; width:120px; text-align:center; float:left; margin:12px;  line-height: 7em; }
.partner-logos img { vertical-align: middle; width: 90px; height: auto; padding: 10px; max-height: 104px;  }
.partner-logos a img { border: none !important; }


/* EVENTS =============================================================================================*/
.event-table { width:100%; }
.event-table th { padding:10px; vertical-align:top; text-align:left; font-weight:300; font-size: 1.5em; color:#182b49; background: #efefef; }
.event-table td { padding:10px; vertical-align:top; font-size:1em; line-height:1.5em; width: 33%; border-bottom: #efefef solid 1px; }
.event-table tbody tr { -webkit-transition-property: background; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .2s; -moz-transition-timing-function: ease-out;  transition-property: background; transition-duration: .2s; transition-timing-function: ease-out; }
.event-table tbody tr:hover { color:#FF7900; cursor:pointer; background:#edede9;-webkit-transition-property: background; -webkit-transition-duration: .2s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .2s; -moz-transition-timing-function: ease-out;  transition-property: background; transition-duration: .2s; transition-timing-function: ease-out; }
.event-table tbody tr td:nth-child(1) { font-weight:500; }
.table-form td { padding:5px; }

.errors p { font-weight:bold; display:block; padding:5px; color:#CC0000; background:#FFF; border:#CC0000 solid 3px; }
.errors ul li { font-weight:normal; color:#CC0000; }


/* NEWS / BLOG ARTICLES ==================================================================================*/
.article-nav {  overflow: hidden; margin-bottom: 30px; }
.article-nav ul { display: block; margin: 0px; padding: 0px; }
.article-nav ul li { margin: 0px; padding: 0px; list-style: none; background: none; float: left; font-size: .8em; }
.article-nav ul li a { margin:5px 5px 5px 0px; text-decoration: none; color: #333; border:#DDD solid 1px; display: block; padding: 4px 10px 3px 10px; float: left; background: #f2f2f2; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; } 
.article-nav ul li:last-child a { margin-right: 0px; }

.article-nav ul li a.on { background: #182b49; color: #fff; }
.article-nav ul li a:hover { background: #182b49; color: #fff; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; } 

article.listing { display: block; clear: both; margin: 10px 0px; }
article.listing a { color: #333; border-bottom: #DDD solid 1px; overflow: hidden; text-decoration: none; display: block; clear: both; margin: -10px 0px 0px 0px; padding: 30px;  -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }
article.listing a:hover { background: #f2f2f2;  -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }
article.listing figure { margin: 0px; padding: 0px; }
article.listing figure img { float:left; width: 10%; margin:0px 2% 0px 0px; padding: 0px; border: none; }
article.listing h2 { float: left; width: 75%; font-size: 1.75em; line-height: 1em; color: #182b49; margin-bottom: 0px; }
article.listing time { clear: left; float: left; color: #999; font-size: .8em; margin-right: 10px; line-height: 1.5em; margin-top: 3px; }
article.listing p { clear: left; float: left; width: 75%; margin-top: 5px; }
article.listing p.author { clear: none !important; float: left; width: 75%; margin-top: 3px; font-size: .8em; }

.pager-t { text-align: center; margin-top: 20px; }
.pager-t a { color: #666; }
.pager-t a:hover { color: #333; }
.pager-t .button { background-image:none; padding: 0px 4px; }
.pager-t .button:hover { background-image:none; }

.addthis_toolbox { margin-bottom: 20px; }
.addthis_button_tweet { width: 87px; }
.addthis_button_google_plusone { width: 64px; }

.photo { float: right; margin: 0px 0px 10px 20px; max-width: 250px; }


/* AUTHORS ========================================================================================*/
#author { display: block; padding:15px 0px; overflow: hidden; }
#author img { width: 70px; height: auto; float: left; margin-right: 20px; }
#author .text { margin-top: 20px; }

.page-callout { float: right; background: #f2f2f2; width: 250px; padding: 15px; margin-left:20px; }
.page-callout .right-callout > img { width: 100%; height: auto; margin-bottom: 15px; }

.slat { display: block; margin: 10px 0px; padding: 30px; }
.slat img { float:left; width: 10%; margin:0px 2% 0px 0px; padding: 0px; border: none; }
.slat h3 { text-transform: none; }

/* RESULTS ===================================================================================*/
.result { margin-bottom: 30px; clear: both; padding-left: 30px; }
.result h2 { line-height: 1.25em; }
.result p { max-width: 700px; }
.result img { float: left; margin: 10px 10px 30px }

/* NO LEFT INSIDE ELEMENTS ========================================================================*/
body.noleft .leftnav { display: none; }
body.noleft .copy { float: left; width:95%; margin-top: 10px; padding-bottom: 120px; }
body.noleft .crumb { display: none; }
body.noleft .divFormBuilder { width: 60%; margin: 0 20%; }
body.contact-us .copy { width: 77.5%; }
body.contact-us .callouts { width: 20%; }
body.contact-us .callouts .button { font-size: 1.2em; background: #FF7900 url(/images/button-arrow.png) no-repeat right 14px; }
body.contact-us .callouts .button:hover { background: #ff8a37 url(/images/button-arrow.png) no-repeat right 14px; }
body.media table,
body.media iframe { width: 100%; }
body.media td { width: 50%; }


/*LEFT NAVIGATION ================================================================================*/
.leftnav { clear: left; width:20%; padding:0px; margin: 0px 2.5% 120px 0px; float:left; background: #f2f2f2; }
.leftnav a { text-decoration: none; display: block; -webkit-transition-property: background,color; -webkit-transition-duration: .15s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background,color; -moz-transition-duration: .15s; -moz-transition-timing-function: ease-out; transition-property: background,color; transition-duration: .15s; transition-timing-function: ease-out; }
.leftnav a:hover { text-decoration: none; color: #182b49; -webkit-transition-property: background,color; -webkit-transition-duration: .15s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background,color; -moz-transition-duration: .15s; -moz-transition-timing-function: ease-out; transition-property: background,color; transition-duration: .15s; transition-timing-function: ease-out; }
.leftnav ul { list-style:none; margin: 0px; padding: 0px;  }

.leftnav li { list-style:none; margin: 0px; padding: 0px; font-size: 1em; }
.leftnav li a { color: #7b7b7b; padding: 5px 15px 5px 15px; }
.leftnav li a:hover { background: #eaeaea; }

.leftnav li.on { }
.leftnav li.on a { background: #182b49; color: #fff; }
.leftnav li.on ul { padding: 10px 0px 10px 0px; background: #dedede; }
.leftnav li.on ul li { font-size: .9em; }
.leftnav li.on ul li a { background: #dedede; color: #666; padding: 2px 15px 2px 25px; }
.leftnav li.on ul li a:hover { color: #182b49; }
.leftnav li.on ul li.on a { color: #182b49; font-weight: 700; }

.leftnav h2 { font-size: 1.5em; padding: 20px 15px 10px 15px; }
.leftnav h2 a { font-weight: 300; color: #182b49; }

.leftnav li.on ul li.on ul { padding: 0px 0px 0px 0px; }
.leftnav li.on ul li.on ul li a { background: #dedede; color: #666; padding: 2px 15px 2px 40px; }
.leftnav li.on ul li.on ul li a:hover { color: #182b49; }
.leftnav li.on ul li.on ul li.on a { color: #182b49; font-weight: 700; }

.leftnav li.on ul li.on ul li.on ul li a { background: #dedede; color: #666; padding: 2px 15px 2px 60px; }
.leftnav li.on ul li.on ul li.on ul li a:hover { color: #182b49; }
.leftnav li.on ul li.on ul li.on ul li.on a { color: #182b49; font-weight: 700; }



/* FORM STYLES ===================================================================================*/
.divFormBuilder label { }
.divFormBuilder textarea { }
.divFormBuilder .radiobuttonlist { }
.divFormBuilder .checkboxlist { }
.divFormBuilder .checkboxlist label { }
.divFormBuilder .checkboxlist input { }
.divFormBuilder .dropdownlist { }
.divFormBuilder .fileupload ul { }
.divFormBuilder .fileupload ul li { }


.divFormBuilder { background:#f2f2f2; width: 40%; }
.formBuildError { font-size: 1.5em; color: #CC0000; font-weight: 700; }
.divFormBuilder .label { margin: 0px 4%; padding: 0px; width: 90%; }

.textbox { font-family:'Lato', sans-serif; color: #333; font-weight: 500; font-size: 1em; border:#c2c2c2 solid 1px; box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3); margin: 4px 4%; padding: 4px; width: 90%; }
.textbox:hover { border-color:#999; }
.textbox:focus { outline: none; border-color: #FF7900; box-shadow: none; }

.select { font-family:'Lato', sans-serif; color: #333; font-weight: 500; font-size: 1em; border:#c2c2c2 solid 1px; box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3); margin: 4px 4%; padding: 4px; width: 90%; }
.select:hover { border-color:#999; }
.select:focus { outline: none; border-color: #FF7900; box-shadow: none; }

.dropdownlist { font-family:'Lato', sans-serif; color: #333; font-weight: 500; font-size: 1em; border:#c2c2c2 solid 1px; box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3); margin: 4px 4%; padding: 4px; width: 90%; }
.dropdownlist:hover { border-color:#999; }
.dropdownlist:focus { outline: none; border-color: #FF7900; box-shadow: none; }

.textarea { font-family:'Lato', sans-serif; color: #333; font-weight: 500; font-size: 1em; border:#c2c2c2 solid 1px; box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3); margin: 4px 4%; padding: 4px; width: 90%; height:100px; }
.textarea:hover { border-color:#999; }
.textarea:focus { outline: none; border-color: #FF7900; box-shadow: none; }

.button { border:none; font-family:'Lato', sans-serif; font-weight: 300; background: #FF7900; color: #fff; text-align: center; text-decoration: none; font-size: 1.5em; padding:5px 40px 5px 20px; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }
.button:hover { cursor:pointer; text-decoration: none; background: #ff8a37; color: #fff; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }

.blue-button { border:none; font-family:'Lato', sans-serif; font-weight: 300; background: #182b49; color: #fff; text-align: center; text-decoration: none; font-size: 1.5em; padding:5px 40px; display: block; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }
.blue-button:hover { cursor:pointer; text-decoration: none; background: #16386e; color: #fff; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }

.divFormBuilder .button { margin: 0px 32.5%; width: 35%; }

.leftnav ul { display: block; }

.form { float: right; background:#f2f2f2; width: 37%; padding: 20px 1.5%; }
.form label { display: block; margin: 10px 0; padding: 0; }
.form .label-span { width: 34%; display: inline-block; margin: 0; padding: 0; }
.form .textbox { width: 60%; display: inline-block; margin: 0; }
.form .select { width: 60%; display: inline-block; margin: 0; }

body.contact-us .form { float: none; background: none; width: auto; padding: 0; }
body.contact-us .form label { display: block; margin: 0; padding: 0; }
body.contact-us .form .label-span { width:auto; display: block; margin: 0; padding: 0; }
body.contact-us .form .textbox { width: auto; display: block; margin: 0; }
body.contact-us .form .select { width: auto; display: block; margin: 0; }


/* LANDING PAGE STYLES =========================================================================*/
 body.form-right .divFormBuilder { float: right; }
 body.form-right .landing-page-copy { float: left; }

 body.form-left .divFormBuilder { float: left; }
 body.form-left .landing-page-copy { float: right; }

 body.landing-page .divFormBuilder { width: 35%; margin: 0px; }
 body.landing-page .landing-page-copy { width: 58%; }
 body.landing-page .copy { width:100%; }
 body.landing-page .divFormBuilder .button { background-image:none; padding-right: 0; padding-left: 0; margin: 0px 10%; width: 80%; }
 body.landing-page .divFormBuilder .button:hover { background-image:none; }

 body.form-middle .divFormBuilder { float: left; width: 40%; margin-left: 30%; }
 body.form-middle .landing-page-copy { float: left; width: 95%; }


/* RESOURCE LIBRARY =============================================================================*/
.resource-filters { display: block; float: left; width: 100%; margin: 30px 0 40px 0; }
.filter { float: left; width: 20%; margin-right: 1.5%; }
.filter.resource-search { width: 28%; margin-right: 0; }
.resource-filters input.button { background-image: url(/images/search-icon-white.png); background-position: 50%; width: 4%; float: left; padding: 0; color: #fff; margin-top:22px;  }
.resource-filters input.button:hover { background-image: url(/images/search-icon-white.png); background-position: 50%; }
.resource-filters input.clearsearch { border-radius: 50%; position: absolute; width: 20px; height: 20px; padding: 0; background: #999 url(/images/clearsearch-icon-white.png) no-repeat 50%; border:0; margin:27px 0px 0px 10px; }
.resource-filters input.clearsearch:hover { cursor: pointer; background-color: #CC0000; }

.resource-filters select { width: 100%; margin:0; color: #666; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
.resource-filters input { width: 100%; margin:0; padding-top: 5px; padding-bottom: 5px; color: #666; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
.resource-filters ::-webkit-input-placeholder { color: #666; }
.resource-filters :-moz-placeholder { color: #666; }
.resource-filters ::-moz-placeholder { color: #666; }
.resource-filters :-ms-input-placeholder { color: #666; }

.resource-paging { display: block; float: left; width: 100%; margin: 10px 0 10px 0; color: #666; font-size: .8em; }
.pagebutton { cursor: pointer; border:0; color: #fff; margin:0; padding: 3px; background:#666; font-family:'Lato', sans-serif; font-weight: 700; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }
.pagebutton:hover { background: #333; }
.resource-count { float: left; }
.resource-pages { float: right; }

.resource-results { clear: both; }
.resource-results th { width: 25%; background:#182b49; text-align: left; font-weight: normal; padding: 6px 8px; font-size: 1em; }
.resource-results th a { color:#fff; text-decoration: none; position: relative; }

.resource-results th a.descending:after { content: ""; background: url(/images/resources-arrow.png) no-repeat 0px 0px; display: block; height: 5px; width: 10px; position: absolute; right: -14px; top: 9px; }
.resource-results th a.ascending:after { content: ""; background: url(/images/resources-arrow.png) no-repeat 0px -25px; display: block; height: 5px; width: 10px; position: absolute; right: -14px; top: 9px; }

.resource-results td { padding: 6px 8px; font-size: .85em; line-height: 1.3em; }
.resource-results td a { color: #FF7900; }
.resource-results td a:hover { color: #333; }

.resource-results tr:nth-child(even) { background:#edede9; }
.resource-results tr:nth-child(odd) { background:#e4e4dd; }

a.download { display: block; float: right; background:#FF7900 url(/images/download-icon.png) no-repeat 50%; height: 22px; width: 21px; -webkit-transition-property: background; -webkit-transition-duration: .3s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background; -moz-transition-duration: .3s; -moz-transition-timing-function: ease-out; transition-property: background; transition-duration: .3s; transition-timing-function: ease-out; }
a.download:hover { background-color:#333; }


/*VMWare LANDING PAGE ==========================================================================*/
.vmware-header { width: 100%; margin-bottom: 20px; }
.vmware-header img { width: 100%; height: auto; }
.vmware-container { width: 80%; overflow: hidden; background:#e6e7e8; }
.vmware-man { float: left; width: 20%; background: url(/filesimages/VMWare/man.png) no-repeat top left; background-size: contain; height: 600px; }
.vmware-message { min-height: 660px; position:relative; float: left; width: 30%; background:#013d54 url(/filesimages/VMWare/arrow-bg.png) no-repeat top center; background-size: contain; text-align: center; padding: 0px 2.5%; }
.vmware-message h2 { color: #fff; font-weight: 400; margin-top: 20px; font-size: 1.8em; line-height: 1.2em; margin-bottom: 130px; }
.vmware-message p { color: #fff; text-align: left; margin:0; font-size: 1.1em; }
.vmware-message p img { margin:40px 0; width: 60%; }

.vmware-form { position: relative; float: left; width: 60.5%; padding: 70px 1.5% 0 1.5%; }
.vmware-form h3 { color: #0094d2; text-transform: none; }
.vmware-form p { font-size: .8em; }
 body.noleft .vmware-form .divFormBuilder { position: relative; width: 65%; margin: 0; background-color:inherit !important; }
.vmware-form .divFormBuilder .label { margin: 4px 0 0 0; width: 35% !important; font-size: .8em; }
.vmware-form .textbox { margin: 0; width: 65% !important; left: 35% !important; }
.vmware-form .dropdownlist { margin: 0; width: 65% !important; left: 35% !important; }
.vmware-form .button { margin: 0; background-image: none; background-color: #549936; width: auto; text-align: center; font-size: 1em; left: auto !important; right: -10px; padding: 5px 10px; }
.vmware-form .button:hover { background-image: none; }
.vmware-form-sidebar { float: right; width: 29%; min-height: 300px; }
.vmware-form-sidebar img { width: 100%; }

.vmware-form-footer { float: right; background-color:#549936; width: 98%; padding: 10px 1%; }
.vmware-form-footer p { color: #fff; }
.vmware-form-footer p a { color: #fff; text-decoration: underline; }
.vmware-form-footer p a:hover { color: #fff; text-decoration: underline; }

.vmware-footer { background:url(/filesimages/VMWare/footer.png) no-repeat top center; margin-top: 20px; background-size: contain; width: 100%; height: 180px; }

/*MEDIA QUERIES ================================================================================*/
@media (max-width: 1500px) {
html { z-index: 5; }

.container { width: 90%; padding: 0px 5%; }
.main-nav { padding: 0 5%; }
.main-nav ul li div div { width: 90%; margin: 0px 5%; padding-left: 0px; padding-right: 0px; }
.article-nav ul li { font-size: .75em; /*margin-bottom: 80px;*/ }

}


@media (max-width: 1300px) {
html { z-index: 10; }

.container { width: 96%; padding: 0px 2%; }
.main-nav { padding: 0 2%; }
.main-nav ul li div div { width: 100%; margin: 0px 0; padding-left: 0px; padding-right: 0px; }
.copy { width: 52.5%; }
.no-callouts { width: 77.5%; }
.callouts { width: 22.5% }

.vmware-message h2 { font-size: 1.25em; margin-bottom: 120px; }
.vmware-message p img { width: 70%;  }

}


@media (max-width: 1200px) {
html { z-index: 15; }

.main-nav > ul > li > a { font-size: 1.2em; padding-right:30px; padding-left:12px; }
.main-nav > ul > li > a:after { top:29px; right: 12px; }
.main-nav ul li ul li a { padding: 3px 10px 3px 10px; font-size: 1.1em; }
.main-nav ul li ul li ul a { padding: 5px 10px 5px 20px; font-size: .9em; }
section.testimonials h5 { width:76%; padding: 0px 12% 0px 12%; font-size: 1.25em; }
section.testimonials h5 span { margin-top: 0px; }
section.testimonials h5:before,section.testimonials h5:after { content: none; } 
section.testimonials .prev { left: 5%; }
section.testimonials .next { right: 5%; }


body.media td { width: 100% !important; display: block !important; }

body.noleft .divFormBuilder { width: 80%; margin: 0 10%; }
body.landing-page .divFormBuilder { width: 35%; margin: 0; }

}

@media (max-width: 962px) {
	html { z-index: 20; }

	header .header-content { background: #fff; width: 96%; padding: 0px 2%; position: fixed; top: 0px; }
	.main-nav { background: #182b49 !important; position: fixed; top:92px; }	
	.main-nav > ul { float: none; text-align: center; }
	.main-nav > ul ul { text-align: left; }
	.main-nav > ul > li { float: none; display: inline-block; }
	.main-nav > ul > li > a { color: #fff; display: inline-block; float: none; text-decoration: none !important; font-size: 1.25em; height: 40px; padding: 18px 26px 0px 12px; }
	.main-nav > ul > li > a:after { top: 15px; right: 9px; }
	.main-nav ul li div div { top: 58px; }
	.main-nav ul li ul { width: 50%; margin-bottom: 20px;}
	.main-nav ul li.products-and-services ul:nth-child(5) { width: 50%; }
	.main-nav ul li ul li ul a { font-size: 1em; }
	.main-nav ul li ul li a { font-size: 1.25em; }
	.search { z-index: 999; position: fixed; top:20px; }

	section.service-offerings:before { content: none; }

	body.default .banner { height: 480px; }
	body.default .banner span { height: 480px; background-size: cover; }
	body.fixedNav .banner { padding-top: 0px; }

	body.default .banner span:before { display: none; }
	body.default .banner span:after { display: none; }

	body.default .banner span h1 { font-size: 2.25em; line-height: 1em; top: 272px; padding: 10px 40px 10px 10%; }
	body.default .banner-slide h1 img.reliacloud-logo { margin: 0px 20px 0 0; min-width: 60px !important; width: 60px !important; height: 29px !important; }
	body.default .banner span h2 { font-size: 1.25em; line-height: 1em; top: 324px; padding: 6px 40px 6px 10%; }
	body.default .banner span h2:after { height: 10px; width: 100%; bottom: -8px; right: 40px;  }
	body.default .banner span h2 sup { font-size: .5em; }
	body.default .banner ul.pagination { margin-left: 10%; top: 315px; display: block !important; }
	body.default .banner-slide img.reliacloud-Arizona { width: 100px !important; min-width: 100px !important; height: 106px !important; float: right; margin-top: 340px; }

	section.service-offerings span { width:128px; }
	section.service-offerings a { margin-bottom: 40px; }
	section.service-offerings a:hover span { margin-top:0px; margin-bottom:0px; width: 128px; height: 76px; }
	section.service-offerings a h2 { font-size: 1.1em; }
	section.service-offerings a p { font-size: 1em; }
	section.service-offerings { padding-top: 35px; padding-bottom: 0px; }

	section.news-and-events .news { width: 95%; margin: 0px 2.5%; }
	section.news-and-events .events { width: 95%; margin: 0px 2.5%; margin-top: 70px; }

	.social { float: none; padding-top: 30px; text-align: center; }
	.newsletter { float: none; display: block; text-align: center; }
	.newsletter input[type=text] { float: none; }
	.newsletter .button { float: none;  }
	.newsletter-form { left: 50%; margin-left: -81px; }
	.blog-form { left: 50%; margin-left: -81px; }
	.copyright { float: none; }
	.copyright p { text-align: center; }

	.callouts { clear: both; float: none; width: 70%; padding: 0px 0px 0px 27.5%; margin-left: 0; }
	body.contact-us .callouts { width: 70%; padding-left: 0px; }
	.copy { width: 72.5%; padding-bottom: 50px; }
	.leftnav { width: 25%; }
	.search { z-index: 999999999; position: fixed; top: 20px; right: 0px; width: inherit; }

	.vmware-container { width: 100%; }
	.vmware-man,.vmware-form-sidebar { display: none; }
	.vmware-form { width: 62%; }
	.vmware-form-footer { width: 98%; padding: 10px 1%; }
	.vmware-message { background-image: none; }
	.vmware-message h2 { margin-bottom: 20px; }
	.vmware-form .divFormBuilder { width: 97%; }


	.form .label-span { width: 97%; }
	.form .textbox { width: 97%; }
	.form .select { width: 97%; }


}

@media (max-width: 802px) {
	html { z-index: 25; }


	.container { width: 100%; padding: 0px; }
	.live-chat,.search { display: none; }

	a.logo { margin-left: 10px; }

	/*header.header-position .main-nav { position: absolute; top: 92px; }*/

	.main-nav { padding:0; background: transparent !important; top: 0px; width: 100%; position: absolute; visibility: hidden; }
	.main-nav ul { float: none; margin:0; }
	.main-nav ul li { display: block; }
	.main-nav ul li a { display: block; text-align: left; color: #58585A; }
	.main-nav ul li div div { position: relative; top: 1px; padding: 20px 0 !important; }
	.main-nav ul li ul { width: 100% !important; float: none; }
	.main-nav ul li ul li ul { margin-bottom: 10px; }

	.main-nav ul li ul li:last-child { float: none !important; margin: inherit !important; width: auto !important; }
	.main-nav ul li.company ul li:last-child { margin-top: 10px !important; }
	.main-nav ul li.company ul li ul li:last-child { margin-top: 0px !important; }

	.main-nav ul li ul li a { padding: 10px 20px; }
	.main-nav ul li ul li ul a { padding: 10px 30px; }

	.main-nav ul li.industries ul li a { padding: 10px 20px; }
	.main-nav ul li.company ul li a { padding: 10px 20px; }
	.main-nav ul li.company ul li ul li a { padding: 10px 20px !important; }
	.main-nav ul li.resources ul li a { padding: 10px 20px; }

	.main-nav ul li div div { width: auto !important; }

	/*.header-position .main-nav { position: fixed; }*/
	.headline a { top:0px; }
	.headline-position a { top: 326px; }

	.main-nav { clear: both; background:#fff; }
	.site-nav-button { display: block; position: absolute; z-index: 99999999999999; border: 4px solid #fff; right: 10px; top: 24px; padding:0px; height: 40px; width: 40px; background:#FF7900 url(/images/menu-icon.png) no-repeat 8px 11px; background-size: 24px auto; }
	.site-nav-button:hover { cursor: pointer; background-color:#13418a; }

	body.menu-position .site-nav-button { background:#FF7900 url(/filesimages/close-icon.png) no-repeat 8px 11px; background-size: 24px auto; }
	body.menu-position .site-nav-button:hover { cursor: pointer; background-color:#13418a; }

	.main-nav > ul > li { float: none; }

	.button { -webkit-appearance: none !important; }
	.main-nav > ul > li > a { background: #ddd; }
	.main-nav > ul > li > a:after { top: 14px; right: 12px; }
	.main-nav > ul > li { border-bottom: #CCC solid 1px; }
	.main-nav ul li ul li a { padding: 5px 20px; font-size: 1.0em; text-decoration: none; }
	.main-nav ul li.company ul li a { padding: 5px 20px; font-size: 1.0em; text-decoration: none; }
	.main-nav ul li.resources ul li a { padding: 5px 20px; font-size: 1.0em; text-decoration: none; }
	.main-nav ul li.industries ul li a { padding: 5px 20px; font-size: 1.0em; text-decoration: none; }
	.main-nav ul li div div { padding: 0px 0 !important; background: #1d1d1d; border-bottom: none;  }
	.main-nav ul li ul { margin-bottom: 0px; }
	.main-nav ul li ul li ul a { padding: 6px 0px 6px 30px; font-size: .9em; font-weight: 300; }


	body.default .banner-slide img.reliacloud-Arizona { margin-top: 200px; }



	section.service-offerings a { width: 50%; }

	section.data-center-tour a { margin: 0px 10px; }


	/* INSIDE */
	.banner { height: 230px; }
	.leftnav { width: 100%; margin-bottom: 20px; background: none; }
	.leftnav h2 { margin: 0; padding: 0; position: relative; }
	.leftnav h2 a { padding: 15px; margin-bottom: 0; position: relative; background: #f2f2f2; }
	.leftnav h2 a:hover { background: #EAEAEA; }
	.leftnav h2:hover {  }
	.leftnav h2:after { content: url("/images/nav-arrow.png"); position: absolute; right: 15px; top: 9px; }
	.leftnav ul { display: none; }
	.copy { margin: 10px 2.5%; width: 95%; }
	div.crumb ul { margin-left: 2.5%; }
	body.contact-us .callouts, .callouts { width: 80%; padding: 0px 0% 0px 10%; }

	body.landing-page .divFormBuilder { width: 95%; float: left; margin-left:0; }
 	body.landing-page .landing-page-copy { width: 95%; float: left; }

 	.form { float: left; width: 92%; }



}

@media (max-width: 580px) {
	html { z-index: 30; }

	header { padding-bottom: 15px; background-color: #fff;  }
	body.fixedNav { margin-top: 50px; }
	header .header-content { width: 98%; padding: 0px 1%; }

	.crumb { display: none; }

	body.noleft .copy { margin-top: 30px; }
	body.noleft .divFormBuilder { width: 95%; margin: 0 2.5%; }
	body.landing-page .divFormBuilder { width: 95%; float: left; margin-left:0; }
	.copy .button { display: block; }

	.main-nav { top: 0 !important; }
	
	a.logo { padding-top: 6px; }
	a.logo img { width: 160px; }
	header .header-content { height: 62px; }
	.site-nav-button { top: 7px; }
	a.phone { position: fixed; z-index: 9999; top:62px; padding: 6px 0px; color: #fff !important; background: #4d4f53; width: 100%; font-size: 1.25em; left:0px; -webkit-transition: .2s all ease; transition: .2s all ease; -moz-transition: .2s all ease; -o-transition: .2s all ease; }


	.banner { display: none; }
	body.default .banner { display: block; height: 250px; width: 100%; }
	body.default .banner .slides_control { width: 100% !important; }
	body.default .banner-slide img.reliacloud-Arizona { display: none; }
	body.default .banner ul.pagination { margin-left: 40%; top: 200px; display:block !important; position: absolute; }
	body.default .banner ul.pagination li a { border:#fff solid 2px; width: 20px; margin: 0 15px 0 0; padding-top: 20px; }
	body.default .banner ul.pagination li.current a { border:#fff solid 2px; background: #fff; }

	body.default .banner span { position:absolute; width: 100%; }
	body.default .banner span h1 { top: 50px; padding-left: 2%; white-space: nowrap;  }
	body.default .banner span h2 { top: 102px; padding-left: 2%; }

	.leftnav { margin-top: 11px; }

	section.service-offerings { padding-top: 50px; border-top:none; }

	section.service-offerings a { width: 50%; height: 100px; }
	section.service-offerings span { width:100px; }
	section.service-offerings a:hover span { width:100px; }
	section.service-offerings span.grey img { width: 80px; height: auto; margin-top: 20px; }
	section.service-offerings span.light-blue img { width: 80px; height: auto; margin-top: 20px; }
	section.service-offerings a p { display: none; }
	section.service-offerings a h2 { font-size: 1.0em; line-height: 1.1em; }


	.copyright p { font-size: .7em; }

	body.contact-us .callouts, .callouts { width: 95%; }	
	body.contact-us .callouts, .callouts { width: 95%; padding: 0px 0% 0px 2.5%; }
	section.data-center-tour,section.testimonials { display: none; }
	.article-nav ul li { float: none; }
	.article-nav ul li a { float: left; padding: 2px 3px 2px 3px; margin-right: 5px; }

	.page-callout { float: none; width: 50%; margin: auto; margin-bottom: 20px; }

	.event-table th { font-size: 1.25em; }
	.event-table td { font-size:.8em; line-height:1.25em; }
	.event-table { margin-left: -5%; width: 110%; }

	.resource-results th { float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
	.resource-results td:nth-child(5), .resource-results th:nth-child(5) { display: none; }
	.resource-results td { float: left; clear: left; padding-top: 2px; padding-bottom: 2px; font-size: 1em; }
	.resource-results td a.download { display: none; }
	.resource-results tr { float: left; width: 100%; padding-top: 5px; padding-bottom: 5px; }
	.resource-results tr:nth-child(1) { padding: 0; }
	.resource-filters .filter { width: 100%; margin-right:0; margin-bottom: 10px; }

	.filter.resource-search { width: 76%; margin-right: 0; }
	.resource-filters input.button { width: 10%; }
	.resource-filters input.clearsearch { position: relative; }



}
@media (max-width: 400px) {
	html { z-index: 35; }
	.result img { margin-bottom: 10px; }
}