/* CSS File for Avnet Cloud Pages*/
.provider-image img {
    margin: 0 auto;
    display: block;
}

.cloud-intro {
    text-align: center;
    margin: 80px auto 60px;
}

.provider-block {
    padding: 30px 0;
}

.provider-section {
    margin-bottom: 60px;
}

#header-section {
    height: 40vh !important;
    min-height: 300px;
}

#header-section .container-fluid .col-md-12 {
    margin-top: 0;
}

.cta-link:hover {
    color: #00558c;
}

.cta-link {
    color: #4ac6e3;
    text-decoration: underline;
}

.cloud-play-button {
    margin: 60px auto;
    max-width: 180px;
    text-align: center;
    position: relative;
    top: 0 !important;
    display: block;
    left: 0;
}

.caps {
    text-transform: uppercase;
}

.partner-title {
    margin-bottom: 40px;
}

.partner-block {
    margin: 0 auto;
    padding: 40px 0;
}

.partner-image img {
    display: block;
    margin: 0 auto;
}

.partner-summary {
    margin-bottom: 40px;
}

.partner-footer .cloud-play-button {
    margin: 30px auto;
}

/* SVG Icon CSS */
.rapid-deployment {
    fill: none;
    stroke: #49505a;
    stroke-miterlimit: 10;
    stroke-width: 0.47px;
}

.storefront-1, .storefront-2, .storefront-3, .storefront-4 {
    fill: none;
}

.storefront-1, .storefront-2, .storefront-4 {
    stroke: #49505a;
    stroke-width: 0.5px;
}

.storefront-1 {
    stroke-miterlimit: 10;
}

.storefront-2, .storefront-4 {
    stroke-linejoin: round;
}

.storefront-4 {
    stroke-linecap: round;
}

.cloud-1 {
    fill: none;
    stroke: #49505a;
    stroke-miterlimit: 10;
    stroke-width: 0.47px;
}

.cons-1, .cons-2 {
    fill: none;
    stroke: #49505a;
    stroke-width: 0.47px;
}

.cons-1 {
    stroke-miterlimit: 10;
}

.cons-2 {
    stroke-linecap: round;
    stroke-linejoin: round;
}

.infrastructure-1 {
    fill: none;
    stroke: #49505a;
    stroke-linejoin: round;
    stroke-width: 0.48px;
}

.backup-1 {
    fill: none;
    stroke: #49505a;
    stroke-miterlimit: 10;
    stroke-width: 0.47px;
}

.collab-1, .collab-2 {
    fill: none;
}

.collab-1 {
    stroke: #49505a;
    stroke-width: 0.48px;
}

.collab-3 {
    fill: #fec40d;
}

.app-1, .app-2 {
    fill: none;
    stroke: #49505a;
    stroke-width: 0.47px;
}

.app-1 {
    stroke-miterlimit: 10;
}

.pro-1 {
    fill: none;
    stroke: #49505a;
    stroke-miterlimit: 10;
    stroke-width: 0.48px;
}

.oper-1, .oper-2, .oper-3 {
    fill: none;
    stroke: #49505a;
}

.oper-1 {
    stroke-width: 0.49px;
}

.oper-2 {
    stroke-linecap: round;
    stroke-linejoin: bevel;
}

.oper-2,.oper-3 {
    stroke-width: 0.48px;
}

.oper-3 {
    stroke-miterlimit: 10;
}

.mobility-1, .mobility-2, .mobility-3 {
    fill: none;
    stroke: #49505a;
    stroke-width: 0.48px;
}

.mobility-1 {
    stroke-linejoin: round;
}

.mobility-3 {
    stroke-miterlimit: 10;
}

.data-1, .data-2, .data-3 {
    fill: none;
    stroke: #49505a;
    stroke-width: 0.5px;
}

.data-1 {
    stroke-linecap: round;
}

.data-1, .data-2 {
    stroke-linejoin: round;
}

.data-3 {
    stroke-miterlimit: 10;
}

.internet-1, .internet-2, .internet-3, .internet-4 {
    fill: none;
    stroke: #49505a;
    stroke-width: 0.5px;
}

.internet-1 {
    stroke-miterlimit: 10;
}

.internet-3, .internet-4 {
    stroke-linecap: round;
}

.internet-4 {
    stroke-linejoin: round;
}

#header-section.large-hero {
    background-image: url('azure-hero.jpg') !important;
    height: 80vh !important;
    min-height: 500px;
    position: relative;
}

#header-section.partners {
    background-image: url('server-bg.jpg') !important;
}


#header-section.providers {
    background-image: url('server-room-bg.jpg') !important;
}

#header-section.cloud-lp {
    background-image: url('crowd-bg.jpg') !important;
    background-position-y: bottom;
}


#header-section.large-hero .container-fluid {
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#header-section.large-hero .container-fluid .col-md-12 {
    margin-top: 0px;
}

#header-section.large-hero .container-fluid .col-md-12 .intro-title{
    color: white;
    padding-bottom: 10px;
} 

#header-section.large-hero .container-fluid .col-md-12 .intro-paragraph {
    color: white;
    margin-bottom: 10px;
    line-height: 2em;
}

/*.intro-text {
    color: white;
    text-transform: uppercase;
    padding-top: 40px;
    font-size: 1.2em;
}*/

#header-section.large-hero .container-fluid .col-md-12 .intro-paragraph.intro-text {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.quick-icons-section {
    padding: 60px 0;
}

.icon {
    width: 120px;
    margin: 0 auto;
    display: block;
    height: 120px;
    position: relative;
}

#storefront.icon {
    width: 100px;
}

.icon svg {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.icon-title {
    text-align: center;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-block a {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.button.cloud-dark:before {
    background: #00558c;
}

.content-section-2, .icon-section, .supplier-section, .table-section {
    padding: 60px 0;
}

.blue-background {
    background: #f7fafb;
}

.icon-section .icon {
    height: 150px;
}

.icon-area {
    margin-top: 60px;
}

#infrastructure.icon {
    width: 95px;
}

#backup.icon {
    width: 115px;
}

#productivity.icon {
    width: 85px;
}

#app-hosting.icon {
    width: 115px;
}

#software.icon {
    width: 112px;
}

#mobility.icon {
    width: 90px;
}

#big-data.icon {
    width: 100px;
}

#internet.icon {
    width: 105px;
}

.supplier-section .section-title {
    margin-bottom: 40px;
}

.supplier-logos .row {
    margin: 20px auto;
}

.supplier-logos img {
    display: block;
    margin: 0 auto;
    height: 100px;
    padding: 10px 0;
}

.table-section h3 {
    text-align: center;
    margin-bottom: 25px;
}

.table-block {
    overflow-x: scroll;
    margin-top: 40px;
}

table {
    font-family: 'Lato', sans-serif;
}

tr.title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #00558c;
    color: white;
}

td {
    padding: 10px;
    border: 1px solid #e2e7ea;
}

td.highlight {
    background: #94a7ab;
    color: white;
}

.dark-background {
    background: #00558c;
    color: white;
}

.cta-section {
    padding: 60px 0 0;
}

.cta-section p {
    text-align: center;
    font-size: 1.25em;
}

.partner-benefits a:hover, .partner-benefits a:active, .partner-benefits a:focus {
    text-decoration: none;
}

.content-section .content-row {
    padding-top: 20px;
}

.content-section .cloud-play-button {
    margin: 40px auto;
}

.platform-image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.button-long {
    max-width: 245px;
}

.supplier-section {
    padding: 60px 0 40px;
}

.cta-section .cloud-play-button {
    margin: 40px auto 60px;
}

td.center {
    text-align: center;
}

.bill-1 { 
    fill: none;
    stroke: #49505a;
    stroke-miterlimit: 10;
    stroke-width: 0.49px;
}

.byos-1, .byos-2 {
    fill: none;
    stroke: #49505a;
    stroke-width: 0.48px;
}

.byos-1 {
    stroke-miterlimit: 10;
}

.byos-2 {
    stroke-linecap: round;
    stroke-linejoin: bevel;
}

.dash-1, .dash-2 {
    fill: none;
    stroke: #49505a;
    stroke-width: 0.47px;
}

.dash-1 {
    stroke-miterlimit: 10;
}

.dash-2 {
    stroke-linejoin: bevel;
}

.end-1, .end-2, .end-3 {
    fill: none;
    stroke: #49505a;
    stroke-width: 0.47px;
}

.end-1 {
    stroke-linejoin: round;
}

.end-2 {
    stroke-miterlimit: 10;
}

.icon#solution {
    width: 105px;
}

.icon#dashboards {
    width: 116px;
}

.icon#billing {
    width: 100px;
}

.icon#customer {
    width: 105px;
}


@media (max-width: 768px) {
    .icon-block {
        margin-bottom: 40px;
    }
}

.cta-link:focus {
    outline: none;
}

.popover {
    width: 260px;
    z-index: 1;
    text-align: center;
}

.small-text {
    font-size: 10px;
    color: white;
}

.small-text p {
    margin: 0;
}

.small-text:hover {
    color: #00afd7;
    text-decoration: none;
}


/* CSS File for Cloud Power Page*/

/* Hero */
#header-section.power {
    background-image: url(bits.png) !important;
    background-repeat: no-repeat;
    background-size: 45vh !important;
    background-position: left center;
}

#header-section.power .container-fluid .intro-title {
    color: #00afd9;
    text-align: left;
    font-weight: 700;
    margin-top: 5%;
    font-size: 3.5em !important;
}

#header-section.power .container-fluid .intro-paragraph {
    color: black;
    text-align: left;
    max-width: 350px;
    line-height: 2em;
    font-size: 1em !important;
}

/*Cloud Links Section*/
.cloud-links {
    padding: 60px 20px 40px;
}

.cloud-links .container {
    /* max-width: 100%; */
}

.cloud-links .cloud-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 20px;
}

.cloud-links .cloud-icon-box {
    position: absolute;
    width: 90px;
    height: 90px;
    padding: 15px;
    margin-left: -40px;
    margin-top: -25px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 15px 15px 80px rgba(0,85,140,0.25);
}

.cloud-links .cloud-icon-box svg {
    max-height: 48px;
}

.cloud-links .cloud-inner-content {
    background: #fbfbfb;
    padding: 20px;
}

.cloud-links .cloud-inner-content p {
    margin-bottom: 30px;
}

.cloud-links .section-title {
    font-size: 24px;
    color: #00558c;
    margin-left: 50px;
    margin-top: 0;
    padding-top: 10px;
    min-height: 2.5em;
}

.cloud-links .cloud-content {
    margin: 10px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fbfbfb;
    position: relative;
    margin-bottom: 60px;
}

.cloud-links .cloud-content a {
    color: #00afd9;
    text-decoration: underline;
}

.cloud-links .cloud-content .yellow-button {
    color: white;
    text-decoration: none;
    text-align: center;
}

.cloud-links .cloud-content .yellow-button:hover {
    color: white;
}

.cloud-links .cloud-content a:hover {
    color: #00558c;
}

/* Table Section */
.table-section.power {
    padding: 20px 0 40px;
    background: linear-gradient(to bottom, #FFFFFF 80.16%, #00afd9 80.16%)
}

.table-section.power h3 {
    text-align: center;
    color: #00558c;
    margin-top: 0;
}

.table-section.power p {
    max-width: 420px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.table-section.power tbody {
    background: #f7fafb;
}

.table-section.power tr.title {
    text-transform: none;
}

.table-section.power tr.title td {
    padding: 10px 16px;
}

.table-section.power tr:first-child td {
    border-top: none;
}

.table-section.power tr:last-child td {
    border-bottom: none;
}

.table-section.power td {
    border-bottom: none;
}

.table-section.power td.highlight {
    border: 1px solid #00afd9;
}

.table-section.power td:first-child {
    min-width: 114px;
    width: 253px;
    border-left: none;
}

.table-section.power td:nth-child(2) {
    min-width: 135px;
    width: 135px;
}

.table-section.power td:nth-child(3) {
    min-width: 119px;
    width: 151px;
}

.table-section.power td:nth-child(4) {
    min-width: 119px;
    width: 150px;
    border-right: none;
}

.table-section.power .price-heading .highlight {
    background: #00afd9;
}


/*CTA Section */
.med-blue-background {
    background: #00afd9;
}

.cta-section.power p {
    color: white;
    font-size: 1.5em;
    max-width: 450px;
    display: block;
/*    margin: 0 auto;*/
}

.cta-section.power {
    padding-bottom: 40px;
}

.button-flip-mirror-learn.yellow:before {
    background: #ffbd33;
}

.yellow-button {
    background: #ffbd33;
    padding: 15px;
    display: block;
}

.yellow-button:hover {
    background: #00afd9;
}


/* ------------- Media Queries -------------- */
@media (min-width: 540px) {
    .table-section.power {
        background: linear-gradient(to bottom, #FFFFFF 79.91%, #00afd9 79.91%)
    }
    .cloud-links .cloud-block { 
        margin: 0 40px;
    }
}

@media (min-width: 640px) {
    .cloud-links .cloud-block { 
        margin: 0 60px;
    }
}

@media (min-width: 768px) {
    #header-section.power .container-fluid .intro-title {
        font-size: 5em !important;
    }

    .cloud-links {
        padding: 60px 0 40px;
    }

    .cloud-links .cloud-block { 
        flex-direction: row;
        margin: 0;
    }

    .cloud-links .cloud-content {
        max-width: 350px;
        margin: 20px;
    }
}

@media (min-width: 992px) {
    .table-section.power td:first-child {
        width: 334px;
    }

    .table-section.power td:nth-child(2) {
        width: 156px;
    }

    .table-section.power td:nth-child(3) {
        width: 211px;
    }

    .table-section.power td:nth-child(4) {
        width: 208px;
    }
    .table-section.power {
        background: linear-gradient(to bottom, #FFFFFF 80.1%, #00afd9 80.1%);
    }
}

@media (min-width: 1040px) {
    .cloud-links .cloud-content {
        max-width: 350px;
        margin: 40px;
    }
}

@media (min-width: 1200px) {
    .table-section.power {
        background: linear-gradient(to bottom, #FFFFFF 79.65%, #00afd9 79.65%)
    }

    .table-section.power td:first-child {
        width: 409px;
    }

    .table-section.power td:nth-child(2) {
        width: 190px;
    }

    .table-section.power td:nth-child(3) {
        width: 257px;
    }

    .table-section.power td:nth-child(4) {
        width: 254px;
    }
}


